@import url(https://fonts.googleapis.com/css?family=Lobster:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Pacifico:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 3.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'Pacifico', handwriting;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Lobster', display;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.5rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b3e417 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #e9bd70 !important;
}
.bg-warning {
  background-color: #e4d295 !important;
}
.bg-danger {
  background-color: #55b4d4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b3e417 !important;
  border-color: #b3e417 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #7c9f10 !important;
  border-color: #7c9f10 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #7c9f10 !important;
  border-color: #7c9f10 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e9bd70 !important;
  border-color: #e9bd70 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #df9e2e !important;
  border-color: #df9e2e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df9e2e !important;
  border-color: #df9e2e !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: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !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: #6a870e;
  color: #6a870e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #b3e417;
  border-color: #b3e417;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #b3e417 !important;
  border-color: #b3e417 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d39220;
  color: #d39220;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e9bd70;
  border-color: #e9bd70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e9bd70 !important;
  border-color: #e9bd70 !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: #cfaf44;
  color: #cfaf44;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !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: #b3e417 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #e9bd70 !important;
}
.text-warning {
  color: #e4d295 !important;
}
.text-danger {
  color: #55b4d4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6a870e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d39220 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cfaf44 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #277e9c !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: #e9bd70;
}
.alert-warning {
  background-color: #e4d295;
}
.alert-danger {
  background-color: #55b4d4;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b3e417;
  border-color: #b3e417;
  color: #0f1402;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b3e417;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #effacd;
}
.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: #ffffff;
}
.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: #f8fcfd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.5rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #b3e417;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b3e417;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b3e417;
}
/* Headers*/
@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: #b3e417;
  color: #000000;
}
.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: #b3e417;
  border-bottom-color: #b3e417;
}
.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: #b3e417 !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b3e417' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tGwrQBJ5cS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #220156;
}
.cid-tGvouB1B9S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGvouB1B9S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvouB1B9S .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tGvouB1B9S .mbr-text {
  color: #767676;
}
.cid-sFEgxP6zjC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/240x84-1-1024x352.png");
}
.cid-sFEgxP6zjC .mbr-text,
.cid-sFEgxP6zjC .mbr-section-btn {
  color: #b3e417;
}
.cid-sFEgxP6zjC H1 {
  color: #b3e417;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tIlgHwaK5c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-tIlgHwaK5c .mbr-section-btn > * {
  margin: 0;
}
.cid-tIlgHwaK5c h4 {
  font-weight: 500;
}
.cid-tIlgHwaK5c p {
  color: #232323;
}
.cid-tIlgHwaK5c .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tIlgHwaK5c .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIlgHwaK5c .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIlgHwaK5c .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIlgHwaK5c .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIlgHwaK5c .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIlgHwaK5c .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIlgHwaK5c .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIlgHwaK5c .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIlgHwaK5c .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tIlgGEprua {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #f7ed4a, #cc2952);
}
.cid-tIlgGEprua .btn {
  margin: 0 0 .5rem 0;
}
.cid-tIlgGEprua H2 {
  text-align: left;
}
.cid-tIlgGEprua H3 {
  text-align: center;
  color: #232323;
}
.cid-tGlY3Qorjv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #8ddaf4;
}
.cid-tGlY3Qorjv P {
  color: #767676;
}
.cid-tGlY3Qorjv .mbr-text,
.cid-tGlY3Qorjv .mbr-section-btn {
  color: #000000;
}
.cid-sETcFhnZKH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4dd6e;
}
.cid-sETcFhnZKH [class^="socicon-"]:before,
.cid-sETcFhnZKH [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sETcFhnZKH .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sETcFhnZKH .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sETcFhnZKH .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sETcFhnZKH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sETcFhnZKH .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sETcFhnZKH .btn {
    font-size: 20px !important;
  }
}
.cid-sETcBi0nOp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sETcBi0nOp .content {
    text-align: center;
  }
  .cid-sETcBi0nOp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sETcBi0nOp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sETcBi0nOp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sETcBi0nOp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sETcBi0nOp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sETcBi0nOp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sETcBi0nOp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sETcBi0nOp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sETcBi0nOp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sETcBi0nOp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sETcBi0nOp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sETcBi0nOp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sETcBi0nOp P {
  text-align: left;
  color: #81f111;
}
.cid-sETcBi0nOp H5 {
  color: #81f111;
}
.cid-sGLNPEnrPG .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sGLNPEnrPG .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sGLNPEnrPG a {
  font-style: normal;
}
.cid-sGLNPEnrPG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sGLNPEnrPG .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-sGLNPEnrPG .nav-item:focus,
.cid-sGLNPEnrPG .nav-link:focus {
  outline: none;
}
.cid-sGLNPEnrPG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sGLNPEnrPG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGLNPEnrPG .menu-logo {
  margin-right: auto;
}
.cid-sGLNPEnrPG .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-sGLNPEnrPG .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-sGLNPEnrPG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGLNPEnrPG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGLNPEnrPG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGLNPEnrPG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGLNPEnrPG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sGLNPEnrPG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGLNPEnrPG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGLNPEnrPG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGLNPEnrPG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGLNPEnrPG .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGLNPEnrPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGLNPEnrPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGLNPEnrPG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGLNPEnrPG .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sGLNPEnrPG .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-sGLNPEnrPG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGLNPEnrPG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGLNPEnrPG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGLNPEnrPG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGLNPEnrPG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGLNPEnrPG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGLNPEnrPG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGLNPEnrPG button.navbar-toggler:focus {
  outline: none;
}
.cid-sGLNPEnrPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGLNPEnrPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGLNPEnrPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGLNPEnrPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGLNPEnrPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGLNPEnrPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGLNPEnrPG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGLNPEnrPG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGLNPEnrPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGLNPEnrPG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGLNPEnrPG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse.collapsing,
.cid-sGLNPEnrPG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGLNPEnrPG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGLNPEnrPG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGLNPEnrPG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGLNPEnrPG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGLNPEnrPG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGLNPEnrPG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGLNPEnrPG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGLNPEnrPG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGLNPEnrPG .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-sGLNPEnrPG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGLNPEnrPG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGLNPEnrPG .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-sGLNPEnrPG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGLNPEnrPG img {
    height: 3.8rem !important;
  }
  .cid-sGLNPEnrPG .btn {
    display: -webkit-flex;
  }
  .cid-sGLNPEnrPG button.navbar-toggler {
    display: block;
  }
  .cid-sGLNPEnrPG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGLNPEnrPG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGLNPEnrPG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGLNPEnrPG .navbar-collapse.collapsing,
  .cid-sGLNPEnrPG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGLNPEnrPG .navbar-collapse.collapsing .navbar-nav,
  .cid-sGLNPEnrPG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGLNPEnrPG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGLNPEnrPG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGLNPEnrPG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGLNPEnrPG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGLNPEnrPG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGLNPEnrPG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGLNPEnrPG .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-sGLNPEnrPG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGLNPEnrPG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGLNPEnrPG .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-sGLNPEnrPG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sGLNPEnrPG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sGLNPEnrPG .nav-link:hover,
.cid-sGLNPEnrPG .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFxUM4lItr {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFxUM4lItr .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFxUM4lItr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFxUM4lItr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFxUM4lItr .mbr-text {
    text-align: center;
  }
}
.cid-sFxUM4lItr .mbr-text,
.cid-sFxUM4lItr .mbr-section-btn {
  color: #ece5e5;
}
.cid-sFxUM4lItr H1 {
  color: #f7ed4a;
}
.cid-sFxWihj7cC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #e4d295, #ff3366);
}
.cid-sFxWihj7cC .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sFxWmjOFFR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7bcc2a;
}
.cid-sFxWmjOFFR .mbr-section-subtitle {
  color: #767676;
}
.cid-sFxWoLjjRc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #85cf3b;
  overflow: hidden;
}
.cid-sFxWoLjjRc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sFxWoLjjRc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFxWoLjjRc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFxWoLjjRc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sFxWoLjjRc .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-sFxWoLjjRc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sFxWoLjjRc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sFxWoLjjRc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sFxWoLjjRc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sFxWrW0VlL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #780b38;
}
.cid-sFxWrW0VlL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFxWrW0VlL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFxWrW0VlL .carousel-control,
.cid-sFxWrW0VlL .close {
  background: #1b1b1b;
}
.cid-sFxWrW0VlL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFxWrW0VlL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFxWrW0VlL .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-sFxWrW0VlL .close::before {
  content: '\e91a';
}
.cid-sFxWrW0VlL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFxWrW0VlL .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-sFxWrW0VlL .carousel-inner > .active {
  display: block;
}
.cid-sFxWrW0VlL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFxWrW0VlL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFxWrW0VlL .carousel-control .icon-next,
.cid-sFxWrW0VlL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFxWrW0VlL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFxWrW0VlL .carousel-control,
  .cid-sFxWrW0VlL .carousel-indicators,
  .cid-sFxWrW0VlL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFxWrW0VlL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFxWrW0VlL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFxWrW0VlL .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sFxWrW0VlL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFxWrW0VlL .carousel-indicators {
    display: none;
  }
}
.cid-sFxWrW0VlL .carousel-indicators .active,
.cid-sFxWrW0VlL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sFxWrW0VlL .carousel-indicators .active {
  background: #fff;
}
.cid-sFxWrW0VlL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFxWrW0VlL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFxWrW0VlL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFxWrW0VlL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFxWrW0VlL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFxWrW0VlL .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sFxWrW0VlL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFxWrW0VlL .carousel {
  width: 100%;
}
.cid-sFxWrW0VlL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFxWrW0VlL .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-sFxWrW0VlL .modal.fade .modal-dialog,
.cid-sFxWrW0VlL .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sFxWrW0VlL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFxWrW0VlL a {
  display: block;
}
.cid-sFxWrW0VlL a.img {
  pointer-events: none;
}
.cid-sFxWrW0VlL H3 {
  color: #ffffff;
}
.cid-sFxWvaz0vR {
  background: #0f7699;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-sFxWvaz0vR .image-block {
  margin: auto;
}
.cid-sFxWvaz0vR figcaption {
  position: relative;
}
.cid-sFxWvaz0vR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFxWvaz0vR .image-block {
    width: 100% !important;
  }
}
.cid-sFxWFDvhFU {
  background: #149dcc;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sFxWFDvhFU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sFxWFDvhFU .video-block {
    width: 100% !important;
  }
}
.cid-tGvGL75wva {
  background: #f7ed4a;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #0f39cc, #f7ed4a);
}
.cid-tGvGL75wva .image-block {
  margin: auto;
}
.cid-tGvGL75wva figcaption {
  position: relative;
}
.cid-tGvGL75wva figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tGvGL75wva .image-block {
    width: 100% !important;
  }
}
.cid-tGvGM7EXW6 {
  background: #073b4c;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #073b4c, #ffffff);
}
.cid-tGvGM7EXW6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tGvGM7EXW6 .video-block {
    width: 100% !important;
  }
}
.cid-sFxWAgUjoT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sFxWAgUjoT .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFxWAgUjoT .modal-body .close {
  background: #1b1b1b;
}
.cid-sFxWAgUjoT .modal-body .close span {
  font-style: normal;
}
.cid-sFxWAgUjoT .carousel-inner > .active,
.cid-sFxWAgUjoT .carousel-inner > .next,
.cid-sFxWAgUjoT .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFxWAgUjoT .carousel-control .icon-next,
.cid-sFxWAgUjoT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFxWAgUjoT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFxWAgUjoT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFxWAgUjoT .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFxWAgUjoT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFxWAgUjoT .boxed-slider > div {
  position: relative;
}
.cid-sFxWAgUjoT .container img {
  width: 100%;
}
.cid-sFxWAgUjoT .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-sFxWAgUjoT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFxWAgUjoT .mbr-table-cell {
  padding: 0;
}
.cid-sFxWAgUjoT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFxWAgUjoT .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-sFxWAgUjoT .mbr-overlay {
  z-index: 1;
}
.cid-sFxWAgUjoT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFxWAgUjoT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFxWAgUjoT .carousel-item .container {
    width: 100%;
  }
}
.cid-sFxWAgUjoT .carousel-item-next.carousel-item-left,
.cid-sFxWAgUjoT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFxWAgUjoT .active.carousel-item-right,
.cid-sFxWAgUjoT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFxWAgUjoT .active.carousel-item-left,
.cid-sFxWAgUjoT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFxWAgUjoT .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFxWAgUjoT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators li.active,
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators li::after,
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFxWAgUjoT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFxWAgUjoT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFxWAgUjoT .mbr-slider > .container img {
  width: 100%;
}
.cid-sFxWAgUjoT .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-sFxWAgUjoT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFxWAgUjoT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFxWAgUjoT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFxWAgUjoT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFxWAgUjoT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFxWAgUjoT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFxWAgUjoT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFxWAgUjoT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFxWAgUjoT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFxWAgUjoT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFxWAgUjoT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFxWAgUjoT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFxWAgUjoT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFxWAgUjoT .carousel-inner {
  height: 100%;
}
.cid-sFxWAgUjoT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFxWAgUjoT .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFxWAgUjoT .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFxWAgUjoT .carousel-item .container-slide {
  text-align: center;
}
.cid-sFxWAgUjoT .content-slider-wrap {
  width: 59%;
}
.cid-sFxWAgUjoT P {
  color: #81f111;
}
.cid-tGvLuZLW4y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGvLuZLW4y P {
  color: #767676;
}
.cid-tGvLuZLW4y .mbr-text,
.cid-tGvLuZLW4y .mbr-section-btn {
  color: #232323;
}
.cid-sFxWE2bI75 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFxWE2bI75 [class^="socicon-"]:before,
.cid-sFxWE2bI75 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFxWE2bI75 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFxWE2bI75 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFxWE2bI75 .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFxWE2bI75 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFxWE2bI75 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFxWE2bI75 .btn {
    font-size: 20px !important;
  }
}
.cid-sFxWCsbXh5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFxWCsbXh5 .content {
    text-align: center;
  }
  .cid-sFxWCsbXh5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFxWCsbXh5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFxWCsbXh5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFxWCsbXh5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFxWCsbXh5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFxWCsbXh5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFxWCsbXh5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFxWCsbXh5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFxWCsbXh5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFxWCsbXh5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFxWCsbXh5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFxWCsbXh5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFxWCsbXh5 P {
  text-align: left;
  color: #81f111;
}
.cid-sFxWCsbXh5 H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFybz9CRNo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFybz9CRNo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFybz9CRNo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFybz9CRNo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFybz9CRNo .mbr-text {
    text-align: center;
  }
}
.cid-sFybz9CRNo .mbr-text,
.cid-sFybz9CRNo .mbr-section-btn {
  color: #ffab92;
}
.cid-sFybz9CRNo H1 {
  text-align: center;
  color: #efefef;
}
.cid-sFybzXGK8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFybHPRzey {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFybHPRzey .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFybHPRzey .social-list a:focus {
  text-decoration: none;
}
.cid-sFybHPRzey H2 {
  color: #ffffff;
}
.cid-sHdXKXGb8h {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #ff7f9f);
}
@media (min-width: 992px) {
  .cid-sHdXKXGb8h .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHdXKXGb8h .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sFybDmBEEG {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sFybDmBEEG .mbr-section-subtitle,
.cid-sFybDmBEEG .mbr-text {
  color: #767676;
}
.cid-sFybDmBEEG .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFybDmBEEG .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFybDmBEEG .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFybDmBEEG .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sFybDmBEEG .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-sFybDmBEEG .card-wrapper .card-img img {
  width: 100%;
}
.cid-sFybDmBEEG .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sFybDmBEEG .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sFybDmBEEG .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sFybDmBEEG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sFybDmBEEG .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sFybDmBEEG .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-sFybDmBEEG .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sFybDmBEEG .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sFybDmBEEG .mbr-section-subtitle {
  color: #cc2952;
}
.cid-sFybDmBEEG .card-title {
  text-align: center;
}
.cid-sFybFyjfUk {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sFybFyjfUk .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFybFyjfUk .modal-body .close {
  background: #1b1b1b;
}
.cid-sFybFyjfUk .modal-body .close span {
  font-style: normal;
}
.cid-sFybFyjfUk .carousel-inner > .active,
.cid-sFybFyjfUk .carousel-inner > .next,
.cid-sFybFyjfUk .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFybFyjfUk .carousel-control .icon-next,
.cid-sFybFyjfUk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFybFyjfUk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFybFyjfUk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFybFyjfUk .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFybFyjfUk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFybFyjfUk .boxed-slider > div {
  position: relative;
}
.cid-sFybFyjfUk .container img {
  width: 100%;
}
.cid-sFybFyjfUk .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-sFybFyjfUk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFybFyjfUk .mbr-table-cell {
  padding: 0;
}
.cid-sFybFyjfUk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFybFyjfUk .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-sFybFyjfUk .mbr-overlay {
  z-index: 1;
}
.cid-sFybFyjfUk .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFybFyjfUk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFybFyjfUk .carousel-item .container {
    width: 100%;
  }
}
.cid-sFybFyjfUk .carousel-item-next.carousel-item-left,
.cid-sFybFyjfUk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFybFyjfUk .active.carousel-item-right,
.cid-sFybFyjfUk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFybFyjfUk .active.carousel-item-left,
.cid-sFybFyjfUk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFybFyjfUk .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFybFyjfUk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFybFyjfUk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFybFyjfUk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFybFyjfUk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFybFyjfUk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFybFyjfUk .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFybFyjfUk .mbr-slider .carousel-indicators li.active,
.cid-sFybFyjfUk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFybFyjfUk .mbr-slider .carousel-indicators li::after,
.cid-sFybFyjfUk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFybFyjfUk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFybFyjfUk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFybFyjfUk .mbr-slider > .container img {
  width: 100%;
}
.cid-sFybFyjfUk .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-sFybFyjfUk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFybFyjfUk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFybFyjfUk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFybFyjfUk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFybFyjfUk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFybFyjfUk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFybFyjfUk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFybFyjfUk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFybFyjfUk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFybFyjfUk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFybFyjfUk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFybFyjfUk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFybFyjfUk .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFybFyjfUk .carousel-inner {
  height: 100%;
}
.cid-sFybFyjfUk .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFybFyjfUk .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFybFyjfUk .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFybFyjfUk .carousel-item .container-slide {
  text-align: center;
}
.cid-sFybFyjfUk .content-slider-wrap {
  width: 59%;
}
.cid-sFybFyjfUk P {
  color: #81f111;
}
.cid-sFybGCdSSz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFybGCdSSz [class^="socicon-"]:before,
.cid-sFybGCdSSz [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFybGCdSSz .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFybGCdSSz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFybGCdSSz .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFybGCdSSz .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFybGCdSSz .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFybGCdSSz .btn {
    font-size: 20px !important;
  }
}
.cid-sFyvwv19ob {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFyvwv19ob .content {
    text-align: center;
  }
  .cid-sFyvwv19ob .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFyvwv19ob .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFyvwv19ob .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFyvwv19ob .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFyvwv19ob .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFyvwv19ob .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFyvwv19ob .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFyvwv19ob .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFyvwv19ob .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFyvwv19ob .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFyvwv19ob .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFyvwv19ob .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFyvwv19ob P {
  text-align: left;
  color: #81f111;
}
.cid-sFyvwv19ob H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFE8nqjsNe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-sFE8nqjsNe H2 {
  color: #232323;
}
.cid-sFE8nqjsNe .mbr-section-subtitle {
  color: #871645;
}
.cid-sFE92A6FnU {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFE92A6FnU .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFE92A6FnU .social-list a:focus {
  text-decoration: none;
}
.cid-sFE92A6FnU H2 {
  color: #ffffff;
}
.cid-sFE8pbGIVm {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sFE8pbGIVm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFE8pbGIVm .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sFE8pbGIVm .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sFE8w9xZta {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFE8w9xZta .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFE8w9xZta .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sFE8w9xZta .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sFE8xa5pJ4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e7c5f4;
}
.cid-sFE8xa5pJ4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFE8xa5pJ4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFE8xa5pJ4 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sFE8xa5pJ4 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sFE8xa5pJ4 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sFE8zevtfE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffe6cb;
}
.cid-sFE8zevtfE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFE8zevtfE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFE8zevtfE .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sFE8zevtfE .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sFE8zevtfE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sFE8Fj1lRG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFE8Fj1lRG .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE8Fj1lRG .modal-body .close {
  background: #1b1b1b;
}
.cid-sFE8Fj1lRG .modal-body .close span {
  font-style: normal;
}
.cid-sFE8Fj1lRG .carousel-inner > .active,
.cid-sFE8Fj1lRG .carousel-inner > .next,
.cid-sFE8Fj1lRG .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFE8Fj1lRG .carousel-control .icon-next,
.cid-sFE8Fj1lRG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFE8Fj1lRG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFE8Fj1lRG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFE8Fj1lRG .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFE8Fj1lRG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFE8Fj1lRG .boxed-slider > div {
  position: relative;
}
.cid-sFE8Fj1lRG .container img {
  width: 100%;
}
.cid-sFE8Fj1lRG .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-sFE8Fj1lRG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFE8Fj1lRG .mbr-table-cell {
  padding: 0;
}
.cid-sFE8Fj1lRG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFE8Fj1lRG .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-sFE8Fj1lRG .mbr-overlay {
  z-index: 1;
}
.cid-sFE8Fj1lRG .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFE8Fj1lRG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFE8Fj1lRG .carousel-item .container {
    width: 100%;
  }
}
.cid-sFE8Fj1lRG .carousel-item-next.carousel-item-left,
.cid-sFE8Fj1lRG .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFE8Fj1lRG .active.carousel-item-right,
.cid-sFE8Fj1lRG .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFE8Fj1lRG .active.carousel-item-left,
.cid-sFE8Fj1lRG .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFE8Fj1lRG .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators li.active,
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators li::after,
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFE8Fj1lRG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFE8Fj1lRG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFE8Fj1lRG .mbr-slider > .container img {
  width: 100%;
}
.cid-sFE8Fj1lRG .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-sFE8Fj1lRG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFE8Fj1lRG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFE8Fj1lRG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFE8Fj1lRG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFE8Fj1lRG .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFE8Fj1lRG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFE8Fj1lRG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFE8Fj1lRG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFE8Fj1lRG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFE8Fj1lRG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFE8Fj1lRG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFE8Fj1lRG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFE8Fj1lRG .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFE8Fj1lRG .carousel-inner {
  height: 100%;
}
.cid-sFE8Fj1lRG .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFE8Fj1lRG .image_wrapper {
  height: 380px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFE8Fj1lRG .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFE8Fj1lRG .carousel-item .container-slide {
  text-align: center;
}
.cid-sFE8Fj1lRG .content-slider-wrap {
  width: 50%;
}
.cid-sFE8Fj1lRG P {
  color: #e4dd6e;
}
.cid-sFE91NyHto {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFE91NyHto [class^="socicon-"]:before,
.cid-sFE91NyHto [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFE91NyHto .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFE91NyHto .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFE91NyHto .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFE91NyHto .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFE91NyHto .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFE91NyHto .btn {
    font-size: 20px !important;
  }
}
.cid-sFE8J9Kbfg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFE8J9Kbfg .content {
    text-align: center;
  }
  .cid-sFE8J9Kbfg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFE8J9Kbfg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFE8J9Kbfg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFE8J9Kbfg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFE8J9Kbfg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFE8J9Kbfg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFE8J9Kbfg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFE8J9Kbfg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFE8J9Kbfg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFE8J9Kbfg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFE8J9Kbfg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFE8J9Kbfg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFE8J9Kbfg P {
  text-align: left;
  color: #81f111;
}
.cid-sFE8J9Kbfg H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFEa1HgKQi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
@media (min-width: 992px) {
  .cid-sFEa1HgKQi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFEa1HgKQi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFEa1HgKQi .mbr-text {
    text-align: center;
  }
}
.cid-sFEa1HgKQi .mbr-text,
.cid-sFEa1HgKQi .mbr-section-btn {
  color: #43ccff;
}
.cid-sFEamFpFJV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFEamFpFJV .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFEamFpFJV .social-list a:focus {
  text-decoration: none;
}
.cid-sFEamFpFJV H2 {
  color: #ffffff;
}
.cid-sFE9Wnrvoh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFE9Wnrvoh .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE9XwoKaL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfdfdf;
}
.cid-sFE9XwoKaL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sFE9XwoKaL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sFE9XwoKaL .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sFE9XwoKaL .mbr-section-btn a {
  margin: 0;
}
.cid-sFE9XwoKaL .mbr-text {
  color: #767676;
}
.cid-sFE9XwoKaL .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sFE9XwoKaL .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sFE9XwoKaL .mbr-text,
.cid-sFE9XwoKaL .mbr-section-btn {
  color: #073b4c;
  text-align: center;
}
.cid-sFE9XwoKaL .card-title {
  text-align: left;
}
.cid-sFE9Z4JXvd {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dfdbdb;
}
.cid-sFE9Z4JXvd .title {
  padding-bottom: 2.5rem;
}
.cid-sFE9Z4JXvd h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sFE9Z4JXvd .bottom-line p {
  color: #232323;
}
.cid-sFE9Z4JXvd .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sFE9Z4JXvd .card-wrapper .card-box {
  width: 100%;
}
.cid-sFE9Z4JXvd .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sFE9Z4JXvd .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sFE9Z4JXvd .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sFE9Z4JXvd .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sFE9Z4JXvd .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sFE9Z4JXvd .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sFE9Z4JXvd .wrapper {
    padding-top: 1rem;
  }
}
.cid-sFE9Z4JXvd H2 {
  color: #780b38;
  text-align: center;
}
.cid-sFEaAuq1wN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFEaAuq1wN [class^="socicon-"]:before,
.cid-sFEaAuq1wN [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFEaAuq1wN .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFEaAuq1wN .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFEaAuq1wN .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFEaAuq1wN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFEaAuq1wN .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFEaAuq1wN .btn {
    font-size: 20px !important;
  }
}
.cid-sFEaCgLi7X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFEaCgLi7X .content {
    text-align: center;
  }
  .cid-sFEaCgLi7X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFEaCgLi7X .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFEaCgLi7X .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFEaCgLi7X .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFEaCgLi7X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFEaCgLi7X .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFEaCgLi7X .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFEaCgLi7X .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFEaCgLi7X .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFEaCgLi7X .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFEaCgLi7X .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFEaCgLi7X .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFEaCgLi7X P {
  text-align: left;
  color: #81f111;
}
.cid-sFEaCgLi7X H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tGmAGCnt2U {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/p1020701-2000x1125.jpg");
}
.cid-tGmAGCnt2U H2 {
  color: #ffffff;
}
.cid-tGmAGCnt2U .mbr-section-subtitle {
  color: #15fde3;
}
.cid-sFEcdgyNGm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFEcdgyNGm .mbr-section-subtitle {
  color: #767676;
}
.cid-sFEcLAvq5d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/p1020701-1-2000x1125.jpeg");
}
.cid-sFEcLAvq5d [class^="socicon-"]:before,
.cid-sFEcLAvq5d [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFEcLAvq5d .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFEcLAvq5d .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFEcLAvq5d .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFEcLAvq5d .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFEcLAvq5d .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFEcLAvq5d .btn {
    font-size: 20px !important;
  }
}
.cid-sFEcf1nkAK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFEcf1nkAK .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFEcf1nkAK .modal-body .close {
  background: #1b1b1b;
}
.cid-sFEcf1nkAK .modal-body .close span {
  font-style: normal;
}
.cid-sFEcf1nkAK .carousel-inner > .active,
.cid-sFEcf1nkAK .carousel-inner > .next,
.cid-sFEcf1nkAK .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFEcf1nkAK .carousel-control .icon-next,
.cid-sFEcf1nkAK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFEcf1nkAK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFEcf1nkAK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFEcf1nkAK .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFEcf1nkAK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFEcf1nkAK .boxed-slider > div {
  position: relative;
}
.cid-sFEcf1nkAK .container img {
  width: 100%;
}
.cid-sFEcf1nkAK .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-sFEcf1nkAK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFEcf1nkAK .mbr-table-cell {
  padding: 0;
}
.cid-sFEcf1nkAK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFEcf1nkAK .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-sFEcf1nkAK .mbr-overlay {
  z-index: 1;
}
.cid-sFEcf1nkAK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFEcf1nkAK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFEcf1nkAK .carousel-item .container {
    width: 100%;
  }
}
.cid-sFEcf1nkAK .carousel-item-next.carousel-item-left,
.cid-sFEcf1nkAK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFEcf1nkAK .active.carousel-item-right,
.cid-sFEcf1nkAK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFEcf1nkAK .active.carousel-item-left,
.cid-sFEcf1nkAK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFEcf1nkAK .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFEcf1nkAK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators li.active,
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators li::after,
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFEcf1nkAK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFEcf1nkAK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFEcf1nkAK .mbr-slider > .container img {
  width: 100%;
}
.cid-sFEcf1nkAK .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-sFEcf1nkAK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFEcf1nkAK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFEcf1nkAK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFEcf1nkAK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFEcf1nkAK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFEcf1nkAK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFEcf1nkAK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFEcf1nkAK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFEcf1nkAK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFEcf1nkAK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFEcf1nkAK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFEcf1nkAK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFEcf1nkAK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFEcf1nkAK .carousel-inner {
  height: 100%;
}
.cid-sFEcf1nkAK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFEcf1nkAK .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFEcf1nkAK .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFEcf1nkAK .carousel-item .container-slide {
  text-align: center;
}
.cid-sFEcf1nkAK .content-slider-wrap {
  width: 51%;
}
.cid-sFEcf1nkAK P {
  color: #ffffff;
}
.cid-sFEcbkwQ97 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dfdfdf;
}
.cid-sFEcbkwQ97 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sFEcbkwQ97 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sFEcbkwQ97 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sFEcbkwQ97 .mbr-section-btn a {
  margin: 0;
}
.cid-sFEcbkwQ97 .mbr-text {
  color: #767676;
}
.cid-sFEcbkwQ97 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sFEcbkwQ97 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sFEcbkwQ97 .mbr-text,
.cid-sFEcbkwQ97 .mbr-section-btn {
  color: #073b4c;
  text-align: center;
}
.cid-sFEcbkwQ97 .card-title {
  text-align: left;
}
.cid-sFEcI2S2yp {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFEcI2S2yp .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFEcI2S2yp .social-list a:focus {
  text-decoration: none;
}
.cid-sFEcI2S2yp H2 {
  color: #ffffff;
}
.cid-sFEcJHPcnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFEcJHPcnl .content {
    text-align: center;
  }
  .cid-sFEcJHPcnl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFEcJHPcnl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFEcJHPcnl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFEcJHPcnl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFEcJHPcnl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFEcJHPcnl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFEcJHPcnl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFEcJHPcnl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFEcJHPcnl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFEcJHPcnl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFEcJHPcnl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFEcJHPcnl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFEcJHPcnl P {
  text-align: left;
  color: #81f111;
}
.cid-sFEcJHPcnl H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFOvZ8Kckb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
@media (min-width: 992px) {
  .cid-sFOvZ8Kckb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFOvZ8Kckb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOvZ8Kckb .mbr-text {
    text-align: center;
  }
}
.cid-sFOvZ8Kckb .mbr-text,
.cid-sFOvZ8Kckb .mbr-section-btn {
  color: #f9f295;
}
.cid-sFOw18aMFk {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f2fd7f, #073b4c);
}
.cid-sFOw18aMFk .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFOw18aMFk .social-list a:focus {
  text-decoration: none;
}
.cid-sFOw18aMFk H2 {
  color: #ffffff;
}
.cid-sFOw260nI4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFOw260nI4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFOw2QJkqd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfdfdf;
}
.cid-sFOw2QJkqd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sFOw2QJkqd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sFOw2QJkqd .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sFOw2QJkqd .mbr-section-btn a {
  margin: 0;
}
.cid-sFOw2QJkqd .mbr-text {
  color: #767676;
}
.cid-sFOw2QJkqd .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sFOw2QJkqd .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sFOw2QJkqd .mbr-text,
.cid-sFOw2QJkqd .mbr-section-btn {
  color: #073b4c;
  text-align: center;
}
.cid-sFOw2QJkqd .card-title {
  text-align: left;
}
.cid-sFOw5TJcJy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFOw5TJcJy .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOw5TJcJy .modal-body .close {
  background: #1b1b1b;
}
.cid-sFOw5TJcJy .modal-body .close span {
  font-style: normal;
}
.cid-sFOw5TJcJy .carousel-inner > .active,
.cid-sFOw5TJcJy .carousel-inner > .next,
.cid-sFOw5TJcJy .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFOw5TJcJy .carousel-control .icon-next,
.cid-sFOw5TJcJy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFOw5TJcJy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOw5TJcJy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFOw5TJcJy .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFOw5TJcJy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFOw5TJcJy .boxed-slider > div {
  position: relative;
}
.cid-sFOw5TJcJy .container img {
  width: 100%;
}
.cid-sFOw5TJcJy .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-sFOw5TJcJy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOw5TJcJy .mbr-table-cell {
  padding: 0;
}
.cid-sFOw5TJcJy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFOw5TJcJy .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-sFOw5TJcJy .mbr-overlay {
  z-index: 1;
}
.cid-sFOw5TJcJy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOw5TJcJy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFOw5TJcJy .carousel-item .container {
    width: 100%;
  }
}
.cid-sFOw5TJcJy .carousel-item-next.carousel-item-left,
.cid-sFOw5TJcJy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFOw5TJcJy .active.carousel-item-right,
.cid-sFOw5TJcJy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFOw5TJcJy .active.carousel-item-left,
.cid-sFOw5TJcJy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFOw5TJcJy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFOw5TJcJy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators li.active,
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators li::after,
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFOw5TJcJy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFOw5TJcJy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFOw5TJcJy .mbr-slider > .container img {
  width: 100%;
}
.cid-sFOw5TJcJy .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-sFOw5TJcJy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFOw5TJcJy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFOw5TJcJy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOw5TJcJy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFOw5TJcJy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFOw5TJcJy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFOw5TJcJy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFOw5TJcJy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFOw5TJcJy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOw5TJcJy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFOw5TJcJy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFOw5TJcJy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFOw5TJcJy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFOw5TJcJy .carousel-inner {
  height: 100%;
}
.cid-sFOw5TJcJy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFOw5TJcJy .image_wrapper {
  height: 380px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFOw5TJcJy .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFOw5TJcJy .carousel-item .container-slide {
  text-align: center;
}
.cid-sFOw5TJcJy .content-slider-wrap {
  width: 50%;
}
.cid-sFOw5TJcJy P {
  color: #e4dd6e;
}
.cid-sFOw4nrH93 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dfdbdb;
}
.cid-sFOw4nrH93 .title {
  padding-bottom: 2.5rem;
}
.cid-sFOw4nrH93 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sFOw4nrH93 .bottom-line p {
  color: #232323;
}
.cid-sFOw4nrH93 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sFOw4nrH93 .card-wrapper .card-box {
  width: 100%;
}
.cid-sFOw4nrH93 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sFOw4nrH93 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sFOw4nrH93 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sFOw4nrH93 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sFOw4nrH93 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sFOw4nrH93 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sFOw4nrH93 .wrapper {
    padding-top: 1rem;
  }
}
.cid-sFOw4nrH93 H2 {
  color: #780b38;
  text-align: center;
}
.cid-sFOw4nrH93 .cost {
  color: #ff3366;
}
.cid-tGmDGwx0si {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/p1020701-2000x1125.jpg");
}
.cid-tGmDGwx0si H2 {
  color: #ffffff;
}
.cid-tGmDGwx0si .mbr-section-subtitle {
  color: #15fde3;
}
.cid-tGmDHIkTdZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGmDHIkTdZ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGmDHIkTdZ .modal-body .close {
  background: #1b1b1b;
}
.cid-tGmDHIkTdZ .modal-body .close span {
  font-style: normal;
}
.cid-tGmDHIkTdZ .carousel-inner > .active,
.cid-tGmDHIkTdZ .carousel-inner > .next,
.cid-tGmDHIkTdZ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tGmDHIkTdZ .carousel-control .icon-next,
.cid-tGmDHIkTdZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGmDHIkTdZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGmDHIkTdZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGmDHIkTdZ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tGmDHIkTdZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGmDHIkTdZ .boxed-slider > div {
  position: relative;
}
.cid-tGmDHIkTdZ .container img {
  width: 100%;
}
.cid-tGmDHIkTdZ .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-tGmDHIkTdZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGmDHIkTdZ .mbr-table-cell {
  padding: 0;
}
.cid-tGmDHIkTdZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGmDHIkTdZ .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-tGmDHIkTdZ .mbr-overlay {
  z-index: 1;
}
.cid-tGmDHIkTdZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGmDHIkTdZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tGmDHIkTdZ .carousel-item .container {
    width: 100%;
  }
}
.cid-tGmDHIkTdZ .carousel-item-next.carousel-item-left,
.cid-tGmDHIkTdZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tGmDHIkTdZ .active.carousel-item-right,
.cid-tGmDHIkTdZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tGmDHIkTdZ .active.carousel-item-left,
.cid-tGmDHIkTdZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGmDHIkTdZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators li.active,
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators li::after,
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGmDHIkTdZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGmDHIkTdZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGmDHIkTdZ .mbr-slider > .container img {
  width: 100%;
}
.cid-tGmDHIkTdZ .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-tGmDHIkTdZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGmDHIkTdZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGmDHIkTdZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGmDHIkTdZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGmDHIkTdZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tGmDHIkTdZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGmDHIkTdZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tGmDHIkTdZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGmDHIkTdZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGmDHIkTdZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGmDHIkTdZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGmDHIkTdZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGmDHIkTdZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGmDHIkTdZ .carousel-inner {
  height: 100%;
}
.cid-tGmDHIkTdZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGmDHIkTdZ .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tGmDHIkTdZ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tGmDHIkTdZ .carousel-item .container-slide {
  text-align: center;
}
.cid-tGmDHIkTdZ .content-slider-wrap {
  width: 51%;
}
.cid-tGmDHIkTdZ P {
  color: #ffffff;
}
.cid-tGmDJmgnII {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dfdfdf;
}
.cid-tGmDJmgnII h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tGmDJmgnII p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tGmDJmgnII .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tGmDJmgnII .mbr-section-btn a {
  margin: 0;
}
.cid-tGmDJmgnII .mbr-text {
  color: #767676;
}
.cid-tGmDJmgnII .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tGmDJmgnII .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tGmDJmgnII .mbr-text,
.cid-tGmDJmgnII .mbr-section-btn {
  color: #073b4c;
  text-align: center;
}
.cid-tGmDJmgnII .card-title {
  text-align: left;
}
.cid-sFOw8eWzAw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFOw8eWzAw [class^="socicon-"]:before,
.cid-sFOw8eWzAw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFOw8eWzAw .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFOw8eWzAw .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFOw8eWzAw .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFOw8eWzAw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFOw8eWzAw .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFOw8eWzAw .btn {
    font-size: 20px !important;
  }
}
.cid-sFOwbu9NyI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFOwbu9NyI .content {
    text-align: center;
  }
  .cid-sFOwbu9NyI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOwbu9NyI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFOwbu9NyI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFOwbu9NyI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFOwbu9NyI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFOwbu9NyI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFOwbu9NyI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFOwbu9NyI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFOwbu9NyI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFOwbu9NyI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFOwbu9NyI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOwbu9NyI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFOwbu9NyI P {
  text-align: left;
  color: #81f111;
}
.cid-sFOwbu9NyI H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFOvKVl883 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFOvKVl883 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-sFOuDJmMNb {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sFOuDJmMNb .mbr-section-subtitle,
.cid-sFOuDJmMNb .mbr-text {
  color: #767676;
}
.cid-sFOuDJmMNb .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOuDJmMNb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFOuDJmMNb .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFOuDJmMNb .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sFOuDJmMNb .card-wrapper .card-img img {
  width: 100%;
}
.cid-sFOuDJmMNb .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sFOuDJmMNb .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sFOuDJmMNb .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sFOuDJmMNb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sFOuDJmMNb .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sFOuDJmMNb .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sFOuDJmMNb .mbr-section-subtitle {
  color: #cc2952;
}
.cid-tGmwLTQIlY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #8ddaf4;
}
.cid-tGmwLTQIlY .mbr-section-subtitle {
  color: #767676;
}
.cid-tGmyfd4EPA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8ddaf4;
}
.cid-tGmyfd4EPA .counter-container {
  color: #767676;
}
.cid-tGmyfd4EPA .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tGmyfd4EPA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tGmyfd4EPA .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tGmyfd4EPA .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tGmyfd4EPA .mbr-text {
  color: #000000;
}
.cid-tGvMSyffgg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGvMSyffgg P {
  color: #767676;
}
.cid-tGvMSyffgg .mbr-text,
.cid-tGvMSyffgg .mbr-section-btn {
  color: #232323;
}
.cid-tGmvWYcZ36 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGmvWYcZ36 .mbr-section-subtitle {
  color: #767676;
}
.cid-tGmvtoFsCt {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tGmvtoFsCt .mbr-section-subtitle,
.cid-tGmvtoFsCt .mbr-text {
  color: #767676;
}
.cid-tGmvtoFsCt .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGmvtoFsCt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tGmvtoFsCt .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGmvtoFsCt .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-tGmvtoFsCt .card-wrapper .card-img img {
  width: 100%;
}
.cid-tGmvtoFsCt .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tGmvtoFsCt .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tGmvtoFsCt .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tGmvtoFsCt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-tGmvtoFsCt .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-tGmvtoFsCt .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-tGmvtoFsCt .mbr-section-subtitle {
  color: #cc2952;
}
.cid-sFOuFK4wE2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sFOuFK4wE2 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOuFK4wE2 .modal-body .close {
  background: #1b1b1b;
}
.cid-sFOuFK4wE2 .modal-body .close span {
  font-style: normal;
}
.cid-sFOuFK4wE2 .carousel-inner > .active,
.cid-sFOuFK4wE2 .carousel-inner > .next,
.cid-sFOuFK4wE2 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFOuFK4wE2 .carousel-control .icon-next,
.cid-sFOuFK4wE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFOuFK4wE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOuFK4wE2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFOuFK4wE2 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFOuFK4wE2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFOuFK4wE2 .boxed-slider > div {
  position: relative;
}
.cid-sFOuFK4wE2 .container img {
  width: 100%;
}
.cid-sFOuFK4wE2 .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-sFOuFK4wE2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOuFK4wE2 .mbr-table-cell {
  padding: 0;
}
.cid-sFOuFK4wE2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFOuFK4wE2 .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-sFOuFK4wE2 .mbr-overlay {
  z-index: 1;
}
.cid-sFOuFK4wE2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOuFK4wE2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFOuFK4wE2 .carousel-item .container {
    width: 100%;
  }
}
.cid-sFOuFK4wE2 .carousel-item-next.carousel-item-left,
.cid-sFOuFK4wE2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFOuFK4wE2 .active.carousel-item-right,
.cid-sFOuFK4wE2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFOuFK4wE2 .active.carousel-item-left,
.cid-sFOuFK4wE2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFOuFK4wE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators li.active,
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators li::after,
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFOuFK4wE2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFOuFK4wE2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFOuFK4wE2 .mbr-slider > .container img {
  width: 100%;
}
.cid-sFOuFK4wE2 .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-sFOuFK4wE2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFOuFK4wE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFOuFK4wE2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOuFK4wE2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFOuFK4wE2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFOuFK4wE2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFOuFK4wE2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFOuFK4wE2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFOuFK4wE2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOuFK4wE2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFOuFK4wE2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFOuFK4wE2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFOuFK4wE2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFOuFK4wE2 .carousel-inner {
  height: 100%;
}
.cid-sFOuFK4wE2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFOuFK4wE2 .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFOuFK4wE2 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFOuFK4wE2 .carousel-item .container-slide {
  text-align: center;
}
.cid-sFOuFK4wE2 .content-slider-wrap {
  width: 59%;
}
.cid-sFOuFK4wE2 P {
  color: #81f111;
}
.cid-sFOuISwQSB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f2fd7f, #073b4c);
}
.cid-sFOuISwQSB .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFOuISwQSB .social-list a:focus {
  text-decoration: none;
}
.cid-sFOuISwQSB H2 {
  color: #ffffff;
}
.cid-sFOuM2hvbB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFOuM2hvbB [class^="socicon-"]:before,
.cid-sFOuM2hvbB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFOuM2hvbB .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFOuM2hvbB .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFOuM2hvbB .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFOuM2hvbB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFOuM2hvbB .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFOuM2hvbB .btn {
    font-size: 20px !important;
  }
}
.cid-sFOvIl7JD7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFOvIl7JD7 .content {
    text-align: center;
  }
  .cid-sFOvIl7JD7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOvIl7JD7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFOvIl7JD7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFOvIl7JD7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFOvIl7JD7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFOvIl7JD7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFOvIl7JD7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFOvIl7JD7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFOvIl7JD7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFOvIl7JD7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFOvIl7JD7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOvIl7JD7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFOvIl7JD7 P {
  text-align: left;
  color: #81f111;
}
.cid-sFOvIl7JD7 H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFOwi89r4l {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-sFOwi89r4l H2 {
  color: #f7ed4a;
}
.cid-sFOwi89r4l .mbr-section-subtitle {
  color: #f9f295;
}
.cid-sFOwj2H05f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFOwj2H05f .counter-container {
  color: #767676;
}
.cid-sFOwj2H05f .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sFOwj2H05f .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sFOwj2H05f .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sFOwj2H05f .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sFOwjGbzuH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFOwjGbzuH .mbr-section-subtitle {
  color: #232323;
}
.cid-sHdOkVIZpN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sHdOkVIZpN .mbr-section-subtitle,
.cid-sHdOkVIZpN .mbr-text {
  color: #767676;
}
.cid-sHdOkVIZpN .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sHdOkVIZpN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sHdOkVIZpN .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sHdOkVIZpN .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sHdOkVIZpN .card-wrapper .card-img img {
  width: 100%;
}
.cid-sHdOkVIZpN .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sHdOkVIZpN .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sHdOkVIZpN .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sHdOkVIZpN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sHdOkVIZpN .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sHdOkVIZpN .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sHdOcmTur2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sHdOcmTur2 .content {
    text-align: center;
  }
  .cid-sHdOcmTur2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHdOcmTur2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHdOcmTur2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHdOcmTur2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHdOcmTur2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHdOcmTur2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sHdOcmTur2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sHdOcmTur2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHdOcmTur2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHdOcmTur2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHdOcmTur2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHdOcmTur2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sHdOcmTur2 P {
  text-align: left;
  color: #81f111;
}
.cid-sHdOcmTur2 H5 {
  color: #81f111;
}
.cid-sFOuZCftXL .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFOuZCftXL .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFOuZCftXL a {
  font-style: normal;
}
.cid-sFOuZCftXL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFOuZCftXL .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-sFOuZCftXL .nav-item:focus,
.cid-sFOuZCftXL .nav-link:focus {
  outline: none;
}
.cid-sFOuZCftXL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFOuZCftXL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFOuZCftXL .menu-logo {
  margin-right: auto;
}
.cid-sFOuZCftXL .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-sFOuZCftXL .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-sFOuZCftXL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFOuZCftXL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFOuZCftXL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFOuZCftXL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFOuZCftXL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFOuZCftXL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFOuZCftXL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFOuZCftXL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFOuZCftXL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFOuZCftXL .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFOuZCftXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFOuZCftXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFOuZCftXL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFOuZCftXL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFOuZCftXL .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-sFOuZCftXL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFOuZCftXL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFOuZCftXL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFOuZCftXL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFOuZCftXL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFOuZCftXL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFOuZCftXL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFOuZCftXL button.navbar-toggler:focus {
  outline: none;
}
.cid-sFOuZCftXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFOuZCftXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFOuZCftXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFOuZCftXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFOuZCftXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFOuZCftXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFOuZCftXL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFOuZCftXL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFOuZCftXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFOuZCftXL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFOuZCftXL .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse.collapsing,
.cid-sFOuZCftXL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFOuZCftXL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFOuZCftXL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFOuZCftXL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFOuZCftXL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFOuZCftXL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFOuZCftXL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFOuZCftXL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFOuZCftXL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFOuZCftXL .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-sFOuZCftXL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFOuZCftXL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFOuZCftXL .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-sFOuZCftXL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFOuZCftXL img {
    height: 3.8rem !important;
  }
  .cid-sFOuZCftXL .btn {
    display: -webkit-flex;
  }
  .cid-sFOuZCftXL button.navbar-toggler {
    display: block;
  }
  .cid-sFOuZCftXL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFOuZCftXL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFOuZCftXL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFOuZCftXL .navbar-collapse.collapsing,
  .cid-sFOuZCftXL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFOuZCftXL .navbar-collapse.collapsing .navbar-nav,
  .cid-sFOuZCftXL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFOuZCftXL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFOuZCftXL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFOuZCftXL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFOuZCftXL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFOuZCftXL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFOuZCftXL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFOuZCftXL .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-sFOuZCftXL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFOuZCftXL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFOuZCftXL .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-sFOuZCftXL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFOuZCftXL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFOuZCftXL .nav-link:hover,
.cid-sFOuZCftXL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFOvb0oQdK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFOvb0oQdK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFOvb0oQdK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFOvb0oQdK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOvb0oQdK .mbr-text {
    text-align: center;
  }
}
.cid-sFOvb0oQdK .mbr-text,
.cid-sFOvb0oQdK .mbr-section-btn {
  color: #ffab92;
}
.cid-sFOvb0oQdK H1 {
  text-align: center;
  color: #efefef;
}
.cid-sFOvfbEQ81 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/puentes-de-madera-parque-jardin-estanque-d-nq-np-913432-mla25576605180-052017-f-760x597106.jpg");
}
.cid-sFOvjc9Nu4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sFOvjc9Nu4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOvjc9Nu4 .modal-body .close {
  background: #1b1b1b;
}
.cid-sFOvjc9Nu4 .modal-body .close span {
  font-style: normal;
}
.cid-sFOvjc9Nu4 .carousel-inner > .active,
.cid-sFOvjc9Nu4 .carousel-inner > .next,
.cid-sFOvjc9Nu4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFOvjc9Nu4 .carousel-control .icon-next,
.cid-sFOvjc9Nu4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFOvjc9Nu4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOvjc9Nu4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFOvjc9Nu4 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFOvjc9Nu4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFOvjc9Nu4 .boxed-slider > div {
  position: relative;
}
.cid-sFOvjc9Nu4 .container img {
  width: 100%;
}
.cid-sFOvjc9Nu4 .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-sFOvjc9Nu4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOvjc9Nu4 .mbr-table-cell {
  padding: 0;
}
.cid-sFOvjc9Nu4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFOvjc9Nu4 .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-sFOvjc9Nu4 .mbr-overlay {
  z-index: 1;
}
.cid-sFOvjc9Nu4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOvjc9Nu4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFOvjc9Nu4 .carousel-item .container {
    width: 100%;
  }
}
.cid-sFOvjc9Nu4 .carousel-item-next.carousel-item-left,
.cid-sFOvjc9Nu4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFOvjc9Nu4 .active.carousel-item-right,
.cid-sFOvjc9Nu4 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFOvjc9Nu4 .active.carousel-item-left,
.cid-sFOvjc9Nu4 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFOvjc9Nu4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators li.active,
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators li::after,
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFOvjc9Nu4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFOvjc9Nu4 .mbr-slider > .container img {
  width: 100%;
}
.cid-sFOvjc9Nu4 .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-sFOvjc9Nu4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFOvjc9Nu4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFOvjc9Nu4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFOvjc9Nu4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFOvjc9Nu4 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFOvjc9Nu4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFOvjc9Nu4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFOvjc9Nu4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFOvjc9Nu4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFOvjc9Nu4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFOvjc9Nu4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFOvjc9Nu4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFOvjc9Nu4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFOvjc9Nu4 .carousel-inner {
  height: 100%;
}
.cid-sFOvjc9Nu4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFOvjc9Nu4 .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFOvjc9Nu4 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFOvjc9Nu4 .carousel-item .container-slide {
  text-align: center;
}
.cid-sFOvjc9Nu4 .content-slider-wrap {
  width: 59%;
}
.cid-sFOvjc9Nu4 P {
  color: #81f111;
}
.cid-sFOvjVi1rq {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sFOvjVi1rq .mbr-section-subtitle,
.cid-sFOvjVi1rq .mbr-text {
  color: #767676;
}
.cid-sFOvjVi1rq .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOvjVi1rq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sFOvjVi1rq .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFOvjVi1rq .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sFOvjVi1rq .card-wrapper .card-img img {
  width: 100%;
}
.cid-sFOvjVi1rq .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sFOvjVi1rq .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sFOvjVi1rq .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sFOvjVi1rq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sFOvjVi1rq .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sFOvjVi1rq .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sFOvjVi1rq .mbr-section-subtitle {
  color: #cc2952;
}
.cid-sFOvmmJ6ZA {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFOvmmJ6ZA .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFOvmmJ6ZA .social-list a:focus {
  text-decoration: none;
}
.cid-sFOvmmJ6ZA H2 {
  color: #ffffff;
}
.cid-sFOvpFbEME {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFOvpFbEME [class^="socicon-"]:before,
.cid-sFOvpFbEME [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFOvpFbEME .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFOvpFbEME .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFOvpFbEME .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFOvpFbEME .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFOvpFbEME .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFOvpFbEME .btn {
    font-size: 20px !important;
  }
}
.cid-sFOvsjQONw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFOvsjQONw .content {
    text-align: center;
  }
  .cid-sFOvsjQONw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFOvsjQONw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFOvsjQONw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFOvsjQONw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFOvsjQONw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFOvsjQONw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFOvsjQONw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFOvsjQONw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFOvsjQONw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFOvsjQONw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFOvsjQONw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFOvsjQONw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFOvsjQONw P {
  text-align: left;
  color: #81f111;
}
.cid-sFOvsjQONw H5 {
  color: #81f111;
}
.cid-sFxXEal8fT .navbar {
  background: #ff7f9f;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFxXEal8fT .navbar-dropdown.bg-color.transparent.opened {
  background: #ff7f9f;
}
.cid-sFxXEal8fT a {
  font-style: normal;
}
.cid-sFxXEal8fT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .nav-item:focus,
.cid-sFxXEal8fT .nav-link:focus {
  outline: none;
}
.cid-sFxXEal8fT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFxXEal8fT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFxXEal8fT .menu-logo {
  margin-right: auto;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .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-sFxXEal8fT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFxXEal8fT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu {
  background: #ff7f9f;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFxXEal8fT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFxXEal8fT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFxXEal8fT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFxXEal8fT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFxXEal8fT button.navbar-toggler:focus {
  outline: none;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFxXEal8fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFxXEal8fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFxXEal8fT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFxXEal8fT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFxXEal8fT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sFxXEal8fT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFxXEal8fT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFxXEal8fT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFxXEal8fT .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-sFxXEal8fT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFxXEal8fT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFxXEal8fT .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-sFxXEal8fT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT img {
    height: 3.8rem !important;
  }
  .cid-sFxXEal8fT .btn {
    display: -webkit-flex;
  }
  .cid-sFxXEal8fT button.navbar-toggler {
    display: block;
  }
  .cid-sFxXEal8fT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFxXEal8fT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFxXEal8fT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing,
  .cid-sFxXEal8fT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFxXEal8fT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFxXEal8fT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFxXEal8fT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFxXEal8fT .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-sFxXEal8fT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFxXEal8fT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFxXEal8fT .nav-link:hover,
.cid-sFxXEal8fT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sFP6FBSvu7 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/p1020701-2000x1125107.jpg");
}
.cid-sFP6FBSvu7 H2 {
  color: #15fde3;
}
.cid-sFP6FBSvu7 .mbr-section-subtitle {
  color: #15fde3;
}
.cid-sFP6EpocAe {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-sFP6EpocAe H2 {
  color: #232323;
}
.cid-sFP6EpocAe .mbr-section-subtitle {
  color: #871645;
}
.cid-sFP6GOWv3I {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0d2da1, #19ff29);
}
.cid-sFP6GOWv3I .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sFP6GOWv3I .social-list a:focus {
  text-decoration: none;
}
.cid-sFP6GOWv3I H2 {
  color: #ffffff;
}
.cid-sFP6KGk3Cs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sFP6KGk3Cs .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFP6KGk3Cs .modal-body .close {
  background: #1b1b1b;
}
.cid-sFP6KGk3Cs .modal-body .close span {
  font-style: normal;
}
.cid-sFP6KGk3Cs .carousel-inner > .active,
.cid-sFP6KGk3Cs .carousel-inner > .next,
.cid-sFP6KGk3Cs .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFP6KGk3Cs .carousel-control .icon-next,
.cid-sFP6KGk3Cs .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFP6KGk3Cs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFP6KGk3Cs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFP6KGk3Cs .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFP6KGk3Cs .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFP6KGk3Cs .boxed-slider > div {
  position: relative;
}
.cid-sFP6KGk3Cs .container img {
  width: 100%;
}
.cid-sFP6KGk3Cs .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-sFP6KGk3Cs .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFP6KGk3Cs .mbr-table-cell {
  padding: 0;
}
.cid-sFP6KGk3Cs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFP6KGk3Cs .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-sFP6KGk3Cs .mbr-overlay {
  z-index: 1;
}
.cid-sFP6KGk3Cs .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFP6KGk3Cs .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFP6KGk3Cs .carousel-item .container {
    width: 100%;
  }
}
.cid-sFP6KGk3Cs .carousel-item-next.carousel-item-left,
.cid-sFP6KGk3Cs .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFP6KGk3Cs .active.carousel-item-right,
.cid-sFP6KGk3Cs .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFP6KGk3Cs .active.carousel-item-left,
.cid-sFP6KGk3Cs .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFP6KGk3Cs .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators li.active,
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators li::after,
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFP6KGk3Cs .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFP6KGk3Cs .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFP6KGk3Cs .mbr-slider > .container img {
  width: 100%;
}
.cid-sFP6KGk3Cs .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-sFP6KGk3Cs .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFP6KGk3Cs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFP6KGk3Cs .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFP6KGk3Cs .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFP6KGk3Cs .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFP6KGk3Cs .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFP6KGk3Cs .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFP6KGk3Cs .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFP6KGk3Cs .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFP6KGk3Cs .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFP6KGk3Cs .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFP6KGk3Cs .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFP6KGk3Cs .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFP6KGk3Cs .carousel-inner {
  height: 100%;
}
.cid-sFP6KGk3Cs .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFP6KGk3Cs .image_wrapper {
  height: 450px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFP6KGk3Cs .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFP6KGk3Cs .carousel-item .container-slide {
  text-align: center;
}
.cid-sFP6KGk3Cs .content-slider-wrap {
  width: 59%;
}
.cid-sFP6KGk3Cs P {
  color: #81f111;
}
.cid-sFP6NjqeuH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sFP6NjqeuH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFP6NjqeuH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sFP6NjqeuH .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sFP6QoXdRV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e7c5f4;
}
.cid-sFP6QoXdRV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFP6QoXdRV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFP6QoXdRV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sFP6QoXdRV .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sFP6QoXdRV .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sFP6Ow032V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c4bc3b;
}
.cid-sFP6Ow032V .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sFP6Ow032V .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFP6Ow032V .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sFP6Ow032V .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sFP6Ow032V .mbr-text {
  color: #232323;
}
.cid-sFP6ShyLWu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFP6ShyLWu .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFP6ShyLWu .modal-body .close {
  background: #1b1b1b;
}
.cid-sFP6ShyLWu .modal-body .close span {
  font-style: normal;
}
.cid-sFP6ShyLWu .carousel-inner > .active,
.cid-sFP6ShyLWu .carousel-inner > .next,
.cid-sFP6ShyLWu .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sFP6ShyLWu .carousel-control .icon-next,
.cid-sFP6ShyLWu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFP6ShyLWu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFP6ShyLWu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFP6ShyLWu .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sFP6ShyLWu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sFP6ShyLWu .boxed-slider > div {
  position: relative;
}
.cid-sFP6ShyLWu .container img {
  width: 100%;
}
.cid-sFP6ShyLWu .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-sFP6ShyLWu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFP6ShyLWu .mbr-table-cell {
  padding: 0;
}
.cid-sFP6ShyLWu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFP6ShyLWu .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-sFP6ShyLWu .mbr-overlay {
  z-index: 1;
}
.cid-sFP6ShyLWu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFP6ShyLWu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sFP6ShyLWu .carousel-item .container {
    width: 100%;
  }
}
.cid-sFP6ShyLWu .carousel-item-next.carousel-item-left,
.cid-sFP6ShyLWu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sFP6ShyLWu .active.carousel-item-right,
.cid-sFP6ShyLWu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sFP6ShyLWu .active.carousel-item-left,
.cid-sFP6ShyLWu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sFP6ShyLWu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sFP6ShyLWu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators li.active,
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators li::after,
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sFP6ShyLWu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sFP6ShyLWu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sFP6ShyLWu .mbr-slider > .container img {
  width: 100%;
}
.cid-sFP6ShyLWu .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-sFP6ShyLWu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sFP6ShyLWu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFP6ShyLWu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sFP6ShyLWu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sFP6ShyLWu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sFP6ShyLWu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sFP6ShyLWu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sFP6ShyLWu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFP6ShyLWu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sFP6ShyLWu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sFP6ShyLWu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sFP6ShyLWu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sFP6ShyLWu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sFP6ShyLWu .carousel-inner {
  height: 100%;
}
.cid-sFP6ShyLWu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sFP6ShyLWu .image_wrapper {
  height: 380px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sFP6ShyLWu .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sFP6ShyLWu .carousel-item .container-slide {
  text-align: center;
}
.cid-sFP6ShyLWu .content-slider-wrap {
  width: 50%;
}
.cid-sFP6ShyLWu P {
  color: #e4dd6e;
}
.cid-sFP6VvV2kJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4dd6e;
}
.cid-sFP6VvV2kJ [class^="socicon-"]:before,
.cid-sFP6VvV2kJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sFP6VvV2kJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sFP6VvV2kJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sFP6VvV2kJ .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sFP6VvV2kJ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sFP6VvV2kJ .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sFP6VvV2kJ .btn {
    font-size: 20px !important;
  }
}
.cid-sFP6YYLTeP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sFP6YYLTeP .content {
    text-align: center;
  }
  .cid-sFP6YYLTeP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFP6YYLTeP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sFP6YYLTeP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sFP6YYLTeP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sFP6YYLTeP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFP6YYLTeP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sFP6YYLTeP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sFP6YYLTeP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sFP6YYLTeP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFP6YYLTeP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFP6YYLTeP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFP6YYLTeP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sFP6YYLTeP P {
  text-align: left;
  color: #81f111;
}
.cid-sFP6YYLTeP H5 {
  color: #81f111;
}
