.kg-signup-card {
    width: 100%;
    display: flex;
    justify-content: center;
    .newsletter-title {
        font-size: 24px;
        padding-top: 30px;
    }

    .kg-signup-card-content {
        width: 460px;
        border: 1px solid #454545;
        padding: 47px 21px 47px 40px;
        @media (max-width: 767px) {
            padding: 27px 10px 27px 10px;
        }

        .kg-signup-card-text {
            padding: 0px;

        }

        .kg-signup-card-heading span {
            max-width: 296px;
            display: block;
            font-size: 44px !important;
            font-weight: 700 !important;
            line-height: 44px !important;
            letter-spacing: -2.5px !important;
            font-family: var(--font-family-primary) !important;
        }

        .kg-signup-card-subheading,
        ul li,
        p {
            line-height: 28px !important;
            font-size: 15px !important;
        }

        .kg-signup-card-subheading {
            padding-top: 20px;
            ul {
                margin-block: 20px;
            }
        }


    }

    .kg-signup-card-button.kg-style-accent {
        background: none;
        border: solid 1px #454545;
        width: 100%;
        height: 59px;
        margin-top: 20px;
        font-size: 16px !important;
        letter-spacing: 3px;
        text-align: center;
        justify-content: center;
        text-transform: uppercase;
        &:hover{
            .kg-signup-card-button-default {
                color : initial !important
            }
            
        }
    }
}

.kg-signup-card-input {
    height: 48px;
    padding-inline-start: 20px;
    color: #141414 !important;
    font-size: 16px;
    letter-spacing: 3px;
    @media (prefers-color-scheme: dark) {
        &::-moz-placeholder {
            color: #979797;
        }
        &::placeholder {
            color: #979797;
        }
    }
}

.kg-signup-card-fields {
    border: 0px solid;
    display: block;
    background: transparent;
}




.signup-card-unsubscribe-link {
    color: #AE2523 !important;
    text-decoration: underline;
}


 .tabs {
    height: 60px;
    /*background-color: red;*/
    display: flex;
    align-items: center;
}

.tab {
    width: 50%;
    height: 100%;
    background: none;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0;
    border: solid 1px #454545;
    color: #b7b7b7;
    transition: color 0.5s;
    border-top: 0;
   
    @media (prefers-color-scheme: dark) {
        color: #454545;
    }
    &:first-child {
        border-left: 0;
    }
    &:last-child {
        border-right: 0;
    }
}

.tab.active {
    border: none;
    color: var(--color-secondary);
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2.5px;
}

.container {
    width: 460px;
    max-width: 100%;
    border: 1px solid #454545;
    margin: 0 auto;
}

.content {
    font-size: 15px;
    font-weight: 400;
}

.tab-content {
    padding: 0 40px;
}

.input {
    margin-bottom: 15px;
    width: 100%;
    height: 48px;
}
.sign-up-btn {
    width: 100%;
    background: #AE2523;
    border: 0px solid #454545;
    height: 58px;
    span {
        color : #EEEBE0;
        font-size: 16px !important;
        letter-spacing: 2.5px;
        font-weight: 400;
    }
    
}
.unsubscribe {
    margin-top: 20px;
    margin-bottom: 35px;
}

form {
    margin-top: 40px;
    margin-bottom: 40px;
    label {
        clip: rect(0 0 0 0); 
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap; 
        width: 1px;
    }
    .input {
        padding-left: 20px;
    }
    .loading, .success, .error  {
        padding-top: 10px;
        display: none;
    }
}

.loading .loading, .success .success, .error .error {
    display: block;
}

.kg-signup-card a.red-link {
  color : var(--color-highlight) !important;
  font-size: 15px;
  margin-top: 20px;
}
.newsletter-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding : 15px 0;
    font-size: 16px;
    > div:first-child {
        padding-top: 5px;
    }
    .name {
        text-transform: uppercase;
        font-size: 16px !important;
    }
    p {
        padding-top: 20px;
    }
}

.gh-portal-for-switch {
    label {
        position: relative;
        display: inline-block;
        width: 86px !important;
        height: 40px !important;
        cursor: pointer;
    }
    input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .status-holder {
        position: absolute;
        left : -230px;
        top : 6px;
        span {
            position: absolute;
            font-size: 15px !important;
            &:first-child {
                display: none;
            }
        }
        @media (max-width: 768px) {
           left : -270px;
        }
        @media (max-width: 500px) {
           left : calc(-100vw + 220px);
        }
        
    }
    .input-toggle-component {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--Line, #454545);
        transition: .3s;
        width: 86px !important;
        height: 40px !important;
        border-radius: 999px;
        transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out;
        cursor: pointer;
        &:before {
            position: absolute;
            content: "";
            top: 4px !important;
            left: 4px !important;
            height: 32px !important;
            width: 32px !important;
            background-color: white;
            transition: .3s;
            border-radius: 999px;
        }
    }
    input:checked + div {
        .status-holder{
            > span:first-child {
                display: block;
            }
            > span:last-child {
                display: none;
            }
        }
         .input-toggle-component {
            background: var(--color-highlight);
            border-color: transparent;
            &:before {
                transform: translateX(46px);
                box-shadow: none;
            }
        }
    }
}

#sign-up, #sign-in {
    input[type="email"],
    input[type="text"] {
        background: transparent ;
        border: 1px solid #A0A0A0;
        color : #141414;
        font-size: 16px;
        &::-moz-placeholder {
            color : #141414;
        }
        &::placeholder {
            color : #141414;
        }
        @media (prefers-color-scheme: dark) {
            color : #FAFAEA;
            border-color: #454545;
            &::-moz-placeholder {
            color : #FAFAEA;
        }
            &::placeholder {
            color : #FAFAEA;
        }
        }

    }
}
/*# sourceMappingURL=subscribe.css.map */