@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #487f91 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #487f91 !important;
  border-color: #487f91 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #2f525e !important;
  border-color: #2f525e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f525e !important;
  border-color: #2f525e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #26434d !important;
  color: #26434d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #487f91 !important;
  border-color: #487f91 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #487f91 !important;
  border-color: #487f91 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #487f91 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #26434d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #487f91;
  border-color: #487f91;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #487f91;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #90bac8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #487f91;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #487f91;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #487f91;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #487f91;
  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: #487f91;
  border-bottom-color: #487f91;
}
.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: #487f91 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23487f91' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-riPb1SEXxr {
  z-index: 1;
  background-image: url("../../../assets/images/1-2000x1125.jpg");
}
.cid-riPb1SEXxr .mbr-arrow {
  background: #fd6d07 !important;
  opacity: .7;
}
.cid-riPb1SEXxr .mbr-arrow i {
  color: #487f91 !important;
}
.cid-riPb1SEXxr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-riPb1SEXxr .input-wrap {
  background: #ffffff;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  line-height: 18px;
  padding: 2rem;
  margin: 0;
}
.cid-riPb1SEXxr .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-riPb1SEXxr .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-riPb1SEXxr .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-riPb1SEXxr .check-in-input,
.cid-riPb1SEXxr .check-out-input,
.cid-riPb1SEXxr .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-riPb1SEXxr .booking-datepicker input:not(.guests-input) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-riPb1SEXxr .booking-datepicker .mbr-form {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-riPb1SEXxr .booking-datepicker .mbr-form .col-3,
  .cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn {
    max-width: 60% !important;
  }
  .cid-riPb1SEXxr .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    margin: 0 !important;
  }
}
.cid-riPb1SEXxr .mbr-section-title {
  color: #fd6d07;
}
.cid-riPb1SEXxr .mbr-section-subtitle,
.cid-riPb1SEXxr .underline P {
  text-align: right;
}
.cid-riPb1SEXxr .mbr-section-title P {
  text-align: right;
}
.cid-rmLNC8GmvA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-rmLNC8GmvA .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rmLNC8GmvA .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rmLNC8GmvA p {
  line-height: 1.6;
}
.cid-rmLNC8GmvA .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rmLNC8GmvA .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-rmLNC8GmvA .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-rmLNC8GmvA img {
  transition: all 0.3s;
}
.cid-rmLNC8GmvA .card-box {
  padding: 1.5rem;
}
.cid-rmLNC8GmvA .mbr-section-title {
  margin: 0 auto;
  color: #fd6d07;
  text-align: center;
}
.cid-rmLNC8GmvA .card-box > p,
.cid-rmLNC8GmvA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rmLNC8GmvA .mbr-section-sub-title {
  text-align: center;
  color: #fd6d07;
}
.cid-rtDCbgXgVa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtDCbgXgVa .container-fluid {
  padding: 0 3rem;
}
.cid-rtDCbgXgVa ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rtDCbgXgVa ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rtDCbgXgVa ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rtDCbgXgVa ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rtDCbgXgVa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rtDCbgXgVa .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rtDCbgXgVa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rtDCbgXgVa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #487f91, #333333);
  display: inline-block;
}
.cid-rHOIHZ3ySm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-rHOIHZ3ySm .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rHOIHZ3ySm .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rHOIHZ3ySm .title {
    width: 100% !important;
  }
}
.cid-rHOIHZ3ySm .mbr-section-title {
  color: #fd6d07;
}
.cid-rmLZsuz7LX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20130606-135955-2000x1500.jpg");
}
.cid-rmLZsuz7LX .card .card-img {
  overflow: hidden;
}
.cid-rmLZsuz7LX .card .card-img img {
  transition: all .5s;
}
.cid-rmLZsuz7LX .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rmLZsuz7LX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rmLZsuz7LX .card {
  display: block;
  height: 100%;
}
.cid-rmLZsuz7LX .card .card-wrapper {
  height: 100%;
}
.cid-rmLZsuz7LX .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rmLZsuz7LX .card .card-box {
  background: #fcfcfc;
  padding: 2rem;
}
.cid-rmLZsuz7LX .card .card-box .card-title {
  margin: 0;
}
.cid-rmLZsuz7LX .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmLZsuz7LX .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rmLZsuz7LX .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rmLZsuz7LX .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rmLZsuz7LX .card .card-footer {
  background: #fcfcfc;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmLZsuz7LX .card .card-footer .icons-list {
  margin: 0;
}
.cid-rmLZsuz7LX .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rmLZsuz7LX .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rmLZsuz7LX .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rmLZsuz7LX .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rmLZsuz7LX .card-box {
  border-style: solid;
  border-color: #fd6d07;
  border-width: 0 1px 1px 1px;
}
.cid-rmLZsuz7LX .card-footer {
  border-top: 1px solid #fd6d07;
}
.cid-rmLZsuz7LX .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-rmLZsuz7LX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rmLZsuz7LX .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rmLZsuz7LX .main-title {
  color: #fd6d07;
}
.cid-rmLZsuz7LX .info-text {
  text-align: center;
}
.cid-rmLZsuz7LX .card-text,
.cid-rmLZsuz7LX .card-btn {
  color: #000000;
}
.cid-rmLZsuz7LX .card-title,
.cid-rmLZsuz7LX .card-info {
  color: #fd6d07;
}
.cid-rtDNP2DK6f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rtDNP2DK6f .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rtDNP2DK6f .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rtDNP2DK6f .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rtDNP2DK6f .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rtDNP2DK6f .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rtDNP2DK6f .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rtDNP2DK6f .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rtDNP2DK6f .image-element {
    padding: 0 15px;
  }
  .cid-rtDNP2DK6f .text-element {
    padding: 2rem 1rem;
  }
  .cid-rtDNP2DK6f .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rtDNP2DK6f .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-rtDNP2DK6f .mbr-section-subtitle,
.cid-rtDNP2DK6f .underline {
  color: #fd6d07;
}
.cid-rtDNP2DK6f .mbr-section-title DIV {
  text-align: left;
}
.cid-rtDNP2DK6f .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rHOJdQpwQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-rHOJdQpwQD .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rHOJdQpwQD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rHOJdQpwQD .title {
    width: 100% !important;
  }
}
.cid-rHOJdQpwQD .mbr-section-title {
  color: #fd6d07;
}
.cid-s00EJ7e3YG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc-316-2000x1339.jpg");
}
.cid-s00EJ7e3YG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s00EJ7e3YG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s00EJ7e3YG .card .card-header {
  background: #fd6d07;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s00EJ7e3YG .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s00EJ7e3YG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s00EJ7e3YG .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s00EJ7e3YG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-s00EJ7e3YG .card .panel-body {
  background: #ffffff;
}
.cid-s00EJ7e3YG .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s00EJ7e3YG .card-header h4,
  .cid-s00EJ7e3YG .panel-body {
    padding: 1rem !important;
  }
}
.cid-s00EJ7e3YG H2 {
  color: #ffffff;
}
.cid-s00EJ7e3YG .mbr-section-subtitle,
.cid-s00EJ7e3YG .underline {
  color: #fd6d07;
}
.cid-rpkb5ock2W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-rpkb5ock2W .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rpkb5ock2W .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rpkb5ock2W .title {
    width: 100% !important;
  }
}
.cid-rpkb5ock2W .mbr-section-title {
  color: #fd6d07;
}
.cid-riPeOpky4l .nav-item:focus,
.cid-riPeOpky4l .nav-link:focus {
  outline: none;
}
.cid-riPeOpky4l a.nav-link:focus {
  color: #fd6d07 !important;
}
.cid-riPeOpky4l .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-riPeOpky4l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-riPeOpky4l .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-riPeOpky4l .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-riPeOpky4l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-riPeOpky4l .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-riPeOpky4l .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-riPeOpky4l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-riPeOpky4l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-riPeOpky4l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-riPeOpky4l .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-riPeOpky4l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-riPeOpky4l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-riPeOpky4l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-riPeOpky4l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-riPeOpky4l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-riPeOpky4l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-riPeOpky4l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-riPeOpky4l .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-riPeOpky4l .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-riPeOpky4l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-riPeOpky4l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-riPeOpky4l .dropdown-item.active,
.cid-riPeOpky4l .dropdown-item:active {
  background-color: transparent;
}
.cid-riPeOpky4l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-riPeOpky4l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-riPeOpky4l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-riPeOpky4l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-riPeOpky4l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-riPeOpky4l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-riPeOpky4l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-riPeOpky4l .navbar-buttons {
  text-align: center;
}
.cid-riPeOpky4l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd6d07;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riPeOpky4l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-riPeOpky4l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-riPeOpky4l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-riPeOpky4l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-riPeOpky4l .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-riPeOpky4l .nav-link:hover,
.cid-riPeOpky4l .icons-menu .mbr-iconfont:hover {
  color: #fd6d07 !important;
}
.cid-riPeOpky4l .dropdown-item:hover {
  color: #fce347 !important;
}
.cid-riPeOpky4l .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fd6d07;
  transition: width 0.3s ease-in;
}
.cid-riPeOpky4l .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-riPeOpky4l .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-riPeOpky4l .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-riPeOpky4l .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-riPeOpky4l .dropdown-menu {
    top: 100%;
  }
  .cid-riPeOpky4l .dropdown-item {
    border-bottom: 1px solid #6a2d01;
    box-shadow: 0px 2px 5px #fd6d07;
    background: #fd6d07 !important;
  }
  .cid-riPeOpky4l .dropdown-item:hover {
    background: #cf5702 !important;
  }
  .cid-riPeOpky4l .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-riPeOpky4l .navbar-short .dropdown-menu {
    top: 100%;
  }
}
#custom-html-1m {
  /* Type valid CSS here */
}
#custom-html-1m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1m p {
  font-size: 60px;
  color: #777;
}
.cid-rHOJKiOXZX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-rHOJKiOXZX .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rHOJKiOXZX .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rHOJKiOXZX .title {
    width: 100% !important;
  }
}
.cid-rHOJKiOXZX .mbr-section-title {
  color: #fd6d07;
}
.cid-s00AtKbKvD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc-334-2000x1339.jpg");
}
.cid-s00AtKbKvD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s00AtKbKvD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s00AtKbKvD .card .card-header {
  background: #fd6d07;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s00AtKbKvD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s00AtKbKvD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s00AtKbKvD .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s00AtKbKvD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-s00AtKbKvD .card .panel-body {
  background: #ffffff;
}
.cid-s00AtKbKvD .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s00AtKbKvD .card-header h4,
  .cid-s00AtKbKvD .panel-body {
    padding: 1rem !important;
  }
}
.cid-s00AtKbKvD H2 {
  color: #ffffff;
}
.cid-s00AtKbKvD .mbr-section-subtitle,
.cid-s00AtKbKvD .underline {
  color: #fd6d07;
}
.cid-rpiwIyIKaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}
.cid-rpiwIyIKaP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rpiwIyIKaP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rpiwIyIKaP .title {
    width: 100% !important;
  }
}
.cid-rpiwIyIKaP .mbr-section-title {
  color: #fd6d07;
}
.cid-rpiwIyIKaP .mbr-section-subtitle,
.cid-rpiwIyIKaP .underline {
  color: #fd6d07;
}
#custom-html-1l {
  /* Type valid CSS here */
}
#custom-html-1l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1l p {
  font-size: 60px;
  color: #777;
}
.cid-rtDUgMpeCc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rtDUgMpeCc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rtDUgMpeCc .row {
  background-color: #ffffff;
}
.cid-rtDUgMpeCc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rtDUgMpeCc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rtDUgMpeCc .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rtDUgMpeCc .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rtDUgMpeCc .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rtDUgMpeCc .image-element {
    padding: 0 15px;
  }
  .cid-rtDUgMpeCc .text-element {
    padding: 2rem 1rem;
  }
  .cid-rtDUgMpeCc .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-rtDUgMpeCc .mbr-section-subtitle,
.cid-rtDUgMpeCc .underline {
  color: #fd6d07;
}
.cid-rtDUgMpeCc .mbr-section-title DIV {
  text-align: center;
}
.cid-rtDUgMpeCc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rtKRBO8UVZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}
.cid-rtKRBO8UVZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #fd6d07;
  display: inline-block;
}
.cid-rtKRBO8UVZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rtKRBO8UVZ .title {
    width: 100% !important;
  }
}
.cid-rtKRBO8UVZ .mbr-section-title {
  color: #333333;
}
.cid-rtKRBO8UVZ .mbr-section-subtitle,
.cid-rtKRBO8UVZ .underline {
  color: #fd6d07;
}
.cid-rtKS7BtGRH {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rtKS7BtGRH .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rtKS7BtGRH .video-block {
    width: 100% !important;
  }
}
.cid-rL6uJQfISw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rL6uJQfISw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rL6uJQfISw .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rL6uJQfISw p {
  line-height: 1.6;
}
.cid-rL6uJQfISw .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rL6uJQfISw .card-title {
  color: #fd6d07;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-rL6uJQfISw .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-rL6uJQfISw img {
  transition: all 0.3s;
}
.cid-rL6uJQfISw .card-box {
  padding: 1.5rem;
}
.cid-rL6uJQfISw .mbr-section-title {
  margin: 0 auto;
  color: #fd6d07;
  text-align: center;
}
.cid-rL6uJQfISw .card-box > p,
.cid-rL6uJQfISw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rL6uJQfISw .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rpkmrNceXy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rpkmrNceXy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rpkmrNceXy .form-group {
  margin-bottom: 1rem;
}
.cid-rpkmrNceXy .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #d8d7d7;
  color: #000000;
  width: 100%;
}
.cid-rpkmrNceXy textarea.form-control {
  min-height: 96px;
}
.cid-rpkmrNceXy .input-group-btn {
  width: 100%;
}
.cid-rpkmrNceXy .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-rpkmrNceXy .form-control-label {
  color: #000000;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-rpkmrNceXy .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rpkmrNceXy .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rpkmrNceXy .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-rpkmrNceXy .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #fd6d07;
  padding: 10px;
}
.cid-rpkmrNceXy .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-rpkmrNceXy .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rpkmrNceXy .form-subtitle {
    text-align: center;
  }
}
.cid-rpkmrNceXy .form-text {
  color: #232323;
}
.cid-rpkmrNceXy .first-column {
  color: #000000;
}
.cid-rpkmrNceXy .main-title {
  color: #fd6d07;
}
.cid-rBdg7c6A9h {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rBdg7c6A9h .container-fluid {
  padding: 0 3rem;
}
.cid-rBdg7c6A9h ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBdg7c6A9h ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rBdg7c6A9h ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rBdg7c6A9h ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rBdg7c6A9h .container-fluid {
    padding: 0 1rem;
  }
  .cid-rBdg7c6A9h .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rBdg7c6A9h .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rBdg7c6A9h .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #487f91, #333333);
  display: inline-block;
}
.cid-rBdg7c6A9h .mbr-section-title,
.cid-rBdg7c6A9h .underline {
  color: #fd6d07;
}
.cid-rpHpMXGjAJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rpHpMXGjAJ .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rpHpMXGjAJ .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-rpHpMXGjAJ .mbr-list {
  margin: 0;
}
.cid-rpHpMXGjAJ .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rpHpMXGjAJ .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-rpHpMXGjAJ .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rpHpMXGjAJ .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rpHpMXGjAJ .list-inline-item,
.cid-rpHpMXGjAJ .mbr-list,
.cid-rpHpMXGjAJ .first-column {
  color: #000000;
}
.cid-riPeOpky4l .nav-item:focus,
.cid-riPeOpky4l .nav-link:focus {
  outline: none;
}
.cid-riPeOpky4l a.nav-link:focus {
  color: #fd6d07 !important;
}
.cid-riPeOpky4l .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-riPeOpky4l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-riPeOpky4l .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-riPeOpky4l .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-riPeOpky4l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-riPeOpky4l .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-riPeOpky4l .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-riPeOpky4l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-riPeOpky4l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-riPeOpky4l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-riPeOpky4l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-riPeOpky4l .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-riPeOpky4l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-riPeOpky4l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-riPeOpky4l .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-riPeOpky4l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-riPeOpky4l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-riPeOpky4l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-riPeOpky4l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-riPeOpky4l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-riPeOpky4l .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-riPeOpky4l .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-riPeOpky4l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-riPeOpky4l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-riPeOpky4l .dropdown-item.active,
.cid-riPeOpky4l .dropdown-item:active {
  background-color: transparent;
}
.cid-riPeOpky4l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-riPeOpky4l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-riPeOpky4l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-riPeOpky4l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-riPeOpky4l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-riPeOpky4l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-riPeOpky4l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-riPeOpky4l .navbar-buttons {
  text-align: center;
}
.cid-riPeOpky4l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd6d07;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-riPeOpky4l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-riPeOpky4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riPeOpky4l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-riPeOpky4l a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-riPeOpky4l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-riPeOpky4l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-riPeOpky4l .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-riPeOpky4l .nav-link:hover,
.cid-riPeOpky4l .icons-menu .mbr-iconfont:hover {
  color: #fd6d07 !important;
}
.cid-riPeOpky4l .dropdown-item:hover {
  color: #fce347 !important;
}
.cid-riPeOpky4l .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fd6d07;
  transition: width 0.3s ease-in;
}
.cid-riPeOpky4l .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-riPeOpky4l .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-riPeOpky4l .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-riPeOpky4l .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-riPeOpky4l .dropdown-menu {
    top: 100%;
  }
  .cid-riPeOpky4l .dropdown-item {
    border-bottom: 1px solid #6a2d01;
    box-shadow: 0px 2px 5px #fd6d07;
    background: #fd6d07 !important;
  }
  .cid-riPeOpky4l .dropdown-item:hover {
    background: #cf5702 !important;
  }
  .cid-riPeOpky4l .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-riPeOpky4l .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rmFWYRSShc {
  background-image: url("../../../assets/images/exterieur-terrasse-gacogne-3-2000x1339.jpg");
}
.cid-rmFWYRSShc .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rmFWYRSShc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rmFWYRSShc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rmFWYRSShc .animated-element,
.cid-rmFWYRSShc .typed-cursor {
  color: #ffffff;
}
.cid-rmFWYRSShc .animated-element {
  border-bottom: 5px solid #fd6d07;
}
@media (max-width: 767px) {
  .cid-rmFWYRSShc .typed-text {
    text-align: center;
  }
}
.cid-rmFWYRSShc .mbr-section-title {
  color: #fd6d07;
}
.cid-rtWOpnXq4j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtWOpnXq4j .container-fluid {
  padding: 0 3rem;
}
.cid-rtWOpnXq4j ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rtWOpnXq4j ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rtWOpnXq4j ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rtWOpnXq4j ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rtWOpnXq4j .container-fluid {
    padding: 0 1rem;
  }
  .cid-rtWOpnXq4j .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rtWOpnXq4j .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rtWOpnXq4j .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #487f91, #333333);
  display: inline-block;
}
.cid-rtaH7Fw3gT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtaH7Fw3gT .card .card-img {
  overflow: hidden;
}
.cid-rtaH7Fw3gT .card .card-img img {
  transition: all .5s;
}
.cid-rtaH7Fw3gT .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rtaH7Fw3gT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rtaH7Fw3gT .card {
  height: 100%;
}
.cid-rtaH7Fw3gT .card .card-wrapper {
  height: 100%;
}
.cid-rtaH7Fw3gT .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rtaH7Fw3gT .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rtaH7Fw3gT .card .card-box .card-title {
  margin: 0;
}
.cid-rtaH7Fw3gT .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtaH7Fw3gT .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rtaH7Fw3gT .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rtaH7Fw3gT .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rtaH7Fw3gT .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtaH7Fw3gT .card .card-footer .icons-list {
  margin: 0;
}
.cid-rtaH7Fw3gT .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rtaH7Fw3gT .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rtaH7Fw3gT .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rtaH7Fw3gT .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rtaH7Fw3gT .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-rtaH7Fw3gT .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rtaH7Fw3gT .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rtaH7Fw3gT .card-title,
.cid-rtaH7Fw3gT .card-info {
  color: #fd6d07;
}
.cid-rtaH7Fw3gT .card-text,
.cid-rtaH7Fw3gT .card-btn {
  color: #000000;
}
.cid-rtaH7Fw3gT .main-title {
  color: #fd6d07;
}
.cid-rmG1taidA6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rmG1taidA6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rmG1taidA6 .mbr-section-title,
.cid-rmG1taidA6 .mbr-section-subtitle,
.cid-rmG1taidA6 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rmG1taidA6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rmG1taidA6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmG1taidA6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmG1taidA6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rmG1taidA6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rmG1taidA6 .icon-focus {
  display: none;
}
.cid-rmG1taidA6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rmG1taidA6 ul {
  font-size: 0;
}
.cid-rmG1taidA6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rmG1taidA6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rmG1taidA6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rmG1taidA6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rmG1taidA6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rmG1taidA6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rmG1taidA6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rmG1taidA6 .btn:hover {
  background: transparent !important;
}
.cid-rmG1taidA6 .btn:hover:before {
  background: transparent !important;
}
.cid-rmG1taidA6 .btn:before {
  background-color: transparent !important;
}
.cid-rmG1taidA6 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rmG1taidA6 .mbr-section-title {
  color: #000000;
}
.cid-rmG1taidA6 .mbr-section-subtitle,
.cid-rmG1taidA6 .underline {
  color: #fd6d07;
}
.cid-rmG1taidA6 .mbr-gallery-item > div > span {
  color: #fd6d07;
}
.cid-rv9EUHsSiH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rv9EUHsSiH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rv9EUHsSiH .mbr-section-title,
.cid-rv9EUHsSiH .mbr-section-subtitle,
.cid-rv9EUHsSiH .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rv9EUHsSiH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rv9EUHsSiH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rv9EUHsSiH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rv9EUHsSiH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rv9EUHsSiH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rv9EUHsSiH .icon-focus {
  display: none;
}
.cid-rv9EUHsSiH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rv9EUHsSiH ul {
  font-size: 0;
}
.cid-rv9EUHsSiH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rv9EUHsSiH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rv9EUHsSiH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rv9EUHsSiH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rv9EUHsSiH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rv9EUHsSiH .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rv9EUHsSiH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rv9EUHsSiH .btn:hover {
  background: transparent !important;
}
.cid-rv9EUHsSiH .btn:hover:before {
  background: transparent !important;
}
.cid-rv9EUHsSiH .btn:before {
  background-color: transparent !important;
}
.cid-rv9EUHsSiH .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rv9EUHsSiH .mbr-section-title {
  color: #000000;
}
.cid-rv9EUHsSiH .mbr-section-subtitle,
.cid-rv9EUHsSiH .underline {
  color: #fd6d07;
}
.cid-rv9EUHsSiH .mbr-gallery-item > div > span {
  color: #fd6d07;
}
.cid-rv9ZFedLbw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rv9ZFedLbw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rv9ZFedLbw .mbr-section-title,
.cid-rv9ZFedLbw .mbr-section-subtitle,
.cid-rv9ZFedLbw .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rv9ZFedLbw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rv9ZFedLbw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rv9ZFedLbw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rv9ZFedLbw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rv9ZFedLbw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rv9ZFedLbw .icon-focus {
  display: none;
}
.cid-rv9ZFedLbw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rv9ZFedLbw ul {
  font-size: 0;
}
.cid-rv9ZFedLbw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rv9ZFedLbw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rv9ZFedLbw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rv9ZFedLbw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rv9ZFedLbw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rv9ZFedLbw .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rv9ZFedLbw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rv9ZFedLbw .btn:hover {
  background: transparent !important;
}
.cid-rv9ZFedLbw .btn:hover:before {
  background: transparent !important;
}
.cid-rv9ZFedLbw .btn:before {
  background-color: transparent !important;
}
.cid-rv9ZFedLbw .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rv9ZFedLbw .mbr-section-title {
  color: #000000;
}
.cid-rv9ZFedLbw .mbr-section-subtitle,
.cid-rv9ZFedLbw .underline {
  color: #fd6d07;
}
.cid-rv9ZFedLbw .mbr-gallery-item > div > span {
  color: #fd6d07;
}
.cid-rtWQcsPxbx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtWQcsPxbx .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rtWQcsPxbx h4 {
  text-align: center;
}
.cid-rtWQcsPxbx p {
  text-align: center;
}
.cid-rtWQcsPxbx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rtWQcsPxbx .mbr-iconfont {
  transition: all 0.3s;
  color: #fd6d07 !important;
  font-size: 4rem !important;
}
.cid-rtWQcsPxbx .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rtWQcsPxbx .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rtWQcsPxbx .card:hover .mbr-iconfont {
  color: #487f91 !important;
}
.cid-rtWQcsPxbx .card-title,
.cid-rtWQcsPxbx .card-img {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rtWQcsPxbx .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rtWQcsPxbx .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rpHw7WQ8Ps {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rpHw7WQ8Ps .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rpHw7WQ8Ps .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-rpHw7WQ8Ps .mbr-list {
  margin: 0;
}
.cid-rpHw7WQ8Ps .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rpHw7WQ8Ps .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-rpHw7WQ8Ps .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rpHw7WQ8Ps .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rpHw7WQ8Ps .list-inline-item,
.cid-rpHw7WQ8Ps .mbr-list,
.cid-rpHw7WQ8Ps .first-column {
  color: #000000;
}
.cid-rujL62bWfH .nav-item:focus,
.cid-rujL62bWfH .nav-link:focus {
  outline: none;
}
.cid-rujL62bWfH a.nav-link:focus {
  color: #fd6d07 !important;
}
.cid-rujL62bWfH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rujL62bWfH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rujL62bWfH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rujL62bWfH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rujL62bWfH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rujL62bWfH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rujL62bWfH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rujL62bWfH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rujL62bWfH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rujL62bWfH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rujL62bWfH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rujL62bWfH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rujL62bWfH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rujL62bWfH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rujL62bWfH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rujL62bWfH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rujL62bWfH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rujL62bWfH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rujL62bWfH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rujL62bWfH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rujL62bWfH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rujL62bWfH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rujL62bWfH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rujL62bWfH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rujL62bWfH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rujL62bWfH .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-rujL62bWfH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rujL62bWfH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rujL62bWfH .dropdown-item.active,
.cid-rujL62bWfH .dropdown-item:active {
  background-color: transparent;
}
.cid-rujL62bWfH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rujL62bWfH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rujL62bWfH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rujL62bWfH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rujL62bWfH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rujL62bWfH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rujL62bWfH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rujL62bWfH .navbar-buttons {
  text-align: center;
}
.cid-rujL62bWfH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rujL62bWfH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd6d07;
}
.cid-rujL62bWfH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rujL62bWfH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rujL62bWfH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rujL62bWfH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rujL62bWfH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rujL62bWfH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rujL62bWfH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rujL62bWfH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rujL62bWfH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rujL62bWfH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rujL62bWfH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rujL62bWfH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rujL62bWfH .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-rujL62bWfH .nav-link:hover,
.cid-rujL62bWfH .icons-menu .mbr-iconfont:hover {
  color: #fd6d07 !important;
}
.cid-rujL62bWfH .dropdown-item:hover {
  color: #fce347 !important;
}
.cid-rujL62bWfH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fd6d07;
  transition: width 0.3s ease-in;
}
.cid-rujL62bWfH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rujL62bWfH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rujL62bWfH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-rujL62bWfH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rujL62bWfH .dropdown-menu {
    top: 100%;
  }
  .cid-rujL62bWfH .dropdown-item {
    border-bottom: 1px solid #6a2d01;
    box-shadow: 0px 2px 5px #fd6d07;
    background: #fd6d07 !important;
  }
  .cid-rujL62bWfH .dropdown-item:hover {
    background: #cf5702 !important;
  }
  .cid-rujL62bWfH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rujL62bWfH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rujL63e3Tq {
  background-image: url("../../../assets/images/exterieur-guyenne-4-2000x1339.jpg");
}
.cid-rujL63e3Tq .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rujL63e3Tq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rujL63e3Tq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rujL63e3Tq .animated-element,
.cid-rujL63e3Tq .typed-cursor {
  color: #ffffff;
}
.cid-rujL63e3Tq .animated-element {
  border-bottom: 5px solid #fd6d07;
}
@media (max-width: 767px) {
  .cid-rujL63e3Tq .typed-text {
    text-align: center;
  }
}
.cid-rujL63e3Tq .mbr-section-title {
  color: #fd6d07;
}
.cid-rujL64itkW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rujL64itkW .container-fluid {
  padding: 0 3rem;
}
.cid-rujL64itkW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rujL64itkW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rujL64itkW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rujL64itkW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rujL64itkW .container-fluid {
    padding: 0 1rem;
  }
  .cid-rujL64itkW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rujL64itkW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rujL64itkW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #487f91, #333333);
  display: inline-block;
}
.cid-rujL65gIiy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rujL65gIiy .card .card-img {
  overflow: hidden;
}
.cid-rujL65gIiy .card .card-img img {
  transition: all .5s;
}
.cid-rujL65gIiy .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rujL65gIiy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rujL65gIiy .card {
  height: 100%;
}
.cid-rujL65gIiy .card .card-wrapper {
  height: 100%;
}
.cid-rujL65gIiy .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rujL65gIiy .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rujL65gIiy .card .card-box .card-title {
  margin: 0;
}
.cid-rujL65gIiy .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rujL65gIiy .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rujL65gIiy .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rujL65gIiy .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rujL65gIiy .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rujL65gIiy .card .card-footer .icons-list {
  margin: 0;
}
.cid-rujL65gIiy .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rujL65gIiy .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rujL65gIiy .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rujL65gIiy .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rujL65gIiy .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-rujL65gIiy .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rujL65gIiy .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rujL65gIiy .card-title,
.cid-rujL65gIiy .card-info {
  color: #fd6d07;
}
.cid-rujL65gIiy .card-text,
.cid-rujL65gIiy .card-btn {
  color: #000000;
}
.cid-rujL65gIiy .main-title {
  color: #fd6d07;
}
.cid-rujL66Wfwl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rujL66Wfwl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rujL66Wfwl .mbr-section-title,
.cid-rujL66Wfwl .mbr-section-subtitle,
.cid-rujL66Wfwl .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rujL66Wfwl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rujL66Wfwl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rujL66Wfwl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rujL66Wfwl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rujL66Wfwl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rujL66Wfwl .icon-focus {
  display: none;
}
.cid-rujL66Wfwl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rujL66Wfwl ul {
  font-size: 0;
}
.cid-rujL66Wfwl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rujL66Wfwl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rujL66Wfwl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rujL66Wfwl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rujL66Wfwl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rujL66Wfwl .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rujL66Wfwl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rujL66Wfwl .btn:hover {
  background: transparent !important;
}
.cid-rujL66Wfwl .btn:hover:before {
  background: transparent !important;
}
.cid-rujL66Wfwl .btn:before {
  background-color: transparent !important;
}
.cid-rujL66Wfwl .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rujL66Wfwl .mbr-section-title {
  color: #000000;
}
.cid-rujL66Wfwl .mbr-section-subtitle,
.cid-rujL66Wfwl .underline {
  color: #fd6d07;
}
.cid-rL6k7AkNn3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rL6k7AkNn3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rL6k7AkNn3 .mbr-section-title,
.cid-rL6k7AkNn3 .mbr-section-subtitle,
.cid-rL6k7AkNn3 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rL6k7AkNn3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rL6k7AkNn3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rL6k7AkNn3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rL6k7AkNn3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rL6k7AkNn3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rL6k7AkNn3 .icon-focus {
  display: none;
}
.cid-rL6k7AkNn3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rL6k7AkNn3 ul {
  font-size: 0;
}
.cid-rL6k7AkNn3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rL6k7AkNn3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rL6k7AkNn3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rL6k7AkNn3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rL6k7AkNn3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rL6k7AkNn3 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rL6k7AkNn3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rL6k7AkNn3 .btn:hover {
  background: transparent !important;
}
.cid-rL6k7AkNn3 .btn:hover:before {
  background: transparent !important;
}
.cid-rL6k7AkNn3 .btn:before {
  background-color: transparent !important;
}
.cid-rL6k7AkNn3 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rL6k7AkNn3 .mbr-section-title {
  color: #000000;
}
.cid-rL6k7AkNn3 .mbr-section-subtitle,
.cid-rL6k7AkNn3 .underline {
  color: #fd6d07;
}
.cid-rL6kTpg91b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rL6kTpg91b .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rL6kTpg91b .mbr-section-title,
.cid-rL6kTpg91b .mbr-section-subtitle,
.cid-rL6kTpg91b .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rL6kTpg91b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rL6kTpg91b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rL6kTpg91b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rL6kTpg91b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rL6kTpg91b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d7d7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d8d7d7, #878787);
}
.cid-rL6kTpg91b .icon-focus {
  display: none;
}
.cid-rL6kTpg91b .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rL6kTpg91b ul {
  font-size: 0;
}
.cid-rL6kTpg91b .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rL6kTpg91b .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rL6kTpg91b .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd6d07;
}
.cid-rL6kTpg91b .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rL6kTpg91b .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rL6kTpg91b .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rL6kTpg91b .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rL6kTpg91b .btn:hover {
  background: transparent !important;
}
.cid-rL6kTpg91b .btn:hover:before {
  background: transparent !important;
}
.cid-rL6kTpg91b .btn:before {
  background-color: transparent !important;
}
.cid-rL6kTpg91b .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-rL6kTpg91b .mbr-section-title {
  color: #000000;
}
.cid-rL6kTpg91b .mbr-section-subtitle,
.cid-rL6kTpg91b .underline {
  color: #fd6d07;
}
.cid-rujL68I0Oz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rujL68I0Oz .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rujL68I0Oz h4 {
  text-align: center;
}
.cid-rujL68I0Oz p {
  text-align: center;
}
.cid-rujL68I0Oz .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rujL68I0Oz .mbr-iconfont {
  transition: all 0.3s;
  color: #fd6d07 !important;
  font-size: 4rem !important;
}
.cid-rujL68I0Oz .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rujL68I0Oz .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rujL68I0Oz .card:hover .mbr-iconfont {
  color: #487f91 !important;
}
.cid-rujL68I0Oz .card-title,
.cid-rujL68I0Oz .card-img {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rujL68I0Oz .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rujL68I0Oz .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rujL69FNGx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rujL69FNGx .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rujL69FNGx .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-rujL69FNGx .mbr-list {
  margin: 0;
}
.cid-rujL69FNGx .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rujL69FNGx .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-rujL69FNGx .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rujL69FNGx .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rujL69FNGx .list-inline-item,
.cid-rujL69FNGx .mbr-list,
.cid-rujL69FNGx .first-column {
  color: #000000;
}
.cid-ruk3hiDBwM {
  z-index: 1;
  background-image: url("../../../assets/images/1-2000x1125.jpg");
}
.cid-ruk3hiDBwM .mbr-arrow {
  background: #fd6d07 !important;
  opacity: .7;
}
.cid-ruk3hiDBwM .mbr-arrow i {
  color: #487f91 !important;
}
.cid-ruk3hiDBwM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ruk3hiDBwM .input-wrap {
  background: #ffffff;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  line-height: 18px;
  padding: 2rem;
  margin: 0;
}
.cid-ruk3hiDBwM .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-ruk3hiDBwM .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-ruk3hiDBwM .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ruk3hiDBwM .check-in-input,
.cid-ruk3hiDBwM .check-out-input,
.cid-ruk3hiDBwM .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-ruk3hiDBwM .booking-datepicker input:not(.guests-input) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-ruk3hiDBwM .booking-datepicker .mbr-form {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ruk3hiDBwM .booking-datepicker .mbr-form .col-3,
  .cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn {
    max-width: 60% !important;
  }
  .cid-ruk3hiDBwM .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    margin: 0 !important;
  }
}
.cid-ruk3hiDBwM .mbr-section-title {
  color: #fd6d07;
}
.cid-ruk3hiDBwM .mbr-section-subtitle,
.cid-ruk3hiDBwM .underline P {
  text-align: left;
}
.cid-ruk3hiDBwM .mbr-section-title P {
  text-align: left;
}
.cid-ruk3hnpsTv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ruk3hnpsTv .container-fluid {
  padding: 0 3rem;
}
.cid-ruk3hnpsTv ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ruk3hnpsTv ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-ruk3hnpsTv ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-ruk3hnpsTv ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-ruk3hnpsTv .container-fluid {
    padding: 0 1rem;
  }
  .cid-ruk3hnpsTv .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-ruk3hnpsTv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ruk3hnpsTv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #487f91, #333333);
  display: inline-block;
}
.cid-ruk6qk0JJR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/14409634-352947305096198-8975022388313611014-o-2000x1500.jpg");
}
.cid-ruk6qk0JJR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ruk6qk0JJR .testimonials-container {
  margin: 0 auto;
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ruk6qk0JJR .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ruk6qk0JJR .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-ruk6qk0JJR .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-ruk6qk0JJR .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-ruk6qk0JJR .user_text {
  color: #fcfcfc;
}
.cid-rukb0aNh8m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}
.cid-rukb0aNh8m .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rukb0aNh8m .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rukb0aNh8m .title {
    width: 100% !important;
  }
}
.cid-rukb0aNh8m .mbr-section-title {
  color: #4d2220;
}
.cid-ruk3hwvNBm .nav-item:focus,
.cid-ruk3hwvNBm .nav-link:focus {
  outline: none;
}
.cid-ruk3hwvNBm a.nav-link:focus {
  color: #fd6d07 !important;
}
.cid-ruk3hwvNBm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ruk3hwvNBm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ruk3hwvNBm .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ruk3hwvNBm .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ruk3hwvNBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ruk3hwvNBm .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ruk3hwvNBm .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ruk3hwvNBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ruk3hwvNBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ruk3hwvNBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ruk3hwvNBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ruk3hwvNBm .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ruk3hwvNBm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ruk3hwvNBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ruk3hwvNBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ruk3hwvNBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ruk3hwvNBm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ruk3hwvNBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ruk3hwvNBm .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ruk3hwvNBm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ruk3hwvNBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ruk3hwvNBm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ruk3hwvNBm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ruk3hwvNBm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ruk3hwvNBm .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ruk3hwvNBm .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-ruk3hwvNBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ruk3hwvNBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ruk3hwvNBm .dropdown-item.active,
.cid-ruk3hwvNBm .dropdown-item:active {
  background-color: transparent;
}
.cid-ruk3hwvNBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ruk3hwvNBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ruk3hwvNBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ruk3hwvNBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ruk3hwvNBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ruk3hwvNBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ruk3hwvNBm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ruk3hwvNBm .navbar-buttons {
  text-align: center;
}
.cid-ruk3hwvNBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ruk3hwvNBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd6d07;
}
.cid-ruk3hwvNBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ruk3hwvNBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ruk3hwvNBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ruk3hwvNBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ruk3hwvNBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ruk3hwvNBm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ruk3hwvNBm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ruk3hwvNBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ruk3hwvNBm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ruk3hwvNBm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ruk3hwvNBm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ruk3hwvNBm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ruk3hwvNBm .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-ruk3hwvNBm .nav-link:hover,
.cid-ruk3hwvNBm .icons-menu .mbr-iconfont:hover {
  color: #fd6d07 !important;
}
.cid-ruk3hwvNBm .dropdown-item:hover {
  color: #fce347 !important;
}
.cid-ruk3hwvNBm .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fd6d07;
  transition: width 0.3s ease-in;
}
.cid-ruk3hwvNBm .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ruk3hwvNBm .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ruk3hwvNBm .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ruk3hwvNBm .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ruk3hwvNBm .dropdown-menu {
    top: 100%;
  }
  .cid-ruk3hwvNBm .dropdown-item {
    border-bottom: 1px solid #6a2d01;
    box-shadow: 0px 2px 5px #fd6d07;
    background: #fd6d07 !important;
  }
  .cid-ruk3hwvNBm .dropdown-item:hover {
    background: #cf5702 !important;
  }
  .cid-ruk3hwvNBm .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ruk3hwvNBm .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rukbi7tfki {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/18-2000x1500.jpg");
}
.cid-rukbi7tfki .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rukbi7tfki .testimonials-container {
  margin: 0 auto;
}
.cid-rukbi7tfki .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-rukbi7tfki .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rukbi7tfki .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-rukbi7tfki .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rukbi7tfki .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-rukbi7tfki .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rukbi7tfki .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rukbi7tfki .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rukbi7tfki .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rukbi7tfki .user_text {
  color: #fcfcfc;
}
.cid-ruk3hMju4l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ruk3hMju4l .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ruk3hMju4l .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-ruk3hMju4l .mbr-list {
  margin: 0;
}
.cid-ruk3hMju4l .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-ruk3hMju4l .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-ruk3hMju4l .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ruk3hMju4l .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-ruk3hMju4l .list-inline-item,
.cid-ruk3hMju4l .mbr-list,
.cid-ruk3hMju4l .first-column {
  color: #000000;
}
.cid-rukk8UVm09 {
  z-index: 1;
  background-image: url("../../../assets/images/20130606-135814-2000x1500.jpg");
}
.cid-rukk8UVm09 .mbr-arrow {
  background: #fd6d07 !important;
  opacity: .7;
}
.cid-rukk8UVm09 .mbr-arrow i {
  color: #487f91 !important;
}
.cid-rukk8UVm09 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rukk8UVm09 .input-wrap {
  background: #ffffff;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  line-height: 18px;
  padding: 2rem;
  margin: 0;
}
.cid-rukk8UVm09 .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-rukk8UVm09 .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-rukk8UVm09 .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rukk8UVm09 .check-in-input,
.cid-rukk8UVm09 .check-out-input,
.cid-rukk8UVm09 .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-rukk8UVm09 .booking-datepicker input:not(.guests-input) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-rukk8UVm09 .booking-datepicker .mbr-form {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rukk8UVm09 .booking-datepicker .mbr-form .col-3,
  .cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn {
    max-width: 60% !important;
  }
  .cid-rukk8UVm09 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    margin: 0 !important;
  }
}
.cid-rukk8UVm09 .mbr-section-title {
  color: #fd6d07;
}
.cid-rukk8UVm09 .mbr-section-subtitle,
.cid-rukk8UVm09 .underline P {
  text-align: left;
}
.cid-rukk8UVm09 .mbr-section-title P {
  text-align: left;
}
.cid-rukltkf5Ti {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rukltkf5Ti .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rukltkf5Ti .mbr-section-subtitle,
.cid-rukltkf5Ti .mbr-text {
  color: #878787;
}
.cid-rukltkf5Ti .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-rukltkf5Ti .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rukltkf5Ti .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-rukltkf5Ti .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-rukltkf5Ti .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.4;
}
.cid-rukltkf5Ti .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rukltkf5Ti .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rukltkf5Ti .wrapper {
    padding: 1rem;
  }
  .cid-rukltkf5Ti .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-rukltkf5Ti .main-title {
  color: #fd6d07;
}
.cid-rukltkf5Ti .card-title {
  color: #fd6d07;
}
.cid-rukltkf5Ti .mbr-text,
.cid-rukltkf5Ti .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rukk93pccC .nav-item:focus,
.cid-rukk93pccC .nav-link:focus {
  outline: none;
}
.cid-rukk93pccC a.nav-link:focus {
  color: #fd6d07 !important;
}
.cid-rukk93pccC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rukk93pccC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rukk93pccC .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rukk93pccC .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rukk93pccC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rukk93pccC .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rukk93pccC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rukk93pccC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rukk93pccC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rukk93pccC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rukk93pccC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rukk93pccC .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rukk93pccC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rukk93pccC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rukk93pccC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rukk93pccC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rukk93pccC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rukk93pccC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rukk93pccC .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rukk93pccC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rukk93pccC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rukk93pccC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rukk93pccC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rukk93pccC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rukk93pccC .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rukk93pccC .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-rukk93pccC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rukk93pccC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rukk93pccC .dropdown-item.active,
.cid-rukk93pccC .dropdown-item:active {
  background-color: transparent;
}
.cid-rukk93pccC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rukk93pccC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rukk93pccC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rukk93pccC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rukk93pccC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rukk93pccC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rukk93pccC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rukk93pccC .navbar-buttons {
  text-align: center;
}
.cid-rukk93pccC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rukk93pccC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd6d07;
}
.cid-rukk93pccC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rukk93pccC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rukk93pccC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rukk93pccC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rukk93pccC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rukk93pccC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rukk93pccC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rukk93pccC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rukk93pccC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rukk93pccC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rukk93pccC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rukk93pccC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rukk93pccC .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-rukk93pccC .nav-link:hover,
.cid-rukk93pccC .icons-menu .mbr-iconfont:hover {
  color: #fd6d07 !important;
}
.cid-rukk93pccC .dropdown-item:hover {
  color: #fce347 !important;
}
.cid-rukk93pccC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #fd6d07;
  transition: width 0.3s ease-in;
}
.cid-rukk93pccC .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rukk93pccC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rukk93pccC .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-rukk93pccC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rukk93pccC .dropdown-menu {
    top: 100%;
  }
  .cid-rukk93pccC .dropdown-item {
    border-bottom: 1px solid #6a2d01;
    box-shadow: 0px 2px 5px #fd6d07;
    background: #fd6d07 !important;
  }
  .cid-rukk93pccC .dropdown-item:hover {
    background: #cf5702 !important;
  }
  .cid-rukk93pccC .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rukk93pccC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rukk97tbln {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rukk97tbln .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rukk97tbln .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-rukk97tbln .mbr-list {
  margin: 0;
}
.cid-rukk97tbln .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rukk97tbln .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-rukk97tbln .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rukk97tbln .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rukk97tbln .list-inline-item,
.cid-rukk97tbln .mbr-list,
.cid-rukk97tbln .first-column {
  color: #000000;
}
