
@media screen and (min-width: 800px) and (max-width: 1000px) {
    .hero-heading  {
        padding-right: 0!important;
    }
    
    .hero-heading .content.headline .title p {
        font-size: 4rem;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1320px) {
    .hero-heading  {
        padding-right: 0!important;
    }
    
    .hero-heading .content.headline .title p {
        font-size: 4.5rem;
    }
}

@media screen and (min-width: 1600px) {
    .hero-heading  {
        padding-right: 27%!important;
    }
}
p strong {
    font-family: 'InstrumentSans-SemiBold' !important;    
}

.cms-component #g-688713149 p em,
p em {
    font-family: 'CormorantGaramondLightItalic' !important;
    font-size: 110%;
    font-weight: 500;
    font-style: italic;
}

.headline p em {
    font-weight: 500;
}

.gradient-divider {
    background: linear-gradient(to right, #ff672e, #4f7ff2);
    height: 5px;
}

.gradient-divider-wrap {
    display: flex!important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.jury-wrap img {
        aspect-ratio: 0.8894736842 !important;
    object-fit: cover;
}


#splash-container.is-responsive-tablet #g-781665312,
.cms-simple-container-container,
.FormView__FormContentView {
    padding: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.cms-engine-modal {
    background-color: transparent!important;
}

.cms-engine-modal button {
    display: none!important;
}