.main-title .title-gradient {
    background-image: linear-gradient(90deg, rgb(255, 82, 85) 0%, rgb(109, 86, 243) 100%);
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    font-family: Inter;
    letter-spacing: -2.24px;
}

.trp-shortcode-switcher {
    padding: 0;
    border: 0;
}

.trp-language-item-name {
    overflow: visible;
}

.trp-shortcode-switcher__wrapper {
    display: flex;
    align-items: center;
}

[data-section="kadence_customizer_header_html2"] {
    width: max-content !important;
}

@media (min-width: 1200px) {
    .site-header-section>.site-header-item:last-child {
        justify-content: flex-end;
    }
}

@media (max-width: 1024px) {
    .main-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 36px;
    }
}