.row { 
    display: flex;
}
.template-event-main-button a {
    font-size: 1.25vw;
    font-weight: 700;
    text-decoration: none;
    color: white;
    padding: 2.083vw 3.264vw;
    font-family: 'NeueMachina';
    text-transform: uppercase;
}
.template-event-main-button {
    color: white;
    background: #FF771D;
    border-radius: 0.694vw;
    padding: 2.083vw 0;
    border: none;
}
.template-event-secondary-button {
    padding: 1.389vw;
    border-radius: 0.694vw;
    border: none;
}
.template-event-secondary-button img{
    width: 2.778vw;
    height: 2.778vw;
}
.event-header-intro .bg-img {
    height: 27.778vw;
    border-bottom-left-radius: 2.222vw;
    border-bottom-right-radius: 2.222vw;
    overflow: hidden;
    position: relative;
}
.event-header-intro .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event-header-intro .bg-img .logo {
    position: absolute;
    bottom: 4.167vw;
    left: 4.167vw;
}
.title-and-book-row {
    width: calc(100% - 8.333vw);
    margin: 5.556vw auto;
}
.title-and-book-row .event-markers-list > *{
    background: #292929;
    border-radius: 0.694vw;
    text-transform: uppercase;
}
.title-and-book-row .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-and-book-row .row h1 {
    font-weight: 700;
    font-size: 6.25vw;
    margin-top: 1.667vw;
}
.title-and-book-row .row .buttons {
    display: flex;
}
.event-content-main {
    width: calc(100% - 8.333vw);
    margin: 11.112vw auto 5.556vw;
    display: flex;
    flex-direction: column;
    gap: 5.556vw;
}
.content-main-container .row {
    gap: 2.778vw;
}
.content-main-container .content-title {
    width: 40%;
}
.content-main-container .content-title h2 {
    font-weight: 700;
    font-size: 3.333vw;
}
.content-main-container .content-text {
    width: 60%;
    opacity: .7;
}
.content-main-container .content-text p {
    margin-bottom: 1.667vw;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 150%;
}
.content-main-container img {
    width: 100%;
}
.event-information-section {
    width: calc(100% - 8.333vw);
    margin: 11.112vw auto 5.556vw;
}
.event-information-section > .row {
    display: grid;
    gap: 0.556vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.event-information-section .row .point {
    background: rgba(255, 255, 255, .04);
    border-radius: 1.111vw;
    padding: 1.667vw;
}
.event-information-section .row .point > p {
    font-size: 3.889vw;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0.556vw;
}
.event-information-section .row .point > .row {
    display: flex;
    gap: 0.556vw;
}
.event-information-section .row .point > .row {
    text-transform: uppercase;
}
.event-content .event-content-inner {
    border-radius: 0;
    background: none;
}

.section-showcase {
    width: calc(100% - 8.333vw);
    margin: 11.111vw auto 5.556vw;
}
.section-showcase .row {
    gap: 2.778vw;
    justify-content: space-between;
}
.section-showcase .row .title-container {
    width: 40%;
}

.section-showcase .title-container .title-showcase {
    font-weight: 700;
    font-size: 3.333vw;
    line-height: 120%;
    margin-bottom: 1.667vw;
}
.section-showcase .title-container .title-showcase + p{
    line-height: 150%;
    opacity: .7;
}
.section-showcase .row .showcase-containers {
    width: 60%;

}
.section-showcase .row .showcase-containers .img-container,
.section-showcase .row .showcase-containers .img-container img{
    max-width: 19.444vw;
    border-radius: 1.667vw;
}
.section-showcase .row .showcase-containers .img-container img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-showcase .row .showcase-containers .content-container {
    padding: 1.667vw 2.222vw 1.667vw 0;
}
.section-showcase .row .showcase-containers .content-container .title-content {
    font-size: 1.528vw;
    font-weight: 700;
    margin-bottom: 1.111vw;
}
.section-showcase .row .showcase-containers .content-container .content {
    opacity: .7;
    line-height: 150%;
}
.section-showcase .row .showcase-containers .showcase-container {
    border-radius: 1.667vw;
    padding: 0.556vw;
    border: 0.069vw solid #FFFFFF1F;
    margin: 0.867vw 0;
}
.footer-top-grad,
.footer-top-dgrad {
    display: none;
}
.section-event-cta-container {
    background: #151515;
    padding: 0.833vw;
    margin-top: 5.556vw;
}
.cta-event-big {
    background: url('/wp-content/themes/pmtech/tmp-content/events/single/bg-pattern.png') #0D0D0D;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.556vw 0;
    border-radius: 2.222vw;
}
.cta-event-big .cta-title {
    font-weight: 800;
    font-size: 4.167vw;
    text-transform: uppercase;
    margin-bottom: 1.667vw;
}
.cta-event-big .cta-title + p{
    color: rgba(255,255,255,.7);
    width: 37%;
    margin: 1.667vw auto 3.333vw;
    font-size: 1.25vw;
}
.cta-event-big .buttons {
    display: flex;
    justify-content: center;
}
.event-markers-list > * img {
    margin-right: 0.510vw;
    width: 1.75vw;
    height: 1.75vw;
}
@media screen and (max-width: 960px) {
    .event-header-intro .bg-img {
        height: 74.667vw;
        border-bottom-left-radius: 6.4vw;
        border-bottom-right-radius: 6.4vw;
    }
    .event-header-intro .bg-img .logo {
        width: 22.4vw;
    }
    .event-markers-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1.6vw;
    }
    .event-markers-list > * {
        font-size: 3.2vw;
        border-radius: 2.133vw;
        padding: 2.133vw 3.2vw;
        margin-right: 0;
    }
    .title-and-book-row .row {
        flex-direction: column;
    }
    .title-and-book-row .row h1 {
        font-size: 10.667vw;
        margin-top: 6.4vw;
        margin-bottom: 8.533vw;
    }
    .title-and-book-row .row .buttons {
        width: 100%;
    }
    .template-event-secondary-button {
        width: 17.067vw;
        border-radius: 2.667vw;
    }
    .template-event-secondary-button img {
        width: 8.533vw;
        height: 8.533vw;
    }
    .template-event-main-button {
        width: 74.667vw;
        border-radius: 2.667vw;
        padding: 5.333vw;
    }
    .template-event-main-button a {
        font-size: 4.267vw;
        padding: 5.333vw;
    }
    .content-main-container .row {
        flex-direction: column;
    }
    .content-main-container .content-title,
    .content-main-container .content-text {
        width: 100%;
    }
    .content-main-container .content-title h2 {
        font-size: 8.533vw;
        margin-bottom: 6.4vw;
    }
    .content-main-container .content-text p{
        font-size: 4.267vw;
    }
    .event-content-main {
        margin: 24vw auto 5.556vw;
    }
    .event-information-section > .row {
        grid-template-columns: 1fr 1fr;
        gap: 2.133vw;
    }
    .event-information-section .row .point {
        padding: 4.267vw;
    }
    .event-information-section .row .point > p {
        font-size: 9.6vw;
        margin-bottom: 2.133vw;
    }
    .event-information-section .row .point > .row > p {
        font-size: 3.2vw;
        font-weight: 700;
    }
    .event-information-section .row .point > .row > img {
        width: 4.267vw;
        height: 4.267vw;
    }
    .event-information-section .row .point > .row {
        align-items: center;
        gap: 1.6vw;
    }
    .section-showcase .row {
        flex-direction: column;
    }
    .section-showcase > .row {
        gap: 10.667vw;
    }
    .section-showcase .row .title-container,
    .section-showcase .row .showcase-containers {
        width: 100%;
    }
    .section-showcase .title-container .title-showcase {
        font-size: 8.533vw;
        margin-bottom: 6.4vw;
    }
    .section-showcase .title-container .title-showcase + p {
        font-size: 4.267vw;
    }
    .section-showcase .row .showcase-containers .img-container, .section-showcase .row .showcase-containers .img-container img {
        max-width: 100%;
    }
    .section-showcase .row .showcase-containers .img-container img {
        width: 100%;
        border-radius: 6.4vw;
    }
    .section-showcase .row .showcase-containers .showcase-container {
        border-radius: 6.4vw;
        padding: 2.133vw;
        margin-bottom: 6.4vw;
    }
    .section-showcase .row .showcase-containers .content-container .title-content {
        font-size: 4.8vw;
        margin-bottom: 4.267vw;
    }
    .section-showcase .row .showcase-containers .content-container .title-content + .content {
        font-size: 3.733vw;
    }
    .cta-event-big {
        padding: 21.333vw 0;
    }
    .cta-event-big .cta-title {
        font-size: 7.467vw;
    }
    .cta-event-big .cta-title + p {
        width: 85%;
        margin: 4.267vw auto 12.8vw;
    }
    .cta-event-big .buttons {
        width: 90%;
        margin: auto;
    }
}