/* hero — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.main-image {
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    width: 100%;
}

.vimeo-outer {
    min-height: 100vh;
}

.heroImg {
    width: 100%;
    overflow: hidden;
    float: left;
    display: grid;
}

.heroImg .hImage {
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin-bottom: 12px;
    }

@media (min-width: 768px) {
  .heroImg .hImage {
        height: 100%;
        width: 100%;
        margin-bottom: 24px;
    }
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: hidden;
}

.vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.play-icons {
    /*border: 1px solid red;*/
    height: 48px;
    width: 48px;
    padding: 6px;
    z-index: 2;
    position: absolute;
    bottom: 49px;
    /*bottom: 9px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-left: 14px;
}

@media (min-width: 768px) {
  .play-icons {
        margin-left: 32px;
        /*margin-left: 72px;*/
    }
}

.play-icons a {
    display: flex;
    justify-content: center;
}

.vimeo-inline {
    position: relative;
    width: 100%;
}

.vimeo-inline .vimeo-wrapper-inline {
        pointer-events: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 56vw;
    }

@media only screen and (min-width: 1024px) {
  .vimeo-inline .vimeo-wrapper-inline {
        height: 50vw;
    }
}

@media only screen and (min-width: 1265px) {
  .vimeo-inline .vimeo-wrapper-inline {
        height: 630px;
    }
}

.vimeo-inline .vimeo-wrapper-inline iframe {
    width: 100vw;
    height: 56.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
  .vimeo-inline .vimeo-wrapper-inline iframe {
        height: 50vw;
    }
}

@media only screen and (min-width: 1265px) {
  .vimeo-inline .vimeo-wrapper-inline iframe {
        max-width: 1116px;
    }
}

.promo-box-on-hero {
    /*width: 272px;
  height: 200px;*/
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 90px;
    left: calc(50% - 136px);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.promo-box-on-hero.promo-no-bg {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.75);
    }

.promo-box-on-hero.hide-promo {
        opacity: 0;
        transition: all ease-out 0.3s;
    }

@media only screen and (min-width: 1024px) {
  .promo-box-on-hero {
        /*width: 280px;*/
        width: 450px;
        height: 333px;
        bottom: 50px;
        right: 50px;
        left: unset;
    }
}

.promo-box-on-hero .promo-box-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    text-align: left;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .promo-box-on-hero .promo-box-container {
        padding-top: 48px;
    }
}

.promo-box-on-hero .promo-box-container h2 {
    font-size: 22px;
    line-height: 120%;
    font-family: pfregaltextpro-rega-medium;
    padding-bottom: 1px;
    letter-spacing: 0.09em;
}

@media only screen and (min-width: 1024px) {
  .promo-box-on-hero .promo-box-container h2 {
        /*font-size: 28px;*/
        font-size: 18px;
        line-height: 110%;
        letter-spacing: 0.12em;
        /*padding-bottom: 16px;*/
    }
}

.promo-box-on-hero .promo-box-container p {
    color: #130C0C;
    text-wrap: pretty;
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
  .promo-box-on-hero .promo-box-container p {
        font-size: 18px;
        line-height: 120%;
        padding-bottom: 26px;
    }
}

.promo-box-on-hero .promo-box-container .primary-cta span {
    padding: 3px 16px 3px 18px;
}

.promo-box-on-hero .promo-box-container .promo-box-text {
    flex-grow: 0.8;
}

.promo-box-on-hero .promo-box-container .promo-box-button {
    text-align: center;
    flex-grow: 0.1;
}

.promo-box-on-hero .promo-box-container h2 ~ .promo-box-text {
    flex-grow: initial;
}

.promo-box-on-hero .promo-box-container h2 ~ .promo-box-text ~ .promo-box-button {
        flex-grow: initial;
    }

.promo-box-on-hero .promo-box-close-menu {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/img/icons/X-close-gold.svg) center center/18px 18px no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 1024px) {
  .promo-box-on-hero .promo-box-close-menu {
        top: 6px;
        right: 12px;
    }
}
