.ticket-standard-block {
    position: relative;
    margin-top: 170px;
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ticket-standard-block.activesed {
    transition: 1.6s ease;
    margin-top: 0px;
    height: auto!important;
}
.ticket-standard-block.activesed .ticket-block,.ticket-standard-block.activesed .ticket-block.active  {
    position: relative!important;
    margin: 20px auto!important;
    transform: rotate(0deg)!important;
    top: 0!important;
}
.ticket-block {
    position: absolute;
    max-width: 1290px;
    border-radius: 40px;
    min-height: 340px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    margin-top: -100px;
    transform: rotate(-3deg);
    gap: -2px;
    transition: all 1s ease;
}
.ticket-block.active {
    transform: rotate(5.06deg);
    transition: all 1s ease;
    top: 0!important;
}
.ticket-block:nth-child(n+1)
.ticket-block-price {
    padding-top: 55px;
    padding-left: 80px;
    padding-right: 50px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.ticket-type {
    background-color: black;
    border-radius: 50%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    padding: 20px 30px;
    margin: 10px auto;
}
.ticket-price {
    color: black;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    margin: 10px auto;
    letter-spacing: -5px;
}
.ticket-price .dollar {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
}
.ticket-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    margin: 10px auto;
}

.ticket-info {
    padding-top: 55px;
    padding-left: 20px;
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ticket-text * {
    font-family: 'Inter'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 24px!important;
    text-align: center!important;
    color: black!important;
}
.ticket-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #202020!important;
    color: #202020!important;
    background-color: #61CE7000;
    border-radius: 90px 90px 90px 90px;
    padding: 16px 24px!important;
    box-sizing: border-box;
    min-height: 68px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: max-content;
}
.ticket-button:before {
    content: ' ';
    background: #202020;
    position: absolute;
    bottom: -210%;
    left: -10%;
    width: 120%;
    height: 200%;
    z-index: -1;
    border-radius: 70% !important;
    transition: .3s ease;
}
.ticket-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #202020;
    border-radius: 90px;
}
.ticket-button:hover * {
    color: white!important;
}
.ticket-button:hover:before  {
    bottom: -50%;
}

.ticket-separation {
    width: 95px;
    display: flex;
    flex-direction: column;
    margin: 0 -2px;
}
.ticket-separation-horizonte { display: none; }
.ticket-separation-start, .ticket-separation-end {
    position: relative;
    width: 78px;
    height: 39px;
}
.ticket-separation-middle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket-separation-solid {
    width: 1px;
    border-left: 2px solid black;
    height: 100%;
}
.ticket-side {
    width: max-content;
    color: black;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    display: flex;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    box-sizing: border-box;
    padding: 40px 0;
}
.ticket-side-text {
    transform: rotate(90deg);
}

.ticket-separation-hr { display: none; }
.ticket-none-desktop { display:  none; }
@media(max-width: 1024px) {
    .ticket-standard-block {
        margin-top: 0px;
        margin-bottom: 40px;
        height: auto!important;
    }
    .ticket-block {
        position: relative;
        top: 0!important;
        max-width: 480px;
        width: 100%;
        flex-direction: column;
        transform: rotate(0deg);
        border-radius: 30px;
        margin: 24px auto;
        margin-bottom: 0px;
    }
    .ticket-block.active {
        transform: rotate(0deg);
    }
    .ticket-block-price {
        padding-top: 55px;
        padding-left: 0px!important;
        padding-right: 0px!important;
        border-bottom-left-radius: 0px!important;
        border-top-left-radius: 30px!important;
        border-top-right-radius: 30px!important;
        box-sizing: border-box;
        text-align: center;
    }
    .ticket-price {
        justify-content: center;
    }
    .ticket-separation { display: none; }
    .ticket-info {
        max-width: 100%;
        width: 100%;
        padding-left: 39px;
        padding-right: 39px;
        padding-top: 10px!important;
        box-sizing: border-box;
    }
    .ticket-side {
        max-width: 100%;
        width: 100%;
        padding: 10px 39px;
        box-sizing: border-box;
        border-bottom-left-radius: 30px!important;
        border-bottom-right-radius: 30px!important;
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }
    .ticket-separation-horizonte {
        display: block!important;
        width: 100%;
        height: 96px;
        margin: -1px 0;
    }
    .ticket-side-text {
        display: none;
    }
    .ticket-none-mobile {
        display: none;
    }

    .ticket-separation-hr {
        display: block;
        padding: 10px 10%;
        box-sizing: border-box;
        margin: -1px 0;
        width: 100%;
    }
    .ticket-separation-hr-line {
        border-bottom: 2px solid black;
        width: 100%;
    }
    .ticket-none-desktop {
        display: flex;
    }
}
.ticket-arrow {
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 2;
}
.ticket-arrow .mobile {
    display: none;
}
@media(max-width: 1340px) {
    .ticket-arrow {
        left: 0px;
    }
    .ticket-arrow .desktop img { width: 50%; }
}
@media(max-width: 1224px) {
    .ticket-arrow .desktop { display: none; }
    .ticket-arrow .mobile { display: block; }
}
@media (max-width: 1024px) {
    .ticket-arrow {
        position: relative;
        max-width: 480px;
        margin: 0 auto;
    }
}