
.intro-tabs {
  bottom: 0;
  left: 0;
  display: none;
  width: 100%
}
.intro-tabs ul {
  overflow-x: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  -webkit-user-drag: auto
}
.intro-tabs ul:last-child span {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}
.intro-tabs a, .intro-tabs span {
  position: relative;
  display: inline-flex;
  padding: 4rem 4.5rem;
  color: #fff;
  font-family: Montserrat Regular;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  transition: font-weight .3s ease-in-out;
  width: 100%
}
@media screen and (min-width:690px) {
  .intro-tabs a, .intro-tabs span {
    font-size: 1.2rem
  }
}
@media screen and (min-width:860px) {
  .intro-tabs a, .intro-tabs span {
    font-size: 1.4rem
  }
}
@media screen and (min-width:1020px) {
  .intro-tabs a, .intro-tabs span {
    font-size: 1.6rem
  }
}
.intro-tabs a > span, .intro-tabs span > span {
  padding: 0;
  text-align: center
}
.intro-tabs a > span li, .intro-tabs span > span li {
  display: inline-flex;
  -webkit-user-drag: auto
}
.intro-tabs a > span li:last-child span, .intro-tabs span > span li:last-child span {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}
.intro-tabs a > span a, .intro-tabs a > span span, .intro-tabs span > span a, .intro-tabs span > span span {
  position: relative;
  display: inline-flex;
  padding: 0 4.5rem 4rem;
  color: #fff;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  transition: fonr-weight .3s ease-in-out
}
.intro-tabs a > span a > span, .intro-tabs a > span span > span, .intro-tabs span > span a > span, .intro-tabs span > span span > span {
  padding: 0
}
.intro-tabs a > span span, .intro-tabs span > span span {
  padding-top: 1rem
}
.intro-tabs li:first-child a:after {
  border-top-left-radius: 30px
}
.intro-tabs li:last-child a:after {
  border-top-right-radius: 30px
}
.intro-tabs a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #6b6b6b
}
.intro-tabs a.active {
  font-weight: 700
}
.intro-tabs a.active:after {
  background-color: #efefef;
}
.listing {
  position: absolute;
  background: rgba(26, 26, 26, .7)
}
.destinations {
  position: relative;
  background-color: #2c2c2c
}
.info-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(26, 26, 26, .7)
}
.info-menu ul {
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center
}
.info-menu ul li {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  padding: 2rem 1rem 1rem
}
@media screen and (min-width:768px) {
  .info-menu ul li {
    padding: 4rem 1rem 2rem
  }
}
.info-menu ul li:not(:nth-child(5)) {
  border-right: 2px solid #525252
}
.info-menu ul p {
  margin-bottom: 1rem
}
.info-menu .info-title {
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px
}
.info-menu .info-text {
  font-weight: 800;
  padding-left: 5px;
  padding-right: 5px
}
.intro-container .intro-tabs ul {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch
}
@media screen and (min-width:480px) {
  .intro-container .intro-tabs ul {
    justify-content: center
  }
}
.intro-container .intro-tabs ul li {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 50%
}
@media screen and (min-width:690px) {
  .intro-container .intro-tabs ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}
.intro-container .intro-tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4rem 1rem;
  font-size: 1.4rem;
  text-align: center
}
@media screen and (min-width:690px) {
  .intro-container .intro-tabs ul li a {
    padding: 3rem 4rem;
    font-size: 1.6rem
  }
}
.intro-container .intro-tabs ul {
  height: 11.8rem
}
@media screen and (min-width:690px) {
  .intro-container .intro-tabs ul {
    height: 10rem
  }
}
.intro-container {
  position: relative;
  width: 100%
}
.intro-container.dark-copy-intro {
  color: #fff !important;
  background: linear-gradient(180deg, #232323 100%, #282828 0) !important
}
.intro-container.dark-copy-intro .intro-tabs {
  display: block !important;
  background-color: rgba(0, 0, 0, .3)
}
.copy-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 4rem 3rem
}
@media screen and (min-width:1023px) {
  .copy-container {
    max-width: 100%;
  }
}
.copy-container h2:first-child {
  text-align: center
}
.image-carousel-container {
  position: relative;
  height: 700px;
  width: 100%
}
.destinations-background {
  background: linear-gradient(180deg, #232323 100%, #282828 0)
}
.image-container {
  position: relative;
  height: 600px;
  margin: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.full-btn {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 5;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 5px;
  padding: 20px
}
.full-btn:hover {
  background-color: #fff
}
.full-btn:hover .arrow-left {
  left: 1px;
  bottom: 1px
}
.full-btn:hover .arrow-right {
  top: 1px;
  right: 1px
}
.full-btn:hover .arrow-left-hidden, .full-btn:hover .arrow-right-hidden {
  opacity: 1
}
.full-btn:hover .arrow-left-hidden {
  right: 1px;
  bottom: 1px
}
.full-btn:hover .arrow-right-hidden {
  top: 1px;
  left: 1px
}
.full-btn:hover:active {
  outline: none;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05)
}
.full-btn:hover:focus {
  outline: none
}
.full-btn .arrow-left, .full-btn .arrow-left-hidden, .full-btn .arrow-right, .full-btn .arrow-right-hidden {
  position: absolute;
  transform: rotate(45deg);
  transition: all .1s ease-in-out
}
.full-btn .arrow-left-hidden, .full-btn .arrow-right-hidden {
  opacity: 0;
  transform: rotate(-45deg)
}
.full-btn .arrow-left {
  left: 5px;
  bottom: 5px
}
.full-btn .arrow-right {
  top: 5px;
  right: 5px
}
.full-btn .arrow-left-hidden {
  right: 5px;
  bottom: 5px
}
.full-btn .arrow-right-hidden {
  top: 5px;
  left: 5px
}
.destinations-card-container {
  min-height: 300px;
  width: 100%;
  color: #fff;
  text-align: center
}
.destinations-bg {
  background: linear-gradient(180deg, #232323 100%, #282828 0)
}
.card-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem
}
.card.listing-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 27rem;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 20rem;
  box-shadow: 3px 4px 10px 8px rgba(0, 0, 0, .1);
  border-radius: 1rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (min-width:920px) {
  .card.listing-card {
    display: block;
    width: 49%;
    padding-top: 0;
    background-position: 0;
    background-size: cover
  }
}
@media screen and (min-width:920px) {
  .card.listing-card:nth-of-type(odd) {
    margin-right: 2%
  }
}
.card.listing-card:hover .card-copy, .card.listing-card:hover .card-copy:after, .card.listing-card:hover .card-copy:before {
  background-color: rgba(41, 41, 41, .75)
}
.card.listing-card:hover .card-copy .btn {
  background-color: #8f6fb1;
  border-color: #8f6fb1
}
.card.listing-card .card-copy {
  position: relative;
  width: 100%;
  padding: 3rem;
  background-color: #292929;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: left;
  transition: background-color .3s ease-out
}
@media screen and (min-width:920px) {
  .card.listing-card .card-copy {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    margin-left: 0%;
    background-color: #292929
  }
}
@media screen and (min-width:920px) {
  .card.listing-card .card-copy:after, .card.listing-card .card-copy:before {
    content: "";
    position: absolute;
    left: -10px;
    left: -10.5px;
    width: 11px;
    height: 11px;
    background-color: #292929;
    -webkit-clip-path: polygon(24% 9%, 0 0, 100% 0, 100% 100%, 91% 80%, 83% 64%, 76% 51%, 68% 38%, 56% 26%, 39% 15%);
    clip-path: polygon(24% 9%, 0 0, 100% 0, 100% 100%, 91% 80%, 83% 64%, 76% 51%, 68% 38%, 56% 26%, 39% 15%);
    transition: background-color .3s ease-out
  }
}
.card.listing-card .card-copy:after {
  bottom: 0;
  transform: rotate(90deg)
}
.card.listing-card .card-copy:before {
  top: 0
}
.card.listing-card .card-copy h3, .card.listing-card .card-copy h4, .card.listing-card .card-copy p {
  color: #fff
}
.card.listing-card .card-copy h4 {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.06;
  letter-spacing: 4.5px;
  text-transform: uppercase
}
.card.listing-card .card-copy .dest-card-sub-header {
  color: #828282;
  letter-spacing: normal;
  text-transform: none
}
.card.listing-card .card-copy h3 {
  margin-bottom: 2rem
}
.card.listing-card .card-copy p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  padding-bottom: 5.2rem
}
@media screen and (min-width:920px) {
  .card.listing-card .card-copy p {
    font-size: 1.6rem
  }
}
.card.listing-card .card-copy .btn {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  width: calc(100% - 6rem);
  padding: 1rem
}
.card.listing-card .card-copy .btn.margin {
  margin-right: 2rem
}
@media screen and (min-width:920px) {
  #destinationCard .card.listing-card {
    width: 100%;
    margin-bottom: 5rem
  }
}
@media screen and (min-width:920px) {
  #destinationCard .card.listing-card:last-child {
    margin-bottom: 0
  }
}
@media screen and (min-width:920px) {
  #destinationCard .card .card-copy {
    width: 40%;
    margin-left: 60%
  }
}
#destinationCard .card .card-copy .dest-card-sub-header {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.9rem;
  color: #828282
}
@media screen and (min-width:768px) {
  #destinationCard .card .card-copy .dest-card-sub-header {
    font-size: 1.6rem;
    line-height: 1.48;
    font-weight: 700
  }
}
#faqs {
  padding: 6.5rem 2rem 6.2rem;
  background-color: #f3f3f3;
  text-align: center
}
#faqs .wrapper {
  max-width: 1136px;
  margin: 0 auto
}
#faqs .header {
  margin-bottom: 4rem
}
.faq-heading {
  color: #000;
  font-size: 1.3rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px
}
@media screen and (min-width:768px) {
  .faq-heading {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 3px
  }
}
.faq-container {
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem 3rem 0;
  border: 1px solid #000;
  border-radius: 1rem;
  cursor: pointer
}
.faq-container .faq-question {
  position: relative;
  font-weight: 700
}
.faq-container .faq-question .faq-heading {
  text-align: left;
  max-width: 100%;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  color: #000;
  font-family: Poppins, sans-serif;
  line-height: 1.25;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 1.6rem
}
@media screen and (min-width:768px) {
  .faq-container .faq-question .faq-heading {
    font-size: 1.6rem
  }
}
.faq-container .faq-question i.fas {
  color: #000 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform .3s ease-out;
  font-size: 20px
}
.faq-container .faq-question.rotate i.fas {
  transform: rotate(180deg) translateY(50%)
}
.faq-answer {
  display: none;
  margin-bottom: 3rem;
  margin-right: 4rem;
  background: #f3f3f3;
  text-align: left
}
.faq-answer + .faq-question {
  margin-top: 5rem
}
.faq-answer li, .faq-answer p {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.9rem
}
@media screen and (min-width:768px) {
  .faq-answer li, .faq-answer p {
    font-size: 1.5rem;
    line-height: 2rem
  }
}
.faq-answer li:last-child, .faq-answer p:last-child {
  margin-bottom: 0
}
#blogPosts {
  position: relative;
  z-index: 24;
  padding: 6.5rem 0 6.2rem;
  background: linear-gradient(180deg, #232323, #282828);
  text-align: center
}
#blogPosts.blog-home {
  display: none
}
@media screen and (min-width:768px) {
  #blogPosts.blog-home {
    display: block
  }
}
@media screen and (min-width:768px) {
  #blogPosts, #blogPosts .wrapper {
    padding-left: 7rem;
    padding-right: 7rem
  }
}
#blogPosts .latest-posts {
  display: flex;
  flex-direction: column;
  padding-bottom: 4.5rem
}
@media screen and (min-width:768px) {
  #blogPosts .latest-posts {
    flex-direction: row
  }
}
.post {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 30rem;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  transition: all .3s ease-out
}
@media screen and (min-width:768px) {
  .post {
    max-width: 600px;
    min-width: 49%;
    height: auto;
    margin-bottom: 4rem
  }
}
@media screen and (min-width:768px) {
  .post:nth-child(odd) {
    margin-right: 2%
  }
}
.post:hover .image-container {
  transform: scale(1.2)
}
.post .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #8f6fb1;
  background-position: 50%;
  background-size: cover;
  transition: all .3s ease-out
}
.post .image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}
.post .post-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 2rem 3rem;
  background: rgba(255, 102, 153, .9);
  color: #fff;
  text-align: left
}
.post .post-copy .header {
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: .15rem
}
@media screen and (min-width:768px) {
  .post .post-copy .header {
    font-size: 1.6rem
  }
}
.post .post-copy p {
  display: flex;
  align-items: center
}
.post .post-copy span + span {
  position: relative;
  padding-left: 2rem
}
.post .post-copy span + span:before {
  content: "";
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff
}
.blog-home {
  padding: 4rem 0 1rem !important
}
@media screen and (min-width:768px) {
  .blog-home {
    padding: 6.5rem 5rem 1rem !important
  }
}
.blog-home .latest-posts {
  padding-top: 1.5rem;
  padding-bottom: 0 !important
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  max-width: 720px
}
lite-youtube:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all .2s cubic-bezier(0, 0, .2, 1)
}
lite-youtube:after {
  content: "";
  display: block;
  padding-bottom: 56.25%
}
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, .2, 1);
  border: none
}
lite-youtube .lty-playbtn:focus, lite-youtube:hover > .lty-playbtn {
  filter: none
}
lite-youtube.lyt-activated {
  cursor: unset
}
lite-youtube.lyt-activated:before, lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
#legacySection {
  position: relative;
  z-index: 24;
  display: flex;
  justify-content: flex-start;
  padding: 41rem 2.5rem 2.5rem
}
@media screen and (min-width:680px) {
  #legacySection {
    padding-top: 37rem
  }
}
@media screen and (min-width:769px) {
  #legacySection {
    justify-content: flex-end;
    padding-bottom: 22rem;
    padding-top: 22rem
  }
}
@media screen and (min-width:1250px) {
  #legacySection {
    padding: 22rem 25rem 25rem
  }
}
#legacySection:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100%
}
@media screen and (max-width:768px) {
  #legacySection:before {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
  }
}
@media screen and (min-width:680px) {
  #legacySection:before {
    background-position: 0;
    background-size: contain
  }
}
@media screen and (min-width:768px) {
  #legacySection:before {
    background-position: 0
  }
}
#legacySection:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .6
}
@media screen and (min-width:1156px)and (max-width:1248px) {
  #legacySection:after {
    content: none
  }
}
@media screen and (min-width:1249px)and (max-width:1399px) {
  #legacySection:after {
    content: ""
  }
}
@media screen and (min-width:1400px) {
  #legacySection:after {
    content: none
  }
}
.legacy-copy {
  position: relative;
  z-index: 2;
  max-width: 47rem;
  width: 100%;
  text-align: left
}
.legacy-copy .header {
  max-width: 22.3rem;
  margin-bottom: 3.2rem;
  color: #f69
}
@media screen and (min-width:768px) {
  .legacy-copy .header {
    max-width: none
  }
}
.legacy-copy p {
  max-width: 22.3rem;
  margin-bottom: 5rem
}
@media screen and (min-width:768px) {
  .legacy-copy p {
    max-width: none
  }
}
.legacy-copy .legacy-buttons .btn {
  width: 48%;
  border-color: #545454
}
@media screen and (min-width:768px) {
  .legacy-copy .legacy-buttons .btn {
    width: auto
  }
}
.legacy-copy .legacy-buttons a + a {
  margin-left: 2%
}
@media screen and (min-width:768px) {
  .legacy-copy .legacy-buttons a + a {
    margin-left: 2.5rem
  }
}
#whyBook {
  position: relative;
  z-index: 25;
  padding: 6.5rem 0 6.2rem;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center
}
#whyBook:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  background: linear-gradient(180deg, #232323, #282828)
}
#whyBook .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto
}
.consultant-wrapper {
  position: relative
}
.consultant-wrapper #tours, .consultant-wrapper #uniqueExperiences {
  padding-bottom: 30rem
}
@media screen and (min-width:769px) {
  .consultant-wrapper #tours, .consultant-wrapper #uniqueExperiences {
    padding-bottom: 37rem
  }
}
.pop-up-consultants {
  z-index: 23;
  position: absolute;
  bottom: -50rem;
  left: 0;
  min-height: 15rem;
  width: 100%;
  padding: 4rem 4.5rem 3rem;
  background-color: rgba(143, 111, 177, .95);
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  transition: all .7s ease-out
}
@media screen and (min-width:769px) {
  .pop-up-consultants {
    padding: 2rem 2.5rem
  }
}
.pop-up-consultants .consultant-avatar {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%)
}
@media screen and (min-width:769px) {
  .pop-up-consultants .consultant-avatar {
    top: -90px
  }
}
.pop-up-consultants .consultant-avatar img {
  height: 110px
}
@media screen and (min-width:769px) {
  .pop-up-consultants .consultant-avatar img {
    height: 180px
  }
}
.pop-up-consultants .consultant-copy {
  margin: 3.5rem auto 0;
  text-align: center
}
@media screen and (min-width:769px) {
  .pop-up-consultants .consultant-copy {
    margin-top: 9rem
  }
}
.pop-up-consultants .consultant-copy .header {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.43
}
@media screen and (min-width:769px) {
  .pop-up-consultants .consultant-copy .header {
    font-family: Poppins;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.06
  }
}
.pop-up-consultants .consultant-copy .btn {
  max-width: 24rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.3rem
}
@media screen and (min-width:769px) {
  .pop-up-consultants .consultant-copy .btn {
    max-width: none;
    width: auto;
    font-size: 1.5rem
  }
}
.pop-up-consultants.exposed {
  bottom: 0
}
.tours-padding {
  padding-bottom: 25rem !important
}
@media screen and (min-width:768px) {
  .tours-padding {
    padding-bottom: 0 !important
  }
}
.tours-padding .consultant-hidden {
  display: block !important
}
@media screen and (min-width:768px) {
  .tours-padding .consultant-hidden {
    display: none !important
  }
}
@font-face {
  font-family: lg;
  src: url(../../../assets/fonts/lg-fonts/lg.ttf?22t19m) format("truetype"), url(../../../assets/fonts/lg-fonts/lg.woff?22t19m) format("woff"), url(../../../assets/fonts/lg-fonts/lg.svg?22t19m#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff
}
.lg-actions .lg-next {
  right: 20px
}
.lg-actions .lg-next:before {
  content: ">>";}
.lg-actions .lg-prev {
  left: 20px
}
.lg-actions .lg-prev:after {
  content: "<<";}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .45)
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: "X";}
.lg-toolbar .lg-download:after {
  content: "|+|";}
.lg-sub-html {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}
.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scaleX(1);
  opacity: 1
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translateZ(0)
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px
}
@media(min-width:1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF"
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity .08s ease 0s
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}
.lg-autoplay-button:after {
  content: "\E01D"
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scaleX(1);
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
#lg-zoom-in:after {
  content: "\E311"
}
#lg-actual-size {
  font-size: 20px
}
#lg-actual-size:after {
  content: "\E033"
}
#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}
#lg-zoom-out:after {
  content: "\E312"
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}
.lg-fullscreen:after {
  content: "\E20C"
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .18s, opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translateZ(0);
  opacity: 1;
  visibility: visible
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}
.lg-outer #lg-share {
  position: relative
}
.lg-outer #lg-share:after {
  content: "\E80D"
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904"
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907"
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905"
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906"
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}
.lg-rotate-left:after {
  content: "\E900"
}
.lg-rotate-right:after {
  content: "\E901"
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px
}
.lg-flip-ver:after {
  content: "\E903"
}
.lg-flip-hor:after {
  content: "\E902"
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll 50% transparent;
  display: none !important
}
.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
  display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translateZ(0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}



































.header-banner {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50%
}
.header-banner video {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 100%;
  background-color: #8f6fb1;
  -o-object-fit: cover;
  object-fit: cover
}
.header-banner i.o2a {
  font-size: 10rem;
  margin-bottom: 2rem
}
@media screen and (min-width:768px) {
  .header-banner i.o2a {
    font-size: 20rem
  }
}
.header-banner .banner-header {
  margin-bottom: 3rem;
  color: #fff
}
.header-banner p {
  margin-bottom: 6rem;
  color: #fff;
  font-family: Montserrat Regular;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.8rem
}
@media screen and (min-width:768px) {
  .header-banner p {
    font-size: 1.6rem;
    line-height: 2rem
  }
}
.header-banner h1 + p {
  line-height: 2.3rem
}
@media screen and (min-width:768px) {
  .header-banner h1 + p {
    max-width: 73rem;
    margin: 0 auto 6rem
  }
}
.header-banner .overlay {
  padding: 0 2rem
}
@media screen and (max-width:768px) {
  .header-banner .btn {
    min-width: 24rem;
    padding: 2rem 6rem;
    font-weight: 500;
    font-size: 1.3rem
  }
}