:root{--formhero-default-z-index:1;--formhero-search-z-index:10}.form-hero{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;margin-bottom:0;position:relative}.form-hero__search{display:block;left:0;margin-bottom:var(--grid-section-gutter);margin-top:-30px;position:relative;right:0;z-index:var(--formhero-search-z-index)}.form-hero__search--v2{margin-bottom:var(--grid-section-gutter);margin-top:-90px}.form-hero__background{height:100%;left:0;object-fit:cover;object-position:center center;position:absolute;top:0;width:100%;z-index:var(--formhero-default-z-index)}.form-hero--has-overlay .form-hero__background{filter:brightness(.7)}.form-hero--image-position-top-left .form-hero__background{object-position:top left}.form-hero--image-position-top-center .form-hero__background{object-position:top center}.form-hero--image-position-top-right .form-hero__background{object-position:top right}.form-hero--image-position-bottom-left .form-hero__background{object-position:bottom left}.form-hero--image-position-bottom-center .form-hero__background{object-position:bottom center}.form-hero--image-position-bottom-right .form-hero__background{object-position:bottom right}.form-hero__background--video{opacity:0;transition:opacity .3s ease}.form-hero--video-playing .form-hero__background--video{opacity:1}@media(prefers-reduced-motion:reduce){.form-hero__background--video{transition:none}}.form-hero__content-link{color:var(--color-white);display:block}.form-hero__content-link:hover{color:var(--color-white)}.form-hero.form-hero--has-message .form-hero__wrap{margin:0 auto;padding:0 var(--grid-col-gutter)}.form-hero__content{align-items:center;color:var(--color-white);display:flex;flex-direction:column;max-width:max-content;position:relative;text-align:center;z-index:var(--formhero-default-z-index)}.form-hero__content-inner{margin:0 auto;width:fit-content}.form-hero__message{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000073;border-radius:var(--border-radius-default);box-shadow:var(--box-shadow-default);display:inline-block;margin:0 auto;padding:11px 20px 15px;text-align:center}.form-hero__wrap{align-items:center;display:flex;width:100%}.form-hero__title{font-family:var(--font-family);font-size:35px;font-weight:600;text-transform:uppercase}.form-hero__subtitle{align-items:center;display:flex;flex-direction:row;font-family:var(--font-family-display);font-style:italic;font-weight:var(--font-weight-bold);justify-content:center;letter-spacing:.6px}.form-hero__subtitle span{font-size:22px;min-height:22px}.form-hero__trustpilot .trustpilot-logo{width:80px}.form-hero__trustpilot--desktop{display:none}.form-hero__trustpilot--desktop .trustpilot-review-badge{border:none;margin:0;max-width:none;padding:0}.form-hero__trustpilot--desktop a{align-items:center;display:flex;flex-direction:column;font-size:medium;gap:4px}.form-hero__trustpilot--desktop .trustpilot-trust-score{display:none}.form-hero__trustpilot--desktop .trustpilot-logo{display:block;order:1}.form-hero__trustpilot--desktop .trustpilot-stars{display:block;margin:0;order:2;width:100px}.form-hero__trustpilot--desktop .trustpilot-rating{display:block;font-weight:var(--font-weight-bold);margin:0;order:3;text-decoration:underline}.form-hero__trustpilot--desktop .trustpilot-rating strong{font-weight:var(--font-weight-bold)}.form-hero__trustpilot--desktop .trustpilot-rating__on{display:none}.form-hero__trustpilot--mobile{margin-top:50px}.form-hero__trustpilot--mobile .trustpilot-review-badge{margin:0;max-width:100%}.form-hero__trustpilot--mobile a{align-items:center;column-gap:16px;display:flex;flex-wrap:wrap;font-size:medium;justify-content:center}.form-hero__trustpilot--mobile a:after{content:"";flex-basis:100%;height:0;order:3}.form-hero__trustpilot--mobile .trustpilot-trust-score{margin:0;order:1}.form-hero__trustpilot--mobile .trustpilot-stars{margin:0;order:2}.form-hero__trustpilot--mobile .trustpilot-rating{margin:0;order:4}.form-hero__trustpilot--mobile .trustpilot-logo{margin:0;order:5}.form-hero__search-button{margin:0 auto;transition-duration:var(--transition-time);transition-property:all;transition-timing-function:var(--transition-easing)}.form-hero__search-button-container{left:0;opacity:1;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);position:relative;right:0;transition-duration:var(--transition-time);transition-property:opacity;transition-timing-function:var(--transition-easing);visibility:visible}.form-hero__search-button-inner{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;border-radius:var(--border-radius-default);box-shadow:var(--box-shadow-default);display:flex;opacity:1;padding:20px;text-align:left}.form-hero__cta-btn{align-items:center;display:flex;justify-content:center;margin-bottom:15px}.form-hero__video-toggle{--video-button-size:32px;align-items:center;background:#fffc;border:none;border-radius:50%;box-shadow:var(--box-shadow-default);cursor:pointer;display:inline-flex;height:var(--video-button-size);justify-content:center;margin-bottom:10px;width:var(--video-button-size)}.form-hero__video-toggle:hover{filter:brightness(.95)}.form-hero__video-toggle:focus-visible{outline:var(--outline-width) solid var(--color-teal);outline-offset:var(--outline-offset)}.form-hero__video-toggle .form-hero__video-icon{line-height:0}.form-hero__video-toggle .form-hero__video-icon svg{height:60%;width:60%}.form-hero__video-toggle .form-hero__video-icon--play{margin-left:4px}.form-hero__video-toggle .form-hero__video-icon--pause,.form-hero__video-toggle.is-playing .form-hero__video-icon--play{display:none}.form-hero__video-toggle.is-playing .form-hero__video-icon--pause{display:inline-block}@media screen and (min-width:576px){.form-hero__title{font-size:55px}.form-hero__subtitle span{font-size:30px;min-height:30px}.form-hero__cta-btn{margin-bottom:30px}.form-hero__video-toggle{--video-button-size:40px;margin-bottom:30px}}@media screen and (max-width:768px){.form-hero--hide-on-mobile{display:none}.form-hero--hide-on-mobile+*{margin-top:-30px}.form-hero__search-disable-modal{display:none}.form-hero__search-disable-modal .form-hero__search-button-container{display:block;position:static}.form-hero__search-disable-modal .form-hero__search-button-inner{all:revert;opacity:1}.form-hero__search-disable-modal .form-hero__search-button-container .trip-search-form{background:var(--color-dark-cool-gray);padding-bottom:20px;padding-top:20px}.form-hero__search-button-container{display:block;opacity:1;position:relative;visibility:visible;z-index:var(--formhero-search-z-index)}}@media screen and (min-width:768px){.form-hero{height:400px}.form-hero__search--v2{margin-top:-110px}.form-hero__search-button-inner{background-color:#00000073}.form-hero__search-include-flights{padding-bottom:5px}.form-hero__content{display:block;position:static;z-index:var(--formhero-search-z-index)}.form-hero__message{padding:20px 25px 24px}.form-hero__title{font-size:85px}.form-hero__subtitle span{font-size:70px;min-height:70px}.form-hero__search-button{display:none}.form-hero__search+.section{padding-top:calc(var(--grid-section-gutter))}.form-hero__search-button-container{display:block}.form-hero__trustpilot--desktop{background-color:var(--color-white);border-radius:var(--border-radius-small);display:inline-flex;margin:30px 30px 0 0;padding:5px 10px 10px;position:absolute;right:0;top:0;z-index:var(--formhero-default-z-index)}.form-hero__trustpilot--mobile{display:none}}@media screen and (min-width:768px)and (max-width:827px){.form-hero__title{font-size:62px}.form-hero__subtitle span{font-size:38px;min-height:38px}.form-hero__video-toggle{margin-bottom:20px}}@media screen and (min-width:1024px){.form-hero{height:550px}.form-hero__video-toggle{--video-button-size:72px;height:var(--video-button-size);margin-bottom:40px;width:var(--video-button-size)}.form-hero__video-toggle .form-hero__video-icon svg{height:100%;width:100%}.form-hero__title{font-size:100px}.form-hero__message{max-width:var(--wrap-width);padding:15px 30px 25px}.form-hero__search{margin-top:calc(var(--grid-section-gutter)*-1)}.form-hero__search--v2{margin-top:-110px}.form-hero__search-button-inner{padding-bottom:40px;padding-top:30px}.form-hero__search-include-flights{padding-bottom:10px}}@media screen and (min-width:1280px){.form-hero__search-include-flights{padding-bottom:15px}}.form-hero-model-container{background-color:#ffffffb3;display:block;height:100vh;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100vw}.form-hero-model-container.hidden{opacity:0;visibility:hidden;z-index:calc(var(--formhero-default-z-index) - 3)}
