.hero-v2 {
    background: linear-gradient(180deg, rgba(223, 230, 241, 0.00) 0%, rgba(223, 230, 241, 0.50) 100%) no-repeat, no-repeat center, left;
    background-size: cover, contain;
}

.hero-v2 > .boxed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.hero-v2 > .boxed > .info {
    padding-top: 72px;
}

.hero-v2 .heading {
    position: relative;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Panton', sans-serif;
    font-size: 55px;
    font-weight: 370;
    text-transform: uppercase;
    line-height: 60px;
    -webkit-text-fill-color: transparent;
}

.hero-v2 .heading-container > .heading::after {
    position: absolute;
    top: -256px;
    left: -256px;
    z-index: -1;
    width: 512px;
    height: 512px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-v2 .heading-container.bg-yellow > .heading::after {
    background-image: url('/wp-content/themes/strevon/assets/images/elements/yellow-ellipse.svg');
}

.hero-v2 .heading-container.bg-blue > .heading::after {
    background-image: url('/wp-content/themes/strevon/assets/images/elements/blue-ellipse.svg');
}

.hero-v2 .content {
    margin-bottom: 32px;
}

.hero-v2 .content p {
    font-family: 'Panton', sans-serif;
    font-size: 18px;
    font-weight: 330;
    font-style: normal;
    color: #1A2233;
    line-height: 28px;
}

.hero-v2 .content p:last-child {
    margin-bottom: 0;
}

.hero-v2 .boxed .info .content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-v2 .boxed .info .content ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 36px;
    font-size: 18px;
    line-height: 28px;
}

.hero-v2 .boxed .info .content ul li:before {
    top: 3px;
    width: 20px;
    height: 20px;
    content: '';
    background: transparent url('images/bullet.svg') no-repeat;
    background-size: cover;
    mask-image: none;
    -webkit-mask-image: none;
}


.hero-v2 .media {
    display: flex;
    justify-content: end;
}

.hero-v2 .boxed .media > img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 1;
    object-fit: cover;
}

.hero-v2 .boxed .media {
    position: relative;
}

.hero-v2 .boxed .media::before {
    position: absolute;
    right: -7px;
    bottom: -19px;
    content: url("images/yellow-stripes.png");
}

.hero-v2 .go-back-to {
    position: absolute;
    top: 32px;
    display: flex;
    justify-content: right;
}

.hero-v2 .go-back-to > a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-family: 'Panton', sans-serif;
    font-size: 18px;
    font-weight: 350;
    color: #1A2233;
    line-height: 28px;
    column-gap: 8px;
}

.hero-v2 .go-back-to > a::before {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(/wp-content/themes/strevon/assets/images/icons/arrow-left.svg);
    background-size: cover;
}

.hero-v2 .read-more > a:hover {
    text-decoration: none;
}

.hero-v2 .vacancy-search {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 394px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    gap: 24px;
}

.hero-v2 .vacancy-search::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    background-image: url(/wp-content/themes/strevon/assets/images/icons/dots.png);
    background-repeat: no-repeat;
    pointer-events: none;
}

.hero-v2 .vacancy-search form {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-v2 .vacancy-search label {
    display: block;
    margin-bottom: 4px;
    font-family: Panton, sans-serif;
    font-size: 18px;
    font-weight: 350;
    font-style: normal;
    color: #FFF;
    line-height: 28px;
}

.hero-v2 .vacancy-search select {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: #FFF url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 16px center;
    background-size: 16px;
    font-family: Panton, sans-serif;
    font-size: 18px;
    font-weight: 330;
    color: #1A2233;
    line-height: 28px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hero-v2 .vacancy-search select option:first-child {
    color: #636A75;
}

.hero-v2 .vacancy-search select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #FFF;
}

/* Remove default arrow in IE */
.hero-v2 .vacancy-search select::-ms-expand {
    display: none;
}

.hero-v2 .vacancy-search .button-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    margin-top: 24px;
    padding: 14px 32px;
    border-radius: 8px;
    background: #FEE600;
    font-family: 'Panton', sans-serif;
    font-weight: 350;
    color: #162032;
    line-height: 28px;
    gap: 8px;
}

@media (max-width: 992px) {
    .hero-v2 > .boxed {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-v2 .go-back-to {
        top: 16px;
        left: 64px;
    }

    .hero-v2 .go-back-to > a {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-v2 .go-back-to > a::before {
        width: 20px;
        height: 20px;
    }

    .hero-v2 > .boxed > .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        order: 1;
    }

    .hero-v2 .boxed .media > img {
        max-height: calc(192px * 2);
    }

    .hero-v2 .heading {
        margin-bottom: 16px;
        font-size: 32px;
        text-align: center;
        line-height: 40px;
    }

    .hero-v2 .content p {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .hero-v2 .buttons {
        padding: 16px;
        gap: 16px;
    }

    .button-group .button {
        padding: 12px 24px;
        gap: 4px;
    }

    .button-group .button-caption {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .hero-v2 .go-back-to {
        left: 16px;
    }

    .design-v2 section > .boxed.has-go-back-to {
        padding-top: 64px !important;
    }

    .hero-v2 .vacancy-search .button-primary {
        margin-top: 16px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .hero-v2 .boxed .media > img {
        max-height: calc(192px * 1.5);
    }
}

@media (max-width: 425px) {
    .hero-v2 .boxed .media > img {
        max-height: calc(192px * 1);
    }
}