.card{border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.card--transparent{background-color:transparent}.card--transparent .card__content{padding:0}.card--white{background-color:#fff}.card--fair-pink{background-color:#fbf7f4}.card--spindle{background-color:#d6e6f2}.card--patterns-blue{background-color:#f3f7fc}.card--main{background-color:#273656}.card--center{text-align:center}.card--center .card__content{align-items:center;display:flex;padding-bottom:0;text-align:center}.card--left{text-align:left}.card--right{text-align:right}@media(min-width:768px){.card--horizontal,.card--horizontal-reverse{align-items:center;display:flex;flex-direction:row}.card--horizontal .card__content,.card--horizontal .card__img,.card--horizontal-reverse .card__content,.card--horizontal-reverse .card__img{flex-basis:50%;margin-bottom:0}.card--horizontal-reverse{flex-direction:row-reverse}}.card--elevated{box-shadow:0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2)}.card--compact .card__content{padding:0 24px 32px}.card--full-height{height:calc(100% - 48px);margin-bottom:48px}@media(min-width:768px){.card--full-height{height:100%;margin-bottom:0}}.card__icon,.card__img{margin-bottom:32px}.card__icon{height:80px;width:80px}.card__icon--large{height:100px;width:100px}.card__icon img{width:100%}.card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0 24px 32px}@media(min-width:768px){.card__content{padding:0 48px 32px}}.card__subtitle,.card__title{margin-bottom:0}.card__cta{margin-top:32px}.price{font-size:1rem;line-height:1.571rem}.price__currency--modified{font-size:.857rem;line-height:1.429rem}.price__currency--modified:after{content:" "}.price__currency--negative:before{content:"-"}.price--gray{color:#433f3d}.price--white{color:#fff}.price--blue{color:#273656}.price--fun-green{color:#387671}label.ui-checkbox__label{display:inline-flex}input[type=checkbox].ui-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:none;border-radius:4px;cursor:pointer;height:20px;margin:2px 0 0;min-width:20px;padding:0;position:relative;width:20px}input[type=checkbox].ui-checkbox__input:before{background-color:#fff;background-image:url(https://cdn.theblueground.com/website/static/img/check.8ffbb5aec8821161041c.svg);background-position:50%;background-repeat:no-repeat;background-size:10px 10px;border:1px solid #b6afaf;border-radius:4px;box-sizing:border-box;content:"";display:block;height:20px;inset:0;position:absolute;transition:background-color .3s ease,border-color .3s ease;width:20px}input[type=checkbox].ui-checkbox__input:disabled{cursor:default;opacity:.6}input[type=checkbox].ui-checkbox__input:disabled:hover:before{border-color:#b6afaf}input[type=checkbox].ui-checkbox__input:disabled,input[type=checkbox].ui-checkbox__input:disabled+span:hover{cursor:default}input[type=checkbox].ui-checkbox__input:checked:before{background-color:#4674a4;border-color:#4674a4}input[type=checkbox].ui-checkbox__input:hover:before{border-color:#978e8c}input[type=checkbox].ui-checkbox__input:checked:hover:before{background-color:#486688;border-color:#486688}.js-focus-visible input[type=checkbox].ui-checkbox__input.focus-visible:not(:disabled),input[type=checkbox].ui-checkbox__input.focus-visible:not(:disabled).js-focus-visible{outline:2px solid #4674a4}input[type=checkbox].ui-checkbox__input:focus-visible:not(:disabled){outline:2px solid #4674a4}input[type=checkbox].ui-checkbox__input+span{cursor:pointer;font-size:1rem;line-height:1.571rem;padding-left:8px;position:relative;top:2px}input[type=checkbox].ui-checkbox__input+span::-moz-selection{background-color:transparent}input[type=checkbox].ui-checkbox__input+span::selection{background-color:transparent}.dialog__backdrop{background-color:rgba(11,18,35,.6);height:100%;left:0;overflow:hidden;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:200}@media(min-width:768px){.dialog__backdrop{transition:background-color .45s ease}}@media(min-width:992px){.dialog__backdrop{align-items:center;display:flex;justify-content:center;transition:background-color .5s ease}}.dialog__container{background-color:#fff;border-radius:4px 4px 0 0;bottom:0;box-shadow:0 12px 17px rgba(39,54,86,.14),0 5px 22px rgba(39,54,86,.12);overflow:hidden;position:absolute;transition:transform .3s ease,opacity .3s ease;width:100%}@media(min-width:576px){.dialog__container{left:50%;margin-left:-288px;max-width:576px}.dialog__container.fullscreen{inset:0;margin-left:0;max-width:100%}}@media(min-width:768px){.dialog__container{transition:transform .45s ease,opacity .45s ease}}@media(min-width:992px){.dialog__container{border-radius:4px;margin-left:0;position:static;transition:transform .5s ease,opacity .5s ease}.dialog__container--regular{max-width:450px}.dialog__container--medium{max-width:520px}.dialog__container--large{max-width:720px}.dialog__container--xlarge{max-width:960px}}.dialog__header{align-items:center;background-color:#fff;border-bottom:1px solid #e3dede;color:#273656;display:flex;flex-direction:row-reverse;font-size:1.143rem;font-weight:600;justify-content:flex-end;line-height:1.857rem;padding:16px}.dialog__header button{width:auto}.dialog__header button span{margin:0}@media(min-width:992px){.dialog__header{flex-direction:row;justify-content:space-between;padding:16px 24px}}.dialog__header-text{text-align:center;width:calc(100% - 24px)}.dialog__header-text:first-letter{text-transform:capitalize}@media(min-width:992px){.dialog__header-text{min-width:150px;text-align:left;width:auto}}.dialog__header-cta span img{height:24px!important;width:24px!important}.dialog__body{box-sizing:border-box;max-height:calc(var(--viewport-height, 1vh)*100 - 117px);overflow:auto;padding:24px 24px 24px 16px}.dialog__body.fullscreen{max-height:calc(var(--viewport-height, 1vh)*100 - 138px)}.dialog__body.with-footer{max-height:calc(var(--viewport-height, 1vh)*100 - 186px)}@media(min-width:992px){.dialog__body{max-height:72vh;padding:24px}}.dialog__footer{border-top:1px solid #e3dede;box-sizing:border-box;display:flex;flex-direction:column-reverse;gap:16px;justify-content:flex-end;padding:16px}.dialog__footer button{white-space:nowrap}@media(min-width:576px){.dialog__footer{flex-direction:row}}@media(min-width:992px){.dialog__footer{padding:16px 24px}}.dialog-enter-to,.dialog-leave-from{background-color:rgba(11,18,35,.6)}.dialog-enter-to .dialog__container,.dialog-leave-from .dialog__container{opacity:1;transform:translateZ(0)}.dialog-enter-from,.dialog-leave-to{background-color:transparent}.dialog-enter-from .dialog__container,.dialog-leave-to .dialog__container{opacity:0;transform:translate3d(0,100vh,0)}.dialog__body{max-height:calc(100vh - 200px);padding-top:0}.lead-form .error-field .ui-input__label{color:#c84337!important}.lead-form .error-field .ui-input__field,.lead-form .error-field select{border:2px solid #c84337!important}.lead-form .error-field select{color:#c84337!important}.lead-form .error-field select optgroup,.lead-form .error-field select option{color:#273656}.lead-form .error{color:#c84337;font-size:.786rem;line-height:1.286rem;margin-left:15px;margin-top:4px}.lead-form__newsletter,.lead-form__radio-wrapper,.lead-form__select{margin-top:24px}.lead-form select::-ms-expand{display:none}.lead-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url(https://cdn.theblueground.com/website/static/img/arrow-small-down-denim.a2abfcf559320dde3e61.svg);background-position:right 15px center;background-repeat:no-repeat;border:1px solid #b6afaf;border-radius:4px;color:#273656;height:56px;padding-left:16px;transition:border .3s ease;width:100%}.lead-form__select:active{border:2px solid #4674a4}.lead-form__radio-wrapper{align-items:flex-start;display:flex;flex-direction:column}.lead-form__radio-wrapper .radio-buttons{align-items:center;display:flex}.lead-form__radio-wrapper .radio-buttons .booking-for{flex-basis:100%;margin:0 8px 16px 0}@media(min-width:576px){.lead-form__radio-wrapper .radio-buttons .booking-for{flex-basis:auto;margin:0 8px 0 0}}@media(min-width:768px){.lead-form__radio-wrapper .radio-buttons .booking-for{flex-basis:100%;margin:0 8px 16px 0}}@media(min-width:992px){.lead-form__radio-wrapper .radio-buttons .booking-for{flex-basis:auto;margin:0 8px 0 0}}.lead-form__radio-wrapper .radio-buttons label{margin:0 8px}.lead-form__submit:disabled{pointer-events:none}.hero{margin-top:64px;padding:0 16px 0 0;position:relative}@media(min-width:768px){.hero{padding:0 0 0 16px}}@media(min-width:992px){.hero{padding:0 0 0 24px}}.hero__img,.hero__video{border-radius:0 8px 128px 0;height:240px;overflow:hidden}@media(min-width:768px){.hero__img,.hero__video{border-radius:8px 0 0 128px;height:calc(100vh - 88px);max-height:772px;min-height:576px}}.hero__img--short,.hero__video--short{height:240px}@media(min-width:768px){.hero__img--short,.hero__video--short{height:576px}}.hero__img video,.hero__video video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero__text{margin-top:32px;padding:0 16px}@media(min-width:576px){.hero__text{max-width:544px}}@media(min-width:768px){.hero__text{background-color:#fff;border-radius:0 0 96px;left:16px;margin-top:0;max-width:487px;padding:64px;position:absolute;top:0}}.hero__title{margin-bottom:16px}.hero__subtitle{margin-bottom:0}.u-rd__top-left--1{border-top-left-radius:8px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--1{border-top-left-radius:8px}}.u-rd__top-right--1{border-top-right-radius:8px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--1{border-top-right-radius:8px}}.u-rd__bottom-left--1{border-bottom-left-radius:8px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--1{border-bottom-left-radius:8px}}.u-rd__bottom-right--1{border-bottom-right-radius:8px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--1{border-bottom-right-radius:8px}}.u-rd__round--1{border-radius:8px;overflow:hidden}@media(min-width:768px){.u-rd__round--1{border-radius:8px}}.u-rd__top-left--2{border-top-left-radius:16px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--2{border-top-left-radius:16px}}.u-rd__top-right--2{border-top-right-radius:16px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--2{border-top-right-radius:16px}}.u-rd__bottom-left--2{border-bottom-left-radius:16px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--2{border-bottom-left-radius:16px}}.u-rd__bottom-right--2{border-bottom-right-radius:16px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--2{border-bottom-right-radius:16px}}.u-rd__round--2{border-radius:16px;overflow:hidden}@media(min-width:768px){.u-rd__round--2{border-radius:16px}}.u-rd__top-left--3{border-top-left-radius:24px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--3{border-top-left-radius:32px}}.u-rd__top-right--3{border-top-right-radius:24px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--3{border-top-right-radius:32px}}.u-rd__bottom-left--3{border-bottom-left-radius:24px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--3{border-bottom-left-radius:32px}}.u-rd__bottom-right--3{border-bottom-right-radius:24px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--3{border-bottom-right-radius:32px}}.u-rd__round--3{border-radius:24px;overflow:hidden}@media(min-width:768px){.u-rd__round--3{border-radius:32px}}.u-rd__top-left--4{border-top-left-radius:48px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--4{border-top-left-radius:64px}}.u-rd__top-right--4{border-top-right-radius:48px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--4{border-top-right-radius:64px}}.u-rd__bottom-left--4{border-bottom-left-radius:48px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--4{border-bottom-left-radius:64px}}.u-rd__bottom-right--4{border-bottom-right-radius:48px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--4{border-bottom-right-radius:64px}}.u-rd__round--4{border-radius:48px;overflow:hidden}@media(min-width:768px){.u-rd__round--4{border-radius:64px}}.u-rd__top-left--5{border-top-left-radius:64px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--5{border-top-left-radius:96px}}.u-rd__top-right--5{border-top-right-radius:64px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--5{border-top-right-radius:96px}}.u-rd__bottom-left--5{border-bottom-left-radius:64px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--5{border-bottom-left-radius:96px}}.u-rd__bottom-right--5{border-bottom-right-radius:64px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--5{border-bottom-right-radius:96px}}.u-rd__round--5{border-radius:64px;overflow:hidden}@media(min-width:768px){.u-rd__round--5{border-radius:96px}}.u-rd__top-left--6{border-top-left-radius:96px;overflow:hidden}@media(min-width:768px){.u-rd__top-left--6{border-top-left-radius:128px}}.u-rd__top-right--6{border-top-right-radius:96px;overflow:hidden}@media(min-width:768px){.u-rd__top-right--6{border-top-right-radius:128px}}.u-rd__bottom-left--6{border-bottom-left-radius:96px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-left--6{border-bottom-left-radius:128px}}.u-rd__bottom-right--6{border-bottom-right-radius:96px;overflow:hidden}@media(min-width:768px){.u-rd__bottom-right--6{border-bottom-right-radius:128px}}.u-rd__round--6{border-radius:96px;overflow:hidden}@media(min-width:768px){.u-rd__round--6{border-radius:128px}}.u-vs__top--1{padding-top:16px}@media(min-width:768px){.u-vs__top--1{padding-top:32px}}.u-vs__bottom--1{padding-bottom:16px}@media(min-width:768px){.u-vs__bottom--1{padding-bottom:32px}}.u-vs__top--2{padding-top:32px}@media(min-width:768px){.u-vs__top--2{padding-top:48px}}.u-vs__bottom--2{padding-bottom:32px}@media(min-width:768px){.u-vs__bottom--2{padding-bottom:48px}}.u-vs__top--3{padding-top:48px}@media(min-width:768px){.u-vs__top--3{padding-top:64px}}.u-vs__bottom--3{padding-bottom:48px}@media(min-width:768px){.u-vs__bottom--3{padding-bottom:64px}}.u-vs__top--4{padding-top:96px}@media(min-width:768px){.u-vs__top--4{padding-top:128px}}.u-vs__bottom--4{padding-bottom:96px}@media(min-width:768px){.u-vs__bottom--4{padding-bottom:128px}}*{box-sizing:border-box}body{color:#273656}body h1,body h2,body h3,body h4,body h5,body h6{width:100%}body a{color:#273656}body img{max-width:100%}body .bg-wrapper--full-width{margin:0;max-width:100%;overflow:hidden;padding:0;width:100%}@media(min-width:768px){body .wrapper--md-reverse{flex-direction:row-reverse}body .wrapper--md-padded-1{margin-left:8.33%;margin-right:8.33%}}@media(min-width:992px){body .wrapper--md-padded-1{margin-left:0;margin-right:0}body .wrapper--lg-padded-1{margin-left:8.33%;margin-right:8.33%}}@media(min-width:1200px){body .wrapper--lg-padded-1{margin-left:0;margin-right:0}body .wrapper--xl-padded-1{margin-left:8.33%;margin-right:8.33%}}body.body{color:#273656}body .text-center{text-align:center}body .text-italic{font-style:italic}body .text-left{text-align:left}body .text-color--fun-green{color:#387671}body .text-color--dove-gray{color:#433f3d}body .text-color--lonestar{color:#772927}body .text-color--oregano{color:#45452b}body .text-color--spice{color:#673b04}body .full-height{height:100%}body .section,body section{width:100%}body .section--with-bg-color,body section--with-bg-color{padding:96px 0}@media(min-width:992px){body .section--with-bg-color,body section--with-bg-color{padding:128px 0}}body .section--color-alabaster,body section--color-alabaster{background-color:#f8f8f7}body .section--color-fair-pink,body section--color-fair-pink{background-color:#fbf7f4}body .section--patterns-blue,body section--patterns-blue{background-color:#f3f7fc}body .section--color-main-dark,body section--color-main-dark{background-color:#0b1223;color:#fff}body .section--color-main,body section--color-main{background-color:#273656;color:#fff}body .section--color-spindle,body section--color-spindle{background-color:#d6e6f2}body .section--color-thunderbird,body section--color-thunderbird{background-color:#c84337;color:#fff}body .section--color-fun-green,body section--color-fun-green{background-color:#387671;color:#fff}body .section__title--center,body section__title--center{text-align:center}body .section .color--olive,body section .color--olive{color:#959056}body .section .color--zuccini,body section .color--zuccini{color:#499c92}body .visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.breadcrumbs{box-sizing:border-box;display:flex;flex-wrap:wrap;margin-bottom:24px}.breadcrumbs__item{color:#273656;font-size:.857rem;line-height:1.429rem}.breadcrumbs__item:after{color:#273656;content:">";margin:0 4px}.breadcrumbs__item:first-child{font-weight:600}.breadcrumbs__item:last-child{pointer-events:none}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs__item a{color:#273656;font-size:.857rem;line-height:1.429rem;text-decoration:none}.icon__bg--spindle{background-color:#d6e6f2;border-radius:50%;padding:20px}.icon__bg--wewak{background-color:#f4dccf;border-radius:50%;padding:20px}.lt-header__white{border:none}.hero__text{padding:0 0 0 16px}@media(min-width:576px){.hero__text{max-width:none}}@media(min-width:768px){.hero__text{background-color:#fff;border-radius:0 0 96px;left:16px;max-width:487px;padding:64px;position:absolute;top:0}}@media(min-width:992px){.hero__text{max-width:600px}}@media(min-width:1200px){.hero__text{border-radius:0 0 96px 8px;left:calc(50% - 576px)}}.section__subtitle a{color:#fff}.section--cards-horizontal .card{border-radius:0}@media(min-width:768px){.section--cards-horizontal .card{border-radius:0;margin-bottom:0}}.section--cards-horizontal .card:first-child{border-top-left-radius:32px;border-top-right-radius:32px}@media(min-width:768px){.section--cards-horizontal .card:first-child{border-top-left-radius:128px;border-top-right-radius:128px}}.section--cards-horizontal .card:last-child{border-bottom-left-radius:32px;border-bottom-right-radius:32px}@media(min-width:768px){.section--cards-horizontal .card:last-child{border-bottom-left-radius:128px;border-bottom-right-radius:128px}}.section--cards-horizontal .card__img{height:200px}@media(min-width:768px){.section--cards-horizontal .card__img{height:600px}}.section--cards-horizontal .card__title{margin-top:0}.section--cards-horizontal .card__footnote{color:#486688}.section--background{align-items:flex-start;display:flex;height:640px;justify-content:center;position:relative}@media(min-width:576px){.section--background{height:480px;justify-content:flex-end}}@media(min-width:768px){.section--background{align-items:center}}@media(min-width:992px){.section--background{justify-content:center}}.section--background .background{align-items:center;background-color:#fff;border-radius:8px 8px 64px;display:flex;flex-direction:column;height:240px;justify-content:center;margin:48px 16px 0;overflow:visible;padding:32px;position:relative;text-align:left;width:100%;z-index:205}@media(min-width:576px){.section--background .background{width:300px}}@media(min-width:768px){.section--background .background{height:276px;margin-top:0;padding:48px;width:400px}}@media(min-width:992px){.section--background .background{border-radius:8px;height:337px;text-align:center;transition:width .3s ease;width:596px}}@media(min-width:1200px){.section--background .background{width:628px}}@media(min-width:992px){.section--background .background--expanded{width:876px}html[lang=en] .section--background .background--expanded{width:827px}}@media(min-width:1200px){.section--background .background--expanded{width:908px}html[lang=en] .section--background .background--expanded{width:859px}}.section--background .background__img{height:640px;left:0;position:absolute;top:0}@media(min-width:576px){.section--background .background__img{height:480px}}@media(min-width:992px){.section--background .background__subtitle,.section--background .background__title{width:500px}}@media(min-width:1200px){.section--background .background__subtitle,.section--background .background__title{width:532px}}.section--background .background__subtitle{margin-bottom:0;margin-top:12px}@media(min-width:992px){.section--background .background__subtitle{margin-top:24px}}.section--background .background__city-dates-picker{margin-top:32px;width:100%}@media(min-width:992px){.section--background .background__city-dates-picker{height:64px;margin-top:24px;width:auto}}.video__container{height:544px;position:relative;width:100%}@media(min-width:768px){.video__container{height:836px}}.video__container:before{background:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%}.video__container video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.video__overlay{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.video__overlay-text,.video__overlay-title{color:#fff}.slider .slide__img{height:800px}.contact{margin-top:32px;text-align:center}.contact__country{color:#4674a4;font-weight:600;margin-bottom:16px;text-transform:uppercase}.contact__phone{font-size:1.143rem;line-height:1.857rem}.section__subtitle{margin:12px 0 0}@media(min-width:768px){.section__subtitle{margin:16px 0 0}}.section--benefits .card__icon{height:64px;margin:0 0 32px;padding:16px;width:64px}.section--benefits .card__text{margin:0}@media(min-width:992px){.section--benefits .card__text{width:216px}}.section--cards .sector{margin-bottom:32px}.section--cards .sector:last-child{margin-bottom:0}@media(min-width:768px){.section--cards .sector{margin-bottom:0}}.section--cards .card__content{height:auto;justify-content:flex-start}.section--cards .card ul{list-style-position:inside;margin-top:24px;padding-left:0}.section--cards .card ul li:not(:last-child){margin-bottom:8px}