.header{
    background: #3C406C;
}
.main-top {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #3C406C 0%, #151837 100%);
    padding: 64px 0;
}
.main-top-wrap {
    max-width: 1432px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
}
.main-top-title {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px; /* 112.5% */
    letter-spacing: -1.8px;
    margin-top: 11px;
}
.main-top-subtitle {
    color: #A7AACB;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
    margin-top: 28px;
}
.main {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #151837;
    margin-top: -1px;
}
.main-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 30px;
    max-width: 1432px;
    width: 100%;
}
.slider-container {
    display: flex;
    align-items: center;
    position: relative;
}

input[type="radio"] {
    display: none;
}

.slider {
    position: relative;
    cursor: pointer;
    width: 246px;
    height: 49px;
    border-radius: 9999px;
    background: #3C406C;
    display: flex;
}

label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color 0.3s;
    z-index: 1;
    color: #A7AACB;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
}
label:hover{
    color: #FFF;
}
#monthly:checked ~ .slider .slider-thumb {
    transform: translateX(0);
}

#annual:checked ~ .slider .slider-thumb {
    transform: translateX(123px);
    -webkit-transform: translateX(123px);
    -moz-transform: translateX(123px);
    -ms-transform: translateX(123px);
    -o-transform: translateX(123px);
}

#annual:checked ~ .slider {
    background-color: #3C406C;
}

#monthly:checked ~ .slider {
    background-color: #3C406C;
}

.slider-thumb {
    width: 123px;
    height: 49px;
    background-color: #6844F8;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s;
}
.save-abc{
    position: absolute;
    top: -37px;
    right: 33px;
}
.price-wrap {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: 80px;
}
.price {
    padding: 24px 16px;
    max-width: 466px;
    min-width: 293px;
    width: 100%;
    border-radius: 12px;
    background: #3C406C;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
}
.price-title {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.75px; /* 137.5% */
    letter-spacing: -0.85px;
}
.price-price {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 46.75px; /* 137.5% */
    letter-spacing: -0.85px;
    margin-top: 16px;
}
.price-subtitle {
    color: #A7AACB;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 150% */
    letter-spacing: -0.325px;
    margin-top: 5px;
}
.price-btn {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.75px; /* 137.5% */
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    background: #6844F8;
    padding: 13px 2px 12.75px 2px;
    margin-top: 47px;
    cursor: pointer;
    width: 100%;
}
.price-line {
    height: 1px;
    border-top: 1px solid #8386A5;
    width: 100%;
    margin-top: 32px;
}
.price-advantage {
    margin-top: 41px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advantage-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.advantage-flex>p{
    color: #FFF;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px; /* 150% */
    letter-spacing: -0.325px;
}
.recommendation{
    color: #151837;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; /* 137.538% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    border-radius: 12px 12px 0px 0px;
    background: #0FDF56;
    padding: 12px 0px 13.88px 0px;
    width: 100%;
    position: absolute;
    top: -35px;
}
.min-txt {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 48px;
}
.main-txt {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.5px; /* 125% */
    letter-spacing: -1.15px;
    margin-top: 160px;
}
.include-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 48px;
}
.include {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-width: 432px;
}
.include>p{
    color: #AA96FB;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
}
.include>div{
    color: #A7AACB;
    font-family: Untitled Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; /* 137.524% */
    letter-spacing: -0.525px;
}
.mt130{
    margin-top: 130px;
}
.txt1 {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.75px; /* 137.5% */
    letter-spacing: -0.85px;
    margin-top: 144px;
}
.txt2 {
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
    margin-top: 18px;
}
.table-wrap {
    margin-top: 67px;
    width: 90%;
    margin-bottom: 64px;
}
.table-string {
    width: 100%;
    display: flex;
    align-items: center;
}
.tsble-column1 {
    width: 70%;
    color: #FFF;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.tsble-column2 {
    width: 10%;
    background: #3C406C;
    padding: 35px 5px;
    display: flex;
    justify-content: center;
    min-width: 120px;
}
.tsble-column3 {
    width: 20%;
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.table-line{
    width: 100%;
    height: 1px;
    background-color: #545672;
}
.brtop{
    border-radius: 12px 12px 0px 0px;
}
.br-down{
    border-radius: 0px 0px 12px 12px;
}
.blue-txt{
    color: #FFF;
    text-align: center;
    font-family: Untitled Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.45px;
}
.main-waith {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F3F3FA;
}
.main-waight-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 30px;
    max-width: 1432px;
    width: 100%;
}
.header_active{
    background-color: #151837;
}
.header-nav>a{
    color: #FFF;
}
.button-wrap{
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
}
.button-wrap>img{
    cursor: pointer;
    pointer-events:painted;
}
.line1{
    background: #FFF;
}
.line2{
    background: #FFF;
}
@media(max-width:1100px){
    .price-wrap{
        overflow-x: scroll;
        padding-top: 36px;
        gap: 0;
        align-items: flex-start;
    }
    .include-wrap{
        flex-direction: column;
        align-items: center;
    }
    .button-wrap{
        display: flex;
    }
    .price{
        margin: 0 32px;
    }
    .faq-wrap-download{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .tsble-column3{
        font-size: 12.797px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
        min-width: 116px;
    }
    .baner-wrap{
        width: 90%;
    }
}
@media(max-width:700px){
    .main-top-title{
        font-size: 46px;
        line-height: 51.75px; /* 112.5% */
        letter-spacing: -1.15px;
    }
    .tsble-column1{
        font-size: 12.695px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
    }
    .main-top-subtitle{
        font-size: 17.859px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.75px;
    }
    .tsble-column2{
        min-width: 85px;
    }
    .brtop>img{
        width: 100%;
    }
    .include-wrap{
        width: 90%;
    }
}