.hw-blog-cx {
    --active-border-color: #0BC29A;
    --active-button-color: var(--main-text-color);
    --active-button-gradient: linear-gradient(114deg, rgba(11, 194, 154, 0.40) -30.97%, rgba(19, 237, 168, 0.40) 0.09%, rgba(42, 217, 226, 0.40) 98.47%);
}

.hw-blog-tech {
    --active-border-color: linear-gradient(0deg, #70E0FF 0%, #2377FF 50%, #BE6CFF 100%);
    --active-button-color: var(--main-text-color);
    --active-button-gradient: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(90deg, #70E0FF -105%, #2377FF 23.75%, #BE6CFF 152.5%);
}

.hw-blog-ai {
    --active-border-color: linear-gradient(227deg, #B08D00 -20.21%, #EBDDA0 16.32%, #F5D550 52.31%, #B08D00 100%);
    --active-button-color: var(--second-text-color);
    --active-button-gradient: linear-gradient(227deg, #B08D00 -20.21%, #EBDDA0 16.32%, #F5D550 52.31%, #B08D00 100%);
}

.hw-blog-media {
    --active-border-color: #FFF;
    --active-button-color: var(--second-text-color);
    --active-button-gradient: var(--main-bg-gradient);
}

.contact-form-container {}

.hwcontform-step-tabs,
.hwcontact-form .hwcontform-step.step-1,
.hwcontact-form .hwcontform-step.step-2,
.hwcontact-form .hwcontform-step.step-3 {
    max-width: 43rem;
    margin: 0 auto;
    padding: 0 var(--container-space);
}

.hwcontact-form .hwcontform-step.step-calcom {
    max-width: 50rem;
    margin: 0 auto;
}


.hwcontform-step-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.31rem;
    margin-bottom: 5rem;
}

.hwcontform-step-tabs .tab {
    position: relative;
    font-size: 0.75rem;
    width: 100%;
    padding-bottom: 0.5rem;
    opacity: 0.5;
}

.hwcontform-step-tabs .tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border-color);
}

.hwcontform-step-tabs .tab.active {
    opacity: 1;
}

.hwcontform-step-tabs .tab.active:after {
    background: var(--active-border-color);
}

.hwcontform-row-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.hwcontform-bottom-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 5rem;
}

.hwcontform-step-detail {
    font-size: 0.875rem;
    line-height: 140%;
}

.hwcontform-step.step-2 .hwcontform-step-inputs,
.hwcontform-step.step-3 .hwcontform-step-inputs {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.hwfield-checkbox-field-label-head,
.hwfield-radio-field-label-head {
    font-size: 1.5rem;
}

.hwcontform-communication {
    margin-bottom: 1.25rem;
}

.hwcontform-communication .hwfield-radio-field-label-head {
    font-size: 1rem;
}

.hwcontform-communication .hwfield-radio-field {
    gap: 0.5rem;
}

.hwcontform-communication .hwfield-radio-field-options {
    display: flex;
    gap: 0.38rem;
    width: fit-content;
    border: 1px solid var(--border-color);
    border-radius: 9999px;
    padding: 0.38rem;
    flex-direction: row;
}

.hwcontform-communication .hwfield-radio-option-item {
    padding: 0;
}

.hwcontform-communication .hwfield-radio-field-options label input {
    display: none;
}

.hwcontform-communication .hwfield-radio-field-options label span {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.hwcontform-communication .hwfield-radio-field-options input[type="radio"]:checked+span {
    background: var(--active-button-gradient);
    color: var(--active-button-color);
}

.hw-conditional-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 1.31rem;
    margin-bottom: 1.25rem;
}

.hw-conditional-section .big-checkbox {
    grid-column: span 2;
}

.hw-conditional-section .big-checkbox .hwfield-checkbox-field-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.hwcontform-step.step-thanks {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50rem;
    padding: 0 var(--container-space);
}

.hwcontform-step.step-thanks .hwcontform-step-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hwcontform-thank-headline {
    font-size: 4.5rem;
    letter-spacing: -0.09rem;
}

.hwcontform-thank-description {
    line-height: 140%;
}

.hwcontform-thank-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 80%;
    max-width: 50%;
    object-fit: contain;
}

.hwcontform-step.step-thanks.hwcontform-thanks-center {
    justify-content: center;
    min-height: 30rem;
}

.hwcontform-thanks-center .hwcontform-step-container {
    align-items: center;
    text-align: center;
}

.hwcontact-form .hw-button-preloader {
    color: var(--fields-color);
}

@media (max-width: 768px) {
    .hwcontform-row-2col {
        grid-template-columns: repeat(1, 1fr);
    }

    .hw-conditional-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .hw-conditional-section .big-checkbox {
        grid-column: span 1;
    }

    .hwcontform-thank-headline {
        font-size: 2.5rem;
    }
}

@media (max-width: 468px) {
    .hw-conditional-section .big-checkbox .hwfield-checkbox-field-options {
        grid-template-columns: repeat(1, 1fr);
    }
}