:root {
    --header-height: 62px;
    --announcement-height: 39px;
    --header-height-announcement: calc(var(--header-height) + var(--announcement-height))
}

@media(min-width: 1024px) {
    :root {
        --header-height:70px!important
    }
}

.hero {
    height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.hero--sm {
    height: 230px
}

.hero--sm .hero__title {
    font-size: 3rem;
    text-align: center;
    margin: 0
}

.hero--md:before,.hero--sm:before {
    content: "";
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.hero--auto,.hero--simple {
    background: #efe1e1
}

.hero--auto:before,.hero--simple:before {
    display: none
}

.hero--auto .hero__title,.hero--simple .hero__title {
    color: #f58a72;
    margin-bottom: 10px
}

.hero--auto p,.hero--simple p {
    color: #4a4e4d!important
}

.hero--auto {
    background: 0 0;
    height: auto;
    padding: 40px 0
}

.hero.bg--peach .hero__title {
    color: #fff
}

.hero__gallery {
    display: none
}

.hero__container {
    max-width: 1400px;
    padding: 0 22px;
    position: relative;
    margin: 0 auto;
    z-index: 1
}

.hero__title {
    font-family: Hermes,Arial Narrow,sans-serif;
    color: #fff;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.hero__title .emoji {
    position: relative;
    top: -5px;
    font-size: 1.2em
}

.hero p {
    color: #fff
}

.hero__image {
    height: 100%;
    position: absolute;
    width: 100%
}

.hero__image-container {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hero__image-container img {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hero__image-container img.high-res {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .2s
}

.hero__image-container img.image-loaded {
    opacity: 1
}

.hero__image video {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .hero {
        height:530px
    }

    .hero--sm {
        height: 380px
    }

    .hero--sm .hero__title {
        font-size: 3rem;
        text-align: center;
        margin: 0
    }

    .hero--auto {
        height: auto;
        padding: 60px 0
    }

    .hero__gallery {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: repeat(3,1fr);
        grid-template-columns: repeat(3,minmax(0,1fr));
        height: 100%
    }

    .hero__gallery-image {
        background-color: #f8f2f2;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        position: relative
    }

    .hero__gallery-image:before {
        content: "";
        background: linear-gradient(1turn,rgba(0,0,0,.2),transparent 40%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .hero__gallery-image:after {
        content: "";
        background-image: url(../images/icons/social/instagram-white.svg);
        background-size: 15px;
        height: 15px;
        width: 15px;
        position: absolute;
        bottom: 15px;
        left: 15px
    }

    .hero__gallery-image.disable {
        pointer-events: none
    }

    .hero__gallery-image.disable:after {
        display: none
    }
}

.hero__container {
    padding-top: 30px;
    text-align: center
}

.hero--carousel {
    position: relative
}

.glide__slide {
    margin: 0
}

.glide__bullets {
    bottom: 3.5em
}

.glide__bullet {
    background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 .25em .5em rgba(0,0,0,.1);
    border-color: transparent;
    height: 9px;
    width: 9px;
    margin: 0 .25em
}

.glide__bullet--active {
    background-color: #fff
}

.search {
    position: relative
}

.search__form {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,.5);
    width: 100%
}

.search__input {
    border-radius: 8px;
    border: none;
    padding: 15px;
    height: 100%;
    width: 100%
}

.search__input:focus {
    border: none;
    outline: none
}

.search__button {
    background: #f8f2f2;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    margin: 0 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none
}

.search__button .icon {
    fill: #4a4e4d;
    height: 18px;
    width: 18px;
    display: block;
    position: relative;
    top: -1px
}

.search__dropdown {
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.3);
    position: absolute;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: none;
    overflow-y: scroll;
    max-height: 310px;
    z-index: 1
}

.search__result {
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: .875rem
}

.search__result a {
    background: #fff;
    color: #4a4e4d;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    transition: all .2s ease
}

.search__result a:hover {
    background: #3ea5ac;
    color: #fff
}

.search__result:last-child {
    border-bottom: none
}

.search__result.hide {
    display: none
}

.search__title {
    font-weight: 600;
    font-size: .875rem
}

.search__title a {
    background: #fff;
    color: #3ea5ac;
    display: block;
    padding: 7px 15px!important;
    text-decoration: none;
    transition: all .2s ease
}

.search__title a:hover {
    background: #3ea5ac;
    color: #fff
}

.search.open .search__form,.search.open .search__input {
    border-radius: 8px 8px 0 0
}

.search.open .search__dropdown {
    display: block
}

.facebook--carousel,.reviews--carousel {
    position: relative
}

.facebook--carousel .glide__arrows,.reviews--carousel .glide__arrows {
    display: none
}

.facebook--carousel .glide__arrow,.reviews--carousel .glide__arrow {
    margin-top: -11px
}

.facebook--carousel .glide__arrow--left,.reviews--carousel .glide__arrow--left {
    left: 5px
}

.facebook--carousel .glide__arrow--right,.reviews--carousel .glide__arrow--right {
    right: 5px
}

.facebook--carousel .glide__track,.reviews--carousel .glide__track {
    padding-left: 15px
}

.facebook--carousel .glide__slide,.reviews--carousel .glide__slide {
    margin-bottom: 0
}

.facebook--carousel .carousel-cell,.reviews--carousel .carousel-cell {
    margin-right: 20px;
    width: 85%
}

.reviews--carousel .flickity-button {
    outline: none;
    display: none
}

.cta--reviews {
    padding-bottom: 15px!important;
    padding-top: 30px!important
}

.cta--reviews .h2 {
    margin-bottom: 0
}

.review {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
    padding: 10px 13px;
    line-height: 1.5;
    margin: 18px 0;
    text-align: left;
    min-height: 150px;
    display: flex;
    flex-direction: column
}

.review__head {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.review__avatar {
    position: relative;
    margin-right: 10px;
    height: 40px
}

.review__avatar,.review__avatar img {
    background: #f8f2f2;
    border-radius: 40px;
    width: 40px
}

.review__avatar img {
    height: 40px;
    overflow: hidden;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    height: 100%
}

.review__avatar:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 16px;
    display: block;
    height: 16px;
    background-size: 16px;
    z-index: 1
}

.review__avatar--facebook:before {
    background-image: url(../../images/icons/social/facebook-colour.png)
}

.review__avatar--instagram:before {
    background-image: url(../../images/icons/social/instagram-colour.png)
}

.review__avatar--google:before {
    background-image: url(../../images/icons/social/google.png);
    background-color: #fff
}

.review__avatar--trip-advisor:before {
    background-image: url(../../images/icons/social/trip-advisor.png)
}

.review__author {
    flex: 1
}

.review__name {
    color: #212121;
    font-weight: 700;
    font-size: .875rem
}

.review__detail {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.review__destination {
    color: #8c8c8c;
    font-size: .875rem
}

.review__rating {
    margin: 0!important;
    width: 70px
}

.review__body {
    color: #313131;
    font-size: .75rem
}

.review__body a {
    color: #3ea5ac;
    text-decoration: none
}

.review__footer {
    color: #212121;
    display: flex;
    align-items: center;
    font-size: .875rem;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee
}

.review__footer strong {
    margin-right: 15px
}

.review__footer a {
    color: #709dd6;
    font-weight: 700;
    text-decoration: none
}

.review-trustpilot .review__head {
    margin-bottom: 2px
}

.review-trustpilot .review__rating {
    width: 85px;
    height: 25px
}

.review-trustpilot .review__title {
    color: #212121;
    font-weight: 700;
    font-size: .875rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.review-trustpilot .review__date {
    color: #212121;
    font-weight: 700;
    font-size: .75rem;
    margin-top: auto
}

.facebook--carousel .review__body {
    font-size: .9rem;
    min-height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .facebook--carousel,.reviews--carousel {
        margin-left:auto;
        margin-right: auto;
        padding: 0 35px;
        max-width: 1120px;
        width: 100%
    }

    .facebook--carousel .glide__arrows,.reviews--carousel .glide__arrows {
        display: block
    }

    .facebook--carousel .glide__arrow,.reviews--carousel .glide__arrow {
        margin-top: -2px!important
    }

    .facebook--carousel .glide__track,.reviews--carousel .glide__track {
        padding-left: 0
    }

    .facebook--carousel .carousel-cell,.reviews--carousel .carousel-cell {
        width: 30%
    }

    .facebook--carousel .flickity-button,.reviews--carousel .flickity-button {
        display: flex
    }

    .review__body {
        font-size: .8rem
    }

    .cta--reviews {
        padding-bottom: 75px!important;
        padding-top: 70px!important
    }
}

@media only screen and (min-width: 1248px) {
    .reviews--carousel .carousel-cell {
        width:20%
    }
}

.destinations--carousel {
    margin-top: -8px;
    display: flex;
    justify-content: center;
    position: relative
}

.destinations--carousel .glide__arrows {
    display: none
}

.destinations--carousel .glide__track {
    padding-left: 15px
}

.destination__item {
    border-radius: 8px;
    text-align: center
}

.destination__item a {
    height: 320px;
    align-items: center;
    align-self: flex-start;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    width: 100%;
    text-decoration: none;
    z-index: 1
}

.destination__item a:hover .destination__image {
    transform: scale(1.04)
}

.destination__title {
    color: #fff;
    font-family: Backlash,serif;
    font-size: 7.5rem;
    position: relative;
    z-index: 2;
    width: 100%
}

.destination__image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    height: inherit;
    max-width: 100%;
    order: 1;
    overflow: hidden;
    position: absolute;
    transform: scale(1);
    transition: transform .4s cubic-bezier(.75,0,.15,1);
    right: 0;
    top: 0;
    width: 100%
}

.destination__image:after {
    content: "";
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .2s
}

.destination__image-container {
    display: block;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center
}

.destination__image-container img {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .destinations--carousel .glide__arrows {
        display:block
    }

    .destination__item a {
        height: 420px
    }
}

@media only screen and (min-width: 1248px) {
    .destinations--carousel {
        margin-left:auto;
        margin-right: auto;
        max-width: 1130px!important
    }

    .destinations--carousel .glide__track {
        padding-left: 0
    }

    .destination__item {
        width: 270px!important
    }

    .destination__item a {
        height: 380px;
        width: 100%
    }
}

.included--carousel {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative
}

.included--carousel .glide__track {
    padding-left: 11px
}

.included--carousel .included__item {
    border-radius: 8px;
    background: #83cbd1;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    min-height: 154px;
    margin-top: 15px!important;
    margin-bottom: 0!important
}

.included--carousel .included__item .icon {
    font-size: 4.5em;
    width: 1em;
    height: 1em
}

.included--carousel .included__item .icon-fist-pump {
    transform: scale(1.15)
}

.included--carousel .included__item .icon,.included--carousel .included__item img {
    fill: #fff;
    height: 60px;
    margin: 0 auto
}

.included--carousel .included__item img {
    margin-bottom: 12px
}

.included--carousel .included__title {
    color: #fff;
    margin: 12px auto 0;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .2px;
    max-width: 200px;
    width: 100%
}

.included--carousel .included__body {
    color: #4a4e4d;
    font-size: .875rem;
    line-height: 1.3;
    margin: 10px 0 5px
}

.included--carousel .included__image {
    border-radius: 130px;
    height: 130px!important;
    width: 130px;
    margin-bottom: 5px!important;
    position: relative;
    display: flex;
    align-items: center
}

.included--carousel .included__image img {
    border-radius: 130px;
    display: flex;
    align-items: center;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .included--carousel {
        margin-left:auto;
        margin-right: auto;
        max-width: 1130px!important
    }

    .included--carousel .glide__track {
        padding-left: 0
    }

    .included--carousel .included__item {
        height: 185px
    }

    .included--carousel .included__item div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .included--carousel .included__item div .icon,.included--carousel .included__item div img {
        height: 65px
    }

    .included--carousel .included__title {
        margin-top: 20px
    }
}

.cta {
    background: #3ea5ac;
    text-align: center;
    padding: 100px 0;
    color: #fff;
    position: relative
}

.cta--facebook {
    background: #5776b2
}

.cta--facebook .cta__title {
    margin: -5px 0 2px
}

.cta--footer {
    padding-bottom: 140px!important;
    margin-bottom: -35px;
    overflow: hidden
}

.cta--footer .container {
    z-index: 2
}

.cta--footer .cta__title {
    text-transform: uppercase
}

.cta--footer .search {
    max-width: 500px;
    margin: 0 auto
}

.cta--footer .search__form {
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
    width: 100%;
    z-index: 1
}

.cta--footer .search__dropdown {
    max-height: 125px
}

.cta--footer-search {
    background: 0 0;
    z-index: 2
}

.cta--footer-search:before {
    content: "";
    background: #3ea5ac;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    height: 175px
}

.cta img {
    margin: 0 auto
}

.cta__title {
    color: #fff;
    margin-bottom: 20px
}

.cta__title img {
    display: inline-block;
    margin: 0 5px -5px 0
}

.cta .btn {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .cta--footer {
        padding-bottom:170px!important
    }

    .cta--footer .search__dropdown {
        max-height: 155px
    }

    .cta--footer-search:before {
        height: 210px
    }
}

@media only screen and (min-width: 992px) {
    .cta--footer-search:before {
        height:240px
    }

    .cta__title img {
        margin-bottom: -3px
    }
}

.about {
    padding: 60px 0
}

.about__image {
    margin: 0 auto;
    text-align: center;
    position: relative
}

.about .btn--play {
    position: absolute;
    left: 25px;
    bottom: -10px
}

.about__content {
    text-align: right;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    z-index: 1
}

.about__content .social {
    margin-top: 20px;
    justify-content: flex-end
}

.about__title {
    color: #f58a72;
    font-family: Backlash,serif;
    font-size: 6.4rem;
    margin-bottom: 40px;
    margin-right: 15px
}

.about .social__icon {
    margin: 0 0 0 10px
}

@media only screen and (min-width: 400px) {
    .about__image {
        width:380px
    }

    .about .blob__imgmask--lg .blob__img {
        height: 380px;
        margin-right: 0;
        max-height: 380px;
        max-width: 380px;
        width: 380px
    }

    .about .blob__imgmask--lg svg {
        width: 395px;
        height: 380px;
        top: 0
    }
}

@media only screen and (min-width: 560px) {
    .about__image {
        width:340px
    }

    .about .blob__imgmask--lg .blob__img {
        height: 340px;
        margin-right: 0;
        max-height: 340px;
        max-width: 340px;
        width: 340px
    }

    .about .blob__imgmask--lg svg {
        width: 353px;
        height: 340px;
        top: 0
    }
}

@media only screen and (min-width: 640px) {
    .about .container {
        display:flex;
        justify-content: center
    }

    .about__image {
        width: 53%;
        margin: 0
    }

    .about .btn--play {
        left: 50px;
        bottom: 30px
    }

    .about__content {
        width: 50%;
        padding-left: 10px;
        top: 30px;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .about__image {
        width:40%
    }

    .about .blob__imgmask--lg .blob__img {
        height: 440px;
        margin-right: 0;
        max-height: 440px;
        max-width: 440px;
        width: 440px
    }

    .about .blob__imgmask--lg svg {
        width: 457px;
        height: 440px;
        top: 0
    }

    .about__content {
        padding-left: 50px;
        top: 70px;
        width: 42%
    }
}

.popular-trips {
    text-align: left;
    text-decoration: none
}

.popular-trips--carousel {
    margin-top: 20px;
    position: relative
}

.popular-trips--carousel .glide__track {
    padding-left: 15px
}

.popular-trips--carousel .glide__arrow {
    margin-top: -40px
}

.popular-trips .row {
    align-items: center
}

.popular-trips .row h2 {
    margin: 0
}

.popular-trips .row .col-4 {
    text-align: right
}

.popular-trips .row .col-4 a {
    position: relative;
    top: -2px;
    font-weight: 400
}

.popular-trips__item a {
    text-decoration: none
}

.popular-trips__image {
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.popular-trips__image-container {
    background: #f8f2f2;
    display: block;
    height: inherit;
    width: 100%
}

.popular-trips__image-container img {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    height: 100%
}

.popular-trips__saving {
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 40px;
    background: #d34c3b;
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
    font-size: .875rem
}

.popular-trips__title {
    font-family: Proxima Nova,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 5px
}

.popular-trips__details {
    display: flex;
    justify-content: space-between
}

.popular-trips__destination {
    color: #f58a72;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.popular-trips__destination svg {
    fill: #f58a72;
    margin-right: 0;
    position: relative;
    left: -2px;
    top: 0;
    height: 20px;
    width: 20px
}

.popular-trips__price {
    color: #4a4e4d;
    font-size: 1rem;
    font-weight: 600
}

.popular-trips__price strike {
    color: #d34c3b;
    margin-right: 5px
}

.popular-trips__price span {
    color: #4a4e4d
}

.articles--carousel {
    margin-top: -5px;
    position: relative
}

.articles--carousel .glide__track {
    padding-left: 15px
}

.products--carousel {
    position: relative
}

.products--carousel .glide__track {
    padding-left: 15px
}

.article__item {
    border-radius: 8px
}

.article__item>div,.article__item a {
    height: 270px;
    align-items: center;
    align-self: flex-start;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin: 15px 0 0;
    width: 100%;
    z-index: 1
}

.article__item>div:hover .article__image,.article__item a:hover .article__image {
    transform: scale(1.04)
}

.article__title {
    position: absolute;
    top: 25px;
    left: 30px;
    margin-right: 25px;
    max-width: 500px;
    width: auto;
    z-index: 1;
    text-transform: none
}

.article__title span {
    background: #fff;
    box-shadow: .4em 0 #fff,-.4em 0 #fff;
    background-image: linear-gradient(transparent calc(100% - .4em),#fff 0),linear-gradient(transparent calc(100% - .4em),#fff 0);
    background-repeat: no-repeat;
    background-size: 0 88%,0 88%;
    padding: 5px 0;
    font-size: 1.35rem;
    line-height: 1.7;
    text-transform: none;
    -webkit-box-decoration-break: clone
}

.article__note {
    color: #fff;
    font-size: .875rem;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
    display: flex;
    align-items: center
}

.article__note svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: -1px
}

.article__image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    bottom: 0;
    height: inherit;
    max-width: 100%;
    order: 1;
    overflow: hidden;
    transform: scale(1);
    transition: transform .4s cubic-bezier(.75,0,.15,1);
    right: 0
}

.article__image,.article__image:after {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.article__image:after {
    content: "";
    background: linear-gradient(1turn,rgba(0,0,0,.5),transparent 40%);
    height: 100%;
    transition: opacity .2s
}

.article__image-container {
    background: #f8f2f2;
    display: block;
    height: inherit;
    width: 100%
}

.article__image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    height: 100%
}

#video {
    background: rgba(0,0,0,.95);
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 9999;
    box-shadow: 0 0 50px 20px rgba(0,0,0,.2);
    display: none
}

#video__close {
    fill: #fff;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 25px;
    height: 25px;
    width: 25px;
    z-index: 2
}

#video .video__aspect {
    padding-top: 43.75%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -21.87%
}

#video iframe {
    position: absolute;
    top: 0
}

.video__launch {
    position: relative
}

.video__launch.video__thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    cursor: pointer;
    position: static;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin: 2.5rem auto 1.5rem;
    height: 215px
}

.video__launch.video__thumbnail .btn--play {
    margin: 0;
    width: 60px
}

.video__launch.video__thumbnail .btn--play .blob__bg {
    width: 60px;
    height: 60px
}

.video__launch.video__thumbnail .btn--play .blob__icon {
    height: 60px;
    max-width: 60px;
    padding: 0;
    width: 20px;
    top: 3px;
    height: 35px
}

.video__launch .video__launch-arrow {
    position: absolute;
    right: -5px;
    width: 50px;
    top: -15px;
    transform: rotate(390deg)
}

.video__launch .video__launch-arrow-text {
    margin-bottom: -15px;
    padding-top: 14px;
    font-size: 18px;
    padding-right: 45px;
    text-align: right;
    width: 100%;
    display: block
}

.video__launch span {
    font-family: Noteworthy,serif;
    font-weight: 700
}

@media only screen and (min-width: 992px) {
    .video__launch.video__thumbnail {
        margin:2rem auto 1.5rem;
        height: 200px
    }

    .video__launch .video__launch-arrow {
        position: absolute;
        right: -40px;
        width: 50px;
        top: -30px;
        transform: rotate(380deg)
    }

    .video__launch .video__launch-arrow-text {
        margin-bottom: 0;
        padding-top: 0;
        padding-right: 12px
    }
}

/*!Flickity v2.2.2
https://flickity.metafizzy.co
----------------------------------------------*/
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.confidence__item {
    width: 100%
}

.confidence--carousel:after {
    content: "flickity";
    display: none
}

@media screen and (min-width: 1024px) {
    .confidence--carousel:after {
        content:""
    }
}

@media only screen and (min-width: 992px) {
    .confidence--carousel {
        cursor:default;
        margin: 0 auto;
        max-width: 1600px;
        width: 100%;
        display: flex
    }

    .confidence--carousel .glide__arrow {
        display: none
    }

    .confidence--carousel .glide__slides {
        display: flex;
        flex-wrap: wrap;
        transform: none!important;
        width: 100%!important
    }

    .confidence--carousel .glide__slides,.confidence--carousel .glide__track {
        overflow: auto
    }

    .confidence__item {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 15px;
        padding-left: 15px!important;
        width: auto!important
    }

    .confidence__item .blob__bg {
        height: 70px;
        width: 70px
    }

    .confidence__item .blob__icon {
        max-width: 70px
    }

    .confidence__item h3 {
        font-size: 1.2rem;
        margin-bottom: .5rem
    }

    .confidence .glide__slide--clone {
        display: none
    }
}

.carousel--wrapper {
    margin: 0 auto;
    width: 100%
}

@media(min-width: 1240px) {
    .carousel--wrapper {
        max-width:1120px
    }
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 25%;
    height: 65vh;
    min-height: 300px;
    max-height: 800px;
    opacity: 0;
    transition: opacity .2s ease-out
}

.hero.is-hidden {
    display: none
}

.hero.flickity-enabled {
    opacity: 1
}

.hero .flickity-viewport {
    height: 100%!important;
    width: 100%
}

.hero .carousel-cell {
    height: 100%;
    width: 100%
}

.hero .carousel-cell-content,.hero .carousel-cell-search {
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .carousel-cell-content:before,.hero .carousel-cell-search:before {
    content: "";
    background: linear-gradient(0deg,transparent,rgba(0,0,0,.3));
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    z-index: 1
}

.hero .carousel-cell-content .search__dropdown,.hero .carousel-cell-search .search__dropdown {
    position: fixed
}

.hero .carousel-cell-content:before {
    background: linear-gradient(0deg,transparent,rgba(0,0,0,.65));
    height: 85%
}

.hero .flickity-prev-next-button.next,.hero .flickity-prev-next-button.previous {
    outline: none
}

.hero .flickity-prev-next-button.previous .flickity-button-icon {
    left: 24%
}

.hero .flickity-prev-next-button.next .flickity-button-icon {
    left: 18%
}

.hero .flickity-page-dots {
    bottom: 50px
}

.hero .flickity-page-dots .dot {
    background: #fff;
    width: 12px;
    height: 12px
}

.hero__title {
    font-size: 2.3rem
}

.hero__image {
    top: -1px
}

.hero__container {
    padding-top: 0;
    margin-top: -35px
}

.facebook--carousel,.reviews--carousel {
    margin-top: -50px
}

.icon-block--inline .icon-block__graphic {
    margin-right: 15px
}

.icon-block__graphic {
    flex: 0 0 80px
}

.icon-block__graphic img {
    width: 80px
}

.included--carousel .included__item {
    background: #fff
}

.included--carousel .included__item .icon {
    fill: #f58a72
}

.included--carousel .included__title {
    color: #4a4e4d
}

@media only screen and (min-width: 768px) {
    .facebook--carousel,.reviews--carousel {
        margin-left:auto;
        margin-right: auto;
        padding: 0 0 0 35px;
        max-width: 100%;
        width: 100%
    }

    .icon-block--inline .icon-block__graphic {
        margin: 25px 0 20px
    }

    .icon-block--inline .icon-block__graphic img {
        width: 90px
    }
}

@media only screen and (min-width: 768px) {
    .section.home__intro {
        padding-top:2.5rem!important
    }

    .hero {
        height: 72vh;
        min-height: 300px;
        max-height: 800px
    }

    .hero .carousel-cell-search .hero__container,.hero .hero__container {
        max-width: 700px;
        width: 100%
    }

    .hero__title {
        font-size: 3.8rem;
        margin-bottom: 2.5rem
    }

    .hero .search {
        max-width: 450px;
        margin: 0 auto
    }

    .search__dropdown {
        width: 450px
    }

    .main .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .glide--slider {
        width: 100%;
        max-width: 100%
    }
}
