@charset "UTF-8";
.tour-list {
  margin-bottom: 2px !important;
}
.tour-list .tour-list-item {
  display: block;
  border-top-style: solid;
  border-top-width: 2px;
  margin-bottom: 50px;
  padding: 0;
}
.tour-list .tour-list-item picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.tour-list .tour-list-item picture:before {
  line-height: 1.1;
  text-align: center;
  content: "Visit this tour";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  font-size: 56px;
  font-weight: 300;
  font-style: normal;
  padding: 16px 10px;
  white-space: nowrap;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.tour-list .tour-list-item picture.custom-tour-card:before {
  content: "Make my tour" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.private-visit-text:before {
  content: "Private visits" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.study-abroad-text:before {
  content: "Study abroad" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.my-school-trip-text:before {
  content: "My school trip" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.special-tours-text:before {
  content: "Festival tours" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.plan-an-event-text:before {
  content: "Plan an event" !important;
}
.tour-list .tour-list-item picture.custom-tour-card.buy-visa-now-text:before {
  content: "Buy visa now" !important;
}
.tour-list .tour-list-item:hover picture:before {
  transform: translateY(0);
}
.tour-list .tour-list-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 3px;
  margin-bottom: 1px;
}
@media (max-width: 991px) {
  .tour-list .tour-list-title {
    font-size: 26px;
  }
}
.tour-list .tour-metas {
  line-height: 32px;
  margin-top: 8px;
}
.tour-list .tour-metas::after {
  display: block;
  clear: both;
  content: "";
}
.tour-list .tour-price,
.tour-list .tour-rating {
  float: left;
  font-size: 20px;
}
@media (max-width: 991px) {
  .tour-list .tour-price,
  .tour-list .tour-rating {
    font-size: 18px;
  }
}
.tour-list .tour-rating {
  float: right;
  font-weight: 600;
}
@media (max-width: 575px) {
  .tour-list .tour-price,
  .tour-list .tour-rating {
    float: none !important;
  }
}
.tour-list .tour-price {
  font-weight: 600;
}
.tour-list .tour-abstract p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .tour-list .tour-abstract p {
    font-size: 18px;
    line-height: 26px;
  }
}

#carousel-reviews {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  max-width: 170px;
  text-align: left;
  z-index: 12;
}
#carousel-reviews.nav-icons {
  top: 114px;
}
#carousel-reviews .review-quote, #carousel-reviews a {
  font-weight: 300;
  font-style: italic;
}
#carousel-reviews a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.1;
  padding: 0;
  padding-bottom: 1px;
  display: -webkit-inline-box;
}
#carousel-reviews.affix {
  top: 154px;
}
#carousel-reviews .book-now {
  margin-top: 40px;
}
#carousel-reviews .book-now a {
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  padding: 7.3px 15px 7.3px 10px;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#carousel-reviews .review_title {
  font-family: "Fira Sans Condensed";
}
#carousel-reviews .review_details {
  font-size: 18px;
}

.highlight-items-gutenberg {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.highlight-items-gutenberg li {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding: 11px 0 9px 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.highlight-items-gutenberg li.small {
  font-size: 18px;
  font-weight: 400;
}
.highlight-items-gutenberg li.small a {
  font-weight: 400 !important;
}
.highlight-items-gutenberg li::before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 32px;
  vertical-align: top;
  font-weight: 600;
}

.highlight .highlight-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding: 11px 0 9px 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.highlight .highlight-item.small {
  font-size: 18px;
  font-weight: 400;
}
.highlight .highlight-item.small a {
  font-weight: 400 !important;
}
.highlight .highlight-item:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: -1px;
}
.highlight .highlight-item::before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 32px;
  vertical-align: top;
  font-weight: 600;
}

h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

.page-section-header {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 17px;
}
@media (max-width: 991px) {
  .page-section-header {
    line-height: 32px;
    font-size: 26px;
  }
}

.cover img {
  width: 100%;
}

#presentation_text {
  margin-bottom: 70px;
  max-width: 670px;
}
#presentation_text p {
  line-height: 40px;
}
@media (max-width: 991px) {
  #presentation_text p {
    line-height: 26px;
  }
}

.home_content a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.1;
  padding: 0;
  padding-bottom: 1px;
  display: inline;
}
.home_content a.tour-list-item:hover {
  border-bottom: none !important;
}
.home_content a.tour-list-item {
  border-bottom: none !important;
}
.home_content .number-3 {
  width: 119px;
  height: 119px;
  margin-left: -24px;
  float: left;
}
.home_content .text-number-3 {
  font-size: 36px;
  line-height: 39px;
  margin-top: 20px;
  overflow: hidden;
}
.home_content ul.ways-ul-home {
  list-style: none;
  font-size: 18px;
  padding-left: 15px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .home_content ul.ways-ul-home {
    line-height: 1;
  }
}
.home_content ul.ways-ul-home li {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .home_content ul.ways-ul-home li {
    font-size: 18px;
    padding-bottom: 6px;
    line-height: 26px;
  }
}
.home_content ul.ways-ul-home li:before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 32px;
  vertical-align: top;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home_content ul.ways-ul-home li:before {
    font-size: 25px;
  }
}

.tour-header {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-style: italic;
  margin: 0px 0px 22px;
}
@media (max-width: 991px) {
  .tour-header {
    font-size: 26px;
  }
}

.tour-header {
  margin-top: 78px !important;
}

.page-title-header {
  margin-bottom: 50px;
}

#video-card-section .tour-list-item {
  border-top-color: #ffaf00;
}
#video-card-section .tour-list-title {
  color: #ffaf00;
}
#video-card-section .tour-list-item picture:before {
  content: "Watch video";
  background-color: rgba(255, 175, 0, 0.8);
}

.home_featured_video {
  border: none !important;
}
.home_featured_video picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.home_featured_video picture:before {
  background-color: rgba(18, 117, 219, 0.8);
  color: #fff;
  text-align: center;
  content: "Watch and dream";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 56px;
  font-weight: 300;
  font-style: normal;
  padding: 16px 10px;
  white-space: nowrap;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.home_featured_video:hover picture:before {
  transform: translateY(0);
}

.notification-success {
  padding: 10px 15px;
  background-size: 302px 200px !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  min-height: 270px;
}
.notification-success p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 0 !important;
}
@media (min-width: 450px) {
  .notification-success {
    background-position: right 0px !important;
    min-height: 180px;
  }
  .notification-success p {
    font-size: 26px;
  }
}
@media (min-width: 576px) {
  .notification-success {
    background-position: 124px 0px !important;
  }
}
@media (min-width: 768px) {
  .notification-success {
    background-position: 272px 0px !important;
  }
}
@media (min-width: 992px) {
  .notification-success {
    min-height: 230px;
    background-size: 400px 265px !important;
    background-position: 374px -12px !important;
  }
  .notification-success p {
    font-size: 36px;
    line-height: 1.6;
  }
}

.page-points ul, .special-page-points ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
  line-height: 31px;
}
.page-points ul li:not(:last-child), .special-page-points ul li:not(:last-child) {
  padding-bottom: 16px;
}
.page-points ul li:before, .special-page-points ul li:before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 32px;
  vertical-align: top;
  font-weight: 600;
}

.red-page-points ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
  line-height: 31px;
}
.red-page-points ul li:not(:last-child) {
  padding-bottom: 16px;
}
.red-page-points ul li:before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 32px;
  vertical-align: top;
  font-weight: 600;
}

.page-section {
  max-width: 670px;
}

.page-section-content {
  line-height: 40px;
}

.first-page-section {
  margin: 0 0 48px 0;
  line-height: 40px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
  max-width: 670px;
}
@media (max-width: 991px) {
  .first-page-section {
    font-size: 18px;
    line-height: 34px;
  }
}

.home_content .svg-green-bubble {
  width: 170px;
  border-radius: 100%;
  line-height: 1.3;
  font-size: 19px;
  padding: 14px 16px;
  font-family: "Fira Sans";
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  display: block;
}

#homepage-popup-wrapper {
  display: flex;
  position: fixed;
  bottom: 33px !important;
  left: auto !important;
  top: 72px !important;
  right: 33px !important;
  max-width: min(700px, 90vw);
  align-items: end;
  z-index: 1030;
}

#homepage-popup {
  position: relative;
  border: none;
  border-radius: 0;
  margin-top: 25px;
  transform: none !important;
  background-color: white;
  width: 100%;
  text-align: center;
  display: flex;
  max-height: 100%;
}
#homepage-popup button {
  position: absolute;
  right: -15px;
  top: -70px;
  background-color: white;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  border: none;
  z-index: -1;
  cursor: pointer;
}
#homepage-popup button:hover, #homepage-popup button:focus, #homepage-popup button:focus-visible {
  background-color: #f0f0f0;
}
#homepage-popup button span {
  transform: scale(1.2);
}
#homepage-popup .wrapper {
  width: 100%;
  overflow: auto;
}
#homepage-popup:before {
  content: " ";
  background-image: url(../../images/sign-in-box-top-curved-detail.svg);
  width: 54px;
  height: 26px;
  background-repeat: no-repeat;
  position: absolute;
  right: 27px;
  top: -4px;
}
#homepage-popup h2 {
  font-size: 48px;
  line-height: 1.3;
}
#homepage-popup p {
  font-size: 36px;
  line-height: 1.2;
}
#homepage-popup h2, #homepage-popup p {
  margin-bottom: 48px;
}
#homepage-popup p {
  color: #A55B17;
}
@media (max-width: 650px) {
  #homepage-popup .wrapper {
    padding: 24px;
  }
  #homepage-popup h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #homepage-popup p {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.tour-list .tour-list-item {
  border-top-color: #ffaf00;
}
.tour-list .tour-list-item picture:before {
  color: white;
  background-color: rgba(165, 91, 23, 0.8);
}
.tour-list .tour-list-title {
  color: #ff6000;
}
.tour-list .tour-price {
  color: #A55B17;
}
.tour-list .tour-rating {
  color: #ffaf00;
}
.tour-list .tour-price {
  color: #592000;
}
.tour-list .tour-abstract p {
  color: #592000;
}

#carousel-reviews {
  color: #1275db;
}
#carousel-reviews a {
  color: #1275db !important;
  border-bottom-color: #ff6000;
  line-height: 1.1;
}
#carousel-reviews a:hover {
  color: #bbb !important;
}
#carousel-reviews .book-now a {
  color: white !important;
  border-color: #ff6000;
  background-color: #ff6000;
}
#carousel-reviews .book-now a:hover {
  color: white !important;
  border-color: #bbb;
  background-color: #bbb;
}

.highlight-items-gutenberg.highlight-primary-border li {
  border-bottom-color: #A55B17;
}
.highlight-items-gutenberg.highlight-primary-border li:first-child {
  border-top-color: #A55B17;
}
.highlight-items-gutenberg li {
  color: #ff6000;
  border-bottom-color: #bbb;
}
.highlight-items-gutenberg li:first-child {
  border-top-color: #bbb;
}
.highlight-items-gutenberg li.small {
  color: #592000;
}
.highlight-items-gutenberg li::before {
  color: #ffaf00;
}
.highlight-items-gutenberg li b {
  color: #ff6000;
}
.highlight-items-gutenberg li a:not(.link) {
  color: #ff6000;
}
.highlight-items-gutenberg li a:not(.link):hover {
  color: #bbb;
}

.highlight.highlight-primary-border .highlight-item {
  border-bottom-color: #A55B17;
}
.highlight.highlight-primary-border .highlight-item:first-child {
  border-top-color: #A55B17;
}
.highlight .highlight-item {
  color: #ff6000;
  border-bottom-color: #bbb;
}
.highlight .highlight-item:first-child {
  border-top-color: #bbb;
}
.highlight .highlight-item.small {
  color: #592000;
}
.highlight .highlight-item::before {
  color: #ffaf00;
}
.highlight .highlight-item b {
  color: #ff6000;
}
.highlight .highlight-item a:not(.link) {
  color: #ff6000;
}
.highlight .highlight-item a:not(.link):hover {
  color: #bbb;
}

.home_content a {
  color: #592000;
  border-bottom-color: #ff6000;
}
.home_content a:hover {
  color: #bbb !important;
}
.home_content ul.ways-ul-home li:before {
  color: #ff6000;
}
.home_content .text-number-3 {
  color: #A55B17;
}

.tour-header {
  color: #ff6000;
}

.notification-success {
  color: white;
  background: #1275db url("../../images/see-you-boy.png");
}

points ul {
  color: #A55B17;
}
points ul li:before {
  color: #A55B17;
}

.page-points ul li:before, .special-page-points ul li:before {
  color: #A55B17;
}

.red-page-points ul li:before {
  color: #FF0000;
}

.first-page-section {
  color: #ff6000;
}

.home_content .svg-green-bubble {
  background: #219400;
  color: white;
}
.home_content .svg-green-bubble:hover {
  color: white !important;
}

/*# sourceMappingURL=home-legalcuba.css.map */
