@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #29cc69 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #b2ccd2 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #29cc69 !important;
  border-color: #29cc69 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1c8c48 !important;
  border-color: #1c8c48 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1c8c48 !important;
  border-color: #1c8c48 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #18773d;
  color: #18773d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #29cc69;
  border-color: #29cc69;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #29cc69 !important;
  border-color: #29cc69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #29cc69 !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #b2ccd2 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #18773d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #72a1ac !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #b2ccd2;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #29cc69;
  border-color: #29cc69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #29cc69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccf5dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #29cc69;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #29cc69;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #29cc69;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #29cc69;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #29cc69;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #29cc69;
  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: #29cc69;
  border-bottom-color: #29cc69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #29cc69 !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: #cc2952 !important;
  box-shadow: none !important;
}
.cid-rWN7kwtfZu {
  background-image: url("../../../assets/images/petrol-stations-4978825-2000x1333.jpg");
}
.cid-rWN7kwtfZu .mbr-text,
.cid-rWN7kwtfZu .mbr-section-btn {
  color: #ffffff;
}
.cid-rWN7kwtfZu H3 {
  text-align: center;
}
.cid-s4HrSxJgE9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4HrSxJgE9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWN80QWCFK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWN80QWCFK .mbr-section-subtitle {
  color: #767676;
}
.cid-rWN50r9iuG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWN50r9iuG .mbr-text {
  color: #767676;
}
.cid-rWN50r9iuG h4 {
  text-align: center;
}
.cid-rWN50r9iuG p {
  text-align: center;
}
.cid-rWN50r9iuG .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4HtJzv5ya {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4HtJzv5ya .mbr-text {
  color: #767676;
}
.cid-s4HtJzv5ya h4 {
  text-align: center;
}
.cid-s4HtJzv5ya p {
  text-align: center;
}
.cid-s4HtJzv5ya .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4HtJzv5ya .card-title,
.cid-s4HtJzv5ya .card-img {
  color: #232323;
}
.cid-u883wYODet {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u883wYODet .mbr-text {
  color: #767676;
}
.cid-u883wYODet h4 {
  text-align: center;
}
.cid-u883wYODet p {
  text-align: center;
}
.cid-u883wYODet .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4EiTsVlea {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-s4EiTsVlea .mbr-section-subtitle {
  color: #767676;
}
.cid-s4EiTsVlea H2 {
  color: #ffffff;
}
.cid-s4EiEnLRnO {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-s4EiEnLRnO .mbr-text {
  color: #cccccc;
}
.cid-s4EiEnLRnO h4 {
  text-align: center;
}
.cid-s4EiEnLRnO p {
  text-align: center;
}
.cid-s4EiEnLRnO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-s4EiEnLRnO .card-title,
.cid-s4EiEnLRnO .card-img {
  color: #ffffff;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s4Eo0meR75 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s4Eo0meR75 P {
  color: #767676;
}
.cid-sdhlckzlMe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sdhiSObLQs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sdhiSObLQs P {
  color: #767676;
}
.cid-sdhjKQ1ZNe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sdhjKQ1ZNe P {
  color: #767676;
}
.cid-sdhjKQ1ZNe H1 {
  color: #ffffff;
}
.cid-sdhjKQ1ZNe .mbr-text,
.cid-sdhjKQ1ZNe .mbr-section-btn {
  color: #efefef;
}
.cid-sdhkqMar6e {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sdhkqMar6e P {
  color: #767676;
}
.cid-sdhkzb263Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-sdhkzb263Z P {
  color: #767676;
}
.cid-sdhkzb263Z H1 {
  color: #ffffff;
}
.cid-sdhkzb263Z .mbr-text,
.cid-sdhkzb263Z .mbr-section-btn {
  color: #efefef;
}
.cid-s4EnTNYJgU {
  background: #ffffff;
}
.cid-s4EnTNYJgU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4EnTNYJgU .mbr-figure {
  margin: 0 auto;
}
.cid-s4EnTNYJgU figcaption {
  position: relative;
}
.cid-s4EnTNYJgU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4EnTNYJgU .image-block {
    width: 100% !important;
  }
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-rWSu4fxTp5 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #767676;
}
.cid-rWSu4fxTp5 .title {
  padding-bottom: 2.5rem;
}
.cid-rWSu4fxTp5 .mbr-text {
  color: #29cc69;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rWSu4fxTp5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
}
.cid-rWSu4fxTp5 .iconfont-wrapper .amp-iconfont {
  font-size: 2.5rem;
}
.cid-rWSu4fxTp5 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rWSu4fxTp5 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rWSu4fxTp5 .iconfont-wrapper {
    display: none;
  }
}
.cid-rWSu4fxTp5 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rWSu4fxTp5 H5 {
  color: #ffffff;
}
.cid-s4E8LRHSZj .google-map {
  height: 25rem;
  position: relative;
}
.cid-s4E8LRHSZj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s4E8LRHSZj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s4E8LRHSZj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s4E8LRHSZj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rWSu70LE19 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-rWSu70LE19 .title {
  margin-bottom: 2rem;
}
.cid-rWSu70LE19 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWSu70LE19 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rWSu70LE19 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rWSu70LE19 textarea.form-control {
  min-height: 188px;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWSqbbvOrH {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/refuel-2157212-2000x1329.jpeg");
}
.cid-rWSqbbvOrH H1 {
  color: #ffffff;
}
.cid-rWSqbbvOrH H3 {
  color: #ffffff;
}
.cid-rWSsbCyxLW {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #efefef, #465052);
}
.cid-rWSsbCyxLW .mbr-text,
.cid-rWSsbCyxLW .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4DvNxI6ov {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s4DvNxI6ov .card-img {
  background-color: #fff;
}
.cid-s4DvNxI6ov .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s4DvNxI6ov h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4DvNxI6ov p {
  text-align: left;
}
.cid-s4DvNxI6ov .mbr-text {
  color: #767676;
}
.cid-s4DvNxI6ov .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4DvNxI6ov .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4DvNxI6ov .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4DYddqJEr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s4DYddqJEr .card-img {
  background-color: #fff;
}
.cid-s4DYddqJEr .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s4DYddqJEr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4DYddqJEr p {
  text-align: left;
}
.cid-s4DYddqJEr .mbr-text {
  color: #767676;
}
.cid-s4DYddqJEr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4DYddqJEr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4DYddqJEr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4E0V0k2Px {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s4E0V0k2Px .card-img {
  background-color: #fff;
}
.cid-s4E0V0k2Px .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-s4E0V0k2Px h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4E0V0k2Px p {
  text-align: left;
}
.cid-s4E0V0k2Px .mbr-text {
  color: #767676;
}
.cid-s4E0V0k2Px .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4E0V0k2Px .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4E0V0k2Px .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5iqIZzTiD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5iqIZzTiD .mbr-section-subtitle {
  color: #767676;
}
.cid-s5iksNQu3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s5iksNQu3c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5iksNQu3c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5iksNQu3c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5iksNQu3c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5iksNQu3c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s5iksNQu3c .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5iksNQu3c .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s5iksNQu3c .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5iksNQu3c .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sagRlYluum {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sagRlYluum P {
  color: #767676;
}
.cid-sagRlYluum .mbr-text,
.cid-sagRlYluum .mbr-section-btn {
  color: #efefef;
}
.cid-sagRlYluum H1 {
  color: #ffffff;
}
.cid-s4ImEgk3cw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4ImEgk3cw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4ImEgk3cw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4ImEgk3cw .mbr-text {
  color: #232323;
}
.cid-sagRLbr1Vy {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #767676;
}
.cid-sagRLbr1Vy .item {
  padding-bottom: 2rem;
}
.cid-sagRLbr1Vy .item-wrapper {
  height: 100%;
}
.cid-sagRLbr1Vy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sagRLbr1Vy .carousel-control,
.cid-sagRLbr1Vy .close {
  background: #1b1b1b;
}
.cid-sagRLbr1Vy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sagRLbr1Vy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sagRLbr1Vy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sagRLbr1Vy .close::before {
  content: '\e91a';
}
.cid-sagRLbr1Vy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sagRLbr1Vy .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sagRLbr1Vy .carousel-inner > .active {
  display: block;
}
.cid-sagRLbr1Vy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sagRLbr1Vy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sagRLbr1Vy .carousel-control .icon-next,
.cid-sagRLbr1Vy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sagRLbr1Vy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sagRLbr1Vy .carousel-control,
  .cid-sagRLbr1Vy .carousel-indicators,
  .cid-sagRLbr1Vy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sagRLbr1Vy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sagRLbr1Vy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sagRLbr1Vy .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sagRLbr1Vy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sagRLbr1Vy .carousel-indicators {
    display: none;
  }
}
.cid-sagRLbr1Vy .carousel-indicators .active,
.cid-sagRLbr1Vy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sagRLbr1Vy .carousel-indicators .active {
  background: #fff;
}
.cid-sagRLbr1Vy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sagRLbr1Vy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sagRLbr1Vy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sagRLbr1Vy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sagRLbr1Vy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sagRLbr1Vy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-sagRLbr1Vy .carousel {
  width: 100%;
}
.cid-sagRLbr1Vy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sagRLbr1Vy .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sagRLbr1Vy .modal.fade .modal-dialog,
.cid-sagRLbr1Vy .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sagRLbr1Vy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sagRLbr1Vy a {
  display: block;
}
.cid-sagRLbr1Vy a.img {
  pointer-events: none;
}
.cid-s4ImHq7f8k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .cid-s4ImHq7f8k .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s4ImHq7f8k .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s4ImHq7f8k .mbr-text {
  color: #767676;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWNdCXAa7M {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #767676;
}
.cid-rWNdCXAa7M .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rWNdCXAa7M H2 {
  color: #ffffff;
}
.cid-rWNdqqxSUn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWNdqqxSUn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rWNdqqxSUn .section-text {
  padding: 2rem 0;
}
.cid-rWNdqqxSUn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rWNdqqxSUn .inner-container {
    width: 100% !important;
  }
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sagTYRewjj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sagTYRewjj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sagTYRewjj a {
  font-style: normal;
}
.cid-sagTYRewjj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sagTYRewjj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sagTYRewjj .nav-item:focus,
.cid-sagTYRewjj .nav-link:focus {
  outline: none;
}
.cid-sagTYRewjj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sagTYRewjj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sagTYRewjj .menu-logo {
  margin-right: auto;
}
.cid-sagTYRewjj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sagTYRewjj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sagTYRewjj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sagTYRewjj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sagTYRewjj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sagTYRewjj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sagTYRewjj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sagTYRewjj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sagTYRewjj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sagTYRewjj button.navbar-toggler:focus {
  outline: none;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sagTYRewjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sagTYRewjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sagTYRewjj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sagTYRewjj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing,
.cid-sagTYRewjj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sagTYRewjj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sagTYRewjj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sagTYRewjj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sagTYRewjj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sagTYRewjj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sagTYRewjj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sagTYRewjj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sagTYRewjj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sagTYRewjj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj img {
    height: 3.8rem !important;
  }
  .cid-sagTYRewjj .btn {
    display: -webkit-flex;
  }
  .cid-sagTYRewjj button.navbar-toggler {
    display: block;
  }
  .cid-sagTYRewjj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sagTYRewjj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sagTYRewjj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing,
  .cid-sagTYRewjj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sagTYRewjj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sagTYRewjj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sagTYRewjj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sagTYRewjj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sagTYRewjj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sagTYRewjj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sagTYRewjj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sagTYRewjj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sagTYRewjj .nav-link:hover,
.cid-sagTYRewjj .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-u87SVDTDUU {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/racer-cheste-23-99-2000x1333.jpg");
}
.cid-u87MG1K9hy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u87MG1K9hy .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u87MG1K9hy .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-u87MG1K9hy .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-u87MG1K9hy .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-u87MG1K9hy .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-u87MG1K9hy .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ff3366;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-u87MG1K9hy .card {
  min-height: 300px;
}
.cid-u87MG1K9hy .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-u87MG1K9hy .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-u87MG1K9hy .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-u87MG1K9hy .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-u87PLgqZzc {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ff7f9f, #7f1933);
}
.cid-u87PLgqZzc .btn {
  margin: 0 0 .5rem 0;
}
.cid-u87RNnPaEU .modal-body .close {
  background: #1b1b1b;
}
.cid-u87RNnPaEU .modal-body .close span {
  font-style: normal;
}
.cid-u87RNnPaEU .carousel-inner > .active,
.cid-u87RNnPaEU .carousel-inner > .next,
.cid-u87RNnPaEU .carousel-inner > .prev {
  display: flex;
}
.cid-u87RNnPaEU .carousel-control .icon-next,
.cid-u87RNnPaEU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u87RNnPaEU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u87RNnPaEU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u87RNnPaEU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u87RNnPaEU .boxed-slider > div {
  position: relative;
}
.cid-u87RNnPaEU .container img {
  width: 100%;
}
.cid-u87RNnPaEU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u87RNnPaEU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u87RNnPaEU .mbr-table-cell {
  padding: 0;
}
.cid-u87RNnPaEU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u87RNnPaEU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u87RNnPaEU .mbr-overlay {
  z-index: 1;
}
.cid-u87RNnPaEU .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u87RNnPaEU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u87RNnPaEU .carousel-item.active.right,
.cid-u87RNnPaEU .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u87RNnPaEU .carousel-item.active.left,
.cid-u87RNnPaEU .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u87RNnPaEU .carousel-item.active,
.cid-u87RNnPaEU .carousel-item.next.left,
.cid-u87RNnPaEU .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u87RNnPaEU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-u87RNnPaEU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u87RNnPaEU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u87RNnPaEU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u87RNnPaEU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u87RNnPaEU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u87RNnPaEU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-u87RNnPaEU .mbr-slider .carousel-indicators li.active,
.cid-u87RNnPaEU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u87RNnPaEU .mbr-slider .carousel-indicators li::after,
.cid-u87RNnPaEU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u87RNnPaEU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u87RNnPaEU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u87RNnPaEU .mbr-slider > .container img {
  width: 100%;
}
.cid-u87RNnPaEU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u87RNnPaEU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u87RNnPaEU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u87RNnPaEU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u87RNnPaEU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u87RNnPaEU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u87RNnPaEU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u87RNnPaEU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u87RNnPaEU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u87RNnPaEU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u87RNnPaEU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u87RNnPaEU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u87RNnPaEU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sdhzKmX2pR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sdhzKmX2pR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdhzKmX2pR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdhzKmX2pR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdhzKmX2pR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdhzKmX2pR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sdhzKmX2pR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sdhzKmX2pR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdhzKmX2pR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdhzKmX2pR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdhzKmX2pR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uRnWvQTMpl {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #465052;
}
.cid-uRnWvQTMpl P {
  color: #767676;
}
.cid-uRnWvQTMpl H1 {
  color: #ffffff;
}
.cid-uRnWvQTMpl .mbr-text,
.cid-uRnWvQTMpl .mbr-section-btn {
  color: #cccccc;
}
.cid-uRnWvRzHKK {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/estacionesdeservicio-1-1920x1278.jpg");
}
.cid-uRo4RVFbz6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRo4RVFbz6 div.b {
  padding-top: 2rem;
}
.cid-uRo4RVFbz6 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRo4RVFbz6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRo4RVFbz6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRo4RVFbz6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRo4RVFbz6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRo4RVFbz6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRo4RVFbz6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRo4RVFbz6 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRo4RVFbz6 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRo4RVFbz6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uRo4RVFbz6 H2 {
  text-align: left;
}
.cid-uRo42F9XN8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRo42F9XN8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRo42F9XN8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRo42F9XN8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRo42F9XN8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRo42F9XN8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRo42F9XN8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRo42F9XN8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRo42F9XN8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRo42F9XN8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRo6mTHheQ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRo6mTHheQ div.b {
  padding-top: 2rem;
}
.cid-uRo6mTHheQ .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRo6mTHheQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRo6mTHheQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRo6mTHheQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRo6mTHheQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRo6mTHheQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRo6mTHheQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRo6mTHheQ div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRo6mTHheQ div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRo6mTHheQ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRo6mTHheQ H2 {
  text-align: left;
  color: #232323;
}
.cid-uRo6mTHheQ H5 {
  color: #465052;
}
.cid-uRo6mTHheQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRo6nzZ4fd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRo6nzZ4fd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRo6nzZ4fd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRo6nzZ4fd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRo6nzZ4fd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRo6nzZ4fd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRo6nzZ4fd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRo6nzZ4fd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRo6nzZ4fd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRo6nzZ4fd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuTDmQyh3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRuTDmQyh3 div.b {
  padding-top: 2rem;
}
.cid-uRuTDmQyh3 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuTDmQyh3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuTDmQyh3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuTDmQyh3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuTDmQyh3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuTDmQyh3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuTDmQyh3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuTDmQyh3 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuTDmQyh3 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuTDmQyh3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uRuTDmQyh3 H2 {
  text-align: left;
}
.cid-uRuTDmQyh3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuTpCCvbn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuTpCCvbn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuTpCCvbn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuTpCCvbn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuTpCCvbn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuTpCCvbn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuTpCCvbn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuTpCCvbn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuTpCCvbn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuTpCCvbn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuV6otw0p {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRuV6otw0p div.b {
  padding-top: 2rem;
}
.cid-uRuV6otw0p .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuV6otw0p a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuV6otw0p .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuV6otw0p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuV6otw0p .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuV6otw0p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuV6otw0p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuV6otw0p div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuV6otw0p div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuV6otw0p .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRuV6otw0p H2 {
  text-align: left;
  color: #232323;
}
.cid-uRuV6otw0p H5 {
  color: #465052;
}
.cid-uRuV6otw0p .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuV7c7zPx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuV7c7zPx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuV7c7zPx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuV7c7zPx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuV7c7zPx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuV7c7zPx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuV7c7zPx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuV7c7zPx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuV7c7zPx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuV7c7zPx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuVDrtVSc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRuVDrtVSc div.b {
  padding-top: 2rem;
}
.cid-uRuVDrtVSc .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuVDrtVSc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuVDrtVSc .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuVDrtVSc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuVDrtVSc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuVDrtVSc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuVDrtVSc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuVDrtVSc div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuVDrtVSc div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuVDrtVSc .mbr-section-subtitle {
  text-align: left;
}
.cid-uRuVDrtVSc H2 {
  text-align: left;
}
.cid-uRuVDrtVSc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuVE6a61b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuVE6a61b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuVE6a61b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuVE6a61b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuVE6a61b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuVE6a61b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuVE6a61b .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuVE6a61b .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuVE6a61b .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuVE6a61b .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuWiRZ845 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRuWiRZ845 div.b {
  padding-top: 2rem;
}
.cid-uRuWiRZ845 .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuWiRZ845 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuWiRZ845 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuWiRZ845 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuWiRZ845 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuWiRZ845 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuWiRZ845 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuWiRZ845 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuWiRZ845 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuWiRZ845 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRuWiRZ845 H2 {
  text-align: left;
  color: #232323;
}
.cid-uRuWiRZ845 H5 {
  color: #465052;
}
.cid-uRuWjEXS1J {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuWjEXS1J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuWjEXS1J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuWjEXS1J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuWjEXS1J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuWjEXS1J .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuWjEXS1J .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuWjEXS1J .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuWjEXS1J .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuWjEXS1J .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuWZN6kge {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRuWZN6kge div.b {
  padding-top: 2rem;
}
.cid-uRuWZN6kge .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuWZN6kge a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuWZN6kge .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuWZN6kge .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuWZN6kge .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuWZN6kge .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuWZN6kge .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuWZN6kge div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuWZN6kge div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuWZN6kge .mbr-section-subtitle {
  text-align: left;
}
.cid-uRuWZN6kge H2 {
  text-align: left;
}
.cid-uRuWZN6kge .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuX0vG8Ai {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuX0vG8Ai .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuX0vG8Ai .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuX0vG8Ai .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuX0vG8Ai .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuX0vG8Ai .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuX0vG8Ai .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuX0vG8Ai .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuX0vG8Ai .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuX0vG8Ai .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuXxKVRJX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRuXxKVRJX div.b {
  padding-top: 2rem;
}
.cid-uRuXxKVRJX .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuXxKVRJX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuXxKVRJX .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuXxKVRJX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuXxKVRJX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuXxKVRJX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuXxKVRJX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuXxKVRJX div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuXxKVRJX div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuXxKVRJX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRuXxKVRJX H2 {
  text-align: left;
  color: #232323;
}
.cid-uRuXxKVRJX H5 {
  color: #465052;
}
.cid-uRuXxKVRJX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuXyl4c6o {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuXyl4c6o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuXyl4c6o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuXyl4c6o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuXyl4c6o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuXyl4c6o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuXyl4c6o .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuXyl4c6o .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuXyl4c6o .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuXyl4c6o .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuXXKTU8W {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRuXXKTU8W div.b {
  padding-top: 2rem;
}
.cid-uRuXXKTU8W .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuXXKTU8W a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuXXKTU8W .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuXXKTU8W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuXXKTU8W .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuXXKTU8W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuXXKTU8W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuXXKTU8W div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuXXKTU8W div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuXXKTU8W .mbr-section-subtitle {
  text-align: left;
}
.cid-uRuXXKTU8W H2 {
  text-align: left;
}
.cid-uRuXXKTU8W .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuXYkiCCj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuXYkiCCj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuXYkiCCj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuXYkiCCj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuXYkiCCj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuXYkiCCj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuXYkiCCj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuXYkiCCj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuXYkiCCj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuXYkiCCj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuYwNVl7h {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRuYwNVl7h div.b {
  padding-top: 2rem;
}
.cid-uRuYwNVl7h .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuYwNVl7h a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuYwNVl7h .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuYwNVl7h .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuYwNVl7h .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuYwNVl7h .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuYwNVl7h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuYwNVl7h div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuYwNVl7h div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuYwNVl7h .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRuYwNVl7h H2 {
  text-align: left;
  color: #232323;
}
.cid-uRuYwNVl7h H5 {
  color: #465052;
}
.cid-uRuYwNVl7h .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRuYycGEPP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuYycGEPP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuYycGEPP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuYycGEPP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuYycGEPP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuYycGEPP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuYycGEPP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuYycGEPP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuYycGEPP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuYycGEPP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRnWvYV84q {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pistachios-1540134-2000x1050.jpg");
}
.cid-uRnWvYV84q .mbr-text,
.cid-uRnWvYV84q .mbr-section-btn {
  color: #ffffff;
}
.cid-uRnWvZlhbm {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/hotel-1749602-2000x1333.jpg");
}
.cid-uRuZdCgegq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRuZdCgegq div.b {
  padding-top: 2rem;
}
.cid-uRuZdCgegq .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuZdCgegq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuZdCgegq .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuZdCgegq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuZdCgegq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuZdCgegq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuZdCgegq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuZdCgegq div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuZdCgegq div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuZdCgegq .mbr-section-subtitle {
  text-align: left;
}
.cid-uRuZdCgegq H2 {
  text-align: left;
}
.cid-uRuZeD3u3C {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuZeD3u3C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuZeD3u3C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuZeD3u3C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuZeD3u3C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuZeD3u3C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuZeD3u3C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuZeD3u3C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuZeD3u3C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuZeD3u3C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuZP4SlzA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRuZP4SlzA div.b {
  padding-top: 2rem;
}
.cid-uRuZP4SlzA .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRuZP4SlzA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRuZP4SlzA .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRuZP4SlzA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRuZP4SlzA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRuZP4SlzA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRuZP4SlzA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRuZP4SlzA div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRuZP4SlzA div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRuZP4SlzA .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRuZP4SlzA H2 {
  text-align: left;
  color: #232323;
}
.cid-uRuZP4SlzA H5 {
  color: #465052;
}
.cid-uRuZPTjEzS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRuZPTjEzS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRuZPTjEzS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRuZPTjEzS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRuZPTjEzS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRuZPTjEzS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRuZPTjEzS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRuZPTjEzS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRuZPTjEzS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRuZPTjEzS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv1M49Uwb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRv1M49Uwb div.b {
  padding-top: 2rem;
}
.cid-uRv1M49Uwb .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv1M49Uwb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv1M49Uwb .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv1M49Uwb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv1M49Uwb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv1M49Uwb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv1M49Uwb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv1M49Uwb div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv1M49Uwb div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv1M49Uwb .mbr-section-subtitle {
  text-align: left;
}
.cid-uRv1M49Uwb H2 {
  text-align: left;
}
.cid-uRv1MTuegV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRv1MTuegV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRv1MTuegV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRv1MTuegV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRv1MTuegV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRv1MTuegV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv1MTuegV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRv1MTuegV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRv1MTuegV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRv1MTuegV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRnWw0RXHZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1286.jpg");
}
.cid-uRv5g4FuXj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRv5g4FuXj div.b {
  padding-top: 2rem;
}
.cid-uRv5g4FuXj .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv5g4FuXj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv5g4FuXj .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv5g4FuXj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv5g4FuXj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv5g4FuXj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv5g4FuXj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv5g4FuXj div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv5g4FuXj div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv5g4FuXj .mbr-section-subtitle {
  text-align: center;
}
.cid-uRv5g4FuXj H2 {
  text-align: left;
}
.cid-uRv5iDfIUJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRv5iDfIUJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRv5iDfIUJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRv5iDfIUJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRv5iDfIUJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRv5iDfIUJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv5iDfIUJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRv5iDfIUJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRv5iDfIUJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRv5iDfIUJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv5PJwqhO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uRv5PJwqhO div.b {
  padding-top: 2rem;
}
.cid-uRv5PJwqhO .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv5PJwqhO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv5PJwqhO .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv5PJwqhO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv5PJwqhO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv5PJwqhO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv5PJwqhO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv5PJwqhO div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv5PJwqhO div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv5PJwqhO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRv5PJwqhO H2 {
  text-align: left;
  color: #232323;
}
.cid-uRv5PJwqhO H5 {
  color: #465052;
}
.cid-uRv5RajCft {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #879a9f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRv5RajCft .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRv5RajCft .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRv5RajCft .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRv5RajCft .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRv5RajCft .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv5RajCft .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRv5RajCft .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRv5RajCft .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRv5RajCft .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv6hVjKVw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRv6hVjKVw div.b {
  padding-top: 2rem;
}
.cid-uRv6hVjKVw .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv6hVjKVw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv6hVjKVw .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv6hVjKVw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv6hVjKVw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv6hVjKVw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv6hVjKVw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv6hVjKVw div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv6hVjKVw div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv6hVjKVw .mbr-section-subtitle {
  text-align: center;
}
.cid-uRv6hVjKVw H2 {
  text-align: left;
}
.cid-uRv6iC06J1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRv6iC06J1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRv6iC06J1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRv6iC06J1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRv6iC06J1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRv6iC06J1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv6iC06J1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRv6iC06J1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRv6iC06J1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRv6iC06J1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRnWw3D7Qg {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-uRv6Ha5WNt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRv6Ha5WNt div.b {
  padding-top: 2rem;
}
.cid-uRv6Ha5WNt .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv6Ha5WNt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv6Ha5WNt .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv6Ha5WNt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv6Ha5WNt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv6Ha5WNt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv6Ha5WNt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv6Ha5WNt div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv6Ha5WNt div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv6Ha5WNt .mbr-section-subtitle {
  text-align: center;
}
.cid-uRv6Ha5WNt H2 {
  text-align: left;
}
.cid-uRv6J95Mdk {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-uRv6J95Mdk div.b {
  padding-top: 2rem;
}
.cid-uRv6J95Mdk .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv6J95Mdk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv6J95Mdk .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv6J95Mdk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv6J95Mdk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv6J95Mdk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv6J95Mdk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv6J95Mdk div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv6J95Mdk div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv6J95Mdk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRv6J95Mdk H2 {
  text-align: left;
  color: #232323;
}
.cid-uRv6J95Mdk H5 {
  color: #465052;
}
.cid-uRv7aRlLXT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRv7aRlLXT div.b {
  padding-top: 2rem;
}
.cid-uRv7aRlLXT .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv7aRlLXT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv7aRlLXT .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv7aRlLXT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv7aRlLXT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv7aRlLXT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv7aRlLXT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv7aRlLXT div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv7aRlLXT div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv7aRlLXT .mbr-section-subtitle {
  text-align: left;
}
.cid-uRv7aRlLXT H2 {
  text-align: left;
}
.cid-uRv7trZAzT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRv7trZAzT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRv7trZAzT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRv7trZAzT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRv7trZAzT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRv7trZAzT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv7trZAzT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRv7trZAzT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uRv7trZAzT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRv7trZAzT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRv7HMkE4N {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/tuberias-1920x1271.jpg");
}
.cid-uRv7X4TD8O {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRv7X4TD8O div.b {
  padding-top: 2rem;
}
.cid-uRv7X4TD8O .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uRv7X4TD8O a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRv7X4TD8O .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRv7X4TD8O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRv7X4TD8O .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRv7X4TD8O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRv7X4TD8O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRv7X4TD8O div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uRv7X4TD8O div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uRv7X4TD8O .mbr-section-subtitle {
  text-align: center;
}
.cid-uRv7X4TD8O H2 {
  text-align: left;
}
.cid-uRv8d6GyG7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/carlos-casimiro-9756-2000x13341.jpg");
}
.cid-uRnWw5VY8e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uRnWw5VY8e .mbr-section-subtitle {
  color: #232323;
}
.cid-uRnWw5VY8e .btn {
  margin: 0 0 .5rem 0;
}
.cid-uRnWw6njip .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uRnWw6njip .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRnWw6njip a {
  font-style: normal;
}
.cid-uRnWw6njip .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRnWw6njip .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uRnWw6njip .nav-item:focus,
.cid-uRnWw6njip .nav-link:focus {
  outline: none;
}
.cid-uRnWw6njip .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRnWw6njip .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRnWw6njip .menu-logo {
  margin-right: auto;
}
.cid-uRnWw6njip .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRnWw6njip .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRnWw6njip .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRnWw6njip .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRnWw6njip .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRnWw6njip .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRnWw6njip .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRnWw6njip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRnWw6njip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRnWw6njip .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRnWw6njip .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uRnWw6njip .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRnWw6njip .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRnWw6njip .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRnWw6njip .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRnWw6njip .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRnWw6njip .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRnWw6njip .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRnWw6njip button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRnWw6njip button.navbar-toggler:focus {
  outline: none;
}
.cid-uRnWw6njip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cc2952;
}
.cid-uRnWw6njip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRnWw6njip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRnWw6njip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRnWw6njip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRnWw6njip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRnWw6njip nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRnWw6njip nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRnWw6njip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRnWw6njip .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRnWw6njip .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRnWw6njip .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing,
.cid-uRnWw6njip .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRnWw6njip .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRnWw6njip .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRnWw6njip .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRnWw6njip .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRnWw6njip .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRnWw6njip .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRnWw6njip .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uRnWw6njip .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRnWw6njip .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRnWw6njip .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRnWw6njip .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRnWw6njip .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRnWw6njip .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRnWw6njip .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uRnWw6njip .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRnWw6njip img {
    height: 3.8rem !important;
  }
  .cid-uRnWw6njip .btn {
    display: -webkit-flex;
  }
  .cid-uRnWw6njip button.navbar-toggler {
    display: block;
  }
  .cid-uRnWw6njip .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRnWw6njip .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRnWw6njip .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing,
  .cid-uRnWw6njip .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing .navbar-nav,
  .cid-uRnWw6njip .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRnWw6njip .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRnWw6njip .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRnWw6njip .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRnWw6njip .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRnWw6njip .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRnWw6njip .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRnWw6njip .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRnWw6njip .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRnWw6njip .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRnWw6njip .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRnWw6njip .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRnWw6njip .nav-link:hover,
.cid-uRnWw6njip .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-uSDjRdd2r4 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/window-354617-1920-1920x1280.jpg");
}
.cid-uSDnNUxYoT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uSDnNUxYoT .image-block {
  margin: auto;
}
.cid-uSDnNUxYoT figcaption {
  position: relative;
}
.cid-uSDnNUxYoT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSDnNUxYoT .image-block {
    width: 100% !important;
  }
}
.cid-uSDobAxM6u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
.cid-uSDobAxM6u .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSDobAxM6u .section-text {
  padding: 2rem 0;
}
.cid-uSDobAxM6u .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uSDobAxM6u .inner-container {
    width: 100% !important;
  }
}
.cid-uSDMLfvdft {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-uSDMLfvdft .mbr-text,
.cid-uSDMLfvdft blockquote {
  color: #767676;
}
.cid-uSDMLfvdft .mbr-text P {
  text-align: center;
}
.cid-uSDMLfvdft .mbr-text {
  color: #ffffff;
}
.cid-uSDk9Mqz0C {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSDk9Mqz0C div.b {
  padding-top: 2rem;
}
.cid-uSDk9Mqz0C .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uSDk9Mqz0C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uSDk9Mqz0C .google-map {
  height: 20rem;
  position: relative;
}
.cid-uSDk9Mqz0C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSDk9Mqz0C .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSDk9Mqz0C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSDk9Mqz0C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSDk9Mqz0C div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uSDk9Mqz0C div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-uSDk9Mqz0C .mbr-section-subtitle {
  text-align: left;
}
.cid-uSDk9Mqz0C H2 {
  text-align: left;
}
.cid-uSDkaymsEV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uSDkaymsEV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSDkaymsEV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSDkaymsEV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSDkaymsEV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSDkaymsEV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uSDkaymsEV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSDkaymsEV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uSDkaymsEV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSDkaymsEV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uRnWw6Rqxc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uRnWw6Rqxc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRnWw6Rqxc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRnWw6Rqxc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRnWw6Rqxc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRnWw6Rqxc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRnWw6Rqxc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uRnWw6Rqxc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uRnWw6Rqxc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRnWw6Rqxc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRnWw6Rqxc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRnWw6Rqxc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRnWw6Rqxc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRnWw6Rqxc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uRnWw6Rqxc .media-container-row .row-copirayt p {
  width: 100%;
}
