@charset "UTF-8";
body {
  --wr-background-dark-blue: #222F3C;
  --wr-background-dark-blue-add_bg: #192833;
  --wr-background-dark-blue-blue-transparent: rgba(34, 47, 60, 0.4666666667);
  --wr-background-dark-blue-additional: #2B3F4D;
  --wr-background-dark-blue-shadow: rgba(17, 15, 15, 0.5294117647);
  --wr-background-menu-dark-theme: #293847;
  --wr-background-menu-light-theme: #222F3C;
  --wr-background--color-mint: #E0FAFE;
  --wr-background-gray: #DDDDDD;
  --wr-background-light-gray: #FAFAFA;
  --wr-background-light-gray-shadow: drop-shadow(3px 5px 23px rgba(162, 180, 189, 0.2));
  --wr-background-transparent: rgba(255, 255, 255, 0.6);
  --wr-background-sky-blue: #F6FBFF;
  --wr-background-ash: #F2F2F2;
  --wr-gradient-colors-turquoise: linear-gradient(90deg, #079089 20%, #0DD1C4 50%, #079089 90%);
  --wr-gradient-colors-laguna: linear-gradient(89deg, #2EDFF1 2.57%, #13BAEB 99.28%);
  --wr-gradient-colors-dark-laguna: linear-gradient(89deg, #1FD3E6 2.57%, #11A6D2 99.28%);
  --wr-gradient-colors-light-laguna: linear-gradient(180deg, rgba(17, 41, 59, 0) 79%, rgba(42, 189, 235, 0.42) 100%);
  --wr-gradient-colors-radial-light-laguna: radial-gradient(rgba(42, 189, 235, 0.3) 17%, rgba(17, 41, 59, 0) 65%);
  --wr-gradient-colors-light-laguna-triple: linear-gradient(93deg, #F1FDFF 16.84%, #CAFCFF 52.23%, #C5EAFF 98.05%);
  --wr-typography-primary: #333333;
  --wr-typography-secondary: #6C6B6B;
  --wr-typography-additional: #C4C4C4;
  --wr-typography-white: #FFFFFF;
  --wr-typography-primary-colors-turquoise: #0DD1C5;
  --wr-primary-colors--light-gray: #364555;
  --wr-primary-colors-turquoise: #0DD1C5;
  --wr-primary-colors-light-turquoise: #F1FDFF;
  --wr-primary-colors-transparent-turquoise: rgba(13, 209, 197, 0.12);
  --wr-primary-colors--laguna: #2EDFF1;
  --wr-primary-colors--laguna_bg: rgba(46, 223, 241, 0.3);
  --wr-box-shadow-default: 0px 4px 24px 0px rgba(189, 189, 189, 0.23);
  --wr-box-shadow-hover: 0 4px 24px 0 rgba(83, 154, 142, 0.26);
  --wr-box-shadow-button: 0 5px 7px 0 rgba(29, 203, 192, 0.06), 4px 8px 10px 0 rgba(29, 203, 192, 0.2);
  --wr-box-shadow-default-mobile: 1px 1px 12px 0 rgba(189, 189, 189, 0.2);
  --wr-box-shadow-default-dark-theme: 0px 4px 24px 0px rgba(16, 31, 46, 0.53);
  --wr-conten-max-with: 79.75rem;
  --wr-additional-colors--button-light: linear-gradient(90deg, #7CFBE3 0%, #36DAF9 100%);
  --wr-additional-colors--button-light-hover: linear-gradient(90deg, #36DAF9 0%, #7CFBE3 100%);
  --wr-list-color-marker: #9762EF;
  --wr-list-color-marker-add: #1397E1;
  --wr-border-radius: 16px;
  --wr-border-radius-add: 48px;
}

.content {
  max-width: 79.75rem;
}

.card, .banner_submit__style .main, .banner_easy-submit__style .main, .banner_media_left__style .main, .banner_media_right__style .main, .banner_media_video__style .main, .banner_media_slider_right__style .main, .banner_media_gallery__style .main {
  border: 0;
  border-radius: 16px;
  box-shadow: var(--wp-box-shadow-default);
  cursor: auto;
  overflow: hidden;
}
.card:hover, .banner_submit__style .main:hover, .banner_easy-submit__style .main:hover, .banner_media_left__style .main:hover, .banner_media_right__style .main:hover, .banner_media_video__style .main:hover, .banner_media_slider_right__style .main:hover, .banner_media_gallery__style .main:hover {
  box-shadow: var(--wp-box-shadow-hover);
}

.col {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.carousel-indicators {
  position: relative;
  margin: 0;
  padding-bottom: 1rem;
}
.carousel-indicators [data-bs-target] {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  border: unset;
  background-color: var(--wr-typography-additional);
}
.carousel-indicators .active {
  background-color: var(--wr-primary-colors--laguna);
}
.carousel-inner {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel-inner::-webkit-scrollbar {
  height: 0;
}

:root {
  font-size: 16px;
}

html {
  position: relative;
  margin-top: 0 !important;
}

* {
  position: relative;
  box-sizing: inherit;
}

body {
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Montserrat, arial;
  font-style: normal;
  font-weight: 400;
  color: var(--wr-font-typography-primary);
  background-color: var(--wr-background-base-body);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: overlay;
  font-size: 1rem;
  line-height: 1.25rem;
  z-index: 1;
}
body.admin-bar {
  margin-top: 32px !important;
}
@media screen and (max-width: 767.5px) {
  body.admin-bar {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}
body.menu_static {
  position: static;
  overflow: hidden;
}
body main {
  overflow: hidden;
}
body h1, body .download_modal .modal-header_title, .download_modal body .modal-header_title, body .chapter-block__style, :root body :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style, :root :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style)), body h2, :root body :where(h2, .chapter-block__style, :root :where(h2, .chapter-block__style)), body h3, body .home_page .body__header_title_additional, .home_page body .body__header_title_additional, :root body :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style, :root :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style)), body h4, body .faq__block__style .wp-block-details summary, .faq__block__style .wp-block-details body summary, body .faq__block__style .wp-block details summary, .faq__block__style .wp-block details body summary, :root body :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary, :root :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary)) {
  font-weight: 600;
}
body h1, body .download_modal .modal-header_title, .download_modal body .modal-header_title, body .chapter-block__style, :root body :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style, :root :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style)) {
  font-size: 2.625rem;
  line-height: 3rem;
}
@media screen and (max-width: 1199.5px) {
  body h1, body .download_modal .modal-header_title, .download_modal body .modal-header_title, body .chapter-block__style, :root body :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style, :root :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style)) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 991.5px) {
  body h1, body .download_modal .modal-header_title, .download_modal body .modal-header_title, body .chapter-block__style, :root body :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style, :root :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style)) {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
body h2, body .chapter-block__style, :root body :where(h2, .chapter-block__style, :root :where(h2, .chapter-block__style)) {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 1199.5px) {
  body h2, body .chapter-block__style, :root body :where(h2, .chapter-block__style, :root :where(h2, .chapter-block__style)) {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 991.5px) {
  body h2, body .chapter-block__style, :root body :where(h2, .chapter-block__style, :root :where(h2, .chapter-block__style)) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
body h3, body .home_page .body__header_title_additional, .home_page body .body__header_title_additional, body .chapter-block__style, :root body :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style, :root :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1199.5px) {
  body h3, body .home_page .body__header_title_additional, .home_page body .body__header_title_additional, body .chapter-block__style, :root body :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style, :root :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style)) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 991.5px) {
  body h3, body .home_page .body__header_title_additional, .home_page body .body__header_title_additional, body .chapter-block__style, :root body :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style, :root :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style)) {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
body h4, body .chapter-block__style, body .faq__block__style .wp-block-details summary, .faq__block__style .wp-block-details body summary, body .faq__block__style .wp-block details summary, .faq__block__style .wp-block details body summary, :root body :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary, :root :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary)) {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1199.5px) {
  body h4, body .chapter-block__style, body .faq__block__style .wp-block-details summary, .faq__block__style .wp-block-details body summary, body .faq__block__style .wp-block details summary, .faq__block__style .wp-block details body summary, :root body :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary, :root :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary)) {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 991.5px) {
  body h4, body .chapter-block__style, body .faq__block__style .wp-block-details summary, .faq__block__style .wp-block-details body summary, body .faq__block__style .wp-block details summary, .faq__block__style .wp-block details body summary, :root body :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary, :root :where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary)) {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
body p, body .font-fourth, body .font-third, body .font-second, body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .tripadvisor-banner, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .ti-widget-container, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body *, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body input, body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body textarea, body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body input, body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body textarea, body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .sub__menu_item_elements, body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .sub__menu_item_elements, body .header__desktop .menu__item.fix_button .button, .header__desktop .menu__item.fix_button body .button, body .header__mobile .menu__item.fix_button .button, .header__mobile .menu__item.fix_button body .button, body .header__desktop .menu__item, .header__desktop body .menu__item, body .header__mobile .menu__item, .header__mobile body .menu__item, body .button.tags {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
@media screen and (max-width: 1199.5px) {
  body p, body .font-fourth, body .font-third, body .font-second, body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .tripadvisor-banner, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .ti-widget-container, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body *, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body input, body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body textarea, body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body input, body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body textarea, body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .sub__menu_item_elements, body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .sub__menu_item_elements, body .header__desktop .menu__item.fix_button .button, .header__desktop .menu__item.fix_button body .button, body .header__mobile .menu__item.fix_button .button, .header__mobile .menu__item.fix_button body .button, body .header__desktop .menu__item, .header__desktop body .menu__item, body .header__mobile .menu__item, .header__mobile body .menu__item, body .button.tags {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 991.5px) {
  body p, body .font-fourth, body .font-third, body .font-second, body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .tripadvisor-banner, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .ti-widget-container, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body *, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body input, body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body textarea, body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body input, body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body textarea, body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .sub__menu_item_elements, body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .sub__menu_item_elements, body .header__desktop .menu__item.fix_button .button, .header__desktop .menu__item.fix_button body .button, body .header__mobile .menu__item.fix_button .button, .header__mobile .menu__item.fix_button body .button, body .header__desktop .menu__item, .header__desktop body .menu__item, body .header__mobile .menu__item, .header__mobile body .menu__item, body .button.tags {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
body .font-first, body .footer__mobile .accordion-item .menu__item, .footer__mobile .accordion-item body .menu__item, body .blog_post .content__body .about_the_author, .blog_post .content__body body .about_the_author, body .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line .data, .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line body .data, body .blog_post .body__header_main .wp-block-cover__inner-container .subcategory, .blog_post .body__header_main .wp-block-cover__inner-container body .subcategory, body .chapter-block__style p, .chapter-block__style body p, .chapter-block__style body .font-second, .chapter-block__style body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .chapter-block__style body .tripadvisor-banner, .chapter-block__style body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .chapter-block__style body .ti-widget-container, .chapter-block__style body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .chapter-block__style body *, body .chapter-block__style .font-second, body .chapter-block__style .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .chapter-block__style .tripadvisor-banner, body .chapter-block__style .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .chapter-block__style .ti-widget-container, body .chapter-block__style .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .chapter-block__style *, .chapter-block__style body .font-third, body .chapter-block__style .font-third, .chapter-block__style body .font-fourth, body .chapter-block__style .font-fourth, .chapter-block__style body .button.tags, body .chapter-block__style .button.tags, .chapter-block__style body .header__desktop .menu__item, body .header__desktop .chapter-block__style .menu__item, .chapter-block__style .header__desktop body .menu__item, .header__desktop body .chapter-block__style .menu__item, .chapter-block__style body .header__mobile .menu__item, body .header__mobile .chapter-block__style .menu__item, .chapter-block__style .header__mobile body .menu__item, .header__mobile body .chapter-block__style .menu__item, .chapter-block__style body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .chapter-block__style .button, .chapter-block__style .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .chapter-block__style .button, .chapter-block__style body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .chapter-block__style .button, .chapter-block__style .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .chapter-block__style .button, .chapter-block__style body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .chapter-block__style .sub__menu_item_elements, .chapter-block__style .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .chapter-block__style .sub__menu_item_elements, .chapter-block__style body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .chapter-block__style .sub__menu_item_elements, .chapter-block__style .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .chapter-block__style .sub__menu_item_elements, .chapter-block__style body .banner_submit__style .main form .wr_input_block input, body .banner_submit__style .main form .wr_input_block .chapter-block__style input, .chapter-block__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .main form .wr_input_block body .chapter-block__style input, .chapter-block__style body .banner_submit__style .main form .wr_input_block textarea, body .banner_submit__style .main form .wr_input_block .chapter-block__style textarea, .chapter-block__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .main form .wr_input_block body .chapter-block__style textarea, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block input, body .banner_easy-submit__style .main form .wr_input_block .chapter-block__style input, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .main form .wr_input_block body .chapter-block__style input, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block textarea, body .banner_easy-submit__style .main form .wr_input_block .chapter-block__style textarea, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .main form .wr_input_block body .chapter-block__style textarea, .chapter-block__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .chapter-block__style label, .chapter-block__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .chapter-block__style label, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .chapter-block__style label, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .chapter-block__style label, body .solution__block_cards .card-body .article .list li, .solution__block_cards .card-body .article .list body li, body .solution__block_cards .card-body .article .banner_media_right__style .main__block_text ul li, .solution__block_cards .card-body .article .banner_media_right__style .main__block_text ul body li, body .banner_media_right__style .main__block_text .solution__block_cards .card-body .article ul li, .banner_media_right__style .main__block_text .solution__block_cards .card-body .article ul body li, body .solution__block_cards .card-body .article .banner_media_slider_right__style .main__block_text ul li, .solution__block_cards .card-body .article .banner_media_slider_right__style .main__block_text ul body li, body .banner_media_slider_right__style .main__block_text .solution__block_cards .card-body .article ul li, .banner_media_slider_right__style .main__block_text .solution__block_cards .card-body .article ul body li, body .banner_submit__style .main form .wr_input_block label, .banner_submit__style .main form .wr_input_block body label, body .banner_easy-submit__style .main form .wr_input_block label, .banner_easy-submit__style .main form .wr_input_block body label, body .wp-block-quote p, .wp-block-quote body p, .wp-block-quote body .font-second, .wp-block-quote body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .wp-block-quote body .tripadvisor-banner, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .wp-block-quote body .ti-widget-container, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .wp-block-quote body *, .wp-block-quote body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block .wp-block-quote body textarea, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body textarea, body .wp-block-quote .font-second, body .wp-block-quote .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .wp-block-quote .tripadvisor-banner, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .wp-block-quote .ti-widget-container, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .wp-block-quote *, body .wp-block-quote .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body .wp-block-quote textarea, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote textarea, .wp-block-quote body .font-third, body .wp-block-quote .font-third, .wp-block-quote body .font-fourth, body .wp-block-quote .font-fourth, .wp-block-quote body .button.tags, body .wp-block-quote .button.tags, .wp-block-quote body .header__desktop .menu__item, body .header__desktop .wp-block-quote .menu__item, .wp-block-quote .header__desktop body .menu__item, .header__desktop body .wp-block-quote .menu__item, .wp-block-quote body .header__mobile .menu__item, body .header__mobile .wp-block-quote .menu__item, .wp-block-quote .header__mobile body .menu__item, .header__mobile body .wp-block-quote .menu__item, .wp-block-quote body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .wp-block-quote .sub__menu_item_elements, .wp-block-quote body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .wp-block-quote .sub__menu_item_elements, body .preformatted__style .wp-block-preformatted, body .blog_post .content__body .wp-block-preformatted, .blog_post body .content__body .wp-block-preformatted, body ul.list, body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text body ul, body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text body ul, body .button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media screen and (max-width: 991.5px) {
  body .font-first, body .footer__mobile .accordion-item .menu__item, .footer__mobile .accordion-item body .menu__item, body .blog_post .content__body .about_the_author, .blog_post .content__body body .about_the_author, body .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line .data, .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line body .data, body .blog_post .body__header_main .wp-block-cover__inner-container .subcategory, .blog_post .body__header_main .wp-block-cover__inner-container body .subcategory, body .chapter-block__style p, .chapter-block__style body p, .chapter-block__style body .font-second, .chapter-block__style body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .chapter-block__style body .tripadvisor-banner, .chapter-block__style body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .chapter-block__style body .ti-widget-container, .chapter-block__style body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .chapter-block__style body *, body .chapter-block__style .font-second, body .chapter-block__style .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .chapter-block__style .tripadvisor-banner, body .chapter-block__style .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .chapter-block__style .ti-widget-container, body .chapter-block__style .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .chapter-block__style *, .chapter-block__style body .font-third, body .chapter-block__style .font-third, .chapter-block__style body .font-fourth, body .chapter-block__style .font-fourth, .chapter-block__style body .button.tags, body .chapter-block__style .button.tags, .chapter-block__style body .header__desktop .menu__item, body .header__desktop .chapter-block__style .menu__item, .chapter-block__style .header__desktop body .menu__item, .header__desktop body .chapter-block__style .menu__item, .chapter-block__style body .header__mobile .menu__item, body .header__mobile .chapter-block__style .menu__item, .chapter-block__style .header__mobile body .menu__item, .header__mobile body .chapter-block__style .menu__item, .chapter-block__style body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .chapter-block__style .button, .chapter-block__style .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .chapter-block__style .button, .chapter-block__style body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .chapter-block__style .button, .chapter-block__style .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .chapter-block__style .button, .chapter-block__style body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .chapter-block__style .sub__menu_item_elements, .chapter-block__style .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .chapter-block__style .sub__menu_item_elements, .chapter-block__style body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .chapter-block__style .sub__menu_item_elements, .chapter-block__style .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .chapter-block__style .sub__menu_item_elements, .chapter-block__style body .banner_submit__style .main form .wr_input_block input, body .banner_submit__style .main form .wr_input_block .chapter-block__style input, .chapter-block__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .main form .wr_input_block body .chapter-block__style input, .chapter-block__style body .banner_submit__style .main form .wr_input_block textarea, body .banner_submit__style .main form .wr_input_block .chapter-block__style textarea, .chapter-block__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .main form .wr_input_block body .chapter-block__style textarea, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block input, body .banner_easy-submit__style .main form .wr_input_block .chapter-block__style input, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .main form .wr_input_block body .chapter-block__style input, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block textarea, body .banner_easy-submit__style .main form .wr_input_block .chapter-block__style textarea, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .main form .wr_input_block body .chapter-block__style textarea, .chapter-block__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .chapter-block__style label, .chapter-block__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .chapter-block__style label, .chapter-block__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .chapter-block__style label, .chapter-block__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .chapter-block__style label, body .solution__block_cards .card-body .article .list li, .solution__block_cards .card-body .article .list body li, body .solution__block_cards .card-body .article .banner_media_right__style .main__block_text ul li, .solution__block_cards .card-body .article .banner_media_right__style .main__block_text ul body li, body .banner_media_right__style .main__block_text .solution__block_cards .card-body .article ul li, .banner_media_right__style .main__block_text .solution__block_cards .card-body .article ul body li, body .solution__block_cards .card-body .article .banner_media_slider_right__style .main__block_text ul li, .solution__block_cards .card-body .article .banner_media_slider_right__style .main__block_text ul body li, body .banner_media_slider_right__style .main__block_text .solution__block_cards .card-body .article ul li, .banner_media_slider_right__style .main__block_text .solution__block_cards .card-body .article ul body li, body .banner_submit__style .main form .wr_input_block label, .banner_submit__style .main form .wr_input_block body label, body .banner_easy-submit__style .main form .wr_input_block label, .banner_easy-submit__style .main form .wr_input_block body label, body .wp-block-quote p, .wp-block-quote body p, .wp-block-quote body .font-second, .wp-block-quote body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .wp-block-quote body .tripadvisor-banner, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .wp-block-quote body .ti-widget-container, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .wp-block-quote body *, .wp-block-quote body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block .wp-block-quote body textarea, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body textarea, body .wp-block-quote .font-second, body .wp-block-quote .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .wp-block-quote .tripadvisor-banner, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .wp-block-quote .ti-widget-container, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .wp-block-quote *, body .wp-block-quote .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body .wp-block-quote textarea, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote textarea, .wp-block-quote body .font-third, body .wp-block-quote .font-third, .wp-block-quote body .font-fourth, body .wp-block-quote .font-fourth, .wp-block-quote body .button.tags, body .wp-block-quote .button.tags, .wp-block-quote body .header__desktop .menu__item, body .header__desktop .wp-block-quote .menu__item, .wp-block-quote .header__desktop body .menu__item, .header__desktop body .wp-block-quote .menu__item, .wp-block-quote body .header__mobile .menu__item, body .header__mobile .wp-block-quote .menu__item, .wp-block-quote .header__mobile body .menu__item, .header__mobile body .wp-block-quote .menu__item, .wp-block-quote body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .wp-block-quote .sub__menu_item_elements, .wp-block-quote body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .wp-block-quote .sub__menu_item_elements, body .preformatted__style .wp-block-preformatted, body .blog_post .content__body .wp-block-preformatted, .blog_post body .content__body .wp-block-preformatted, body ul.list, body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text body ul, body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text body ul, body .button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
body .font-second, body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .tripadvisor-banner, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .ti-widget-container, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body *, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body input, body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body textarea, body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body input, body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body textarea, body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .sub__menu_item_elements, body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .sub__menu_item_elements, body .header__desktop .menu__item.fix_button .button, .header__desktop .menu__item.fix_button body .button, body .header__mobile .menu__item.fix_button .button, .header__mobile .menu__item.fix_button body .button, body .header__desktop .menu__item, .header__desktop body .menu__item, body .header__mobile .menu__item, .header__mobile body .menu__item, body .button.tags {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767.5px) {
  body .font-second, body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .tripadvisor-banner, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .ti-widget-container, body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body *, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body input, body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body textarea, body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body input, body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body textarea, body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .sub__menu_item_elements, body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .sub__menu_item_elements, body .header__desktop .menu__item.fix_button .button, .header__desktop .menu__item.fix_button body .button, body .header__mobile .menu__item.fix_button .button, .header__mobile .menu__item.fix_button body .button, body .header__desktop .menu__item, .header__desktop body .menu__item, body .header__mobile .menu__item, .header__mobile body .menu__item, body .button.tags {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
body .font-third {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 767.5px) {
  body .font-third {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
body .font-fourth {
  font-size: 0.625rem;
  line-height: 1rem;
}
@media screen and (max-width: 767.5px) {
  body .font-fourth {
    font-size: 0.5rem;
    line-height: 1.875rem;
  }
}
body .medium {
  font-weight: 500;
}
body .semi-bold {
  font-weight: 500;
}
body .bold {
  font-weight: 600;
}
body .font-color-primary {
  color: var(--wr-typography-primary) !important;
}
body .font-color-secondary {
  color: var(--wr-typography-secondary) !important;
}
body .font-color-additional {
  color: var(--wr-typography-additional) !important;
}
body .font-white {
  color: #FFFFFF !important;
}
body .font-laguna {
  color: #2EDFF1 !important;
}
body .orange {
  color: #F07200 !important;
}
body .wr_green {
  color: #0ED039 !important;
}
body .without {
  color: red !important;
}
body .nephritis {
  color: #09B07E;
}
body .turquoise, body .header__mobile_sub__menu .accordion-button.turquoise, .header__mobile_sub__menu body .accordion-button.turquoise {
  color: #0DD1C5 !important;
}
body .link__style_unlink, body .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs a, .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs body a, body .solution__block_cards .card-footer .link a, .solution__block_cards .card-footer .link body a, body .desktop_menu_parent {
  text-decoration: none;
  color: inherit;
  width: 100%;
  position: relative;
}
body .link__style_unlink:hover, body .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs a:hover, .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs body a:hover, body .solution__block_cards .card-footer .link a:hover, .solution__block_cards .card-footer .link body a:hover, body .desktop_menu_parent:hover {
  color: inherit;
}
body .no_href_link {
  cursor: default;
}
body .no_active {
  cursor: default;
  pointer-events: none;
}
body button {
  border-radius: 16px;
  background-color: inherit;
  border: 1px solid #333333;
  cursor: pointer;
  white-space: nowrap;
}
body button.menu__item {
  padding: 0.5rem 1.875rem;
}
@media screen and (max-width: 991.5px) {
  body button.menu__item {
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 428px) {
  body button.menu__item {
    padding: 0.3rem 0.75rem;
  }
}
body .menu__item {
  color: #333333;
  margin-right: auto;
  cursor: pointer;
  white-space: nowrap;
}
body .button {
  padding: 0.875rem 1.875rem;
  min-width: 18rem;
  color: #FFFFFF;
  text-align: center;
  background: #FFFFFF;
  border-radius: 48px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
body .button.tags {
  text-decoration: none;
  border: 1px solid currentColor;
  width: fit-content;
  min-width: unset;
  padding: 0.25rem 1.875rem;
  z-index: 50;
}
body .button.tags_basic {
  color: #0DD1C5;
  background: rgba(13, 209, 197, 0.12);
}
body .button.tags_basic.active, body .button.tags_basic:hover {
  color: #FFFFFF;
  background: #0DD1C5;
  border: 1px solid #0DD1C5;
}
body .button.tags_turquoise {
  color: #0DD1C5;
  background: rgba(74, 202, 216, 0.1);
  border: 1px solid #0DD1C5;
}
body .button.tags_turquoise:hover {
  color: #FFFFFF;
  background: #0DD1C5;
}
body .button.tags_turquoise:disabled {
  color: #0DD1C5;
  background: rgba(74, 202, 216, 0.1);
  cursor: auto;
}
body .button.tags_add {
  color: #333333;
  border: 1px solid #C4C4C4;
  background: #F6FBFF;
}
body .button.tags_add:hover {
  background: rgba(255, 124, 6, 0.1);
}
body .button__laguna, body .button__book_now {
  color: #FFFFFF;
  background: linear-gradient(89deg, #2EDFF1 2.57%, #13BAEB 99.28%);
  box-shadow: var(--wr-box-shadow-button);
}
body .button__laguna:hover, body .button__book_now:hover {
  color: #FFFFFF;
  background: linear-gradient(89deg, #1FD3E6 2.57%, #11A6D2 99.28%);
}
body .button__laguna:disabled, body .button__book_now:disabled {
  background: linear-gradient(270deg, #ACB9BA 0%, #D1DDDD 108.89%);
}
@media screen and (max-width: 767.5px) {
  body .button__laguna, body .button__book_now {
    box-shadow: 0 3px 6px 0 rgba(29, 203, 192, 0.06), 0 5px 10px 0 rgba(29, 203, 192, 0.2);
  }
}
body .button[data-waverez-id] {
  font-size: 110%;
  padding: 0.675rem 1.875rem;
}
body .button[data-waverez-id] .icon-additional_data {
  color: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 575.5px) {
  body .button[data-waverez-id] .icon-additional_data {
    font-size: 100%;
    width: 1.375rem;
    height: 1.5rem;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 575.5px) {
  body .button[data-waverez-id] {
    font-size: 100%;
  }
}
body .button__additional {
  color: #FFFFFF;
  background: var(--wr-additional-colors--button-light);
  border: unset;
  box-shadow: var(--wr-box-shadow-button);
}
body .button__additional:hover {
  background: var(--wr-additional-colors--button-light-hover);
}
body .button__additional:disabled {
  background: linear-gradient(270deg, #ACB9BA 0%, #D1DDDD 108.89%);
}
@media screen and (max-width: 767.5px) {
  body .button__additional {
    box-shadow: 0 3px 6px 0 rgba(29, 203, 192, 0.06), 0 5px 10px 0 rgba(29, 203, 192, 0.2);
  }
}
body .button__white {
  color: #333333;
  background: #FFFFFF;
  box-shadow: 0 5px 7px 0 rgba(29, 203, 192, 0.06), 4px 8px 10px 0 rgba(29, 203, 192, 0.2);
}
body .button__white:hover {
  color: #FFFFFF;
  background: linear-gradient(89deg, #1FD3E6 2.57%, #11A6D2 99.28%);
}
body .button__white:disabled {
  background: linear-gradient(270deg, #ACB9BA 0%, #D1DDDD 108.89%);
}
body .button__transparent_laguna {
  background: transparent;
  color: #2EDFF1;
  border: 1px solid currentColor;
}
body .button__transparent_laguna:hover {
  background: linear-gradient(89deg, rgba(46, 223, 241, 0.08) 2.57%, rgba(19, 186, 235, 0.08) 99.28%);
}
body .button__transparent_laguna:disabled {
  color: #ACB9BA;
}
body .button__transparent_laguna a, body .button__transparent_laguna .wp-block-button__link {
  color: currentColor;
}
body .button__transparent_laguna__transparent_white {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid currentColor;
}
body .button__transparent_laguna__transparent_white:hover {
  color: #0DD1C5;
}
body .button__transparent_laguna__transparent_white:disabled {
  color: #DDDDDD;
}
body .button__orange {
  color: white !important;
  background: #FF7C06;
  border: 1px solid #FF7C06;
  box-shadow: 0 0.312rem 0.625rem 0 rgba(255, 124, 6, 0.5);
}
body .button__orange:hover {
  background: #F07200;
}
body .button__orange:disabled {
  border: 1px solid rgba(255, 124, 6, 0.5);
  background: rgba(255, 124, 6, 0.5);
  cursor: auto;
}
body .button__turquoise {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: linear-gradient(89deg, #2EDFF1 2.57%, #13BAEB 99.28%);
  box-shadow: 0 5px 7px 0 rgba(29, 203, 192, 0.06), 4px 8px 10px 0 rgba(29, 203, 192, 0.2);
}
body .button__turquoise:hover {
  color: #0DD1C5;
  background: #FFFFFF;
  border: 1px solid transparent;
}
body .button__transparent_orange {
  color: #FF7C06;
  border: 1px solid;
  background: transparent;
}
body .button__transparent_orange:hover {
  background: rgba(255, 124, 6, 0.1);
  border: 1px solid #FF7C06;
}
body .button__transparent_orange:disabled {
  background: transparent;
  cursor: auto;
}
body .button__transparent_turquoise {
  color: #0DD1C5;
  border: 1px solid currentColor;
  background: transparent;
}
body .button__transparent_turquoise:hover {
  color: #0DD1C5;
  background: rgba(46, 223, 241, 0.3);
  border: 1px solid #0DD1C5;
}
body .button__transparent_white {
  color: #FFFFFF;
  border: 1px solid currentColor;
  background: transparent;
}
body .button__transparent_white:hover {
  color: #0DD1C5;
}
body .button.control {
  position: absolute;
  top: 50%;
  min-width: 2.625rem;
  padding: unset;
  height: 2.5rem;
  border: unset;
  transform: translateY(-50%) !important;
}
body .button.control-prev {
  left: 0.375rem;
}
body .button.control-next {
  right: 0.375rem;
}
body .button.control .control-prev-icon, body .button.control .control-next-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
body .button.control .control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
body .button.control .control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .button.control:hover .control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
body .button.control:hover .control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .button.disabled {
  background: #ACB9BA;
  cursor: auto;
}
body ul.list, body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text body ul, body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text body ul {
  list-style: none;
  padding-left: 2rem;
}
@media screen and (max-width: 767.5px) {
  body ul.list, body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text body ul, body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text body ul {
    padding-left: 1.75rem;
  }
}
@media screen and (max-width: 575.5px) {
  body ul.list, body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text body ul, body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text body ul {
    padding-left: 1.25rem;
  }
}
body ul.list li.star::before, body .banner_media_right__style .main__block_text ul.list li::before, .banner_media_right__style .main__block_text body ul.list li::before, body .banner_media_slider_right__style .main__block_text ul.list li::before, .banner_media_slider_right__style .main__block_text body ul.list li::before, body .banner_media_right__style .main__block_text ul li.star::before, body .banner_media_right__style .main__block_text ul li::before, body .banner_media_right__style .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body ul li.star::before, .banner_media_right__style .main__block_text body ul li::before, .banner_media_right__style .banner_media_slider_right__style .main__block_text body ul li::before, .banner_media_slider_right__style .banner_media_right__style .main__block_text body ul li::before, body .banner_media_slider_right__style .main__block_text ul li.star::before, body .banner_media_slider_right__style .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style body .banner_media_slider_right__style .main__block_text ul li::before, body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body ul li.star::before, .banner_media_slider_right__style .banner_media_right__style .main__block_text body ul li::before, .banner_media_right__style .banner_media_slider_right__style .main__block_text body ul li::before, .banner_media_slider_right__style .main__block_text body ul li::before, body .banner_rental_details__style .main .card .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul.list li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul.list li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li::before, .banner_submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li::before, .banner_easy-submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li::before, .banner_submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .main__block_text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .main__block_text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_rental_details__style .main .card .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul.list li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul.list li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .card .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text body ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul li::before, .banner_submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul li::before, .banner_easy-submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .card .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul li::before, .banner_submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul li::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body .main__block_text ul li::before, .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body ul li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body .main__block_text ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before {
  content: "✧";
  position: absolute;
  color: var(--wp--style-list--color-marker);
  margin-left: -1.5rem;
}
@media screen and (max-width: 575.5px) {
  body ul.list li.star::before, body .banner_media_right__style .main__block_text ul.list li::before, .banner_media_right__style .main__block_text body ul.list li::before, body .banner_media_slider_right__style .main__block_text ul.list li::before, .banner_media_slider_right__style .main__block_text body ul.list li::before, body .banner_media_right__style .main__block_text ul li.star::before, body .banner_media_right__style .main__block_text ul li::before, body .banner_media_right__style .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body ul li.star::before, .banner_media_right__style .main__block_text body ul li::before, .banner_media_right__style .banner_media_slider_right__style .main__block_text body ul li::before, .banner_media_slider_right__style .banner_media_right__style .main__block_text body ul li::before, body .banner_media_slider_right__style .main__block_text ul li.star::before, body .banner_media_slider_right__style .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style body .banner_media_slider_right__style .main__block_text ul li::before, body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body ul li.star::before, .banner_media_slider_right__style .banner_media_right__style .main__block_text body ul li::before, .banner_media_right__style .banner_media_slider_right__style .main__block_text body ul li::before, .banner_media_slider_right__style .main__block_text body ul li::before, body .banner_rental_details__style .main .card .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul.list li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul.list li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li::before, .banner_submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li::before, .banner_easy-submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li::before, .banner_submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .main__block_text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .main__block_text ul li::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul.list li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul.list li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li::before, .banner_rental_details__style .main .card .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul.list li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul.list li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .card .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text body ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul li::before, .banner_submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul li::before, .banner_easy-submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .card .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text body ul li::before, .banner_submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text body ul li::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text body ul li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body .main__block_text ul li::before, .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text body ul li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text body ul li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text body .main__block_text ul li::before, .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text body .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul.list li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul li::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text body ul li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul.list li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_right__style .main__block_text ul li::before, .banner_media_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body .banner_media_slider_right__style .main__block_text ul li::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text body ul li::before {
    margin-left: -1rem;
  }
}
body li.star .list-item::before, body .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text ul body li .list-item::before, body .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text ul body li .list-item::before, body .banner_rental_details__style .main .card .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .list li .list-item::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .list li .list-item::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li .list-item::before, .banner_submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li .list-item::before, .banner_easy-submit__style .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_easy-submit__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .card .wp-block-columns .text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul li .list-item::before, .banner_submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul li .list-item::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul li .list-item::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul li .list-item::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul li .list-item::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .main__block_text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text ul li .list-item::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_slider_right__style body .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .list li .list-item::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li .list-item::before, body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text body .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul li .list-item::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .list li .list-item::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li .list-item::before, .banner_media_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style body .banner_rental_details__style .main .main .wp-block-columns .text ul li .list-item::before, .banner_rental_details__style .main .card .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .list body li .list-item::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .list body li .list-item::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul body li .list-item::before, .banner_submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul body li .list-item::before, .banner_easy-submit__style .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text ul body li .list-item::before, .banner_submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text ul body li .list-item::before, .banner_easy-submit__style .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text ul body li .list-item::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text ul body li .list-item::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text ul body li .list-item::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .main__block_text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text ul body li .list-item::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .list body li .list-item::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul body li .list-item::before, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text ul body li .list-item::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .list body li .list-item::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul body li .list-item::before, .banner_media_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul body li .list-item::before, .banner_media_slider_right__style .main__block_text .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text ul body li .list-item::before {
  content: "✧";
  color: #1397E1;
  margin-left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
body .preformatted__style, body .blog_post .content__body, .blog_post body .content__body {
  padding: 0;
}
body .preformatted__style .wp-block-preformatted, body .blog_post .content__body .wp-block-preformatted, .blog_post body .content__body .wp-block-preformatted {
  font-family: inherit;
  color: #6C6B6B;
  text-align: center;
  padding: 2rem 2.3rem;
  margin-bottom: 3rem;
  border-radius: 16px;
  border: 1px solid var(--wr-primary-colors--laguna);
}
@media screen and (max-width: 575.5px) {
  body .preformatted__style .wp-block-preformatted, body .blog_post .content__body .wp-block-preformatted, .blog_post body .content__body .wp-block-preformatted {
    padding: 1.5rem 1.5rem;
    margin-bottom: 2rem;
  }
}

.modal .modal-dialog {
  pointer-events: auto;
}

.mobile-none {
  display: inherit;
}
@media screen and (max-width: 575.5px) {
  .mobile-none {
    display: none;
  }
}

.icon {
  vertical-align: middle;
  /* one type */
  /* two type */
}
.icon-header_turquoise {
  width: 22px;
  height: 22px;
  color: var(--wr-primary-colors--laguna);
  margin-right: 0.25rem;
  vertical-align: text-top;
}
.icon-menu_base {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 2px;
  margin-right: 0.725rem;
  color: var(--wr-primary-colors--laguna);
  border-radius: 1rem;
  background-color: rgba(46, 223, 241, 0.1);
}
.icon-menu_base_add {
  background-color: #FF7C06;
}
.icon-base {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 124, 6, 0.1);
  border-radius: 1rem;
  margin-right: 1rem;
  color: #FF7C06;
  filter: drop-shadow(0.7px 0.7px 0.7px rgba(255, 124, 6, 0.5));
}
.icon-before_turquoise {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1rem;
  color: var(--wr-primary-colors--laguna);
}
.icon-ratting_star {
  color: #F0B632;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 428px) {
  .icon-ratting_star {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.icon-additional {
  width: 28px;
  height: 28px;
  background-color: #FFFFFF;
  border-radius: 1rem;
  color: #6C6B6B;
  flex: 1 0 auto;
}
.icon-additional_data {
  color: #C4C4C4;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 575.5px) {
  .icon-additional_data {
    width: 18px;
    height: 18px;
  }
}
.icon-additional_read {
  color: #C4C4C4;
  stroke: #C4C4C4;
  stroke-width: 0.3px;
  width: 18px;
  height: 18px;
  margin-right: 0.12rem;
}
.icon-footer_base {
  width: 21px;
  height: 21px;
  color: var(--wr-primary-colors--laguna);
}
.icon-footer_social {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  color: #C4C4C4;
  background: transparent;
  border: 1px solid currentColor;
}
@media screen and (max-width: 767.5px) {
  .icon-footer_social {
    transform: scale(0.9);
  }
}
.icon-footer_social:hover {
  color: #2EDFF1;
}
.icon-footer_social_blue {
  width: 50px;
  height: 50px;
  border-radius: 2rem;
  color: var(--wr-primary-colors--laguna);
  background: rgba(74, 202, 216, 0.1);
}
.icon:before {
  position: relative;
  vertical-align: inherit;
  padding-right: 0.5rem;
  margin-left: -0.25rem;
}
.icon-free:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3e%3cg filter='url(%23a)'%3e%3cpath fill='%23FF7C06' fill-rule='evenodd' d='M14.77 4.3c-.588-.011-1.29.201-2.999.74-.662.208-.929.294-1.17.412a3.75 3.75 0 0 0-1.323 1.077c-.163.212-.302.456-.64 1.062l-2.06 3.686c-.77 1.378-1.078 1.945-1.192 2.465a3.749 3.749 0 0 0 .926 3.36c.364.39.919.718 2.286 1.507 1.367.79 1.93 1.106 2.448 1.227 1.2.279 2.461-.05 3.373-.879.394-.358.73-.909 1.538-2.265l2.163-3.627c.355-.596.498-.838.6-1.085a3.75 3.75 0 0 0 .27-1.685c-.018-.267-.077-.541-.227-1.219-.388-1.748-.555-2.463-.86-2.966A3.75 3.75 0 0 0 14.77 4.3Zm-3.246-.546c1.519-.479 2.442-.77 3.271-.753a5.049 5.049 0 0 1 4.222 2.437c.429.71.638 1.655.982 3.21l.033.147.012.053c.135.608.218.982.244 1.356.054.775-.071 1.551-.366 2.27-.142.347-.338.675-.658 1.21l-2.19 3.674-.067.113c-.72 1.207-1.158 1.942-1.713 2.448a5.05 5.05 0 0 1-4.543 1.183c-.731-.17-1.472-.598-2.69-1.301l-.113-.066a88.912 88.912 0 0 0-.114-.066c-1.217-.702-1.958-1.13-2.471-1.678a5.049 5.049 0 0 1-1.247-4.526c.16-.734.577-1.48 1.263-2.707l.064-.115 2.06-3.687c.01-.015.018-.031.026-.047.305-.544.491-.878.72-1.175a5.049 5.049 0 0 1 1.783-1.451c.338-.165.702-.28 1.297-.467l.051-.016.144-.046Z' clip-rule='evenodd'/%3e%3c/g%3e%3cg filter='url(%23b)'%3e%3cpath fill='%23FF7C06' fill-rule='evenodd' d='M12.729 11.218a2.18 2.18 0 1 1 2.18-3.775 2.18 2.18 0 0 1-2.18 3.775Zm.65-1.126a.88.88 0 1 1 .88-1.523.88.88 0 0 1-.88 1.523Z' clip-rule='evenodd'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='a' width='18.9' height='20.833' x='2.9' y='2.4' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' result='hardAlpha' type='saturate' values='0'/%3e%3cfeOffset dx='.2' dy='.7'/%3e%3cfeGaussianBlur stdDeviation='.65'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.486275 0 0 0 0 0.0235294 0 0 0 0.6 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_851_27730'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_851_27730' result='shape'/%3e%3c/filter%3e%3cfilter id='b' width='6.96' height='6.96' x='10.539' y='6.55' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' result='hardAlpha' type='saturate' values='0'/%3e%3cfeOffset dx='.2' dy='.7'/%3e%3cfeGaussianBlur stdDeviation='.65'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.48627500000000001 0 0 0 0 0.023529399999999999 0 0 0 0.59999999999999998 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_851_27730'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_851_27730' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}
.icon-premium:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3e%3cg filter='url(%23a)'%3e%3cpath fill='%23FF7C06' fill-rule='evenodd' d='M9.864 5.381c1.004-1.841 3.648-1.841 4.653 0l.905 1.66c.194.355.538.605.936.68l1.858.348c2.062.386 2.879 2.9 1.438 4.425l-1.299 1.373a1.35 1.35 0 0 0-.357 1.101l.243 1.875c.27 2.08-1.87 3.634-3.764 2.735l-1.708-.81a1.35 1.35 0 0 0-1.158 0l-1.707.81c-1.895.9-4.034-.655-3.764-2.735l.243-1.874a1.35 1.35 0 0 0-.358-1.102l-1.298-1.373c-1.441-1.524-.624-4.04 1.438-4.425l1.857-.348a1.35 1.35 0 0 0 .937-.68l.905-1.66Zm3.511.623a1.35 1.35 0 0 0-2.37 0L10.1 7.663a2.65 2.65 0 0 1-1.838 1.336l-1.858.348a1.35 1.35 0 0 0-.733 2.254l1.299 1.373a2.65 2.65 0 0 1 .702 2.162L7.43 17.01a1.35 1.35 0 0 0 1.918 1.393l1.707-.81a2.65 2.65 0 0 1 2.273 0l1.707.81a1.35 1.35 0 0 0 1.918-1.393l-.244-1.874a2.65 2.65 0 0 1 .703-2.162l1.298-1.373a1.35 1.35 0 0 0-.732-2.254l-1.858-.348a2.65 2.65 0 0 1-1.839-1.336l-.904-1.66Z' clip-rule='evenodd'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='a' width='18.98' height='18.438' x='2.9' y='3.4' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' result='hardAlpha' type='saturate' values='0'/%3e%3cfeOffset dx='.2' dy='.7'/%3e%3cfeGaussianBlur stdDeviation='.65'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.486275 0 0 0 0 0.0235294 0 0 0 0.6 0'/%3e%3cfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_851_27740'/%3e%3cfeBlend in='SourceGraphic' in2='effect1_dropShadow_851_27740' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}
.icon-agencys-new {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 124, 6, 0.1);
  border-radius: 16px;
}
.icon-agencys-new:before {
  filter: drop-shadow(2px 3px 1px rgba(255, 124, 6, 0.5));
  width: 25px;
  height: 25px;
}
.icon-dollars-new {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 124, 6, 0.1);
  border-radius: 16px;
}
.icon-dollars-new:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xml:space='preserve' width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7c06' d='m 14.990181,1.8737726 a 13.116408,13.116408 0 1 0 0,26.2328154 13.116408,13.116408 0 1 0 0,-26.2328154 z M 0,14.990181 C 0,6.7924255 6.7924255,0 14.990181,0 c 8.197754,0 14.99018,6.7924255 14.99018,14.990181 0,8.197754 -6.792426,14.99018 -14.99018,14.99018 C 6.7924255,29.980361 0,23.187935 0,14.990181 Z M 14.990181,4.2159883 c 0.468443,0 0.936886,0.4684431 0.936886,0.9368862 v 0.4684432 c 1.405329,0.2342216 2.810659,0.9368863 3.747545,2.3422157 l 0.468443,0.9368863 c 0.234222,0.4684431 0,1.1711083 -0.468443,1.4053293 -0.468443,0.234222 -0.936886,0 -1.171108,-0.468443 L 18.035061,8.9004197 A 4.2159883,4.2159883 0 0 0 15.927067,7.4950903 v 6.7924257 l 0.468443,0.234221 c 4.215988,1.40533 4.684431,7.026647 0.936886,9.134642 l -1.405329,0.702664 v 0.468443 c 0,0.468444 -0.468443,0.936887 -0.936886,0.936887 -0.468444,0 -0.936887,-0.468443 -0.936887,-0.936887 V 24.359043 A 5.8321171,5.8321171 0 0 1 10.305749,21.782606 L 9.837306,20.84572 c -0.2342216,-0.468443 -0.2342216,-0.936887 0.234222,-1.171108 0.468443,-0.234222 1.171107,-0.234222 1.405329,0.234221 L 11.9453,20.84572 c 0.468443,0.936886 1.171108,1.405329 2.107994,1.639551 V 15.692845 L 13.35063,15.458624 C 9.3688628,13.819073 8.9004197,8.4319765 12.647965,6.3239824 13.116408,5.8555393 13.584851,5.8555393 14.053294,5.6213177 V 5.1528745 c 0,-0.4684431 0.468443,-0.9368862 0.936887,-0.9368862 z m -0.936887,3.5133235 h -0.468443 c -2.342216,1.4053294 -2.107994,4.9186532 0.468443,5.8555392 z m 1.873773,8.6661982 v 5.855539 c 0.234221,0 0.234221,0 0.468443,-0.234221 2.342216,-1.40533 2.107994,-4.684432 -0.468443,-5.621318 z'/%3e%3c/svg%3e ");
  filter: drop-shadow(2px 3px 1px rgba(255, 124, 6, 0.5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-exploitation-new {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 124, 6, 0.1);
  border-radius: 16px;
}
.icon-exploitation-new:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xml:space='preserve' width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7c06' d='M10.472 3.48c1.354-4.64 7.733-4.64 9.087 0 .386 1.353 1.74 2.127 3.286 1.74 4.447-1.16 7.734 4.446 4.447 7.926-.967.967-.967 2.707 0 3.674 3.287 3.48 0 8.893-4.447 7.926-1.546-.386-2.9.387-3.286 1.74-1.354 4.64-7.733 4.64-9.087 0-.386-1.353-1.74-2.126-3.286-1.74-4.447.967-7.734-4.446-4.447-7.926.967-.967.967-2.707 0-3.674-3.287-3.48 0-9.086 4.447-7.926 1.546.387 2.9-.387 3.286-1.74zm7.153.387c-.773-2.514-4.446-2.514-5.22 0C11.633 6.38 9.12 7.733 6.8 7.153c-2.707-.58-4.64 2.513-2.707 4.64 1.74 1.74 1.74 4.64 0 6.38-1.933 1.933 0 5.22 2.707 4.64 2.32-.773 4.833.773 5.607 3.093a2.693 2.693 0 0 0 5.22 0c.58-2.32 3.093-3.866 5.606-3.093 2.707.58 4.447-2.707 2.707-4.64-1.934-1.74-1.934-4.64 0-6.38 1.74-2.127 0-5.22-2.707-4.64-2.513.58-5.027-.773-5.607-3.286Zm-7.54 11.02c0-2.707 2.127-4.834 4.834-4.834 2.9 0 5.026 2.127 5.026 4.833 0 2.9-2.126 5.027-5.026 5.027-2.707 0-4.833-2.127-4.833-5.027zm4.834-2.9c-1.547 0-2.9 1.353-2.9 2.9 0 1.74 1.353 3.093 2.9 3.093 1.74 0 3.093-1.354 3.093-3.094 0-1.546-1.353-2.9-3.093-2.9z' style='stroke-width:19.333'/%3e%3c/svg%3e");
  filter: drop-shadow(2px 3px 1px rgba(255, 124, 6, 0.5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-lock-new {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 124, 6, 0.1);
  border-radius: 16px;
}
.icon-lock-new:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xml:space='preserve' width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff7c06' d='m 6.1637276,7.4886177 c 0,-4.894945 4.1220594,-8.7593758 9.0170064,-8.7593758 4.894945,0 8.759376,3.8644308 8.759376,8.7593758 v 0.7728862 c 2.576287,0.7728861 4.637317,3.0915451 5.667831,5.6678321 0.257629,1.288143 0.257629,2.833915 0.257629,5.410203 v 0.515257 c 0,2.576288 0,4.12206 -0.257629,5.667832 -1.030514,2.576287 -3.091544,4.637317 -5.667831,5.667832 -1.288144,0.257629 -3.091545,0.257629 -5.410204,0.257629 H 11.83156 c -2.5762878,0 -4.1220601,0 -5.4102036,-0.257629 A 8.8624278,8.8624278 0 0 1 0.75352454,25.522628 C 0.23826715,23.976856 0.23826715,22.431084 0.23826715,19.854796 v -0.515257 c 0,-2.576288 0,-4.12206 0.51525739,-5.410203 C 1.5264107,11.353049 3.5874405,9.03439 6.1637276,8.2615039 Z M 8.7400147,7.7462464 H 21.363823 V 7.4886177 a 6.3376664,6.3376664 0 0 0 -12.6238083,0 z m 3.3491743,2.5762866 c -2.3186589,0 -3.3491743,0 -4.3796891,0.257629 H 7.1942425 c -2.0610297,0.772887 -3.606802,2.06103 -4.1220595,4.12206 -0.2576287,0.772886 -0.2576287,2.061029 -0.2576287,4.894945 0,3.091545 0,4.12206 0.2576287,5.152575 0.5152575,1.803401 2.0610298,3.349173 4.1220595,3.864431 0.7728861,0.257628 2.0610297,0.257628 4.8949465,0.257628 h 5.925461 c 3.091544,0 4.122059,0 5.152573,-0.257628 1.803401,-0.515258 3.349174,-2.06103 3.864432,-3.864431 0.515257,-1.030515 0.515257,-2.06103 0.515257,-5.152575 0,-2.833916 0,-4.122059 -0.515257,-4.894945 -0.515258,-2.06103 -2.061031,-3.349173 -3.864432,-4.12206 h -0.772885 c -0.772887,-0.257629 -2.06103,-0.257629 -4.379688,-0.257629 z m -1.288144,6.183089 c 0,-2.318658 2.06103,-4.122059 4.379689,-4.122059 2.318658,0 4.122059,1.803401 4.122059,4.122059 0,2.06103 -1.288143,3.606803 -2.833916,4.12206 v 5.152574 c 0,0.515258 -0.772886,1.288145 -1.288143,1.288145 -0.772887,0 -1.288145,-0.772887 -1.288145,-1.288145 v -5.152574 a 4.1735852,4.1735852 0 0 1 -3.091544,-4.12206 z m 4.379689,-1.545772 c -1.030516,0 -1.803401,0.772887 -1.803401,1.545772 0,1.030516 0.772885,1.803402 1.803401,1.803402 1.030514,0 1.8034,-0.772886 1.8034,-1.803402 0,-0.772885 -0.772886,-1.545772 -1.8034,-1.545772 z'/%3e%3c/svg%3e");
  filter: drop-shadow(2px 3px 1px rgba(255, 124, 6, 0.5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header {
  position: absolute;
  width: inherit;
  background-color: var(--wr-background-base-menu);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 1500;
}
@media screen and (max-width: 428px) {
  .header {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.header.scrolled {
  position: fixed;
  background-color: var(--wr-background-base-menu);
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 0.75rem 2.5rem 0 var(--wr-background-base-menu-shadow);
}
.header__navigation {
  position: relative;
}
.header__desktop, .header__mobile {
  height: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 991.5px) {
  .header__desktop, .header__mobile {
    height: 3.125rem;
  }
}
.header__desktop_logo, .header__mobile_logo {
  align-items: center !important;
  display: flex;
}
.header__desktop_logo img, .header__mobile_logo img {
  max-width: 100%;
  max-height: 2.875rem;
}
@media screen and (max-width: 991.5px) {
  .header__desktop_logo img, .header__mobile_logo img {
    max-height: 2.5rem;
    max-width: 10rem;
  }
}
@media screen and (max-width: 428px) {
  .header__desktop_logo img, .header__mobile_logo img {
    max-height: 2.2rem;
    max-width: 7rem;
  }
}
.header__desktop .menu__item, .header__mobile .menu__item {
  color: var(--wr-font-typography-base-menu);
  width: fit-content;
  min-width: unset;
}
.header__desktop .menu__item .desktop_menu_parent, .header__mobile .menu__item .desktop_menu_parent {
  background: transparent;
  border-radius: 16px;
}
.header__desktop .menu__item .desktop_menu_parent a, .header__mobile .menu__item .desktop_menu_parent a {
  display: block;
  padding: 0.5rem 1.5rem;
}
.header__desktop .menu__item .desktop_menu_parent .is_sub_menu, .header__mobile .menu__item .desktop_menu_parent .is_sub_menu {
  color: var(--wr-typography-primary-colors-turquoise);
  position: absolute;
  right: -0.5rem;
  top: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  background: unset;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
@media screen and (max-width: 1399.5px) {
  .header__desktop .menu__item .desktop_menu_parent, .header__mobile .menu__item .desktop_menu_parent {
    padding: 0.5rem 1.5rem;
  }
}
.header__desktop .menu__item .desktop_menu_parent.active, .header__mobile .menu__item .desktop_menu_parent.active {
  background: var(--wr-background-base-menu-bg-hover);
}
.header__desktop .menu__item .desktop_menu_parent.active .is_sub_menu, .header__mobile .menu__item .desktop_menu_parent.active .is_sub_menu {
  transform: translateY(-50%) rotate(-180deg);
}
.header__desktop .menu__item.fix_button, .header__mobile .menu__item.fix_button {
  margin-right: unset;
}
.header__desktop .menu__item.fix_button .button, .header__mobile .menu__item.fix_button .button {
  padding: 0.375rem 2rem;
  min-width: 8rem;
}
@media screen and (max-width: 1199.5px) {
  .header__desktop .menu__item.fix_button .button, .header__mobile .menu__item.fix_button .button {
    padding: 0.25rem 1.5rem;
  }
}
@media screen and (max-width: 428px) {
  .header__desktop .menu__item.fix_button .button, .header__mobile .menu__item.fix_button .button {
    padding: 0.125rem 1rem;
  }
}
.header__desktop .navbar-toggler, .header__mobile .navbar-toggler {
  position: relative;
  height: 26px;
  width: 28px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 8px;
  background-color: var(--wr-background-base-menu-additional);
  box-shadow: var(--wr-box-shadow-default);
}
@media screen and (max-width: 767.5px) {
  .header__desktop .navbar-toggler, .header__mobile .navbar-toggler {
    box-shadow: var(--wr-box-shadow-default-mobile);
  }
}
.header__desktop .navbar-toggler .hamburger-lines, .header__mobile .navbar-toggler .hamburger-lines {
  position: absolute;
  left: 6px;
  top: 9px;
  height: 8px;
  transition: height 0.3s ease-in-out 0.3s;
  width: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__desktop .navbar-toggler .hamburger-lines .line, .header__mobile .navbar-toggler .hamburger-lines .line {
  display: block;
  height: 2px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background-color: var(--wr-font-typography-base-menu);
  transition: background-color 0.3s ease-in-out 0.5s;
}
.header__desktop .navbar-toggler .hamburger-lines .line_1, .header__mobile .navbar-toggler .hamburger-lines .line_1 {
  transform-origin: 0 0;
  transition: transform 0.5s ease-in-out 0.3s;
}
.header__desktop .navbar-toggler .hamburger-lines .line_2, .header__mobile .navbar-toggler .hamburger-lines .line_2 {
  width: 55%;
  transform-origin: 0 100%;
  transition: width 0.3s ease-in-out, transform 0.5s ease-in-out 0.3s;
}
.header__desktop .navbar-toggler.active .hamburger-lines, .header__mobile .navbar-toggler.active .hamburger-lines {
  height: 12px;
  left: 7px;
  transition: height 0.3s ease-in-out 0.3s, left 0.3s ease-in-out 0.3s;
}
.header__desktop .navbar-toggler.active .hamburger-lines .line, .header__mobile .navbar-toggler.active .hamburger-lines .line {
  left: 2px;
  background-color: #2EDFF1;
  transition: left 0.5s ease-in-out 0.3s;
}
.header__desktop .navbar-toggler.active .hamburger-lines .line_1, .header__mobile .navbar-toggler.active .hamburger-lines .line_1 {
  transform: rotate(45deg);
  transition: transform 0.5s ease-in-out 0.3s, left 0.3s ease-in-out 0.5s;
}
.header__desktop .navbar-toggler.active .hamburger-lines .line_2, .header__mobile .navbar-toggler.active .hamburger-lines .line_2 {
  width: 100%;
  transform: rotate(-45deg);
  transition: transform 0.5s ease-in-out 0.3s, left 0.3s ease-in-out 0.5s;
}

.default_page .body__header_background {
  background-size: 100% 25rem;
}
.default_page .body__main {
  margin-bottom: 3rem;
}
.default_page .body__main .card p, .default_page .body__main .banner_submit__style .main p, .banner_submit__style .default_page .body__main .main p, .default_page .body__main .banner_easy-submit__style .main p, .banner_easy-submit__style .default_page .body__main .main p, .default_page .body__main .banner_media_left__style .main p, .banner_media_left__style .default_page .body__main .main p, .default_page .body__main .banner_media_right__style .main p, .banner_media_right__style .default_page .body__main .main p, .default_page .body__main .banner_media_video__style .main p, .banner_media_video__style .default_page .body__main .main p, .default_page .body__main .banner_media_slider_right__style .main p, .banner_media_slider_right__style .default_page .body__main .main p, .default_page .body__main .banner_media_gallery__style .main p, .banner_media_gallery__style .default_page .body__main .main p, .default_page .body__main .card body .font-second, .default_page .body__main .card body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .card body .tripadvisor-banner, .default_page .body__main .card body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .card body .ti-widget-container, .default_page .body__main .card body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .card body *, .default_page .body__main .card body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .default_page .body__main .card body label, .default_page .body__main .card body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .default_page .body__main .card body label, .default_page .body__main .card body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block .default_page .body__main .card body input, .default_page .body__main .card body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block .default_page .body__main .card body textarea, .default_page .body__main .card body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block .default_page .body__main .card body input, .default_page .body__main .card body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block .default_page .body__main .card body textarea, .default_page .body__main .banner_submit__style .main body .font-second, .default_page .body__main .banner_submit__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_submit__style .main body .tripadvisor-banner, .default_page .body__main .banner_submit__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_submit__style .main body .ti-widget-container, .default_page .body__main .banner_submit__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_submit__style .main body *, .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .main body .font-second, .banner_submit__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_submit__style .default_page .body__main .main body .tripadvisor-banner, .banner_submit__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_submit__style .default_page .body__main .main body .ti-widget-container, .banner_submit__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_submit__style .default_page .body__main .main body *, .banner_submit__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_submit__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_easy-submit__style .main body .font-second, .default_page .body__main .banner_easy-submit__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_easy-submit__style .main body .tripadvisor-banner, .default_page .body__main .banner_easy-submit__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_easy-submit__style .main body .ti-widget-container, .default_page .body__main .banner_easy-submit__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_easy-submit__style .main body *, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .main body .font-second, .banner_easy-submit__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_easy-submit__style .default_page .body__main .main body .tripadvisor-banner, .banner_easy-submit__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_easy-submit__style .default_page .body__main .main body .ti-widget-container, .banner_easy-submit__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_easy-submit__style .default_page .body__main .main body *, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_easy-submit__style .default_page .body__main .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_media_left__style .main body .font-second, .default_page .body__main .banner_media_left__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_media_left__style .main body .tripadvisor-banner, .default_page .body__main .banner_media_left__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_media_left__style .main body .ti-widget-container, .default_page .body__main .banner_media_left__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_media_left__style .main body *, .default_page .body__main .banner_media_left__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_left__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block input, .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block body input, .default_page .body__main .banner_media_left__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block body textarea, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block input, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block body input, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_media_left__style .main form .wr_input_block body textarea, .banner_media_left__style .default_page .body__main .main body .font-second, .banner_media_left__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_left__style .default_page .body__main .main body .tripadvisor-banner, .banner_media_left__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_left__style .default_page .body__main .main body .ti-widget-container, .banner_media_left__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_left__style .default_page .body__main .main body *, .banner_media_left__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_left__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block input, .banner_media_left__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block body input, .banner_media_left__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_left__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block body textarea, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block input, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block body input, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_left__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_left__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_media_right__style .main body .font-second, .default_page .body__main .banner_media_right__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_media_right__style .main body .tripadvisor-banner, .default_page .body__main .banner_media_right__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_media_right__style .main body .ti-widget-container, .default_page .body__main .banner_media_right__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_media_right__style .main body *, .default_page .body__main .banner_media_right__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_right__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block input, .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block body input, .default_page .body__main .banner_media_right__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block body textarea, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block input, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block body input, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_media_right__style .main form .wr_input_block body textarea, .banner_media_right__style .default_page .body__main .main body .font-second, .banner_media_right__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_right__style .default_page .body__main .main body .tripadvisor-banner, .banner_media_right__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_right__style .default_page .body__main .main body .ti-widget-container, .banner_media_right__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_right__style .default_page .body__main .main body *, .banner_media_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block input, .banner_media_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block body input, .banner_media_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block body textarea, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block input, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block body input, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_right__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_media_video__style .main body .font-second, .default_page .body__main .banner_media_video__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_media_video__style .main body .tripadvisor-banner, .default_page .body__main .banner_media_video__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_media_video__style .main body .ti-widget-container, .default_page .body__main .banner_media_video__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_media_video__style .main body *, .default_page .body__main .banner_media_video__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_video__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block input, .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block body input, .default_page .body__main .banner_media_video__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block body textarea, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block input, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block body input, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_media_video__style .main form .wr_input_block body textarea, .banner_media_video__style .default_page .body__main .main body .font-second, .banner_media_video__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_video__style .default_page .body__main .main body .tripadvisor-banner, .banner_media_video__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_video__style .default_page .body__main .main body .ti-widget-container, .banner_media_video__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_video__style .default_page .body__main .main body *, .banner_media_video__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_video__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block input, .banner_media_video__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block body input, .banner_media_video__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_video__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block body textarea, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block input, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block body input, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_video__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_video__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_media_slider_right__style .main body .font-second, .default_page .body__main .banner_media_slider_right__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_media_slider_right__style .main body .tripadvisor-banner, .default_page .body__main .banner_media_slider_right__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_media_slider_right__style .main body .ti-widget-container, .default_page .body__main .banner_media_slider_right__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_media_slider_right__style .main body *, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block input, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block body input, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block body textarea, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block input, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block body input, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block body textarea, .banner_media_slider_right__style .default_page .body__main .main body .font-second, .banner_media_slider_right__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_slider_right__style .default_page .body__main .main body .tripadvisor-banner, .banner_media_slider_right__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_slider_right__style .default_page .body__main .main body .ti-widget-container, .banner_media_slider_right__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_slider_right__style .default_page .body__main .main body *, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block input, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block body input, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_slider_right__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block body textarea, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block input, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block body input, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_slider_right__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_slider_right__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .banner_media_gallery__style .main body .font-second, .default_page .body__main .banner_media_gallery__style .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .default_page .body__main .banner_media_gallery__style .main body .tripadvisor-banner, .default_page .body__main .banner_media_gallery__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .default_page .body__main .banner_media_gallery__style .main body .ti-widget-container, .default_page .body__main .banner_media_gallery__style .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .default_page .body__main .banner_media_gallery__style .main body *, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block:has(input[type=checkbox]) label, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) body label, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block input, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block body input, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block body textarea, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block input, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block body input, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main body form .wr_input_block textarea, .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .default_page .body__main .banner_media_gallery__style .main form .wr_input_block body textarea, .banner_media_gallery__style .default_page .body__main .main body .font-second, .banner_media_gallery__style .default_page .body__main .main body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_gallery__style .default_page .body__main .main body .tripadvisor-banner, .banner_media_gallery__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_gallery__style .default_page .body__main .main body .ti-widget-container, .banner_media_gallery__style .default_page .body__main .main body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_gallery__style .default_page .body__main .main body *, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main body form .wr_input_block input, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block input, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block body input, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main body form .wr_input_block textarea, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_gallery__style .default_page .body__main .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block body textarea, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block input, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block input, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block body input, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main body form .wr_input_block textarea, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main body form .wr_input_block textarea, .banner_media_gallery__style .default_page .body__main .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_gallery__style .default_page .body__main .main form .wr_input_block body textarea, .default_page .body__main .card body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_submit__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_submit__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_easy-submit__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_easy-submit__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_left__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_left__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_right__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_right__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_video__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_video__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_slider_right__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_slider_right__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_gallery__style .main body .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_gallery__style .default_page .body__main .main body .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .card body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_submit__style .main body .sub__menu_item_elements, .banner_submit__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_easy-submit__style .main body .sub__menu_item_elements, .banner_easy-submit__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_media_left__style .main body .sub__menu_item_elements, .banner_media_left__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_media_right__style .main body .sub__menu_item_elements, .banner_media_right__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_media_video__style .main body .sub__menu_item_elements, .banner_media_video__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_media_slider_right__style .main body .sub__menu_item_elements, .banner_media_slider_right__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__desktop_sub__menu .default_page .body__main .banner_media_gallery__style .main body .sub__menu_item_elements, .banner_media_gallery__style .header__desktop_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .default_page .body__main .card body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_submit__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_submit__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_easy-submit__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_easy-submit__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_left__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_left__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_right__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_right__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_video__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_video__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_slider_right__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_slider_right__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .default_page .body__main .banner_media_gallery__style .main body .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_gallery__style .default_page .body__main .main body .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .card body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_submit__style .main body .sub__menu_item_elements, .banner_submit__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_easy-submit__style .main body .sub__menu_item_elements, .banner_easy-submit__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_media_left__style .main body .sub__menu_item_elements, .banner_media_left__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_media_right__style .main body .sub__menu_item_elements, .banner_media_right__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_media_video__style .main body .sub__menu_item_elements, .banner_media_video__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_media_slider_right__style .main body .sub__menu_item_elements, .banner_media_slider_right__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, .header__mobile_sub__menu .default_page .body__main .banner_media_gallery__style .main body .sub__menu_item_elements, .banner_media_gallery__style .header__mobile_sub__menu .default_page .body__main .main body .sub__menu_item_elements, body .default_page .body__main .card .font-second, body .default_page .body__main .card .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .card .tripadvisor-banner, body .default_page .body__main .card .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .card .ti-widget-container, body .default_page .body__main .card .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .card *, body .default_page .body__main .card .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .default_page .body__main .card label, body .default_page .body__main .card .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .default_page .body__main .card label, body .default_page .body__main .card .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body .default_page .body__main .card input, body .default_page .body__main .card .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body .default_page .body__main .card textarea, body .default_page .body__main .card .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body .default_page .body__main .card input, body .default_page .body__main .card .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body .default_page .body__main .card textarea, body .default_page .body__main .banner_submit__style .main .font-second, body .default_page .body__main .banner_submit__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_submit__style .main .tripadvisor-banner, body .default_page .body__main .banner_submit__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_submit__style .main .ti-widget-container, body .default_page .body__main .banner_submit__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_submit__style .main *, body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_submit__style .main form .wr_input_block input, body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, body .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, body .default_page .body__main .banner_submit__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .main .font-second, .banner_submit__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_submit__style body .default_page .body__main .main .tripadvisor-banner, .banner_submit__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_submit__style body .default_page .body__main .main .ti-widget-container, .banner_submit__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_submit__style body .default_page .body__main .main *, .banner_submit__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_submit__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_submit__style body .default_page .body__main .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_submit__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_easy-submit__style .main .font-second, body .default_page .body__main .banner_easy-submit__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_easy-submit__style .main .tripadvisor-banner, body .default_page .body__main .banner_easy-submit__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_easy-submit__style .main .ti-widget-container, body .default_page .body__main .banner_easy-submit__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_easy-submit__style .main *, body .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, body .default_page .body__main .banner_easy-submit__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .main .font-second, .banner_easy-submit__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_easy-submit__style body .default_page .body__main .main .tripadvisor-banner, .banner_easy-submit__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_easy-submit__style body .default_page .body__main .main .ti-widget-container, .banner_easy-submit__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_easy-submit__style body .default_page .body__main .main *, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_media_left__style .main .font-second, body .default_page .body__main .banner_media_left__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_media_left__style .main .tripadvisor-banner, body .default_page .body__main .banner_media_left__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_media_left__style .main .ti-widget-container, body .default_page .body__main .banner_media_left__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_media_left__style .main *, body .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block input, body .default_page .body__main .banner_media_left__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block textarea, body .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block input, body .default_page .body__main .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_media_left__style .main form .wr_input_block textarea, .banner_media_left__style body .default_page .body__main .main .font-second, .banner_media_left__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_left__style body .default_page .body__main .main .tripadvisor-banner, .banner_media_left__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_left__style body .default_page .body__main .main .ti-widget-container, .banner_media_left__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_left__style body .default_page .body__main .main *, .banner_media_left__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block input, .banner_media_left__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block textarea, .banner_media_left__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block input, .banner_media_left__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_media_left__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_media_right__style .main .font-second, body .default_page .body__main .banner_media_right__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_media_right__style .main .tripadvisor-banner, body .default_page .body__main .banner_media_right__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_media_right__style .main .ti-widget-container, body .default_page .body__main .banner_media_right__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_media_right__style .main *, body .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block input, body .default_page .body__main .banner_media_right__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block textarea, body .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block input, body .default_page .body__main .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_media_right__style .main form .wr_input_block textarea, .banner_media_right__style body .default_page .body__main .main .font-second, .banner_media_right__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_right__style body .default_page .body__main .main .tripadvisor-banner, .banner_media_right__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_right__style body .default_page .body__main .main .ti-widget-container, .banner_media_right__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_right__style body .default_page .body__main .main *, .banner_media_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block input, .banner_media_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block textarea, .banner_media_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block input, .banner_media_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_media_right__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_media_video__style .main .font-second, body .default_page .body__main .banner_media_video__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_media_video__style .main .tripadvisor-banner, body .default_page .body__main .banner_media_video__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_media_video__style .main .ti-widget-container, body .default_page .body__main .banner_media_video__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_media_video__style .main *, body .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block input, body .default_page .body__main .banner_media_video__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block textarea, body .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block input, body .default_page .body__main .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_media_video__style .main form .wr_input_block textarea, .banner_media_video__style body .default_page .body__main .main .font-second, .banner_media_video__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_video__style body .default_page .body__main .main .tripadvisor-banner, .banner_media_video__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_video__style body .default_page .body__main .main .ti-widget-container, .banner_media_video__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_video__style body .default_page .body__main .main *, .banner_media_video__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block input, .banner_media_video__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block textarea, .banner_media_video__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block input, .banner_media_video__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_media_video__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_media_slider_right__style .main .font-second, body .default_page .body__main .banner_media_slider_right__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_media_slider_right__style .main .tripadvisor-banner, body .default_page .body__main .banner_media_slider_right__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_media_slider_right__style .main .ti-widget-container, body .default_page .body__main .banner_media_slider_right__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_media_slider_right__style .main *, body .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block input, body .default_page .body__main .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block textarea, body .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block input, body .default_page .body__main .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_media_slider_right__style .main form .wr_input_block textarea, .banner_media_slider_right__style body .default_page .body__main .main .font-second, .banner_media_slider_right__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_slider_right__style body .default_page .body__main .main .tripadvisor-banner, .banner_media_slider_right__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_slider_right__style body .default_page .body__main .main .ti-widget-container, .banner_media_slider_right__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_slider_right__style body .default_page .body__main .main *, .banner_media_slider_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block input, .banner_media_slider_right__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block textarea, .banner_media_slider_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block input, .banner_media_slider_right__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_media_slider_right__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .banner_media_gallery__style .main .font-second, body .default_page .body__main .banner_media_gallery__style .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .default_page .body__main .banner_media_gallery__style .main .tripadvisor-banner, body .default_page .body__main .banner_media_gallery__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .default_page .body__main .banner_media_gallery__style .main .ti-widget-container, body .default_page .body__main .banner_media_gallery__style .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .default_page .body__main .banner_media_gallery__style .main *, body .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) label, body .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block input, .banner_submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block input, body .default_page .body__main .banner_media_gallery__style .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block textarea, body .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block input, body .default_page .body__main .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style body .default_page .body__main .banner_media_gallery__style .main form .wr_input_block textarea, .banner_media_gallery__style body .default_page .body__main .main .font-second, .banner_media_gallery__style body .default_page .body__main .main .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_gallery__style body .default_page .body__main .main .tripadvisor-banner, .banner_media_gallery__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_gallery__style body .default_page .body__main .main .ti-widget-container, .banner_media_gallery__style body .default_page .body__main .main .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_gallery__style body .default_page .body__main .main *, .banner_media_gallery__style body .default_page .body__main .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style body .default_page .body__main .banner_submit__style .main form .wr_input_block input, .banner_submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block input, .banner_media_gallery__style body .default_page .body__main .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block textarea, .banner_media_gallery__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block input, .banner_media_gallery__style body .default_page .body__main .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .banner_media_gallery__style body .default_page .body__main .main form .wr_input_block textarea, body .default_page .body__main .card .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_submit__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_submit__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_easy-submit__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_easy-submit__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_left__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_left__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_right__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_right__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_video__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_video__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_slider_right__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_slider_right__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_gallery__style .main .header__desktop_sub__menu .sub__menu_item_elements, .banner_media_gallery__style body .default_page .body__main .main .header__desktop_sub__menu .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .card .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_submit__style .main .sub__menu_item_elements, .banner_submit__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_easy-submit__style .main .sub__menu_item_elements, .banner_easy-submit__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_media_left__style .main .sub__menu_item_elements, .banner_media_left__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_media_right__style .main .sub__menu_item_elements, .banner_media_right__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_media_video__style .main .sub__menu_item_elements, .banner_media_video__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_media_slider_right__style .main .sub__menu_item_elements, .banner_media_slider_right__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__desktop_sub__menu body .default_page .body__main .banner_media_gallery__style .main .sub__menu_item_elements, .banner_media_gallery__style .header__desktop_sub__menu body .default_page .body__main .main .sub__menu_item_elements, body .default_page .body__main .card .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_submit__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_submit__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_easy-submit__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_easy-submit__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_left__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_left__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_right__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_right__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_video__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_video__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_slider_right__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_slider_right__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, body .default_page .body__main .banner_media_gallery__style .main .header__mobile_sub__menu .sub__menu_item_elements, .banner_media_gallery__style body .default_page .body__main .main .header__mobile_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .card .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_submit__style .main .sub__menu_item_elements, .banner_submit__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_easy-submit__style .main .sub__menu_item_elements, .banner_easy-submit__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_media_left__style .main .sub__menu_item_elements, .banner_media_left__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_media_right__style .main .sub__menu_item_elements, .banner_media_right__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_media_video__style .main .sub__menu_item_elements, .banner_media_video__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_media_slider_right__style .main .sub__menu_item_elements, .banner_media_slider_right__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .header__mobile_sub__menu body .default_page .body__main .banner_media_gallery__style .main .sub__menu_item_elements, .banner_media_gallery__style .header__mobile_sub__menu body .default_page .body__main .main .sub__menu_item_elements, .default_page .body__main .card body .font-third, .default_page .body__main .banner_submit__style .main body .font-third, .banner_submit__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_easy-submit__style .main body .font-third, .banner_easy-submit__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_media_left__style .main body .font-third, .banner_media_left__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_media_right__style .main body .font-third, .banner_media_right__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_media_video__style .main body .font-third, .banner_media_video__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_media_slider_right__style .main body .font-third, .banner_media_slider_right__style .default_page .body__main .main body .font-third, .default_page .body__main .banner_media_gallery__style .main body .font-third, .banner_media_gallery__style .default_page .body__main .main body .font-third, body .default_page .body__main .card .font-third, body .default_page .body__main .banner_submit__style .main .font-third, .banner_submit__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_easy-submit__style .main .font-third, .banner_easy-submit__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_media_left__style .main .font-third, .banner_media_left__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_media_right__style .main .font-third, .banner_media_right__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_media_video__style .main .font-third, .banner_media_video__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_media_slider_right__style .main .font-third, .banner_media_slider_right__style body .default_page .body__main .main .font-third, body .default_page .body__main .banner_media_gallery__style .main .font-third, .banner_media_gallery__style body .default_page .body__main .main .font-third, .default_page .body__main .card body .font-fourth, .default_page .body__main .banner_submit__style .main body .font-fourth, .banner_submit__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_easy-submit__style .main body .font-fourth, .banner_easy-submit__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_media_left__style .main body .font-fourth, .banner_media_left__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_media_right__style .main body .font-fourth, .banner_media_right__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_media_video__style .main body .font-fourth, .banner_media_video__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_media_slider_right__style .main body .font-fourth, .banner_media_slider_right__style .default_page .body__main .main body .font-fourth, .default_page .body__main .banner_media_gallery__style .main body .font-fourth, .banner_media_gallery__style .default_page .body__main .main body .font-fourth, body .default_page .body__main .card .font-fourth, body .default_page .body__main .banner_submit__style .main .font-fourth, .banner_submit__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_easy-submit__style .main .font-fourth, .banner_easy-submit__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_media_left__style .main .font-fourth, .banner_media_left__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_media_right__style .main .font-fourth, .banner_media_right__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_media_video__style .main .font-fourth, .banner_media_video__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_media_slider_right__style .main .font-fourth, .banner_media_slider_right__style body .default_page .body__main .main .font-fourth, body .default_page .body__main .banner_media_gallery__style .main .font-fourth, .banner_media_gallery__style body .default_page .body__main .main .font-fourth, .default_page .body__main .card body .button.tags, .default_page .body__main .banner_submit__style .main body .button.tags, .banner_submit__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_easy-submit__style .main body .button.tags, .banner_easy-submit__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_media_left__style .main body .button.tags, .banner_media_left__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_media_right__style .main body .button.tags, .banner_media_right__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_media_video__style .main body .button.tags, .banner_media_video__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_media_slider_right__style .main body .button.tags, .banner_media_slider_right__style .default_page .body__main .main body .button.tags, .default_page .body__main .banner_media_gallery__style .main body .button.tags, .banner_media_gallery__style .default_page .body__main .main body .button.tags, body .default_page .body__main .card .button.tags, body .default_page .body__main .banner_submit__style .main .button.tags, .banner_submit__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_easy-submit__style .main .button.tags, .banner_easy-submit__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_media_left__style .main .button.tags, .banner_media_left__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_media_right__style .main .button.tags, .banner_media_right__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_media_video__style .main .button.tags, .banner_media_video__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_media_slider_right__style .main .button.tags, .banner_media_slider_right__style body .default_page .body__main .main .button.tags, body .default_page .body__main .banner_media_gallery__style .main .button.tags, .banner_media_gallery__style body .default_page .body__main .main .button.tags, .default_page .body__main .card body .header__desktop .menu__item, .default_page .body__main .banner_submit__style .main body .header__desktop .menu__item, .banner_submit__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_easy-submit__style .main body .header__desktop .menu__item, .banner_easy-submit__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_media_left__style .main body .header__desktop .menu__item, .banner_media_left__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_media_right__style .main body .header__desktop .menu__item, .banner_media_right__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_media_video__style .main body .header__desktop .menu__item, .banner_media_video__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_media_slider_right__style .main body .header__desktop .menu__item, .banner_media_slider_right__style .default_page .body__main .main body .header__desktop .menu__item, .default_page .body__main .banner_media_gallery__style .main body .header__desktop .menu__item, .banner_media_gallery__style .default_page .body__main .main body .header__desktop .menu__item, body .header__desktop .default_page .body__main .card .menu__item, body .header__desktop .default_page .body__main .banner_submit__style .main .menu__item, .banner_submit__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_easy-submit__style .main .menu__item, .banner_easy-submit__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_media_left__style .main .menu__item, .banner_media_left__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_media_right__style .main .menu__item, .banner_media_right__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_media_video__style .main .menu__item, .banner_media_video__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_media_slider_right__style .main .menu__item, .banner_media_slider_right__style body .header__desktop .default_page .body__main .main .menu__item, body .header__desktop .default_page .body__main .banner_media_gallery__style .main .menu__item, .banner_media_gallery__style body .header__desktop .default_page .body__main .main .menu__item, .default_page .body__main .card .header__desktop body .menu__item, .default_page .body__main .banner_submit__style .main .header__desktop body .menu__item, .banner_submit__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_easy-submit__style .main .header__desktop body .menu__item, .banner_easy-submit__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_media_left__style .main .header__desktop body .menu__item, .banner_media_left__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_media_right__style .main .header__desktop body .menu__item, .banner_media_right__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_media_video__style .main .header__desktop body .menu__item, .banner_media_video__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_media_slider_right__style .main .header__desktop body .menu__item, .banner_media_slider_right__style .default_page .body__main .main .header__desktop body .menu__item, .default_page .body__main .banner_media_gallery__style .main .header__desktop body .menu__item, .banner_media_gallery__style .default_page .body__main .main .header__desktop body .menu__item, .header__desktop body .default_page .body__main .card .menu__item, .header__desktop body .default_page .body__main .banner_submit__style .main .menu__item, .banner_submit__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_easy-submit__style .main .menu__item, .banner_easy-submit__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_media_left__style .main .menu__item, .banner_media_left__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_media_right__style .main .menu__item, .banner_media_right__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_media_video__style .main .menu__item, .banner_media_video__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_media_slider_right__style .main .menu__item, .banner_media_slider_right__style .header__desktop body .default_page .body__main .main .menu__item, .header__desktop body .default_page .body__main .banner_media_gallery__style .main .menu__item, .banner_media_gallery__style .header__desktop body .default_page .body__main .main .menu__item, .default_page .body__main .card body .header__mobile .menu__item, .default_page .body__main .banner_submit__style .main body .header__mobile .menu__item, .banner_submit__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_easy-submit__style .main body .header__mobile .menu__item, .banner_easy-submit__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_media_left__style .main body .header__mobile .menu__item, .banner_media_left__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_media_right__style .main body .header__mobile .menu__item, .banner_media_right__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_media_video__style .main body .header__mobile .menu__item, .banner_media_video__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_media_slider_right__style .main body .header__mobile .menu__item, .banner_media_slider_right__style .default_page .body__main .main body .header__mobile .menu__item, .default_page .body__main .banner_media_gallery__style .main body .header__mobile .menu__item, .banner_media_gallery__style .default_page .body__main .main body .header__mobile .menu__item, body .header__mobile .default_page .body__main .card .menu__item, body .header__mobile .default_page .body__main .banner_submit__style .main .menu__item, .banner_submit__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_easy-submit__style .main .menu__item, .banner_easy-submit__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_media_left__style .main .menu__item, .banner_media_left__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_media_right__style .main .menu__item, .banner_media_right__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_media_video__style .main .menu__item, .banner_media_video__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_media_slider_right__style .main .menu__item, .banner_media_slider_right__style body .header__mobile .default_page .body__main .main .menu__item, body .header__mobile .default_page .body__main .banner_media_gallery__style .main .menu__item, .banner_media_gallery__style body .header__mobile .default_page .body__main .main .menu__item, .default_page .body__main .card .header__mobile body .menu__item, .default_page .body__main .banner_submit__style .main .header__mobile body .menu__item, .banner_submit__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_easy-submit__style .main .header__mobile body .menu__item, .banner_easy-submit__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_media_left__style .main .header__mobile body .menu__item, .banner_media_left__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_media_right__style .main .header__mobile body .menu__item, .banner_media_right__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_media_video__style .main .header__mobile body .menu__item, .banner_media_video__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_media_slider_right__style .main .header__mobile body .menu__item, .banner_media_slider_right__style .default_page .body__main .main .header__mobile body .menu__item, .default_page .body__main .banner_media_gallery__style .main .header__mobile body .menu__item, .banner_media_gallery__style .default_page .body__main .main .header__mobile body .menu__item, .header__mobile body .default_page .body__main .card .menu__item, .header__mobile body .default_page .body__main .banner_submit__style .main .menu__item, .banner_submit__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_easy-submit__style .main .menu__item, .banner_easy-submit__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_media_left__style .main .menu__item, .banner_media_left__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_media_right__style .main .menu__item, .banner_media_right__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_media_video__style .main .menu__item, .banner_media_video__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_media_slider_right__style .main .menu__item, .banner_media_slider_right__style .header__mobile body .default_page .body__main .main .menu__item, .header__mobile body .default_page .body__main .banner_media_gallery__style .main .menu__item, .banner_media_gallery__style .header__mobile body .default_page .body__main .main .menu__item, .default_page .body__main .card body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_submit__style .main body .header__desktop .menu__item.fix_button .button, .banner_submit__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_easy-submit__style .main body .header__desktop .menu__item.fix_button .button, .banner_easy-submit__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_media_left__style .main body .header__desktop .menu__item.fix_button .button, .banner_media_left__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_media_right__style .main body .header__desktop .menu__item.fix_button .button, .banner_media_right__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_media_video__style .main body .header__desktop .menu__item.fix_button .button, .banner_media_video__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_media_slider_right__style .main body .header__desktop .menu__item.fix_button .button, .banner_media_slider_right__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, .default_page .body__main .banner_media_gallery__style .main body .header__desktop .menu__item.fix_button .button, .banner_media_gallery__style .default_page .body__main .main body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .default_page .body__main .card .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_submit__style .main .button, .banner_submit__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_easy-submit__style .main .button, .banner_easy-submit__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_media_left__style .main .button, .banner_media_left__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_media_right__style .main .button, .banner_media_right__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_media_video__style .main .button, .banner_media_video__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_media_slider_right__style .main .button, .banner_media_slider_right__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, body .header__desktop .menu__item.fix_button .default_page .body__main .banner_media_gallery__style .main .button, .banner_media_gallery__style body .header__desktop .menu__item.fix_button .default_page .body__main .main .button, .default_page .body__main .card .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_submit__style .main .header__desktop .menu__item.fix_button body .button, .banner_submit__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_easy-submit__style .main .header__desktop .menu__item.fix_button body .button, .banner_easy-submit__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_media_left__style .main .header__desktop .menu__item.fix_button body .button, .banner_media_left__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_media_right__style .main .header__desktop .menu__item.fix_button body .button, .banner_media_right__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_media_video__style .main .header__desktop .menu__item.fix_button body .button, .banner_media_video__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_media_slider_right__style .main .header__desktop .menu__item.fix_button body .button, .banner_media_slider_right__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .default_page .body__main .banner_media_gallery__style .main .header__desktop .menu__item.fix_button body .button, .banner_media_gallery__style .default_page .body__main .main .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .default_page .body__main .card .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_submit__style .main .button, .banner_submit__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_easy-submit__style .main .button, .banner_easy-submit__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_media_left__style .main .button, .banner_media_left__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_media_right__style .main .button, .banner_media_right__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_media_video__style .main .button, .banner_media_video__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_media_slider_right__style .main .button, .banner_media_slider_right__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .header__desktop .menu__item.fix_button body .default_page .body__main .banner_media_gallery__style .main .button, .banner_media_gallery__style .header__desktop .menu__item.fix_button body .default_page .body__main .main .button, .default_page .body__main .card body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_submit__style .main body .header__mobile .menu__item.fix_button .button, .banner_submit__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_easy-submit__style .main body .header__mobile .menu__item.fix_button .button, .banner_easy-submit__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_media_left__style .main body .header__mobile .menu__item.fix_button .button, .banner_media_left__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_media_right__style .main body .header__mobile .menu__item.fix_button .button, .banner_media_right__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_media_video__style .main body .header__mobile .menu__item.fix_button .button, .banner_media_video__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_media_slider_right__style .main body .header__mobile .menu__item.fix_button .button, .banner_media_slider_right__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, .default_page .body__main .banner_media_gallery__style .main body .header__mobile .menu__item.fix_button .button, .banner_media_gallery__style .default_page .body__main .main body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .default_page .body__main .card .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_submit__style .main .button, .banner_submit__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_easy-submit__style .main .button, .banner_easy-submit__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_media_left__style .main .button, .banner_media_left__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_media_right__style .main .button, .banner_media_right__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_media_video__style .main .button, .banner_media_video__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_media_slider_right__style .main .button, .banner_media_slider_right__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, body .header__mobile .menu__item.fix_button .default_page .body__main .banner_media_gallery__style .main .button, .banner_media_gallery__style body .header__mobile .menu__item.fix_button .default_page .body__main .main .button, .default_page .body__main .card .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_submit__style .main .header__mobile .menu__item.fix_button body .button, .banner_submit__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_easy-submit__style .main .header__mobile .menu__item.fix_button body .button, .banner_easy-submit__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_media_left__style .main .header__mobile .menu__item.fix_button body .button, .banner_media_left__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_media_right__style .main .header__mobile .menu__item.fix_button body .button, .banner_media_right__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_media_video__style .main .header__mobile .menu__item.fix_button body .button, .banner_media_video__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_media_slider_right__style .main .header__mobile .menu__item.fix_button body .button, .banner_media_slider_right__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .default_page .body__main .banner_media_gallery__style .main .header__mobile .menu__item.fix_button body .button, .banner_media_gallery__style .default_page .body__main .main .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .default_page .body__main .card .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_submit__style .main .button, .banner_submit__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_easy-submit__style .main .button, .banner_easy-submit__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_media_left__style .main .button, .banner_media_left__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_media_right__style .main .button, .banner_media_right__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_media_video__style .main .button, .banner_media_video__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_media_slider_right__style .main .button, .banner_media_slider_right__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button, .header__mobile .menu__item.fix_button body .default_page .body__main .banner_media_gallery__style .main .button, .banner_media_gallery__style .header__mobile .menu__item.fix_button body .default_page .body__main .main .button {
  line-height: 1.6;
}

@media screen and (max-width: 767.5px) {
  body.menu_static .header {
    border-radius: 0;
  }
}

.header__desktop_sub__menu .sub__menu_item, .header__mobile_sub__menu .sub__menu_item {
  position: absolute;
  top: 12px;
  max-height: 30rem;
  padding: 16px 0;
  border-radius: 16px;
  background: var(--wr-background-base-menu);
  box-shadow: 0 0.75rem 2.5rem 0 var(--wr-background-base-menu-shadow);
  overflow-y: auto;
}
.header__desktop_sub__menu .sub__menu_item::-webkit-scrollbar, .header__mobile_sub__menu .sub__menu_item::-webkit-scrollbar {
  width: 3px;
}
.header__desktop_sub__menu .sub__menu_item::-webkit-scrollbar-track, .header__mobile_sub__menu .sub__menu_item::-webkit-scrollbar-track {
  background: #C4C4C4;
  border-radius: 0.25rem;
  margin: 16px 0;
}
.header__desktop_sub__menu .sub__menu_item::-webkit-scrollbar-thumb, .header__mobile_sub__menu .sub__menu_item::-webkit-scrollbar-thumb {
  background-color: #6C6B6B;
  border-radius: 0.25rem;
}
.header__desktop_sub__menu .sub__menu_item:before, .header__mobile_sub__menu .sub__menu_item:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 70px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent var(--wr-background-base-menu) transparent;
}
.header__desktop_sub__menu .sub__menu_item_elements, .header__mobile_sub__menu .sub__menu_item_elements {
  display: flex;
  flex-direction: column;
  margin: 0.375rem 0.75rem;
  min-width: 16rem;
}
.header__desktop_sub__menu .sub__menu_item_elements .element, .header__mobile_sub__menu .sub__menu_item_elements .element {
  border-radius: 8px;
  color: var(--wr-font-typography-base-menu);
}
.header__desktop_sub__menu .sub__menu_item_elements .element:hover, .header__mobile_sub__menu .sub__menu_item_elements .element:hover {
  background-color: var(--wr-background-base-menu-additional);
  color: var(--wr-font-typography-base-menu-hover);
}
.header__desktop_sub__menu .sub__menu_item_elements .element_block, .header__mobile_sub__menu .sub__menu_item_elements .element_block {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--wr-primary-colors--light-gray);
}
.header__desktop_sub__menu .sub__menu_item_elements .element_block .icon-menu_base, .header__mobile_sub__menu .sub__menu_item_elements .element_block .icon-menu_base {
  background-color: unset;
  width: 0;
  height: 22px;
  margin-right: 0.25rem;
  padding: 0;
}
.header__desktop_sub__menu .sub__menu_item_elements .element:last-child .element_block, .header__mobile_sub__menu .sub__menu_item_elements .element:last-child .element_block {
  border-bottom: unset;
}
.header__mobile_sub__menu {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: var(--wr-background-base-menu);
  opacity: 0;
  bottom: unset;
}
.header__mobile_sub__menu.active_visible {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
.header__mobile_sub__menu .accordion {
  margin-top: 0;
}
.header__mobile_sub__menu .accordion-button {
  color: var(--wr-font-typography-base-menu);
  background: var(--wr-background-base-menu);
}
.header__mobile_sub__menu .accordion-button.empty::after {
  display: none;
}
.header__mobile_sub__menu .accordion-button.collapsed {
  background: var(--wr-background-base-menu);
}
.header__mobile_sub__menu .accordion-button:focus {
  box-shadow: unset;
  border-color: #0DD1C5;
}
.header__mobile_sub__menu .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.header__mobile_sub__menu .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dddddd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.header__mobile_sub__menu .accordion-button:not(.collapsed) .is_sub_menu {
  transform: rotate(-180deg);
}
.header__mobile_sub__menu .accordion-button::after {
  content: unset;
}
.header__mobile_sub__menu .accordion-button .is_sub_menu {
  position: absolute;
  right: 0;
  color: var(--wr-typography-primary-colors-turquoise);
  padding: 0;
  width: 20px;
  height: 20px;
  background: unset;
  transition: all 0.3s ease-in-out;
}
.header__mobile_sub__menu .sub__menu_item {
  position: relative;
  background: var(--wr-background-base-menu);
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  margin: 0 1rem;
  border-bottom: 1px solid var(--wr-primary-colors--light-gray);
}
.header__mobile_sub__menu .sub__menu_item:before {
  content: unset;
}
.header__mobile_sub__menu .sub__menu_item_elements .element {
  padding-left: 3rem;
}
.header__mobile_sub__menu .sub__menu_item_elements .element_block {
  border-radius: unset;
  border-bottom: 1px solid var(--wr-primary-colors--light-gray);
}
.header__mobile_sub__menu .sub__menu_item_logo {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding: 2rem 1rem;
}
.header__mobile_sub__menu .sub__menu_item_logo .footer__mobile_logo img {
  max-height: 1.75rem;
}

:root h1:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root .download_modal .modal-header_title:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root :where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)):where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style), :root h2:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root :where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)):where(h2, .chapter-block__style), :root h3:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root .home_page .body__header_title_additional:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root :where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)):where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style), :root h4:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root .faq__block__style .wp-block-details summary:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root .faq__block__style .wp-block details summary:where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)), :root :where(:not(.has-text-align-left, .has-text-align-right, .has-text-align-center)):where(h4, .chapter-block__style, :root :where(h4, .chapter-block__style), .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary) {
  text-align: inherit;
}

.wp-block-quote {
  padding: 1.25rem 1.875rem;
  background-color: #FAFAFA;
  border-radius: var(--wr-border-radius);
}
.wp-block-quote:before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='21' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.9508 6.28618C24.9508 4.49013 24.4677 2.99342 23.5016 1.79605C22.5355 0.598686 21.2796 -4.78141e-07 19.7338 -3.04651e-07C17.8403 -9.21252e-08 16.2752 0.828945 15.0386 2.48684C13.8406 4.19079 13.2416 6.2171 13.2416 8.56579C13.2416 11.9737 14.3043 14.898 16.4298 17.3388C18.5552 19.7796 21.125 21 24.1392 21L24.2552 20.0329C22.4003 20.0329 20.6999 19.25 19.1542 17.6842C17.6084 16.1184 16.8355 14.3224 16.8355 12.2961C16.8355 11.8355 16.8742 11.4901 16.9515 11.2599C17.0674 11.0296 17.222 10.9145 17.4152 10.9145C17.6857 10.9145 18.0915 11.0526 18.6325 11.3289C19.2121 11.6513 19.6952 11.8125 20.0816 11.8125C21.3569 11.8125 22.4775 11.2829 23.4436 10.2237C24.4484 9.21052 24.9508 7.89802 24.9508 6.28618ZM11.7345 6.28618C11.7345 4.49013 11.2515 2.99342 10.2854 1.79606C9.31927 0.598687 8.06334 1.0052e-06 6.51758 1.17869e-06C4.62402 1.39122e-06 3.05894 0.828947 1.82233 2.48684C0.624371 4.19079 0.0253896 6.21711 0.0253898 8.56579C0.02539 11.9737 1.0881 14.898 3.21352 17.3388C5.33894 19.7796 7.90876 21 10.923 21L11.0389 20.0329C9.18402 20.0329 7.48368 19.25 5.93792 17.6842C4.39216 16.1184 3.61928 14.3224 3.61928 12.2961C3.61928 11.8355 3.65792 11.4901 3.73521 11.2599C3.85114 11.0296 4.00572 10.9145 4.19894 10.9145C4.46945 10.9145 4.87521 11.0526 5.41623 11.3289C5.99589 11.6513 6.47894 11.8125 6.86538 11.8125C8.14063 11.8125 9.2613 11.2829 10.2274 10.2237C11.2321 9.21053 11.7345 7.89802 11.7345 6.28618Z' fill='%23C4C4C4'/%3e%3c/svg%3e");
}
.wp-block-quote p, .wp-block-quote body .font-second, .wp-block-quote body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .wp-block-quote body .tripadvisor-banner, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .wp-block-quote body .ti-widget-container, .wp-block-quote body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .wp-block-quote body *, .wp-block-quote body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .wp-block-quote body label, .wp-block-quote body .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block .wp-block-quote body textarea, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body input, .wp-block-quote body .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block .wp-block-quote body textarea, body .wp-block-quote .font-second, body .wp-block-quote .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .wp-block-quote .tripadvisor-banner, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .wp-block-quote .ti-widget-container, body .wp-block-quote .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .wp-block-quote *, body .wp-block-quote .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .wp-block-quote label, body .wp-block-quote .banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_submit__style .main form .wr_input_block textarea, .banner_submit__style .main form .wr_input_block body .wp-block-quote textarea, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote input, body .wp-block-quote .banner_easy-submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block body .wp-block-quote textarea, .wp-block-quote body .font-third, body .wp-block-quote .font-third, .wp-block-quote body .font-fourth, body .wp-block-quote .font-fourth, .wp-block-quote body .button.tags, body .wp-block-quote .button.tags, .wp-block-quote body .header__desktop .menu__item, body .header__desktop .wp-block-quote .menu__item, .wp-block-quote .header__desktop body .menu__item, .header__desktop body .wp-block-quote .menu__item, .wp-block-quote body .header__mobile .menu__item, body .header__mobile .wp-block-quote .menu__item, .wp-block-quote .header__mobile body .menu__item, .header__mobile body .wp-block-quote .menu__item, .wp-block-quote body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .wp-block-quote .button, .wp-block-quote .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .wp-block-quote .button, .wp-block-quote body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .wp-block-quote .sub__menu_item_elements, .wp-block-quote body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .wp-block-quote .sub__menu_item_elements, .wp-block-quote .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .wp-block-quote .sub__menu_item_elements {
  color: #6C6B6B;
  margin: 0 auto;
  padding-left: 3rem;
}

.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.body_header__style {
  background: var(--wr-background-base-body);
}
.body_header__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.body_header__style .header_main {
  margin: 0 auto;
  padding: 6.5rem 0 1rem;
  background: var(--wr-background-base-body);
  max-width: var(--wp--style--global--wide-size) !important;
  z-index: 5;
  border-radius: 20px;
}
@media screen and (max-width: 1399.5px) {
  .body_header__style .header_main {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 991.5px) {
  .body_header__style .header_main {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 575.5px) {
  .body_header__style .header_main {
    padding-top: 4.5rem;
  }
}
.body_header__style .header_main .wp-block-cover {
  align-items: baseline;
  max-height: 39rem;
  min-height: 37.5rem;
  border-radius: var(--wr-border-radius);
  padding: 3rem 1rem 2rem;
}
@media screen and (max-width: 767.5px) {
  .body_header__style .header_main .wp-block-cover {
    max-height: 31rem;
    min-height: 28rem;
    padding: 1.25rem 1rem;
  }
}
@media screen and (max-width: 575.5px) {
  .body_header__style .header_main .wp-block-cover {
    max-height: 26rem;
    min-height: 23rem;
    padding: 1.25rem 1rem;
  }
}
.body_header__style .header_main .wp-block-cover .wr_block_cover-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.body_header__style .header_main .wp-block-cover img {
  border-radius: var(--wr-border-radius);
}
.body_header__style .header_main .wp-block-cover .header_title {
  font-size: 3.5rem;
  line-height: 3.875rem;
  font-weight: 600;
  margin: 5rem auto 0;
  width: 70%;
  text-align: center;
  color: var(--wr-font-typography-base-title);
}
@media screen and (max-width: 991.5px) {
  .body_header__style .header_main .wp-block-cover .header_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 3.125rem;
    width: 100%;
  }
}
.body_header__style .header_main .wp-block-cover .header_description {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  color: var(--wr-font-typography-base-title);
}
@media screen and (max-width: 767.5px) {
  .body_header__style .header_main .wp-block-cover .header_description {
    width: 100%;
  }
}
.body_header__style .header_main .wp-block-cover .custom-logo img {
  width: 220px;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background-color: var(--wr-custom-logo-background);
}
@media screen and (max-width: 767.5px) {
  .body_header__style .header_main .wp-block-cover .custom-logo img {
    width: 140px;
    padding: 0.375rem 0.875rem;
  }
}
.body_header__style .header_main .wp-block-cover .custom-logo.none {
  display: none;
}
.body_header__style .header_main .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
  column-gap: 1.125rem;
}
.body_header__style .header_main .wp-block-button {
  display: flex;
  justify-content: center;
  max-width: 15.5rem;
  text-align: center;
}
@media screen and (max-width: 575.5px) {
  .body_header__style .header_main .wp-block-button {
    min-width: 16rem;
    max-width: 17rem;
  }
}
.body_header__style .header_main .wp-block-button .icon-additional_data {
  color: currentColor;
}
.body_header__style .header_main .wp-block-button__link {
  color: currentColor;
  font-size: inherit;
  white-space: normal !important;
  padding: 0 0 0 0.75rem;
  width: fit-content;
  background-color: inherit;
  border-radius: unset;
}

.banner_rental_details__style {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0;
}
.banner_rental_details__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}
.banner_rental_details__style .main .card, .banner_rental_details__style .main .banner_submit__style .main, .banner_submit__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_media_left__style .main, .banner_media_left__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_media_right__style .main, .banner_media_right__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_media_video__style .main, .banner_media_video__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_rental_details__style .main .main, .banner_rental_details__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_rental_details__style .main .main {
  padding: 1.75rem;
}
.banner_rental_details__style .main .card .wp-block-columns, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns {
  column-gap: 2rem;
}
.banner_rental_details__style .main .card .wp-block-columns .image, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .image, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .image, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .image, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .image, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .image, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .image, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .image, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .image, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .image {
  flex-basis: 8.5rem;
}
.banner_rental_details__style .main .card .wp-block-columns .image img, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .image img, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .image img, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .image img, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .image img, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .image img, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .image img, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .image img, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .image img, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .image img {
  padding: 1rem;
  max-width: 6.875rem;
  border-radius: 50%;
  background-color: var(--wr-background-ash);
}
.banner_rental_details__style .main .card .wp-block-columns .text, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text {
  flex-basis: fit-content;
}
.banner_rental_details__style .main .card .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .list li, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .list li, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_media_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text ul li, .banner_rental_details__style .main .card .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_easy-submit__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_easy-submit__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .card .wp-block-columns .text ul li, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_media_left__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_media_left__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_media_right__style .main .wp-block-columns .text .main__block_text ul li, .banner_rental_details__style .main .banner_media_right__style .main__block_text .main .wp-block-columns .text ul li, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_media_right__style .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li, .banner_media_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul li, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_media_video__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_media_video__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_media_slider_right__style .main .wp-block-columns .text .main__block_text ul li, .banner_rental_details__style .main .banner_media_slider_right__style .main__block_text .main .wp-block-columns .text ul li, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_media_slider_right__style .banner_rental_details__style .main .main .wp-block-columns .text .main__block_text ul li, .banner_media_slider_right__style .main__block_text .banner_rental_details__style .main .main .wp-block-columns .text ul li, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .list li, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_rental_details__style .main .banner_media_gallery__style .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .list li, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_right__style .main__block_text ul li, .banner_media_gallery__style .banner_rental_details__style .main .main .wp-block-columns .text .banner_media_slider_right__style .main__block_text ul li {
  margin-bottom: 0.75rem;
}

.banner_media_left__style, .banner_media_right__style, .banner_media_video__style, .banner_media_slider_right__style, .banner_media_gallery__style {
  margin: 3rem auto 1rem;
  background-color: var(--wr-background-base-body);
}
@media screen and (max-width: 1399.5px) {
  .banner_media_left__style, .banner_media_right__style, .banner_media_video__style, .banner_media_slider_right__style, .banner_media_gallery__style {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991.5px) {
  .banner_media_left__style, .banner_media_right__style, .banner_media_video__style, .banner_media_slider_right__style, .banner_media_gallery__style {
    margin: 2rem auto 1rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_left__style, .banner_media_right__style, .banner_media_video__style, .banner_media_slider_right__style, .banner_media_gallery__style {
    margin: 1.5rem auto 1rem;
  }
}
.banner_media_left__style .alignwide, .banner_media_right__style .alignwide, .banner_media_video__style .alignwide, .banner_media_slider_right__style .alignwide, .banner_media_gallery__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.banner_media_left__style .main, .banner_media_right__style .main, .banner_media_video__style .main, .banner_media_slider_right__style .main, .banner_media_gallery__style .main {
  color: var(--wr-font-typography-secondary);
  max-width: var(--wp--style--global--wide-size) !important;
  margin: 1.125rem auto 0.5rem;
  padding: 0.75rem;
  background-color: var(--wp-background-item-body);
  border-radius: 16px;
}
@media screen and (max-width: 991.5px) {
  .banner_media_left__style .main, .banner_media_right__style .main, .banner_media_video__style .main, .banner_media_slider_right__style .main, .banner_media_gallery__style .main {
    flex-direction: column;
  }
}
.banner_media_left__style .main img, .banner_media_right__style .main img, .banner_media_video__style .main img, .banner_media_slider_right__style .main img, .banner_media_gallery__style .main img {
  border-radius: 16px;
  width: 100%;
}
.banner_media_left__style .main__block_text, .banner_media_right__style .main__block_text, .banner_media_video__style .main__block_text, .banner_media_slider_right__style .main__block_text, .banner_media_gallery__style .main__block_text {
  margin-right: 1.5rem;
  margin-left: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 991.5px) {
  .banner_media_left__style .main__block_text, .banner_media_right__style .main__block_text, .banner_media_video__style .main__block_text, .banner_media_slider_right__style .main__block_text, .banner_media_gallery__style .main__block_text {
    margin: 1rem 1.5rem;
  }
}
.banner_media_left__style .main__block_text .title, .banner_media_right__style .main__block_text .title, .banner_media_video__style .main__block_text .title, .banner_media_slider_right__style .main__block_text .title, .banner_media_gallery__style .main__block_text .title {
  color: var(--wr-font-typography-primary);
  text-align: left;
}
.banner_media_left__style .main__block_text .text, .banner_media_right__style .main__block_text .text, .banner_media_video__style .main__block_text .text, .banner_media_slider_right__style .main__block_text .text, .banner_media_gallery__style .main__block_text .text {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_left__style .main__block_text .text, .banner_media_right__style .main__block_text .text, .banner_media_video__style .main__block_text .text, .banner_media_slider_right__style .main__block_text .text, .banner_media_gallery__style .main__block_text .text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .banner_media_left__style .main__block_text .text, .banner_media_right__style .main__block_text .text, .banner_media_video__style .main__block_text .text, .banner_media_slider_right__style .main__block_text .text, .banner_media_gallery__style .main__block_text .text {
    margin-top: 1.75rem;
  }
}
.banner_media_right__style .main, .banner_media_slider_right__style .main {
  margin-top: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_right__style .main, .banner_media_slider_right__style .main {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767.5px) {
  .banner_media_right__style .main, .banner_media_slider_right__style .main {
    padding: 1.75rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_right__style .main, .banner_media_slider_right__style .main {
    padding: 1.125rem;
  }
}
.banner_media_right__style .main__block_text, .banner_media_slider_right__style .main__block_text {
  margin: 1rem 1.5rem;
}
@media screen and (max-width: 767.5px) {
  .banner_media_right__style .main__block_text, .banner_media_slider_right__style .main__block_text {
    margin: 0.75rem 1.125rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_right__style .main__block_text, .banner_media_slider_right__style .main__block_text {
    margin: 0.75rem 0;
  }
}
.banner_media_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text ul li {
  margin-bottom: 0.75rem;
}
.banner_media_video__style .main {
  padding: 2.5rem;
  background-color: var(--wp-background-base-body-add);
}
@media screen and (max-width: 991.5px) {
  .banner_media_video__style .main {
    padding: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_video__style .main {
    padding: 1rem;
  }
}
.banner_media_video__style .main__block_text {
  margin-left: 0;
}
.banner_media_video__style .column_video {
  padding: 0.5rem 0 0.5rem 0.25rem;
}
.banner_media_video__style .column_video .video.aligncenter {
  text-align: center;
}
.banner_media_video__style .column_video .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.banner_media_video__style .column_text {
  text-align: left;
}
.banner_media_video__style .column_text .has-text-align-left {
  text-align: left;
  margin-left: 1.75rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_video__style .column_text .has-text-align-left {
    margin-left: 0.5rem;
  }
}
.banner_media_slider_right__style .wp-block-heading, .banner_media_slider_right__style .wp-block-buttons {
  margin-left: 2rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_slider_right__style .wp-block-heading, .banner_media_slider_right__style .wp-block-buttons {
    margin-left: auto;
  }
}
@media screen and (max-width: 991.5px) {
  .banner_media_slider_right__style .wp-block-buttons > .wp-block-button {
    margin: 0 auto;
  }
}
.banner_media_slider_right__style .waverez-slider-button-next, .banner_media_slider_right__style .waverez-slider-button-prev, .banner_media_slider_right__style .swiper-button-next, .banner_media_slider_right__style .swiper-button-prev {
  color: var(--wr-font-typography-primary);
  background-color: var(--wr-background-light-gray);
}
.banner_media_slider_right__style .waverez-slider-pagination-bullet-active, .banner_media_slider_right__style .swiper-pagination-bullet-active {
  background: var(--wr-background-light-gray);
}
.banner_media_gallery__style .main {
  padding: 3.75rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main {
    padding: 3rem 1.75rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_gallery__style .main {
    padding: 1.75rem 0;
  }
}
.banner_media_gallery__style .main .cards .card, .banner_media_gallery__style .main .cards .main {
  flex: 0 0 100%;
  padding: 0;
  transition: transform 0.1s;
  background: none;
  box-shadow: none;
}
.banner_media_gallery__style .main .cards .card-header {
  padding: 1.87rem 1.87rem 0;
  color: #333333;
  background-color: #FFFFFF;
  border-bottom: unset;
}
.banner_media_gallery__style .main .cards .card-header:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4wMjggNi4yODZjMC0xLjc5Ni40ODMtMy4yOTMgMS40NDktNC40OUMyLjQ0My42IDMuNjk5IDAgNS4yNDUgMCA3LjEzOCAwIDguNzAzLjgyOSA5Ljk0IDIuNDg3YzEuMTk4IDEuNzA0IDEuNzk3IDMuNzMgMS43OTcgNi4wNzkgMCAzLjQwOC0xLjA2MyA2LjMzMi0zLjE4OCA4Ljc3M0M2LjQyMyAxOS43NzkgMy44NTQgMjEgLjgzOSAyMWwtLjExNi0uOTY3YzEuODU1IDAgMy41NTYtLjc4MyA1LjEwMS0yLjM0OSAxLjU0Ni0xLjU2NiAyLjMxOS0zLjM2MiAyLjMxOS01LjM4OCAwLS40Ni0uMDM5LS44MDYtLjExNi0xLjAzNi0uMTE2LS4yMy0uMjctLjM0NS0uNDY0LS4zNDUtLjI3IDAtLjY3Ni4xMzgtMS4yMTcuNDE0LS41OC4zMjItMS4wNjMuNDgzLTEuNDUuNDgzLTEuMjc0IDAtMi4zOTUtLjUzLTMuMzYxLTEuNTg4Qy41MyA5LjIxLjAyOCA3Ljg5OC4wMjggNi4yODZ6bTEzLjIxNiAwYzAtMS43OTYuNDgzLTMuMjkzIDEuNDUtNC40OUMxNS42NTguNiAxNi45MTQgMCAxOC40NiAwYzEuODk0IDAgMy40NTkuODI5IDQuNjk1IDIuNDg3IDEuMTk4IDEuNzA0IDEuNzk3IDMuNzMgMS43OTcgNi4wNzkgMCAzLjQwOC0xLjA2MyA2LjMzMi0zLjE4OCA4Ljc3M0MxOS42NCAxOS43NzkgMTcuMDcgMjEgMTQuMDU1IDIxbC0uMTE1LS45NjdjMS44NTQgMCAzLjU1NS0uNzgzIDUuMS0yLjM0OSAxLjU0Ni0xLjU2NiAyLjMyLTMuMzYyIDIuMzItNS4zODggMC0uNDYtLjA0LS44MDYtLjExNy0xLjAzNi0uMTE2LS4yMy0uMjctLjM0NS0uNDYzLS4zNDUtLjI3IDAtLjY3Ny4xMzgtMS4yMTguNDE0LS41OC4zMjItMS4wNjIuNDgzLTEuNDQ5LjQ4My0xLjI3NSAwLTIuMzk2LS41My0zLjM2Mi0xLjU4OC0xLjAwNS0xLjAxMy0xLjUwNy0yLjMyNi0xLjUwNy0zLjkzOHoiIGZpbGw9IiNFQ0ZBRkIiLz48L3N2Zz4=);
  top: 1.87rem;
  right: 1.87rem;
}
.banner_media_gallery__style .main .cards .card-header .rating_star {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}
.banner_media_gallery__style .main .cards .card-header .rating_star i {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23f0b632' fill='%23f0b632' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 0.75rem;
  margin-right: 0.15rem;
  width: 0.75rem;
}
@media screen and (max-width: 767.5px) {
  .banner_media_gallery__style .main .cards .card-header .rating_star i {
    height: 0.6375rem;
    width: 0.6375rem;
  }
}
.banner_media_gallery__style .main .cards .card-header .rating_star i.empty {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.banner_media_gallery__style .main .cards .card-body {
  padding: 1rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body {
    padding: 0;
  }
}
.banner_media_gallery__style .main .cards .card-body .wp-block-heading {
  text-align: right;
}
.banner_media_gallery__style .main .cards .card-body .wp-block-columns, .banner_media_gallery__style .main .cards .card-body .wp-block-group {
  flex-wrap: nowrap !important;
  gap: 1rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns, .banner_media_gallery__style .main .cards .card-body .wp-block-group {
    flex-wrap: wrap !important;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns, .banner_media_gallery__style .main .cards .card-body .wp-block-group {
    gap: 0.5rem;
  }
}
.banner_media_gallery__style .main .cards .card-body .wp-block-columns figure, .banner_media_gallery__style .main .cards .card-body .wp-block-group figure {
  overflow: hidden;
  border-radius: 16px;
}
.banner_media_gallery__style .main .cards .card-body .wp-block-columns figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group figure img {
  width: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .one-column-full, .banner_media_gallery__style .main .cards .card-body .wp-block-group .one-column-full {
    flex: 0 1 100%;
  }
}
.banner_media_gallery__style .main .cards .card-body .wp-block-columns .one-column-full figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .one-column-full figure img {
  height: 28.75rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .one-column-full figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .one-column-full figure img {
    height: 20rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .one-column-full figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .one-column-full figure img {
    height: 15rem;
  }
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .two-column-half, .banner_media_gallery__style .main .cards .card-body .wp-block-group .two-column-half {
    flex: 0 1 100%;
  }
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .two-column-half .wp-block-group > figure, .banner_media_gallery__style .main .cards .card-body .wp-block-group .two-column-half .wp-block-group > figure {
    display: none;
  }
}
.banner_media_gallery__style .main .cards .card-body .wp-block-columns .two-column-half figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .two-column-half figure img {
  height: 13.75rem;
}
@media screen and (max-width: 991.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .two-column-half figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .two-column-half figure img {
    height: 10rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_media_gallery__style .main .cards .card-body .wp-block-columns .two-column-half figure img, .banner_media_gallery__style .main .cards .card-body .wp-block-group .two-column-half figure img {
    height: 8.75rem;
  }
}
.banner_media_gallery__style .main .carousel-indicators {
  text-align: center;
  padding-bottom: 0;
}

.banner_submit__style, .banner_easy-submit__style {
  margin-top: 3rem;
  margin-bottom: 2rem;
  background: var(--wr-background-base-body);
}
@media screen and (max-width: 991.5px) {
  .banner_submit__style, .banner_easy-submit__style {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_submit__style, .banner_easy-submit__style {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.banner_submit__style .alignwide, .banner_easy-submit__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.banner_submit__style .main, .banner_easy-submit__style .main {
  color: var(--wr-font-typography-secondary);
  max-width: var(--wp--style--global--wide-size) !important;
  margin: 1.125rem auto 0.5rem;
  padding: 4rem;
  background: var(--wr-button-background-submit-base);
  border-radius: 16px;
  column-gap: 3rem;
}
@media screen and (max-width: 991.5px) {
  .banner_submit__style .main, .banner_easy-submit__style .main {
    flex-direction: column;
    padding: 3rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner_submit__style .main, .banner_easy-submit__style .main {
    padding: 3rem 2rem;
  }
}
.banner_submit__style .main .wp-block-column, .banner_easy-submit__style .main .wp-block-column {
  padding: 0;
}
.banner_submit__style .main form, .banner_easy-submit__style .main form {
  /* Styles for human-security */
}
.banner_submit__style .main form .wp-block-group, .banner_easy-submit__style .main form .wp-block-group {
  flex-direction: row;
  column-gap: 1.2rem;
}
@media screen and (max-width: 767.5px) {
  .banner_submit__style .main form .wp-block-group, .banner_easy-submit__style .main form .wp-block-group {
    flex-direction: column;
    row-gap: 0;
  }
}
.banner_submit__style .main form .wr_input_block, .banner_easy-submit__style .main form .wr_input_block {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.banner_submit__style .main form .wr_input_block label, .banner_easy-submit__style .main form .wr_input_block label {
  color: var(--wr-font-typography-base-menu);
}
.banner_submit__style .main form .wr_input_block input, .banner_submit__style .main form .wr_input_block textarea, .banner_easy-submit__style .main form .wr_input_block input, .banner_easy-submit__style .main form .wr_input_block textarea {
  color: var(--wr-font-typography-secondary);
}
.banner_submit__style .main form .wr_input_block:has(input[type=checkbox]), .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) {
  flex-direction: row;
  align-items: center;
}
.banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label {
  color: var(--wr-font-typography-base-menu);
}
.banner_submit__style .main form .wr_input_block input[type=checkbox], .banner_easy-submit__style .main form .wr_input_block input[type=checkbox] {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.banner_submit__style .main form .wr_input_block .tooltip, .banner_easy-submit__style .main form .wr_input_block .tooltip {
  display: none;
}
.banner_submit__style .main form .wr-human-security-layer, .banner_easy-submit__style .main form .wr-human-security-layer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  min-width: 10rem;
  color: #FFFFFF;
  background-color: #2EDFF1;
  border-radius: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.banner_submit__style .main form .wr-human-security-inner, .banner_easy-submit__style .main form .wr-human-security-inner {
  padding: 0.5rem;
  text-align: center;
}
.banner_submit__style .main form .wr-human-security-inner label, .banner_easy-submit__style .main form .wr-human-security-inner label {
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner_submit__style .main form .wr-human-security-checkbox, .banner_easy-submit__style .main form .wr-human-security-checkbox {
  margin-right: 0.5rem;
  cursor: pointer;
}
.banner_submit__style .main form .button__additional, .banner_easy-submit__style .main form .button__additional {
  min-width: 15.625rem;
}

.banner_easy-submit__style form .block_subscribe {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0;
}
.banner_easy-submit__style form .block_subscribe .wr_input_block {
  margin: 0;
  padding: 0;
}
.banner_easy-submit__style form .block_subscribe .wr_input_block:has(label) + .wp-block-buttons {
  margin-top: 0.95rem;
}
.banner_easy-submit__style form .block_subscribe .wr_input_block .tooltip {
  position: absolute;
  top: 3rem;
  left: 10%;
  padding: 0.5rem 1rem;
  color: var(--wr-typography-white);
  border-radius: 16px;
  background: var(--wr-primary-colors--laguna);
  box-shadow: var(--wr-box-shadow-default);
  opacity: 1;
  z-index: 1;
}
.banner_easy-submit__style form .block_subscribe .wr_input_block .tooltip::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 1.5rem;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent var(--wr-primary-colors--laguna) transparent;
}
.banner_easy-submit__style form .block_subscribe .wp-block-buttons {
  position: absolute;
  top: 50%;
  right: 0.125rem;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.banner_easy-submit__style form .block_subscribe .wp-block-buttons .wp-block-button {
  min-width: unset;
  padding: 0.375rem 0.75rem;
}
.banner_easy-submit__style form .subcategory {
  font-size: 85%;
  color: var(--wr-typography-white);
  margin-top: 0.5rem;
}
.banner_easy-submit__style form .subcategory span {
  display: inline-block;
  font-size: 85%;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.block_activities__style, .block_advertising__style {
  margin-top: 5rem;
  margin-bottom: 1rem;
  padding: 0;
  background: var(--wr-background-base-body);
}
.block_activities__style .alignwide, .block_advertising__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.block_activities_main, .block_advertising_main {
  max-width: var(--wp--style--global--wide-size) !important;
  margin-top: 2.5rem;
  padding: 0;
}
@media screen and (max-width: 1399.5px) {
  .block_activities_main, .block_advertising_main {
    padding: 0 1rem;
  }
}
.block_activities_main .banner_media_left__style:not(:first-child), .block_advertising_main .banner_media_left__style:not(:first-child) {
  margin-top: 1rem;
}

.banner-header__style {
  margin: 0 auto;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 575.5px) {
  .banner-header__style .wp-block-columns.media-block {
    margin-bottom: 1rem;
  }
}
.banner-header__style .wp-block-columns.media-block > .wp-block-column {
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block > .wp-block-column {
    flex-basis: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 575.5px) {
  .banner-header__style .wp-block-columns.media-block > .wp-block-column {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content {
  padding-right: 1rem;
  text-align: left;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content {
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content h1, .banner-header__style .wp-block-columns.media-block .media-block__content .download_modal .modal-header_title, .download_modal .banner-header__style .wp-block-columns.media-block .media-block__content .modal-header_title, .banner-header__style .wp-block-columns.media-block .media-block__content .chapter-block__style, :root .banner-header__style .wp-block-columns.media-block .media-block__content :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style) {
  text-align: left;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content h1, .banner-header__style .wp-block-columns.media-block .media-block__content .download_modal .modal-header_title, .download_modal .banner-header__style .wp-block-columns.media-block .media-block__content .modal-header_title, .banner-header__style .wp-block-columns.media-block .media-block__content .chapter-block__style, :root .banner-header__style .wp-block-columns.media-block .media-block__content :where(h1, .download_modal .modal-header_title, :root :where(h1, .download_modal .modal-header_title), .chapter-block__style) {
    text-align: center;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .description {
    text-align: center;
  }
}
@media screen and (max-width: 575.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .description {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content .block-list {
  column-gap: 1.25rem;
}
@media screen and (max-width: 428px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .block-list {
    column-gap: 0.25rem;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul.list, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul {
  text-align: left;
  margin-top: 0.25rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul.list, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul {
    padding-right: 0;
    padding-left: 30%;
  }
}
@media screen and (max-width: 767.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul.list, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul {
    font-size: 0.875rem;
    padding-left: 25%;
  }
}
@media screen and (max-width: 428px) {
  .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul.list, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul {
    padding-left: 10%;
  }
}
.banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul.list li, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_right__style .main__block_text ul li, .banner_media_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul li, .banner-header__style .wp-block-columns.media-block .media-block__content .block-list .banner_media_slider_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text .banner-header__style .wp-block-columns.media-block .media-block__content .block-list ul li {
  margin-top: 1.125rem;
}
.banner-header__style .wp-block-columns.media-block .media-block__media img {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.5px) {
  .banner-header__style .wp-block-columns.media-block .media-block__media img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 428px) {
  .banner-header__style .wp-block-columns.media-block .media-block__media img {
    max-width: 15rem;
  }
}
.banner-header__style .wp-block-buttons {
  justify-content: left;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-header__style .wp-block-buttons {
    justify-content: center;
  }
}
.banner-header__style .wp-block-button {
  min-width: 10rem;
  max-width: 14.25rem;
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 575.5px) {
  .banner-header__style .wp-block-button {
    min-width: 17rem;
    max-width: 18rem;
    width: 100%;
  }
}
.banner-header__style .wp-block-button__link {
  color: inherit;
  font-size: inherit;
  padding: 0;
  width: 100%;
  background-color: inherit;
  border-radius: unset;
}

.home_page_header__style {
  margin-bottom: 1rem;
  padding: 0;
}
.home_page_header__style .body__header_background {
  background-color: var(--wr-background-dark-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='425' viewBox='0 0 1920 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7'%3E%3Cpath d='M-128.643 89.6848C-98.9233 169.27 -24.4151 240.564 75.898 285.413C176.211 330.262 301.352 348.25 419.46 334.756C543.262 320.634 653.279 274.491 764.652 234.85C876.024 195.209 999.22 160.542 1123.53 172.236C1223.12 181.603 1311.42 219.668 1406.4 242.284C1564.53 279.944 1744.15 273.01 1895.12 223.406C2046.09 173.802 2166.6 82.139 2223 -26V811.589L-157 799.148L-128.643 89.6848Z' fill='url(%23paint0_linear_474_88112)'/%3E%3Cpath d='M2067.54 92.8555C2055.13 166.722 1945.24 218.544 1835.93 229.767C1726.63 240.991 1616.27 221.869 1507.5 208.577C1398.74 195.285 1281.19 188.524 1182.35 221.826C1096.43 250.774 1028.73 308.588 933.121 315.204C794.64 324.756 691.126 222.784 553.27 209.911C471.008 202.269 390.312 227.707 318.875 256.198C247.438 284.688 176.768 317.606 95.0087 327.295C13.2491 336.984 -84.5103 314.9 -113 262.459V1034.88L2123 1073.26L2067.54 92.8555Z' fill='url(%23paint1_linear_474_88112)'/%3E%3Cpath d='M-124 448.734C-96.4351 374.833 19.2151 300.585 100.097 271.027C180.979 241.469 276.279 244.955 354.2 280.304C432.392 315.8 489.902 379.513 564.566 420.629C670.548 478.993 809.824 524.301 922.639 477.173C985.529 450.898 1041.51 408.768 1109.81 397.51C1216.33 379.963 1316.63 441.191 1420.75 467.902C1614.5 517.616 1840.95 393.85 1935.37 235.186L1935.37 860.435L-166 892.209L-124 448.734Z' fill='url(%23paint2_linear_474_88112)'/%3E%3Cpath d='M1954 356.306C1876.54 423.818 1762.28 444.995 1656.09 436.29C1549.9 427.584 1448.68 392.593 1347.83 360.723C1246.98 328.853 1142.67 299.499 1036.12 302.737C811.153 309.577 608.638 459.994 383.945 447.629C286.772 442.261 194.669 406.443 98.4396 392.775C2.20996 379.107 -109.875 394.236 -166.999 466.875L-167 975.572L1941 963.36L1954 356.306Z' fill='url(%23paint3_linear_474_88112)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_474_88112' x1='19.0001' y1='-111.25' x2='15.3916' y2='753.15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.692708' stop-color='%233397B0'/%3E%3Cstop offset='0.833333' stop-color='%232EDFF1'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_474_88112' x1='59.8673' y1='33.3159' x2='58.0039' y2='635.4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.617153' stop-color='%233397B0'/%3E%3Cstop offset='0.833333' stop-color='%2380E5EF'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_474_88112' x1='41.5733' y1='180.777' x2='39.8781' y2='730.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.322917' stop-color='%2345B5D1' stop-opacity='0.3'/%3E%3Cstop offset='0.512084' stop-color='%23BDF3FA' stop-opacity='0.17'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_474_88112' x1='-2.43667' y1='256.434' x2='-0.599132' y2='937.187' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.371392' stop-color='%2345B5D1' stop-opacity='0.3'/%3E%3Cstop offset='0.582255' stop-color='%23222F3C' stop-opacity='0.3'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: var(--wr-border-radius);
  height: 25rem;
}
@media screen and (max-width: 991.5px) {
  .home_page_header__style .body__header_background {
    background-size: auto 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 575.5px) {
  .home_page_header__style .body__header_background {
    background-size: auto 100%;
    height: 14rem;
  }
}
.home_page_header__style .body__header_title {
  color: var(--wr-typography-white);
  text-align: center !important;
  margin-top: 1.5rem;
}
.home_page_header__style .body__header_description {
  color: var(--wr-typography-white);
  margin-top: 2.5rem;
  text-align: center !important;
}
@media screen and (max-width: 991.5px) {
  .home_page_header__style .body__header_description {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575.5px) {
  .home_page_header__style .body__header_description {
    margin-top: 1rem;
  }
}

.banner-media__style .wp-block-media-text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #6C6B6B;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.5px) {
  .banner-media__style .wp-block-media-text {
    margin-top: 3rem;
    grid-template-columns: 100%;
  }
}
.banner-media__style .wp-block-media-text__content {
  text-align: left;
}
@media screen and (max-width: 991.5px) {
  .banner-media__style .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
}
.banner-media__style .wp-block-media-text__content h2, .banner-media__style .wp-block-media-text__content .chapter-block__style, :root .banner-media__style .wp-block-media-text__content :where(h2, .chapter-block__style) {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 991.5px) {
  .banner-media__style .wp-block-media-text__content h2, .banner-media__style .wp-block-media-text__content .chapter-block__style, :root .banner-media__style .wp-block-media-text__content :where(h2, .chapter-block__style) {
    padding-left: 0;
    text-align: center;
  }
}
.banner-media__style .wp-block-media-text__content ul.list, .banner-media__style .wp-block-media-text__content .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .banner-media__style .wp-block-media-text__content ul, .banner-media__style .wp-block-media-text__content .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .banner-media__style .wp-block-media-text__content ul {
  margin-top: 1rem;
}
.banner-media__style .wp-block-media-text__media {
  text-align: center;
  margin: 0.75rem;
}
@media screen and (max-width: 991.5px) {
  .banner-media__style .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 1.25rem;
  }
}
.banner-media__style .wp-block-media-text__media img {
  max-width: 40rem;
  filter: drop-shadow(5px 5px 15px rgba(162, 180, 189, 0.8));
}

.wr_input_block {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: relative;
  width: 100%;
}
.wr_input_block label:not(:empty):has(+ input[required]):after, .wr_input_block label:not(:empty):has(+ textarea[required]):after, .wr_input_block label:not(:empty):has(+ select[required]):after {
  content: "*";
  color: #6C6B6B;
  padding-left: 3px;
}
.wr_input_block input, .wr_input_block textarea {
  width: 100%;
  padding: 0.5rem 1.75rem;
  background-color: var(--wr-background--color-mint);
  border-radius: 16px;
  border: 1px solid transparent;
}
.wr_input_block input.wr-input-error, .wr_input_block input.wr-input-type-error, .wr_input_block textarea.wr-input-error, .wr_input_block textarea.wr-input-type-error {
  border-color: red;
}
.wr_input_block input::placeholder, .wr_input_block textarea::placeholder {
  color: #C4C4C4;
}
.wr_input_block input:focus-visible, .wr_input_block textarea:focus-visible {
  outline: none;
}
.wr_input_block .wr-error-message, .wr_input_block .wr-error-type-message {
  font-size: 75%;
  position: absolute;
  bottom: -1.25rem;
  color: #6C6B6B;
}
.wr_input_block-button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3183 4.21709C12.0248 3.92764 11.5403 3.92764 11.2468 4.21709C10.9518 4.50807 10.9518 4.99064 11.2468 5.28161L17.2962 11.2479H4.77498C4.39649 11.2479 4 11.5316 4 12.015C4 12.2331 4.06722 12.4308 4.21229 12.5738C4.35701 12.7166 4.55597 12.7821 4.77498 12.7821H17.3681L11.4624 18.6066C11.1674 18.8976 11.1674 19.3802 11.4624 19.6711C11.5695 19.7767 11.7629 19.8705 11.9622 19.8705C12.1615 19.8705 12.3549 19.7767 12.462 19.6711L19.6668 12.5654L19.6797 12.5443C19.8015 12.3439 19.8705 12.1311 19.8705 11.9353C19.8705 11.7447 19.8029 11.554 19.6368 11.435L12.3183 4.21709Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-color: #2EDFF1;
  background-position: center;
  border: unset;
  border-radius: 48px;
  box-shadow: 0 5px 7px 0 rgba(29, 203, 192, 0.06), 4px 8px 10px 0 rgba(29, 203, 192, 0.2);
}
.wr_input_block-button:hover {
  background-color: #0DD1C5;
}

.block-waverez-map__style {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.block-waverez-map__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.block-waverez-map__style .card, .block-waverez-map__style .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .main, .block-waverez-map__style .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .main, .block-waverez-map__style .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .main {
  padding: 2rem;
}
@media screen and (max-width: 575.5px) {
  .block-waverez-map__style .card, .block-waverez-map__style .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .main, .block-waverez-map__style .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .main, .block-waverez-map__style .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .main {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .block-waverez-map__style .card, .block-waverez-map__style .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .main, .block-waverez-map__style .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .main, .block-waverez-map__style .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .main, .block-waverez-map__style .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .main {
    padding: 1rem;
  }
}
.block-waverez-map__style .card_base {
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
@media screen and (max-width: 767.5px) {
  .block-waverez-map__style .card_base {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 575.5px) {
  .block-waverez-map__style .card_base {
    padding: 0.25rem;
  }
}
.block-waverez-map__style .card_base .content-main {
  display: flex;
  flex-direction: column;
}
.block-waverez-map__style .card_base .content-main .wp-block-columns {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--wr-primary-colors-transparent-turquoise);
}
.block-waverez-map__style .card_base .content-main .wp-block-columns .icon-svg {
  color: var(--wr-primary-colors-turquoise);
  width: 26px;
  height: 26px;
}
.block-waverez-map__style .card_base .content-main .wp-block-columns .icon_text_label {
  display: inline-block;
  color: var(--wr-primary-colors-turquoise);
  padding-left: 0.5rem;
}
.block-waverez-map__style .card_base .content-map #waverez_map_id_new {
  border-radius: 0.5rem;
  height: 350px;
  width: 100%;
  border: unset;
}
.block-waverez-map__style .card_base .content-map #waverez_map_id_new .custom-control {
  font-weight: 600;
  padding: 0.5rem 2rem;
  color: var(--wr-typography-primary-colors-turquoise);
  border-radius: 0.4rem 0 0.5rem 0;
  background-color: var(--wr-background--color-mint);
}
@media (max-width: 1199.98px) {
  .block-waverez-map__style .card_base .content-map #waverez_map_id_new .working_hours {
    white-space: normal;
  }
}
.block-waverez-map__style .card .card, .block-waverez-map__style .banner_media_left__style .main .card, .banner_media_left__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_media_right__style .main .card, .banner_media_right__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_media_video__style .main .card, .banner_media_video__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_media_slider_right__style .main .card, .banner_media_slider_right__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_media_gallery__style .main .card, .banner_media_gallery__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_submit__style .main .card, .banner_submit__style .block-waverez-map__style .main .card, .block-waverez-map__style .banner_easy-submit__style .main .card, .banner_easy-submit__style .block-waverez-map__style .main .card, .block-waverez-map__style .card .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_left__style .main, .banner_media_left__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_left__style .main, .banner_media_left__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_right__style .main, .banner_media_right__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_right__style .main, .banner_media_right__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_video__style .main, .banner_media_video__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_video__style .main, .banner_media_video__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_slider_right__style .main, .banner_media_slider_right__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_gallery__style .main, .banner_media_gallery__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .banner_submit__style .main, .banner_submit__style .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .banner_submit__style .main, .banner_submit__style .banner_easy-submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .card .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .card .main, .block-waverez-map__style .banner_media_left__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_media_left__style .main .main, .banner_media_left__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_media_left__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_right__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_media_right__style .main .main, .banner_media_right__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_media_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_video__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_media_video__style .main .main, .banner_media_video__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_media_video__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_slider_right__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_media_slider_right__style .main .main, .banner_media_slider_right__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_media_slider_right__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_media_gallery__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_media_gallery__style .main .main, .banner_media_gallery__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_media_gallery__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_submit__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .block-waverez-map__style .banner_submit__style .main .main, .banner_submit__style .block-waverez-map__style .main .banner_easy-submit__style .main, .banner_easy-submit__style .banner_submit__style .block-waverez-map__style .main .main, .block-waverez-map__style .banner_easy-submit__style .main .main, .banner_easy-submit__style .block-waverez-map__style .main .main {
  color: var(--wr-typography-secondary);
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.3490196078);
}
.block-waverez-map__style .card .card a, .block-waverez-map__style .banner_media_left__style .main .card a, .banner_media_left__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_media_right__style .main .card a, .banner_media_right__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_media_video__style .main .card a, .banner_media_video__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_media_slider_right__style .main .card a, .banner_media_slider_right__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_media_gallery__style .main .card a, .banner_media_gallery__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_submit__style .main .card a, .banner_submit__style .block-waverez-map__style .main .card a, .block-waverez-map__style .banner_easy-submit__style .main .card a, .banner_easy-submit__style .block-waverez-map__style .main .card a, .block-waverez-map__style .card .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_left__style .main a, .banner_media_left__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_left__style .main a, .banner_media_left__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_right__style .main a, .banner_media_right__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_right__style .main a, .banner_media_right__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_video__style .main a, .banner_media_video__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_video__style .main a, .banner_media_video__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_slider_right__style .main a, .banner_media_slider_right__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_media_gallery__style .main a, .banner_media_gallery__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .banner_submit__style .main a, .banner_submit__style .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .banner_submit__style .main a, .banner_submit__style .banner_easy-submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .card .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .card .main a, .block-waverez-map__style .banner_media_left__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_media_left__style .main .main a, .banner_media_left__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_media_left__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_right__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_media_right__style .main .main a, .banner_media_right__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_media_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_video__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_media_video__style .main .main a, .banner_media_video__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_media_video__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_slider_right__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_media_slider_right__style .main .main a, .banner_media_slider_right__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_media_slider_right__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_media_gallery__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_media_gallery__style .main .main a, .banner_media_gallery__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_media_gallery__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_submit__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .block-waverez-map__style .banner_submit__style .main .main a, .banner_submit__style .block-waverez-map__style .main .banner_easy-submit__style .main a, .banner_easy-submit__style .banner_submit__style .block-waverez-map__style .main .main a, .block-waverez-map__style .banner_easy-submit__style .main .main a, .banner_easy-submit__style .block-waverez-map__style .main .main a {
  text-decoration: unset;
}

.solution__block {
  margin: 3rem auto 1rem;
}
.solution__block .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.solution__block_body {
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 767.5px) {
  .solution__block_body {
    margin-top: 1.5rem;
  }
}
.solution__block_cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
.solution__block_cards .card, .solution__block_cards .banner_media_left__style .main, .banner_media_left__style .solution__block_cards .main, .solution__block_cards .banner_media_right__style .main, .banner_media_right__style .solution__block_cards .main, .solution__block_cards .banner_media_video__style .main, .banner_media_video__style .solution__block_cards .main, .solution__block_cards .banner_media_slider_right__style .main, .banner_media_slider_right__style .solution__block_cards .main, .solution__block_cards .banner_media_gallery__style .main, .banner_media_gallery__style .solution__block_cards .main, .solution__block_cards .banner_submit__style .main, .banner_submit__style .solution__block_cards .main, .solution__block_cards .banner_easy-submit__style .main, .banner_easy-submit__style .solution__block_cards .main {
  padding: 0.75rem;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards .card, .solution__block_cards .banner_media_left__style .main, .banner_media_left__style .solution__block_cards .main, .solution__block_cards .banner_media_right__style .main, .banner_media_right__style .solution__block_cards .main, .solution__block_cards .banner_media_video__style .main, .banner_media_video__style .solution__block_cards .main, .solution__block_cards .banner_media_slider_right__style .main, .banner_media_slider_right__style .solution__block_cards .main, .solution__block_cards .banner_media_gallery__style .main, .banner_media_gallery__style .solution__block_cards .main, .solution__block_cards .banner_submit__style .main, .banner_submit__style .solution__block_cards .main, .solution__block_cards .banner_easy-submit__style .main, .banner_easy-submit__style .solution__block_cards .main {
    padding: 1rem 0.75rem;
  }
}
.solution__block_cards .card-body {
  column-gap: 0;
  padding-bottom: 0;
  padding: 1rem;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards .card-body {
    flex-direction: column;
    padding: 0.25rem;
  }
}
.solution__block_cards .card-body .img-top {
  max-width: 6.875rem;
  height: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards .card-body .img-top {
    max-width: 7.25rem;
  }
}
.solution__block_cards .card-body .article {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767.5px) {
  .solution__block_cards .card-body .article {
    margin-left: 0;
  }
}
.solution__block_cards .card-body .article .name {
  color: #333333;
  margin-top: 0.725rem;
  margin-left: 2.25rem;
}
@media screen and (max-width: 767.5px) {
  .solution__block_cards .card-body .article .name {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.solution__block_cards .card-body .article .list li, .solution__block_cards .card-body .article .banner_media_right__style .main__block_text ul li, .banner_media_right__style .main__block_text .solution__block_cards .card-body .article ul li, .solution__block_cards .card-body .article .banner_media_slider_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text .solution__block_cards .card-body .article ul li {
  color: #6C6B6B;
  margin-top: 1rem;
  padding-left: 0.375rem;
}
.solution__block_cards .card-footer {
  padding: 0.5rem 1rem;
  background-color: unset;
  border-top: unset;
}
.solution__block_cards .card-footer .wp-block-columns {
  gap: 0;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards .card-footer .wp-block-columns .wp-block-column:first-child {
    display: none;
  }
}
.solution__block_cards .card-footer .link {
  margin-left: 2.875rem;
}
@media screen and (max-width: 991.5px) {
  .solution__block_cards .card-footer .link {
    margin: auto;
  }
}
.solution__info {
  color: #6C6B6B;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.faq__block__style {
  margin: 5rem auto;
  padding: 0;
  background-color: var(--wr-background-base-body);
}
.faq__block__style .alignwide {
  max-width: var(--wp--style--global--wide-size) !important;
}
.faq__block__style .wp-block-group.container-lg {
  margin: 2.5rem auto 1rem;
}
.faq__block__style .wp-block-details, .faq__block__style .wp-block details {
  max-width: var(--wp--style--global--wide-size);
  margin-top: 1rem;
  border-radius: 1rem;
  background-color: var(--wp-background-item-body);
  box-shadow: var(--wp-box-shadow-default);
}
.faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary {
  position: relative;
  box-sizing: border-box;
  text-align: left !important;
  padding: 2rem 4rem 2rem 2.2rem;
  border-radius: 1rem;
  list-style-type: none;
}
@media screen and (max-width: 767.5px) {
  .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary {
    padding: 1.5rem 3.5rem 1.5rem 1.75rem;
  }
}
@media screen and (max-width: 428px) {
  .faq__block__style .wp-block-details summary, .faq__block__style .wp-block details summary {
    padding: 1.375rem 3rem 1.375rem 1.125rem;
  }
}
.faq__block__style .wp-block-details summary::after, .faq__block__style .wp-block details summary::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 0;
  background-color: rgba(13, 209, 197, 0.12);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.725 15.9167C11.525 15.9167 11.325 15.8166 11.225 15.7165L6.225 10.7127C5.925 10.4124 5.925 9.91206 6.225 9.61183C6.525 9.3116 7.025 9.3116 7.325 9.61183L11.825 14.1153L16.325 9.61183C16.625 9.3116 17.125 9.3116 17.425 9.61183C17.725 9.91206 17.725 10.4124 17.425 10.7127L12.425 15.7165C12.025 15.8166 11.825 15.9167 11.725 15.9167Z' fill='%230DD1C5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}
@media screen and (max-width: 767.5px) {
  .faq__block__style .wp-block-details summary::after, .faq__block__style .wp-block details summary::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.375rem;
  }
}
@media screen and (max-width: 428px) {
  .faq__block__style .wp-block-details summary::after, .faq__block__style .wp-block details summary::after {
    width: 2rem;
    height: 2rem;
    background-size: 1.125rem;
  }
}
.faq__block__style .wp-block-details[open] summary::after, .faq__block__style .wp-block details[open] summary::after {
  transform: rotate(-180deg);
}
.faq__block__style .wp-block-details .answer, .faq__block__style .wp-block details .answer {
  margin: 2rem 4rem 2rem 2.2rem;
  border-top: 1px solid var(--wp-background-item-element);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767.5px) {
  .faq__block__style .wp-block-details .answer, .faq__block__style .wp-block details .answer {
    margin: 2rem 3rem 2rem 1.875rem;
  }
}
@media screen and (max-width: 428px) {
  .faq__block__style .wp-block-details .answer, .faq__block__style .wp-block details .answer {
    margin: 1rem 2.5rem 1.5rem 1.25rem;
  }
}
.faq__block__style .wp-block-details .block-list-appender, .faq__block__style .wp-block details .block-list-appender {
  display: none;
}

.banner-promo__style {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.banner-promo__style .promo_group {
  margin-top: 3rem;
}
.banner-promo__style .promo_group_base {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-promo__style .promo_group_base {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.banner-promo__style .promo_group_base_row {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 575.5px) {
  .banner-promo__style .promo_group_base_row {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.banner-promo__style .promo_group_base_row .wp-block-column {
  margin: auto;
  text-align: center;
}
.banner-promo__style .promo_group_base_row .wp-block-column p, .banner-promo__style .promo_group_base_row .wp-block-column body .font-second, .banner-promo__style .promo_group_base_row .wp-block-column body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner-promo__style .promo_group_base_row .wp-block-column body .tripadvisor-banner, .banner-promo__style .promo_group_base_row .wp-block-column body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner-promo__style .promo_group_base_row .wp-block-column body .ti-widget-container, .banner-promo__style .promo_group_base_row .wp-block-column body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner-promo__style .promo_group_base_row .wp-block-column body *, body .banner-promo__style .promo_group_base_row .wp-block-column .font-second, body .banner-promo__style .promo_group_base_row .wp-block-column .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner-promo__style .promo_group_base_row .wp-block-column .tripadvisor-banner, body .banner-promo__style .promo_group_base_row .wp-block-column .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner-promo__style .promo_group_base_row .wp-block-column .ti-widget-container, body .banner-promo__style .promo_group_base_row .wp-block-column .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner-promo__style .promo_group_base_row .wp-block-column *, .banner-promo__style .promo_group_base_row .wp-block-column body .font-third, body .banner-promo__style .promo_group_base_row .wp-block-column .font-third, .banner-promo__style .promo_group_base_row .wp-block-column body .font-fourth, body .banner-promo__style .promo_group_base_row .wp-block-column .font-fourth, .banner-promo__style .promo_group_base_row .wp-block-column body .button.tags, body .banner-promo__style .promo_group_base_row .wp-block-column .button.tags, .banner-promo__style .promo_group_base_row .wp-block-column body .header__desktop .menu__item, body .header__desktop .banner-promo__style .promo_group_base_row .wp-block-column .menu__item, .banner-promo__style .promo_group_base_row .wp-block-column .header__desktop body .menu__item, .header__desktop body .banner-promo__style .promo_group_base_row .wp-block-column .menu__item, .banner-promo__style .promo_group_base_row .wp-block-column body .header__mobile .menu__item, body .header__mobile .banner-promo__style .promo_group_base_row .wp-block-column .menu__item, .banner-promo__style .promo_group_base_row .wp-block-column .header__mobile body .menu__item, .header__mobile body .banner-promo__style .promo_group_base_row .wp-block-column .menu__item, .banner-promo__style .promo_group_base_row .wp-block-column body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner-promo__style .promo_group_base_row .wp-block-column .button, .banner-promo__style .promo_group_base_row .wp-block-column .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner-promo__style .promo_group_base_row .wp-block-column .button, .banner-promo__style .promo_group_base_row .wp-block-column body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner-promo__style .promo_group_base_row .wp-block-column .button, .banner-promo__style .promo_group_base_row .wp-block-column .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner-promo__style .promo_group_base_row .wp-block-column .button, .banner-promo__style .promo_group_base_row .wp-block-column body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner-promo__style .promo_group_base_row .wp-block-column .sub__menu_item_elements, .banner-promo__style .promo_group_base_row .wp-block-column .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner-promo__style .promo_group_base_row .wp-block-column .sub__menu_item_elements, .banner-promo__style .promo_group_base_row .wp-block-column body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner-promo__style .promo_group_base_row .wp-block-column .sub__menu_item_elements, .banner-promo__style .promo_group_base_row .wp-block-column .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner-promo__style .promo_group_base_row .wp-block-column .sub__menu_item_elements, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_submit__style .main form .wr_input_block input, body .banner_submit__style .main form .wr_input_block .banner-promo__style .promo_group_base_row .wp-block-column input, .banner-promo__style .promo_group_base_row .wp-block-column .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .main form .wr_input_block body .banner-promo__style .promo_group_base_row .wp-block-column input, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_submit__style .main form .wr_input_block textarea, body .banner_submit__style .main form .wr_input_block .banner-promo__style .promo_group_base_row .wp-block-column textarea, .banner-promo__style .promo_group_base_row .wp-block-column .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .main form .wr_input_block body .banner-promo__style .promo_group_base_row .wp-block-column textarea, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_easy-submit__style .main form .wr_input_block input, body .banner_easy-submit__style .main form .wr_input_block .banner-promo__style .promo_group_base_row .wp-block-column input, .banner-promo__style .promo_group_base_row .wp-block-column .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .main form .wr_input_block body .banner-promo__style .promo_group_base_row .wp-block-column input, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_easy-submit__style .main form .wr_input_block textarea, body .banner_easy-submit__style .main form .wr_input_block .banner-promo__style .promo_group_base_row .wp-block-column textarea, .banner-promo__style .promo_group_base_row .wp-block-column .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .main form .wr_input_block body .banner-promo__style .promo_group_base_row .wp-block-column textarea, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .banner-promo__style .promo_group_base_row .wp-block-column label, .banner-promo__style .promo_group_base_row .wp-block-column .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .banner-promo__style .promo_group_base_row .wp-block-column label, .banner-promo__style .promo_group_base_row .wp-block-column body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .banner-promo__style .promo_group_base_row .wp-block-column label, .banner-promo__style .promo_group_base_row .wp-block-column .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .banner-promo__style .promo_group_base_row .wp-block-column label {
  margin-bottom: 0;
}
.banner-promo__style .promo_group_base_row .wp-block-column .promo-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 48px;
  width: 3.75rem;
  height: 3.75rem;
  vertical-align: middle;
}
@media screen and (max-width: 575.5px) {
  .banner-promo__style .promo_group_base_row .wp-block-column .promo-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.banner-promo__style .promo_group_base_row .wp-block-column .promo-icon img {
  max-width: 2.125rem;
  max-height: 2.125rem;
  vertical-align: middle;
}
@media screen and (max-width: 575.5px) {
  .banner-promo__style .promo_group_base_row .wp-block-column .promo-icon img {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
}
.banner-promo__style .promo_group_base_row .wp-block-column .promo-text {
  margin-left: 1rem;
}
@media screen and (max-width: 575.5px) {
  .banner-promo__style .promo_group_base_row .wp-block-column .promo-text {
    margin-left: 0.5rem;
  }
}
.banner-promo__style .wp-block {
  margin-top: 0;
  margin-bottom: 0;
}
.banner-promo__style .wp-block-buttons {
  margin-top: 2.5rem;
  justify-content: left;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 1199.5px) {
  .banner-promo__style .wp-block-buttons {
    justify-content: center;
  }
}
.banner-promo__style .wp-block-button {
  min-width: 10rem;
  max-width: 14.25rem;
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 575.5px) {
  .banner-promo__style .wp-block-button {
    min-width: 17rem;
    max-width: 18rem;
    width: 100%;
  }
}
.banner-promo__style .wp-block-button__link {
  color: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  background-color: inherit;
  border-radius: unset;
}

.chapter-block__style .wp-block-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.chapter-block__style .wp-block-image {
  margin: 1rem 0;
}
.chapter-block__style .wp-block-image.size-full {
  max-width: 39.25rem;
}
.latest-post-block__style, .waverez_trips_block__style, .waverez_popular_activities_block__style {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199.5px) {
  .latest-post-block__style, .waverez_trips_block__style, .waverez_popular_activities_block__style {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.5px) {
  .latest-post-block__style, .waverez_trips_block__style, .waverez_popular_activities_block__style {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .latest-post-block__style, .waverez_trips_block__style, .waverez_popular_activities_block__style {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.latest-post-block__style .alignwide, .waverez_trips_block__style .alignwide, .waverez_popular_activities_block__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.latest-post-block__style .title, .waverez_trips_block__style .title, .waverez_popular_activities_block__style .title {
  margin-bottom: 2rem;
}

.waverez_popular_activities_block__style {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.waverez_popular_activities_block__style .waverez_trips__body {
  overflow: hidden;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner {
  flex-wrap: nowrap !important;
  padding-bottom: 1rem;
  gap: 0;
}
@media screen and (max-width: 1199.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner {
    padding: 0;
    margin-bottom: 0;
  }
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item {
  flex: 1 0 303px !important;
  margin: 0.5rem;
}
@media screen and (max-width: 1399.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item {
    flex: 1 0 calc(25% - 1rem) !important;
  }
}
@media screen and (max-width: 1199.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item {
    margin: 0 0.75rem;
    flex: 1 0 calc(33% - 1.25rem) !important;
  }
}
@media screen and (max-width: 991.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item {
    flex: 1 0 calc(50% - 1.25rem) !important;
  }
}
@media screen and (max-width: 575.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item {
    flex: 1 0 calc(100% - 1.5rem) !important;
  }
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main {
  padding: 0.75rem;
  padding-bottom: 0.125rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail img, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail img, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail img, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail img, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail img, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail img, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail img, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail img {
  border-radius: 0.75rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element {
  font-size: 85%;
  padding: 0.125rem 0.5rem;
}
@media screen and (max-width: 575.5px) {
  .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element {
    padding: 0.25rem 0.375rem;
  }
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element p, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element p, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element p, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element p, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element p, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element p, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element p, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element p, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element *, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element *, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element *, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element *, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element *, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element *, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .font-second, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .tripadvisor-banner, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .ti-widget-container, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body *, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .font-second, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .tripadvisor-banner, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .ti-widget-container, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element *, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-second, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .tripadvisor-banner, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .ti-widget-container, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body *, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-second, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .footer__desktop .menu__item .tripadvisor-banner, .footer__desktop .menu__item body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .tripadvisor-banner, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .ti-widget-container, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .google_latest_reviews .ti-widget.ti-goog .ti-widget-container *, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element *, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .font-third, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .font-third, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .font-third, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .font-third, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .font-third, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .font-third, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .font-third, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .font-third, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-third, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-third, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .font-fourth, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .font-fourth, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .font-fourth, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .font-fourth, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .font-fourth, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .font-fourth, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .font-fourth, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .font-fourth, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .font-fourth, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .font-fourth, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .button.tags, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .button.tags, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .button.tags, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .button.tags, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .button.tags, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .button.tags, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .button.tags, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .button.tags, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .button.tags, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button.tags, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .menu__item, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .menu__item, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .menu__item, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .menu__item, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .menu__item, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .menu__item, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .menu__item, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item, body .header__desktop .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .menu__item, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .menu__item, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .menu__item, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .menu__item, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .menu__item, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .menu__item, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .menu__item, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop body .menu__item, .header__desktop body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .menu__item, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .menu__item, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .menu__item, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .menu__item, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .menu__item, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .menu__item, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .menu__item, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item, body .header__mobile .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .menu__item, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .menu__item, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .menu__item, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .menu__item, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .menu__item, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .menu__item, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .menu__item, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile body .menu__item, .header__mobile body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .menu__item, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .button, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .button, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .button, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .button, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .button, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .button, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .button, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop .menu__item.fix_button .button, body .header__desktop .menu__item.fix_button .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .button, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .button, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .button, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .button, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .button, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .button, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .button, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop .menu__item.fix_button body .button, .header__desktop .menu__item.fix_button body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .button, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .button, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .button, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .button, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .button, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .button, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .button, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile .menu__item.fix_button .button, body .header__mobile .menu__item.fix_button .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .button, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .button, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .button, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .button, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .button, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .button, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .button, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile .menu__item.fix_button body .button, .header__mobile .menu__item.fix_button body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .button, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__desktop_sub__menu .sub__menu_item_elements, body .header__desktop_sub__menu .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__desktop_sub__menu body .sub__menu_item_elements, .header__desktop_sub__menu body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element body .header__mobile_sub__menu .sub__menu_item_elements, body .header__mobile_sub__menu .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element .sub__menu_item_elements, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .header__mobile_sub__menu body .sub__menu_item_elements, .header__mobile_sub__menu body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element .sub__menu_item_elements, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_submit__style .main form .wr_input_block input, body .banner_submit__style .main form .wr_input_block .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_submit__style .main form .wr_input_block body input, .banner_submit__style .main form .wr_input_block body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_submit__style .main form .wr_input_block textarea, body .banner_submit__style .main form .wr_input_block .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_submit__style .main form .wr_input_block body textarea, .banner_submit__style .main form .wr_input_block body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_easy-submit__style .main form .wr_input_block input, body .banner_easy-submit__style .main form .wr_input_block .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block .post-thumbnail .element input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block input, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_easy-submit__style .main form .wr_input_block body input, .banner_easy-submit__style .main form .wr_input_block body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block body .post-thumbnail .element input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body input, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element input, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_easy-submit__style .main form .wr_input_block textarea, body .banner_easy-submit__style .main form .wr_input_block .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block .post-thumbnail .element textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block textarea, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_easy-submit__style .main form .wr_input_block body textarea, .banner_easy-submit__style .main form .wr_input_block body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block body textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block body .post-thumbnail .element textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block body textarea, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block body .post-thumbnail .element textarea, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item body .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) label, body .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element form .wr_input_block:has(input[type=checkbox]) body label, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main form .wr_input_block:has(input[type=checkbox]) body .post-thumbnail .element label {
  font-size: inherit;
  margin-bottom: 0;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element_rating_star .icon-ratting_star, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_star .icon-ratting_star {
  width: 0.75rem;
  height: 0.75rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .post-thumbnail .element_rating_count, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .post-thumbnail .element_rating_count, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .post-thumbnail .element_rating_count, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .post-thumbnail .element_rating_count, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .post-thumbnail .element_rating_count, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .post-thumbnail .element_rating_count, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .post-thumbnail .element_rating_count, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .post-thumbnail .element_rating_count {
  margin-left: 0.125rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_left__style .main .trips_price, .banner_media_left__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_right__style .main .trips_price, .banner_media_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_video__style .main .trips_price, .banner_media_video__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_slider_right__style .main .trips_price, .banner_media_slider_right__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_media_gallery__style .main .trips_price, .banner_media_gallery__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_submit__style .main .trips_price, .banner_submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price, .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .banner_easy-submit__style .main .trips_price, .banner_easy-submit__style .waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .main .trips_price {
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.375rem 1rem;
  border-radius: 0.75rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card-body {
  padding: 0.125rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-inner .item .card-body .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3rem;
}
.waverez_popular_activities_block__style .waverez_trips__body .carousel-indicators {
  display: none !important;
}

.recommended_block__style {
  padding-top: 3.5rem;
}
@media screen and (max-width: 1199.5px) {
  .recommended_block__style {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767.5px) {
  .recommended_block__style {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 428px) {
  .recommended_block__style {
    padding-top: 2rem;
  }
}
.recommended_block__style .cards {
  gap: 0;
  margin-top: 2rem;
  padding: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.recommended_block__style .cards::-webkit-scrollbar {
  height: 0;
}
@media screen and (max-width: 767.5px) {
  .recommended_block__style .cards {
    margin-top: 1.5rem;
  }
}
.recommended_block__style .cards .card, .recommended_block__style .cards .banner_media_left__style .main, .banner_media_left__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_right__style .main, .banner_media_right__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_video__style .main, .banner_media_video__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_slider_right__style .main, .banner_media_slider_right__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_gallery__style .main, .banner_media_gallery__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_submit__style .main, .banner_submit__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_easy-submit__style .main, .banner_easy-submit__style .recommended_block__style .cards .main {
  min-width: 14rem;
  height: 8rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767.5px) {
  .recommended_block__style .cards .card, .recommended_block__style .cards .banner_media_left__style .main, .banner_media_left__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_right__style .main, .banner_media_right__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_video__style .main, .banner_media_video__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_slider_right__style .main, .banner_media_slider_right__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_media_gallery__style .main, .banner_media_gallery__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_submit__style .main, .banner_submit__style .recommended_block__style .cards .main, .recommended_block__style .cards .banner_easy-submit__style .main, .banner_easy-submit__style .recommended_block__style .cards .main {
    min-width: 11rem;
    height: 5.5rem;
  }
}
.recommended_block__style .cards .card:hover img, .recommended_block__style .cards .banner_media_left__style .main:hover img, .banner_media_left__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_media_right__style .main:hover img, .banner_media_right__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_media_video__style .main:hover img, .banner_media_video__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_media_slider_right__style .main:hover img, .banner_media_slider_right__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_media_gallery__style .main:hover img, .banner_media_gallery__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_submit__style .main:hover img, .banner_submit__style .recommended_block__style .cards .main:hover img, .recommended_block__style .cards .banner_easy-submit__style .main:hover img, .banner_easy-submit__style .recommended_block__style .cards .main:hover img {
  filter: grayscale(1);
}
.recommended_block__style .cards .card-body {
  display: flex;
  align-items: center;
  padding: 1.5rem 2.25rem;
  height: 100%;
}
@media screen and (max-width: 767.5px) {
  .recommended_block__style .cards .card-body {
    padding: 1.125rem 1.5rem;
  }
}
.recommended_block__style .cards .card-body .wp-block-image {
  margin: auto;
  text-align: center;
}
.recommended_block__style .cards .card-body .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: 139px;
  max-height: 89px;
  object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 767.5px) {
  .recommended_block__style .cards .card-body .wp-block-image img {
    max-width: 105px;
    max-height: 52px;
  }
}

.reviews__block h3, .reviews__block .home_page .body__header_title_additional, .home_page .reviews__block .body__header_title_additional, .reviews__block .chapter-block__style, :root .reviews__block :where(h3, .home_page .body__header_title_additional, :root :where(h3, .home_page .body__header_title_additional), .chapter-block__style) {
  font-weight: 400;
}
.reviews__block .wp-block-button {
  min-width: 10rem;
  max-width: 14.25rem;
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 575.5px) {
  .reviews__block .wp-block-button {
    min-width: 17rem;
    max-width: 18rem;
    width: 100%;
  }
}
.reviews__block .wp-block-button__link {
  color: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  background-color: inherit;
  border-radius: unset;
}

.tabs_block__style {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.tabs_block__style .tabs_block__body {
  background-color: #FFFFFF;
  padding-bottom: 1rem;
}

.wr_carousel {
  max-width: var(--wp--style--global--wide-size);
  margin: 0.5rem auto;
}
.wr_carousel.cards {
  padding: 0;
}
.wr_carousel.cards .carousel-inner {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.75rem 1rem;
  gap: 1.5rem;
}
.wr_carousel-indicators {
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.waverez_map-inner #waverez_map_id, .waverez_map-inner #waverez_map_id_new, .waverez_map-inner #waverez_partner_map_id_light {
  border-radius: 0.5rem;
  height: 233px;
  width: 100%;
  border: unset;
}
.waverez_map-inner .leaflet-container {
  font-family: inherit;
}
.waverez_map-inner .leaflet-popup-content {
  background-color: inherit;
}
.waverez_map-inner .leaflet-left .waverez_map-inner .leaflet-control, .waverez_map-inner .leaflet-top .waverez_map-inner .leaflet-control {
  margin: 0;
}
.waverez_map-inner .custom-control {
  padding: 0.5rem 2rem;
  border-radius: 0.4rem 0 0.5rem 0;
  color: inherit;
  background-color: var(--wr-background-dark-blue-add_bg);
}
.waverez_map-inner .working_hours {
  white-space: pre-line;
}
@media (max-width: 1199.98px) {
  .waverez_map-inner .working_hours {
    white-space: normal;
  }
}

.default__style {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.default__style .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}

.google_latest_reviews .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.google_latest_reviews .ti-widget {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 991.5px) {
  .google_latest_reviews .ti-widget.ti-goog .ti-review-item {
    padding: 0 1rem;
  }
}
.google_latest_reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  color: var(--wr-typography-secondary);
  border-radius: var(--wr-border-radius) !important;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.13), 1px 1px 10px 0px rgba(0, 0, 0, 0.05);
}
.google_latest_reviews .ti-widget.ti-goog .ti-widget-container, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container * {
  font-family: var(--wp--preset--font-family--montserrat);
}
.google_latest_reviews .ti-widget.ti-goog .ti-widget-container .ti-name, .google_latest_reviews .ti-widget.ti-goog .ti-widget-container * .ti-name {
  color: var(--wr-primary-colors--laguna) !important;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .google_latest_reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0px !important;
  }
}
.google_latest_reviews .ti-widget.ti-goog .ti-stars .ti-star {
  width: 12px;
  height: 12px;
}

.wr_popup-message {
  position: fixed;
  top: 30%;
  left: 50%;
  padding: 0.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 18rem;
  color: var(--wr-typography-secondary);
  background: var(--wr-background-sky-blue);
  border-radius: 1rem;
  transform: translateX(-50%);
  box-shadow: var(--wr-box-shadow-default);
  z-index: 9999;
}
.wr_popup-message .title {
  margin-top: 1rem;
}
.wr_popup-message .description {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wr_popup-message .background-img {
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='143' viewBox='0 0 142 143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71 142.931C110.212 142.931 142 111.143 142 71.9309C142 32.7187 110.212 0.930908 71 0.930908C31.7878 0.930908 0 32.7187 0 71.9309C0 111.143 31.7878 142.931 71 142.931Z' fill='%23FAFAFA'/%3E%3Cpath d='M69.694 71.9306C66.9332 71.9306 64.2345 71.112 61.939 69.5782C59.6435 68.0444 57.8544 65.8644 56.7979 63.3138C55.7414 60.7632 55.465 57.9566 56.0036 55.2488C56.5422 52.5411 57.8716 50.054 59.8237 48.1018C61.7759 46.1497 64.2631 44.8202 66.9708 44.2816C69.6785 43.743 72.4851 44.0195 75.0357 45.076C77.5863 46.1325 79.7663 47.9216 81.3001 50.2171C82.8339 52.5125 83.6526 55.2113 83.6526 57.972C83.6488 61.6729 82.177 65.2212 79.56 67.8381C76.9431 70.455 73.3949 71.9269 69.694 71.9306ZM69.694 46.1434C67.3545 46.1434 65.0675 46.8372 63.1223 48.1369C61.1771 49.4367 59.661 51.284 58.7658 53.4454C57.8705 55.6068 57.6362 57.9852 58.0926 60.2797C58.549 62.5742 59.6756 64.6819 61.3299 66.3361C62.9841 67.9904 65.0918 69.1169 67.3863 69.5734C69.6808 70.0298 72.0592 69.7955 74.2206 68.9002C76.382 68.005 78.2293 66.4889 79.5291 64.5437C80.8288 62.5985 81.5226 60.3115 81.5226 57.972C81.5282 56.4144 81.2264 54.871 80.6347 53.4302C80.0429 51.9894 79.1728 50.6794 78.074 49.5754C76.9752 48.4713 75.6695 47.5949 74.2315 46.9962C72.7935 46.3976 71.2516 46.0885 69.694 46.0866V46.1434ZM69.3248 61.9906L76.084 55.2314C76.2721 55.0295 76.3745 54.7625 76.3696 54.4866C76.3648 54.2107 76.253 53.9475 76.0579 53.7523C75.8627 53.5572 75.5995 53.4454 75.3236 53.4406C75.0477 53.4357 74.7806 53.5381 74.5788 53.7262L68.5722 59.7328L64.8092 55.9556C64.6095 55.7562 64.3388 55.6442 64.0566 55.6442C63.7743 55.6442 63.5036 55.7562 63.304 55.9556C63.2035 56.0535 63.1236 56.1706 63.0691 56.2998C63.0146 56.4291 62.9865 56.5679 62.9865 56.7082C62.9865 56.8485 63.0146 56.9874 63.0691 57.1166C63.1236 57.2459 63.2035 57.3629 63.304 57.4608L67.8196 61.9906C67.9179 62.0902 68.0351 62.1691 68.1643 62.2228C68.2936 62.2764 68.4322 62.3037 68.5722 62.303C68.7124 62.3062 68.8518 62.2801 68.9814 62.2263C69.111 62.1725 69.228 62.0922 69.3248 61.9906Z' fill='%230DD1C5'/%3E%3Cpath d='M113.97 83.5747C114.253 83.5747 114.524 83.4625 114.723 83.2627C114.923 83.063 115.035 82.7921 115.035 82.5097C115.035 82.2272 114.923 81.9563 114.723 81.7566C114.524 81.5569 114.253 81.4447 113.97 81.4447H104.953V61.2807C104.953 61.2807 104.953 61.2097 104.953 61.1671C104.938 61.0781 104.909 60.992 104.868 60.9115C104.868 60.9115 104.868 60.9115 104.868 60.8263C104.807 60.7166 104.725 60.6201 104.627 60.5423L95.4252 53.1867V38.4755C95.4252 37.944 95.3205 37.4178 95.1171 36.9267C94.9137 36.4357 94.6156 35.9896 94.2398 35.6138C93.864 35.238 93.4179 34.9399 92.9269 34.7365C92.4359 34.5331 91.9096 34.4285 91.3782 34.4285H48.0682C46.996 34.4322 45.9688 34.8598 45.2106 35.6179C44.4525 36.3761 44.0249 37.4033 44.0212 38.4755V53.0873L34.8338 60.4429C34.7354 60.5207 34.6533 60.6172 34.5924 60.7269C34.5924 60.7269 34.5924 60.7269 34.5924 60.8121C34.5514 60.8926 34.5227 60.9787 34.5072 61.0677C34.5002 61.1052 34.5002 61.1437 34.5072 61.1813V102.02C34.5253 103.071 34.9496 104.073 35.6909 104.817C36.4323 105.561 37.4331 105.989 38.4832 106.011H100.963C102.035 106.007 103.063 105.579 103.821 104.821C104.579 104.063 105.006 103.036 105.01 101.964V83.5037L113.97 83.5747ZM102.241 61.2807L95.411 66.7335V55.8137L102.241 61.2807ZM46.1512 38.4755C46.1549 37.9682 46.358 37.4828 46.7167 37.1241C47.0755 36.7653 47.5609 36.5622 48.0682 36.5585H91.3072C91.8156 36.5585 92.3032 36.7604 92.6627 37.1199C93.0222 37.4794 93.2242 37.967 93.2242 38.4755V68.0115C93.2306 68.1386 93.2594 68.2636 93.3094 68.3807L83.7812 75.9351C83.5629 76.1153 83.4243 76.3741 83.395 76.6557C83.3658 76.9373 83.4484 77.219 83.625 77.4403C83.7123 77.5617 83.8242 77.6633 83.9535 77.7386C84.0827 77.8139 84.2263 77.8611 84.375 77.8772C84.5237 77.8932 84.6741 77.8778 84.8165 77.8319C84.9588 77.786 85.0899 77.7106 85.2012 77.6107L102.852 63.5101V102.02C102.86 102.134 102.86 102.248 102.852 102.361L80.3448 79.9537C80.2106 79.8223 80.0436 79.7294 79.8613 79.6844C79.679 79.6395 79.488 79.6442 79.3082 79.6981C79.2249 79.7351 79.1442 79.7778 79.0668 79.8259C79.0668 79.8259 78.9816 79.8259 78.939 79.8259L69.7374 87.1815L60.621 79.8827L46.0802 68.3807C46.1017 68.2585 46.1017 68.1336 46.0802 68.0115L46.1512 38.4755ZM36.6372 102.375C36.5986 102.265 36.5747 102.151 36.5662 102.035V63.4959L58.2212 80.7915L36.6372 102.375ZM44.0212 66.7335L37.2052 61.2807L44.0212 55.8137V66.7335ZM38.4832 103.937C38.3669 103.929 38.2523 103.905 38.1424 103.866L59.8826 82.1263L69.0274 89.4535C69.2196 89.5986 69.4539 89.6771 69.6948 89.6771C69.9356 89.6771 70.1699 89.5986 70.3622 89.4535L79.5212 82.1263L101.247 103.866C101.137 103.904 101.022 103.928 100.906 103.937H38.4832ZM121.766 93.7135C121.766 93.9959 121.654 94.2668 121.454 94.4665C121.254 94.6663 120.984 94.7785 120.701 94.7785H109.654C109.371 94.7785 109.1 94.6663 108.9 94.4665C108.701 94.2668 108.589 93.9959 108.589 93.7135C108.589 93.431 108.701 93.1601 108.9 92.9604C109.1 92.7607 109.371 92.6485 109.654 92.6485H120.701C120.982 92.6521 121.251 92.7655 121.45 92.9645C121.649 93.1634 121.762 93.4321 121.766 93.7135Z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10rem;
  height: 15rem;
  width: 100%;
}
@media screen and (max-width: 575.5px) {
  .wr_popup-message .background-img {
    background-size: 8rem;
    height: 9rem;
  }
}

.page_404_background {
  background-color: #222F3C;
}
.page_404_background_gradient {
  background: linear-gradient(180deg, rgba(17, 41, 59, 0) 79%, rgba(42, 189, 235, 0.42) 100%);
  padding-bottom: 5rem;
}
.page_404 .rectangle {
  margin: 3rem auto;
  padding: 0 1rem;
  max-width: 58rem;
}
.page_404 img {
  width: 100%;
}
.page_404 button {
  max-width: 15rem;
  padding: 0.75rem 1.62rem;
}

.success_stories {
  font-size: 1.125rem;
  line-height: 150%;
}
.success_stories__block.background {
  background: linear-gradient(54deg, #EBF5FF 0%, #F3FBFF 87.57%);
}
.success_stories__block_body {
  padding-top: 5.62rem;
  padding-bottom: 1.75rem;
  max-width: 59.4rem;
}
.success_stories__info {
  color: #6C6B6B;
  font-size: 1.25rem;
}
.success_stories__cards {
  padding-top: 2.3rem;
  padding-bottom: 1.8rem;
}
.success_stories__cards .carousel-inner {
  overflow: scroll;
}
.success_stories__cards .carousel-indicators {
  padding-top: 1.87rem;
  padding-bottom: 1.87rem;
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .carousel-indicators {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .card, .success_stories__cards .banner_media_left__style .main, .banner_media_left__style .success_stories__cards .main, .success_stories__cards .banner_media_right__style .main, .banner_media_right__style .success_stories__cards .main, .success_stories__cards .banner_media_video__style .main, .banner_media_video__style .success_stories__cards .main, .success_stories__cards .banner_media_slider_right__style .main, .banner_media_slider_right__style .success_stories__cards .main, .success_stories__cards .banner_media_gallery__style .main, .banner_media_gallery__style .success_stories__cards .main, .success_stories__cards .banner_submit__style .main, .banner_submit__style .success_stories__cards .main, .success_stories__cards .banner_easy-submit__style .main, .banner_easy-submit__style .success_stories__cards .main {
    font-size: 0.89rem;
  }
}
.success_stories__cards .card:hover .card-img, .success_stories__cards .banner_media_left__style .main:hover .card-img, .banner_media_left__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_media_right__style .main:hover .card-img, .banner_media_right__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_media_video__style .main:hover .card-img, .banner_media_video__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_media_slider_right__style .main:hover .card-img, .banner_media_slider_right__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_media_gallery__style .main:hover .card-img, .banner_media_gallery__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_submit__style .main:hover .card-img, .banner_submit__style .success_stories__cards .main:hover .card-img, .success_stories__cards .banner_easy-submit__style .main:hover .card-img, .banner_easy-submit__style .success_stories__cards .main:hover .card-img {
  transform: scale(1.1);
}
.success_stories__cards .card:hover::after, .success_stories__cards .banner_media_left__style .main:hover::after, .banner_media_left__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_media_right__style .main:hover::after, .banner_media_right__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_media_video__style .main:hover::after, .banner_media_video__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_media_slider_right__style .main:hover::after, .banner_media_slider_right__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_media_gallery__style .main:hover::after, .banner_media_gallery__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_submit__style .main:hover::after, .banner_submit__style .success_stories__cards .main:hover::after, .success_stories__cards .banner_easy-submit__style .main:hover::after, .banner_easy-submit__style .success_stories__cards .main:hover::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #0DD1C5;
}
.success_stories__cards .card-img {
  border-radius: 16px;
  transition: transform 0.4s;
  height: 100%;
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .card-img {
    max-width: 100%;
  }
}
.success_stories__cards .card-body {
  padding: 2.48rem 3.5rem 0.75rem 0;
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .card-body {
    padding: 1.5rem 1rem;
  }
}
.success_stories__cards .card-body .rating_star {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}
.success_stories__cards .card-body .rating_star i {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23f0b632' fill='%23f0b632' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1rem;
  margin-right: 0.2rem;
  width: 1rem;
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .card-body .rating_star i {
    height: 0.85rem;
    width: 0.85rem;
  }
}
.success_stories__cards .card-body .rating_star i.empty {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.success_stories__cards .card-body .description {
  padding: 0.62rem 0 2.47rem;
  font-size: 112%;
  line-height: 165%;
}
@media screen and (max-width: 767.5px) {
  .success_stories__cards .card-body .description {
    padding: 0.5rem 0 1rem;
  }
}
.success_stories__cards .card-body .element_name {
  color: #6C6B6B;
  font-weight: 500;
}
.success_stories__cards .card-body .element_agency {
  color: #C4C4C4;
  font-size: 87%;
  font-weight: 400;
}
.success_stories__cards .card-body .signature {
  border-radius: 1.375rem;
  border: 1px solid #ECFAFB;
  background: #F2F2F2;
  padding: 0.37rem 1.25rem;
}

.blog_post {
  color: #6C6B6B;
}
.blog_post .body__header {
  background: var(--wr-background-base-body);
}
.blog_post .body__header .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.blog_post .body__header_main {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1199.5px) {
  .blog_post .body__header_main {
    padding-top: 4.5rem;
    padding-bottom: 2.125rem;
  }
}
@media screen and (max-width: 575.5px) {
  .blog_post .body__header_main {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}
.blog_post .body__header_main .wp-block-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-height: 450px;
  padding: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main .wp-block-cover {
    width: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 575.5px) {
  .blog_post .body__header_main .wp-block-cover {
    max-height: 300px;
  }
}
.blog_post .body__header_main .wp-block-cover img {
  object-fit: cover;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main .wp-block-cover img {
    width: fit-content;
  }
}
.blog_post .body__header_main .wp-block-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(16, 27, 36, 0.9) 25%, rgba(16, 27, 36, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.blog_post .body__header_main .wp-block-cover__inner-container {
  position: absolute;
  top: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: var(--wr-typography-white);
  height: 100%;
  padding: 1rem;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container {
    padding: 0.75rem;
  }
}
.blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs {
  font-size: 0.875rem;
}
.blog_post .body__header_main .wp-block-cover__inner-container .header_title {
  margin-top: 1rem;
  text-align: center;
}
.blog_post .body__header_main .wp-block-cover__inner-container .header_title .description {
  margin-top: 1rem;
}
.blog_post .body__header_main .wp-block-cover__inner-container .subcategory {
  margin-top: 0.875rem;
  width: max-content;
}
@media screen and (max-width: 767.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container .subcategory {
    margin: 0.875rem auto;
  }
}
@media screen and (max-width: 575.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container .subcategory {
    width: fit-content;
    text-align: center;
  }
}
.blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line {
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.5rem;
}
@media screen and (max-width: 575.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line {
    width: 100%;
  }
}
.blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line .data {
  color: #C4C4C4;
  vertical-align: middle;
}
.blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line .data_img {
  width: 2.7rem;
  height: 2.7rem;
  background-color: #ECFAFB;
  border-radius: 50%;
  border: 1px solid var(--wr-primary-colors--laguna);
  margin-right: 0.25rem;
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container .subcategory__line .data_img {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.blog_post .body__header_main .wp-block-cover__inner-container .subcategory .divider {
  color: #C4C4C4;
  margin: 0 1.3rem;
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main .wp-block-cover__inner-container .subcategory .divider {
    margin: 0 0.3rem;
  }
}
.blog_post .body__header_main_block {
  margin-top: 2.25rem;
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main_block {
    margin-top: 1rem;
  }
}
.blog_post .body__header_main_button {
  margin: initial;
  margin-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.5px) {
  .blog_post .body__header_main_button {
    margin: inherit;
  }
}
@media screen and (max-width: 991.5px) {
  .blog_post .body__header_main_button button.menu__item {
    padding: 0.75rem 0.62rem;
  }
}
@media screen and (max-width: 767.5px) {
  .blog_post .body__header_main_button button.menu__item {
    padding: 0.75rem 1.5rem;
  }
}
.blog_post .content {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 600px) {
  .blog_post .content {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
.blog_post .content__body {
  font-family: Montserrat, arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #6C6B6B;
  font-size: 1.125rem;
}
@media screen and (max-width: 991.5px) {
  .blog_post .content__body {
    width: 100%;
  }
}
.blog_post .content__body .wp-block-quote ul {
  list-style: none;
}
.blog_post .content__body .wp-block-quote ul li {
  color: #6C6B6B;
  margin-top: 1.25rem;
  padding-left: 0.25rem;
}
.blog_post .content__body .wp-block-quote ul li::before {
  content: "✧";
  color: #9762EF;
  margin-left: -1.25rem;
}
.blog_post .content__body .has-background {
  border-radius: 16px;
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.blog_post .content__body a {
  text-decoration: none;
  color: #FF7C06;
}
.blog_post .content__body a mark.has-inline-color {
  padding: 0 0.56rem;
  border-radius: 8px;
  background-color: rgba(255, 124, 6, 0.1) !important;
}
@media screen and (max-width: 428px) {
  .blog_post .content__body .list, .blog_post .content__body .banner_media_right__style .main__block_text ul, .banner_media_right__style .main__block_text .blog_post .content__body ul, .blog_post .content__body .banner_media_slider_right__style .main__block_text ul, .banner_media_slider_right__style .main__block_text .blog_post .content__body ul {
    padding-left: 1.5rem;
  }
}
.blog_post .content__body .list li, .blog_post .content__body .banner_media_right__style .main__block_text ul li, .banner_media_right__style .main__block_text .blog_post .content__body ul li, .blog_post .content__body .banner_media_slider_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text .blog_post .content__body ul li {
  color: #6C6B6B;
  font-size: 1.125rem;
}
.blog_post .content__body .list li .text, .blog_post .content__body .banner_media_right__style .main__block_text ul li .text, .banner_media_right__style .main__block_text .blog_post .content__body ul li .text, .blog_post .content__body .banner_media_slider_right__style .main__block_text ul li .text, .banner_media_slider_right__style .main__block_text .blog_post .content__body ul li .text {
  margin-left: 0.2rem;
}
@media screen and (max-width: 428px) {
  .blog_post .content__body .list li, .blog_post .content__body .banner_media_right__style .main__block_text ul li, .banner_media_right__style .main__block_text .blog_post .content__body ul li, .blog_post .content__body .banner_media_slider_right__style .main__block_text ul li, .banner_media_slider_right__style .main__block_text .blog_post .content__body ul li {
    font-size: 1rem;
  }
}
.blog_post .content__body .about_the_author {
  color: #6C6B6B;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1.87rem 3.12rem;
  border-radius: 16px;
  border: 1px solid var(--wr-primary-colors--laguna);
  background-color: #F2F2F2;
}
@media screen and (max-width: 767.5px) {
  .blog_post .content__body .about_the_author {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .blog_post .content__body .about_the_author {
    padding: 1.5rem 2rem;
  }
}
.blog_post .content__body .about_the_author .title {
  text-align: left;
}
.blog_post .content__body .about_the_author .author {
  text-align: left;
  color: var(--wr-primary-colors--laguna);
}
.blog_post .content__body .about_the_author .author a {
  color: var(--wr-primary-colors--laguna);
}
.blog_post .content__body .about_the_author .author_img {
  max-width: 8rem;
  height: auto;
  border-radius: 50%;
  border: 1px solid var(--wr-primary-colors--laguna);
  background-color: #ECFAFB;
  transition: 0.2s;
}
.blog_post .content__body .about_the_author .author_img:hover {
  background-color: #FFFFFF;
}
@media screen and (max-width: 991.5px) {
  .blog_post .content__body .about_the_author .author_img {
    max-width: 6rem;
  }
}
.blog_post .content__body .success_stories__title {
  font-size: 2rem;
}
.blog_post .content__body .success_stories__block_body {
  margin-top: 1.62rem;
  margin-bottom: 2.62rem;
  padding-top: 1.62rem;
  padding-bottom: 0.5rem;
}
.blog_post .content__body .success_stories__block_body .card-body {
  padding: 1.5rem 2rem 1rem 0;
}
@media screen and (max-width: 767.5px) {
  .blog_post .content__body .success_stories__block_body .card-body {
    padding: 1.5rem 1rem;
  }
}
.blog_post .content__body .success_stories__block_body .card-body .description {
  padding: 0.62rem 0 1.47rem;
  font-size: 1rem;
  line-height: 1.5;
}
.blog_post .content__body .success_stories__block_body .card:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_media_left__style .main:hover .card-img, .banner_media_left__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_media_right__style .main:hover .card-img, .banner_media_right__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_media_video__style .main:hover .card-img, .banner_media_video__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_media_slider_right__style .main:hover .card-img, .banner_media_slider_right__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_media_gallery__style .main:hover .card-img, .banner_media_gallery__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_submit__style .main:hover .card-img, .banner_submit__style .blog_post .content__body .success_stories__block_body .main:hover .card-img, .blog_post .content__body .success_stories__block_body .banner_easy-submit__style .main:hover .card-img, .banner_easy-submit__style .blog_post .content__body .success_stories__block_body .main:hover .card-img {
  transform: scale(1.05);
}
.blog_post .content__body .success_stories__block_body .carousel-indicators {
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
}
.blog_post .content__body .shortcode_banner {
  margin: 1rem 0;
}
.blog_post .content__body .shortcode_banner_img {
  width: 100%;
  padding: 1rem;
}
.blog_post .content .sidebar {
  margin-left: 1rem;
  max-width: 20rem;
  min-width: 10rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
}
@media screen and (max-width: 991.5px) {
  .blog_post .content .sidebar {
    min-width: 1rem;
  }
}
.blog_post .content .sidebar_present {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 991.5px) {
  .blog_post .content .sidebar_present {
    width: 100%;
  }
}
.blog_post .content .sidebar.sticky {
  position: sticky;
  top: 6rem;
}
.blog_post .content .sidebar_right {
  padding: 2rem 1.5rem 1.375rem 1.375rem;
  border-radius: 16px;
  background-color: #F1FDFF;
}
.blog_post .content .sidebar_right .table_contents, .blog_post .content .sidebar_right .our_services, .blog_post .content .sidebar_right .related {
  padding: 1rem 0.5rem 1.2rem;
  color: #333333;
  border-top: 1px solid #0DD1C5;
}
.blog_post .content .sidebar_right .table_contents .title, .blog_post .content .sidebar_right .our_services .title, .blog_post .content .sidebar_right .related .title {
  font-size: 1.125rem;
  font-weight: 500;
}
.blog_post .content .sidebar_right .table_contents .list_content, .blog_post .content .sidebar_right .our_services .list_content, .blog_post .content .sidebar_right .related .list_content {
  margin-top: 1rem;
}
.blog_post .content .sidebar_right .table_contents .list_content .item, .blog_post .content .sidebar_right .our_services .list_content .item, .blog_post .content .sidebar_right .related .list_content .item {
  margin-bottom: 0.62rem;
}
.blog_post .content .sidebar_right .table_contents .list_content .item:hover, .blog_post .content .sidebar_right .our_services .list_content .item:hover, .blog_post .content .sidebar_right .related .list_content .item:hover {
  color: #0DD1C5;
}
.blog_post .content .sidebar_right div:first-child {
  border-top: unset;
}
.blog_post .content .follow_list {
  position: relative;
  width: fit-content;
  margin-bottom: 2.32rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .blog_post .content .follow_list {
    margin-bottom: 1.5rem;
  }
}
.blog_post .content .follow_list .link-shadow {
  width: 50px;
  height: 50px;
}

.home_page {
  margin-bottom: 1rem;
}
.home_page .body__header_background {
  background-color: var(--wr-background-dark-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='425' viewBox='0 0 1920 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7'%3E%3Cpath d='M-128.643 89.6848C-98.9233 169.27 -24.4151 240.564 75.898 285.413C176.211 330.262 301.352 348.25 419.46 334.756C543.262 320.634 653.279 274.491 764.652 234.85C876.024 195.209 999.22 160.542 1123.53 172.236C1223.12 181.603 1311.42 219.668 1406.4 242.284C1564.53 279.944 1744.15 273.01 1895.12 223.406C2046.09 173.802 2166.6 82.139 2223 -26V811.589L-157 799.148L-128.643 89.6848Z' fill='url(%23paint0_linear_474_88112)'/%3E%3Cpath d='M2067.54 92.8555C2055.13 166.722 1945.24 218.544 1835.93 229.767C1726.63 240.991 1616.27 221.869 1507.5 208.577C1398.74 195.285 1281.19 188.524 1182.35 221.826C1096.43 250.774 1028.73 308.588 933.121 315.204C794.64 324.756 691.126 222.784 553.27 209.911C471.008 202.269 390.312 227.707 318.875 256.198C247.438 284.688 176.768 317.606 95.0087 327.295C13.2491 336.984 -84.5103 314.9 -113 262.459V1034.88L2123 1073.26L2067.54 92.8555Z' fill='url(%23paint1_linear_474_88112)'/%3E%3Cpath d='M-124 448.734C-96.4351 374.833 19.2151 300.585 100.097 271.027C180.979 241.469 276.279 244.955 354.2 280.304C432.392 315.8 489.902 379.513 564.566 420.629C670.548 478.993 809.824 524.301 922.639 477.173C985.529 450.898 1041.51 408.768 1109.81 397.51C1216.33 379.963 1316.63 441.191 1420.75 467.902C1614.5 517.616 1840.95 393.85 1935.37 235.186L1935.37 860.435L-166 892.209L-124 448.734Z' fill='url(%23paint2_linear_474_88112)'/%3E%3Cpath d='M1954 356.306C1876.54 423.818 1762.28 444.995 1656.09 436.29C1549.9 427.584 1448.68 392.593 1347.83 360.723C1246.98 328.853 1142.67 299.499 1036.12 302.737C811.153 309.577 608.638 459.994 383.945 447.629C286.772 442.261 194.669 406.443 98.4396 392.775C2.20996 379.107 -109.875 394.236 -166.999 466.875L-167 975.572L1941 963.36L1954 356.306Z' fill='url(%23paint3_linear_474_88112)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_474_88112' x1='19.0001' y1='-111.25' x2='15.3916' y2='753.15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.692708' stop-color='%233397B0'/%3E%3Cstop offset='0.833333' stop-color='%232EDFF1'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_474_88112' x1='59.8673' y1='33.3159' x2='58.0039' y2='635.4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.617153' stop-color='%233397B0'/%3E%3Cstop offset='0.833333' stop-color='%2380E5EF'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_474_88112' x1='41.5733' y1='180.777' x2='39.8781' y2='730.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.322917' stop-color='%2345B5D1' stop-opacity='0.3'/%3E%3Cstop offset='0.512084' stop-color='%23BDF3FA' stop-opacity='0.17'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_474_88112' x1='-2.43667' y1='256.434' x2='-0.599132' y2='937.187' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23213846' stop-opacity='0'/%3E%3Cstop offset='0.371392' stop-color='%2345B5D1' stop-opacity='0.3'/%3E%3Cstop offset='0.582255' stop-color='%23222F3C' stop-opacity='0.3'/%3E%3Cstop offset='0.958333' stop-color='%23222F3C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: var(--wr-border-radius);
  height: 25rem;
}
@media screen and (max-width: 991.5px) {
  .home_page .body__header_background {
    background-size: auto 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 575.5px) {
  .home_page .body__header_background {
    background-size: auto 100%;
    height: 14rem;
  }
}
.home_page .body__header_main {
  height: 100%;
  justify-content: center;
  z-index: 5;
}
.home_page .body__header_title {
  color: var(--wr-typography-white);
  text-align: center !important;
  margin-top: 1.5rem;
}
.home_page .body__header_description {
  color: var(--wr-typography-white);
  margin-top: 2.5rem;
  text-align: center !important;
}
@media screen and (max-width: 991.5px) {
  .home_page .body__header_description {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575.5px) {
  .home_page .body__header_description {
    margin-top: 1rem;
  }
}
.home_page .body__header_title_additional {
  color: #F6FBFF;
  margin: 1.5rem;
  flex-wrap: nowrap;
  text-align: center !important;
}
.home_page .body__header_title_additional .item__bar {
  font-weight: 400;
  vertical-align: middle;
  margin: 0.5rem;
}
.home_page .body__header_main_button {
  width: fit-content;
  margin: 0 auto;
}
.home_page .body__header_main_button .button {
  min-width: 14.125rem;
  max-width: 16rem;
  padding: 1rem 1.62rem;
  margin: 0 auto;
}
@media screen and (max-width: 575.5px) {
  .home_page .body__header_main_button .button {
    min-width: 18rem;
    padding: 0.75rem 1.62rem;
  }
}

.news_updates__block {
  background-color: #FFFFFF;
}
.news_updates__block .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}
.news_updates__block_body {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.5px) {
  .news_updates__block_body {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .news_updates__block_body {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.news_updates__cards {
  padding-top: 3rem;
}
@media screen and (max-width: 575.5px) {
  .news_updates__cards {
    padding-top: 2rem;
  }
}
.news_updates__cards .card .post-thumbnail, .news_updates__cards .banner_media_left__style .main .post-thumbnail, .banner_media_left__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_media_right__style .main .post-thumbnail, .banner_media_right__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_media_video__style .main .post-thumbnail, .banner_media_video__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_media_slider_right__style .main .post-thumbnail, .banner_media_slider_right__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_media_gallery__style .main .post-thumbnail, .banner_media_gallery__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_submit__style .main .post-thumbnail, .banner_submit__style .news_updates__cards .main .post-thumbnail, .news_updates__cards .banner_easy-submit__style .main .post-thumbnail, .banner_easy-submit__style .news_updates__cards .main .post-thumbnail {
  padding: 1rem;
}
.news_updates__cards .card .post-thumbnail img, .news_updates__cards .banner_media_left__style .main .post-thumbnail img, .banner_media_left__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_media_right__style .main .post-thumbnail img, .banner_media_right__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_media_video__style .main .post-thumbnail img, .banner_media_video__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_media_slider_right__style .main .post-thumbnail img, .banner_media_slider_right__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_media_gallery__style .main .post-thumbnail img, .banner_media_gallery__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_submit__style .main .post-thumbnail img, .banner_submit__style .news_updates__cards .main .post-thumbnail img, .news_updates__cards .banner_easy-submit__style .main .post-thumbnail img, .banner_easy-submit__style .news_updates__cards .main .post-thumbnail img {
  width: 100%;
  border-radius: var(--wr-border-radius);
}
.news_updates__cards .card:hover::after, .news_updates__cards .banner_media_left__style .main:hover::after, .banner_media_left__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_media_right__style .main:hover::after, .banner_media_right__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_media_video__style .main:hover::after, .banner_media_video__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_media_slider_right__style .main:hover::after, .banner_media_slider_right__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_media_gallery__style .main:hover::after, .banner_media_gallery__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_submit__style .main:hover::after, .banner_submit__style .news_updates__cards .main:hover::after, .news_updates__cards .banner_easy-submit__style .main:hover::after, .banner_easy-submit__style .news_updates__cards .main:hover::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: var(--wr-border-radius);
  border: 1px solid var(--wr-primary-colors--laguna);
}
.news_updates__cards .card-body {
  padding: 1.875rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1199.5px) {
  .news_updates__cards .card-body {
    padding: 1rem;
    padding-top: 0.375rem;
  }
}
.news_updates__cards .card-body .subcategory {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  color: var(--wr-typography-additional);
}
@media screen and (max-width: 575.5px) {
  .news_updates__cards .card-body .subcategory {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199.5px) {
  .news_updates__cards .card-body .subcategory {
    font-size: 0.875rem;
  }
}
.news_updates__cards .card-body .subcategory span {
  vertical-align: middle;
}
.news_updates__cards .card-body .subcategory span a {
  vertical-align: middle;
}
.news_updates__cards .card-body .subcategory .author {
  white-space: nowrap;
}
.news_updates__cards .card-body .subcategory .author img {
  vertical-align: middle;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #ECFAFB;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid var(--wr-primary-colors--laguna);
  margin-right: 0.25rem;
}
@media screen and (max-width: 1199.5px) {
  .news_updates__cards .card-body .subcategory .author img {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.15rem;
  }
}
@media screen and (max-width: 428px) {
  .news_updates__cards .card-body .subcategory .author img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.15rem;
  }
}
.news_updates__cards .card-body .subcategory .date {
  white-space: nowrap;
}
.news_updates__cards .card-body .subcategory .date .icon {
  vertical-align: middle;
}
@media screen and (max-width: 1199.5px) {
  .news_updates__cards .card-body .subcategory .date .icon {
    width: 20px;
    height: 20px;
  }
}
.news_updates__cards .card-body .subcategory .date .divider {
  color: var(--wr-primary-colors--laguna);
  padding: 0 0.675rem;
}
.news_updates__cards .card-body .title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.news_updates__cards .card-body .row a {
  width: fit-content;
}
.news_updates .main__block {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.news_updates .main__body.background {
  background: linear-gradient(54deg, #F3FBFF 0%, #EBF5FF 87.81%);
}
.news_updates .main__body h2, .news_updates .main__body .chapter-block__style, :root .news_updates .main__body :where(h2, .chapter-block__style) {
  margin-left: 2rem;
  text-align: left;
}
@media screen and (max-width: 428px) {
  .news_updates .main__body h2, .news_updates .main__body .chapter-block__style, :root .news_updates .main__body :where(h2, .chapter-block__style) {
    margin-left: 1.5rem;
  }
}

.download_modal {
  border-radius: 16px;
  max-width: 99%;
  margin: 3rem auto;
}
@media screen and (min-width: 1400px) {
  .download_modal {
    max-width: 80rem;
  }
}
.download_modal .btn-close {
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  right: 0.1rem;
}
.download_modal .modal-dialog {
  max-width: 95%;
}
@media screen and (max-width: 1199.5px) {
  .download_modal .modal-dialog {
    max-width: 99%;
  }
}
.download_modal .modal-content {
  border-radius: 16px;
  line-height: 1.5;
  background: #FFFFFF;
}
.download_modal .modal-header {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom: none;
  background: url("../../images/download-modal-background.webp") #FFFFFF no-repeat;
  background-size: 100% 100%;
  padding-top: 5.4rem;
  padding-bottom: 7rem;
}
.download_modal .modal-header_title {
  line-height: 1.4;
}
@media screen and (max-width: 991.5px) {
  .download_modal .modal-header_title {
    font-size: 1.5rem;
  }
}
.download_modal .modal-header_description {
  color: #6C6B6B;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 991.5px) {
  .download_modal .modal-header_description {
    font-size: 1.125rem;
  }
}
.download_modal .modal-body {
  margin-top: -5rem;
  margin-bottom: 9rem;
}
.download_modal .modal-body .row {
  row-gap: 5rem;
}
.download_modal .modal-body .card, .download_modal .modal-body .banner_media_left__style .main, .banner_media_left__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_right__style .main, .banner_media_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_video__style .main, .banner_media_video__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_slider_right__style .main, .banner_media_slider_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_gallery__style .main, .banner_media_gallery__style .download_modal .modal-body .main, .download_modal .modal-body .banner_submit__style .main, .banner_submit__style .download_modal .modal-body .main, .download_modal .modal-body .banner_easy-submit__style .main, .banner_easy-submit__style .download_modal .modal-body .main {
  width: 33.5rem;
  height: 19rem;
  box-shadow: 3px 5px 23px 0 rgba(162, 180, 189, 0.2);
  overflow: unset;
}
@media screen and (max-width: 991.5px) {
  .download_modal .modal-body .card, .download_modal .modal-body .banner_media_left__style .main, .banner_media_left__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_right__style .main, .banner_media_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_video__style .main, .banner_media_video__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_slider_right__style .main, .banner_media_slider_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_gallery__style .main, .banner_media_gallery__style .download_modal .modal-body .main, .download_modal .modal-body .banner_submit__style .main, .banner_submit__style .download_modal .modal-body .main, .download_modal .modal-body .banner_easy-submit__style .main, .banner_easy-submit__style .download_modal .modal-body .main {
    height: 22rem;
  }
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card, .download_modal .modal-body .banner_media_left__style .main, .banner_media_left__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_right__style .main, .banner_media_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_video__style .main, .banner_media_video__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_slider_right__style .main, .banner_media_slider_right__style .download_modal .modal-body .main, .download_modal .modal-body .banner_media_gallery__style .main, .banner_media_gallery__style .download_modal .modal-body .main, .download_modal .modal-body .banner_submit__style .main, .banner_submit__style .download_modal .modal-body .main, .download_modal .modal-body .banner_easy-submit__style .main, .banner_easy-submit__style .download_modal .modal-body .main {
    height: 16rem;
    width: 23rem;
  }
}
.download_modal .modal-body .card-header {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FF7C06;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 0;
  background-color: rgba(255, 124, 6, 0.1);
  border-bottom: 1px solid rgba(255, 124, 6, 0.3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-header {
    padding: 0.5rem 1rem;
  }
}
.download_modal .modal-body .card-body {
  padding: 0.82rem 2rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body {
    padding: 0.82rem 1rem;
  }
}
.download_modal .modal-body .card-body .description {
  font-size: 1rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .description {
    font-size: 0.87rem;
  }
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .menu__item {
    font-size: 0.57rem;
  }
}
.download_modal .modal-body .card-body .inner {
  width: 100%;
  height: 100%;
  color: #6C6B6B;
  font-size: 0.62rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 1rem 0.25rem 0.5rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner {
    font-size: 0.41rem;
    line-height: 1.45;
    margin: 0.5rem 0.12rem 0.25rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body {
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-body {
    padding: 0.87rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-body .name {
    font-size: 0.55rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body .definition {
  margin: 0.25rem 0;
}
.download_modal .modal-body .card-body .inner .card-body .title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-body .title {
    font-size: 0.72rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body .description {
  margin: 0.5rem;
  font-size: 0.94rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-body .description {
    font-size: 0.53rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body .link {
  margin: 1.25rem 0 0;
}
.download_modal .modal-body .card-body .inner .card-body .tags {
  padding: 0.12rem 1rem;
  font-size: 0.72rem;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-body .tags {
    font-size: 0.57rem;
  }
}
.download_modal .modal-body .card-body .inner .card-body .fon_sky_blue {
  margin: 0.5rem 0 0.87rem;
  padding: 1.41rem 2rem;
  background-color: #F6FBFF;
  border-radius: 8px;
}
.download_modal .modal-body .card-body .inner .card-footer {
  margin-top: 0.87rem;
  background-color: #F6FBFF;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  border-top: unset;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-footer {
    margin-top: 0.5rem;
    padding: 0.5rem 0.87rem;
  }
}
.download_modal .modal-body .card-body .inner .card-footer .element_rating {
  color: #6C6B6B;
  font-weight: 400;
  line-height: 1.37rem;
}
.download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}
.download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23f0b632' fill='%23f0b632' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 0.62rem;
  margin-right: 0.124rem;
  width: 0.62rem;
}
@media screen and (max-width: 767.5px) {
  .download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i {
    height: 0.527rem;
    width: 0.527rem;
  }
}
.download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i.empty {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star {
    align-items: center;
    display: inline-flex;
    white-space: nowrap;
  }
  .download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23f0b632' fill='%23f0b632' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 0.35rem;
    margin-right: 0.07rem;
    width: 0.35rem;
  }
}
@media screen and (max-width: 575.5px) and (max-width: 767.5px) {
  .download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i {
    height: 0.2975rem;
    width: 0.2975rem;
  }
}
@media screen and (max-width: 575.5px) {
  .download_modal .modal-body .card-body .inner .card-footer .element_rating .rating_star i.empty {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.view_demo_modal .modal-body {
  margin-top: -6rem;
  margin-bottom: 2rem;
}
.view_demo_modal .modal-body .row {
  row-gap: 2.5rem;
}
.view_demo_modal .modal-body .card, .view_demo_modal .modal-body .banner_media_left__style .main, .banner_media_left__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_media_right__style .main, .banner_media_right__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_media_video__style .main, .banner_media_video__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_media_slider_right__style .main, .banner_media_slider_right__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_media_gallery__style .main, .banner_media_gallery__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_submit__style .main, .banner_submit__style .view_demo_modal .modal-body .main, .view_demo_modal .modal-body .banner_easy-submit__style .main, .banner_easy-submit__style .view_demo_modal .modal-body .main {
  width: 100%;
  height: unset;
}
.view_demo_modal .modal-body .card-body {
  padding: 1.62rem 3.4rem 3.5rem;
}
@media screen and (max-width: 575.5px) {
  .view_demo_modal .modal-body .card-body {
    padding: 1.62rem 1.4rem 2.5rem;
  }
}
.view_demo_modal .modal-body .card-body .description {
  padding-left: 2rem;
  margin-bottom: 0.67rem;
}
.view_demo_modal .modal-body .card-body .modal_input {
  background: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 0.625rem 2rem;
  height: auto;
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
}
.view_demo_modal .modal-body .card-body .modal_input:focus-visible {
  border-color: #0DD1C5;
  outline: 0;
}
.view_demo_modal .modal-body .card-body .modal_input::placeholder {
  color: #C4C4C4;
}
.view_demo_modal .modal-body .card-body .modal_input.danger {
  border: 1px solid #FF7C06;
}
.view_demo_modal .modal-body .card-body button {
  position: relative;
  font-size: 1.25rem;
  padding: 0.25rem 3rem;
}
@media screen and (max-width: 575.5px) {
  .view_demo_modal .modal-body .card-body button {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem;
  }
}
.view_demo_modal .modal-body .card-body button.button {
  margin-top: 1rem;
}
.view_demo_modal .modal-body .card-body .form_notification {
  display: none;
  position: relative;
  width: fit-content;
  font-size: 1.125rem;
  color: #FF7C06;
  padding: 0.5rem 1.5rem;
  border-radius: 16px;
  background-color: rgba(255, 124, 6, 0.3);
}
@media screen and (max-width: 575.5px) {
  .view_demo_modal .modal-body .card-body .form_notification {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
}
.view_demo_modal_next .modal-header {
  background: url("../../images/view-demo-backgrond-two.webp") no-repeat;
  background-size: auto 100%;
  background-position-x: center;
}
.view_demo_modal_next .modal-header img {
  max-width: 19rem;
}
.view_demo_modal_next .modal-body {
  margin-top: -6rem;
  margin-bottom: 2rem;
}
.view_demo_modal_next .modal-body .row {
  row-gap: 1.5rem;
}
.view_demo_modal_next .modal-body .card, .view_demo_modal_next .modal-body .banner_media_left__style .main, .banner_media_left__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_media_right__style .main, .banner_media_right__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_media_video__style .main, .banner_media_video__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_media_slider_right__style .main, .banner_media_slider_right__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_media_gallery__style .main, .banner_media_gallery__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_submit__style .main, .banner_submit__style .view_demo_modal_next .modal-body .main, .view_demo_modal_next .modal-body .banner_easy-submit__style .main, .banner_easy-submit__style .view_demo_modal_next .modal-body .main {
  width: 100%;
  height: unset;
}
.view_demo_modal_next .modal-body .card-body-noborder, .view_demo_modal_next .modal-body .card-body-border {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.45rem;
  padding: 0;
  border-radius: 16px;
}
@media screen and (max-width: 575.5px) {
  .view_demo_modal_next .modal-body .card-body-noborder, .view_demo_modal_next .modal-body .card-body-border {
    padding: 1.3rem 1rem;
  }
}
.view_demo_modal_next .modal-body .card-body-noborder img, .view_demo_modal_next .modal-body .card-body-border img {
  width: 100%;
  box-shadow: 3px 5px 23px 0 rgba(162, 180, 189, 0.2);
}
.view_demo_modal_next .modal-body .card-body-noborder .description, .view_demo_modal_next .modal-body .card-body-border .description {
  font-size: 1.125rem;
  color: #6C6B6B;
  padding-left: 0;
}
@media screen and (max-width: 991.5px) {
  .view_demo_modal_next .modal-body .card-body-noborder .description, .view_demo_modal_next .modal-body .card-body-border .description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.view_demo_modal_next .modal-body .card-body-noborder .modal_input, .view_demo_modal_next .modal-body .card-body-border .modal_input {
  height: 2.25rem;
  font-size: 0.875rem;
  line-height: inherit;
  padding: 0.25rem 1.25rem;
  color: #6C6B6B;
  border-radius: 8px;
  border-color: #6C6B6B;
}
@media screen and (max-width: 767.5px) {
  .view_demo_modal_next .modal-body .card-body-noborder .modal_input, .view_demo_modal_next .modal-body .card-body-border .modal_input {
    height: 3.5rem;
  }
}
@media screen and (max-width: 428px) {
  .view_demo_modal_next .modal-body .card-body-noborder .modal_input, .view_demo_modal_next .modal-body .card-body-border .modal_input {
    height: 5rem;
    padding: 0.25rem 0.5rem;
  }
}
.view_demo_modal_next .modal-body .card-body-noborder .modal_input_orange, .view_demo_modal_next .modal-body .card-body-border .modal_input_orange {
  width: 80%;
  color: #FF7C06;
  background: rgba(255, 124, 6, 0.1);
  border-color: #FF7C06;
  box-shadow: 0px 4px 24px 0px rgba(189, 189, 189, 0.23);
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion, .view_demo_modal_next .modal-body .card-body-border .accordion {
  margin-top: 0.5rem;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item, .view_demo_modal_next .modal-body .card-body-border .accordion-item {
  border-radius: 8px;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item h7, .view_demo_modal_next .modal-body .card-body-border .accordion-item h7 {
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-header .accordion-button, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-header .accordion-button {
  padding: 0.63rem 1.25rem;
  border-radius: 8px;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-header .accordion-button:after, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-header .accordion-button:after {
  margin-left: unset;
  left: -4.5rem;
  background-size: 0.67rem;
  width: 0.67rem;
  height: 0.67rem;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-body, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-body {
  padding: 0.25rem 2.5rem 2rem 2rem;
  border-radius: 8px;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-body .row, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-body .row {
  row-gap: 1rem;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-body span, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-body span {
  font-size: 0.75rem;
  font-weight: 400;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-body button, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-body button {
  font-size: 0.875rem;
  padding: 0.25rem 3rem;
}
.view_demo_modal_next .modal-body .card-body-noborder .accordion-item .accordion-body .dashicons, .view_demo_modal_next .modal-body .card-body-border .accordion-item .accordion-body .dashicons {
  font-size: 1rem;
  line-height: 1.8rem;
  width: fit-content;
  position: relative;
  z-index: 1;
  color: #0DD1C5;
}
.view_demo_modal_next .modal-body .card-body-noborder .icon-additional, .view_demo_modal_next .modal-body .card-body-border .icon-additional {
  cursor: pointer;
  flex: 0 0 auto;
}
.view_demo_modal_next .modal-body .card-body-noborder .toast, .view_demo_modal_next .modal-body .card-body-border .toast {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: #FFFFFF;
}
.view_demo_modal_next .modal-body .card-body-noborder .toast_info, .view_demo_modal_next .modal-body .card-body-border .toast_info {
  display: none;
  position: absolute;
  top: -2rem;
  left: -1rem;
  background-color: #FF7C06;
  color: #FFFFFF;
  padding: 0.25rem 1.25rem;
  border-radius: 16px;
  z-index: 100;
}
.view_demo_modal_next .modal-body .card-body-noborder #setup_code__copy:hover::after, .view_demo_modal_next .modal-body .card-body-border #setup_code__copy:hover::after {
  content: attr(alt);
  background-color: #0DD1C5;
  color: white;
  position: absolute;
  top: -2rem;
  left: 0;
  padding: 0.25rem 1rem;
  border-radius: 8px;
  z-index: 1;
}
.view_demo_modal_next .modal-body .card-body-border {
  background-color: #F2F2F2;
  border: 1px solid #0DD1C5;
}

.hint_tooltip {
  display: none;
  position: absolute;
  background-color: #0DD1C5;
  color: #fff;
  padding: 0.75rem 1rem 1rem 1.25rem;
  width: fit-content;
  border-radius: 16px;
  top: 1.62rem;
  left: -1.5rem;
  z-index: 1;
}
.hint_tooltip-content {
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.75;
  white-space: initial;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.hint_tooltip-content li {
  position: relative;
  list-style: none;
  font-size: 0.75rem;
  white-space: initial;
}
.hint_tooltip-content li::before {
  position: absolute;
  box-sizing: inherit;
  content: "✧";
  color: #FFFFFF;
  margin-left: -1.25rem;
  top: 0;
}
.hint_tooltip::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 1.5rem;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #0DD1C5 transparent;
}
.hint_tooltip-parent:hover .hint_tooltip {
  display: block;
}

.footer__body {
  padding-top: 3.4rem;
  background-color: var(--wr-background-base-menu);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media screen and (max-width: 600px) {
  .footer__body {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 428px) {
  .footer__body {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding-top: 2rem;
  }
}
.footer__navigation {
  color: var(--wr-font-typography-base-menu);
  margin-bottom: 1rem;
  max-width: var(--wp--style--global--wide-size);
}
@media screen and (max-width: 1199.5px) {
  .footer__navigation {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.5px) {
  .footer__navigation {
    margin-bottom: 0.5rem;
  }
}
.footer__desktop .menu__parent {
  margin-bottom: 1.625rem;
}
.footer__desktop .menu__item {
  color: var(--wr-font-typography-additional);
  min-width: unset;
  padding-bottom: 0.75rem;
}
.footer__desktop .menu__item:hover {
  color: #0DD1C5;
}
.footer__desktop .menu__item .tripadvisor-banner {
  width: 16.625rem;
}
@media screen and (max-width: 767.5px) {
  .footer__desktop .menu__item .tripadvisor-banner {
    width: 21rem;
  }
}
@media screen and (max-width: 360px) {
  .footer__desktop .menu__item .tripadvisor-banner {
    width: 15rem;
  }
}
.footer__desktop .menu__item .tripadvisor-banner_header {
  font-weight: 600;
  color: #333333;
  padding: 0.25rem 1rem;
  background-color: #00E0A2;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  text-align: center;
}
.footer__desktop .menu__item .tripadvisor-banner_header img {
  max-width: 6.125rem;
  text-align: center;
}
.footer__desktop .menu__item .tripadvisor-banner_footer {
  padding: 0.25rem 1rem;
  background-color: var(--wr-background-dark-blue-add_bg);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  text-align: center;
  overflow: hidden;
}
.footer__desktop .menu__item .tripadvisor-banner_footer a {
  display: block;
  color: #6C6B6B;
  max-width: 25ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
.footer__desktop .menu__item.map__open_map {
  width: 100%;
}
.footer__desktop .menu__item .link-shadow {
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.3rem 0.3rem rgba(255, 124, 6, 0.1);
  width: 100%;
}
@media screen and (max-width: 1199.5px) {
  .footer__desktop .menu__item .link-shadow {
    width: 75%;
  }
}
@media screen and (max-width: 991.5px) {
  .footer__desktop .menu__item .link-shadow {
    width: 50%;
  }
}
.footer .search-box {
  position: relative;
  margin-top: -1rem;
  margin-bottom: 1rem;
  width: 15rem;
}
.footer .search-box input {
  padding: 0.5rem 1.75rem;
  background-color: #FFFFFF;
  border-radius: 48px;
  border: 2px solid #FFFFFF;
  width: 100%;
}
.footer .search-box input::placeholder {
  color: #C4C4C4;
}
.footer .search-box-button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3183 4.21709C12.0248 3.92764 11.5403 3.92764 11.2468 4.21709C10.9518 4.50807 10.9518 4.99064 11.2468 5.28161L17.2962 11.2479H4.77498C4.39649 11.2479 4 11.5316 4 12.015C4 12.2331 4.06722 12.4308 4.21229 12.5738C4.35701 12.7166 4.55597 12.7821 4.77498 12.7821H17.3681L11.4624 18.6066C11.1674 18.8976 11.1674 19.3802 11.4624 19.6711C11.5695 19.7767 11.7629 19.8705 11.9622 19.8705C12.1615 19.8705 12.3549 19.7767 12.462 19.6711L19.6668 12.5654L19.6797 12.5443C19.8015 12.3439 19.8705 12.1311 19.8705 11.9353C19.8705 11.7447 19.8029 11.554 19.6368 11.435L12.3183 4.21709Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-color: #2EDFF1;
  background-position: center;
  border: unset;
  border-radius: 48px;
  box-shadow: 0 5px 7px 0 rgba(29, 203, 192, 0.06), 4px 8px 10px 0 rgba(29, 203, 192, 0.2);
}
.footer .search-box-button:hover {
  background-color: #0DD1C5;
}
.footer__mobile {
  padding-bottom: 2rem;
}
.footer__mobile .accordion-button {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  background-color: #222F3C;
}
.footer__mobile .accordion-collapse {
  padding-bottom: 1rem;
}
.footer__mobile .accordion-item {
  background-color: var(--wr-background-base-menu);
  box-shadow: unset;
  border: unset;
  border-bottom: 1px solid rgba(67, 82, 97, 0.5);
}
.footer__mobile .accordion-item:last-child {
  border-bottom: unset;
}
.footer__mobile .accordion-item .search-box {
  margin-top: 1rem;
}
.footer__mobile .accordion-item .search-box input {
  line-height: 1.7;
}
.footer__mobile .accordion-item .menu__item {
  color: #C4C4C4;
  margin-top: 0.375rem;
  padding-left: 2.2rem;
  min-width: unset;
}
.footer__mobile .accordion-item .menu__item .link__style_unlink:active, .footer__mobile .accordion-item .menu__item .solution__block_cards .card-footer .link a:active, .solution__block_cards .card-footer .link .footer__mobile .accordion-item .menu__item a:active, .footer__mobile .accordion-item .menu__item .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs a:active, .blog_post .body__header_main .wp-block-cover__inner-container .waverez_breadcrumbs .footer__mobile .accordion-item .menu__item a:active {
  color: #FF7C06;
}
.footer__mobile .accordion-item .menu__item .link-shadow {
  width: 75%;
}
.footer__bottom_area {
  color: var(--wr-typography-white);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--wr-background-base-menu);
}
.footer__bottom_area_top::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wr-typography-secondary);
  transform: translateY(-50%);
}
.footer__bottom_area_top .name {
  text-align: center;
  background-color: var(--wr-background-base-menu);
  padding: 0 1rem;
}
.footer__bottom_area_bottom .image {
  display: block;
}
.footer__bottom_area_bottom .image img {
  max-width: 16rem;
}

/*# sourceMappingURL=style-post.css.map */
