#sep2,
#sep2,
#sep3,
#sep4,
#TableWaper {
    display: none;
}

.mainContainer {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.mainContainerBG {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.navMenu {
    width: 100%;
    height: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.logo {
    width: auto;
    height: 73.19px;
}

.headerTitels h1 {
    color: #143863;
    text-align: center;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    margin-bottom: 0px;
}

.headerTitels h2 {
    color: #143863;
    font-family: Oswald;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.46px;
    text-align: center;
    margin-bottom: 15px;
}

.headerTitels h2 span {
    color: #D0393E;
}

.headerTitels p {
    color: #143863;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.24px;
    margin-bottom: 28px;
}

.QustionCardWaper {
    max-width: 675px;
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(0px 4px 54px rgba(20, 56, 99, 0.30));
    padding: 28px;
    border-radius: 8px;
    position: relative;
}

.bobul {
    width: 67px;
    height: 66px;
    position: absolute;
    right: 0%;
    top: 0%;
}

.QustionCardWaper h1 {
    color: #0C2B29;
    text-align: center;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.buttonwaper {
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.btn-yes {
    width: 48%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #D0393E;
    background: #D0393E;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.26px;
}

.btn-no {
    width: 48%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #D0393E;
    background: #FFF4E9;
    color: #D0393E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.26px;
}

.locator {
    width: 120px;
    height: 20px;
    margin: 0 auto;
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.indicator {
    width: 10px;
    height: 10px;
    background: #D0393E;
    border-radius: 50px;
    padding: 2px;
    border: 1px solid #D0393E;
}

.active {
    width: 15px;
    height: 15px;
}

.TableWaper {
    width: 100%;
    height: auto;
    padding: 90px 0px;
}

.TableWaperTitel {
    color: #143863;
    text-align: center;
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.44px;
}

table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 20px;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(0px 5.138px 69.366px rgba(20, 56, 99, 0.30));
    border-radius: 10px;
    display: table;
    margin-top: 40px;
    overflow: hidden;
}

thead {
    border: 1px solid #DFEEFF;
    background: #FFF6E4;
    height: 70px;
    color: #D0393E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    padding: 20px;
    display: table-header-group;
}

table thead tr th {
    width: 25%;
    padding: 20px;
    padding-left: 30px;
}

table tbody {
    width: 100%;
}

table tbody tr {
    border: 1px solid #DFEEFF;
    background: #FBFBFB;
    height: 80px;
}

table tbody tr td {
    width: 25%;
    padding: 20px;
    padding-left: 30px;
    color: #143863;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.24px;
}

.highlighted {
    width: 100%;
    height: auto;
    padding: 45px 0px;
    background: #FFF9F9;
}

.highlighted h1 {
    color: #143863;
    text-align: center;
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.highlightedWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 23px;
}

.highlightedMobileWaper {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.highlightedMobileWaper img {
    width: 30%;
    height: auto;
    border-radius: 7px;
    box-shadow: 0px 4px 20px 0px rgba(8, 52, 106, 0.12);
}

.disclemer {
    width: 100%;
    padding: 50px 0px;
}

.footer {
    width: 100%;
    height: 251px;
    padding: 50px;
    background: #1C130A;
}

.footerContent {
    width: 100%;
    height: auto;
}

.footerContent {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.footerContent p {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #DDE5FF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.footerContent p a {
    text-decoration: none;
    color: #fff;
    color: #DDE5FF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyrite {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #030202;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lock {
    width: 12px;
    height: 17px;
}

.locktext {
    margin-top: 22px;
    text-align: center;
    color: #143863;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.num-btn {
    width: 30% !important;
}

.btn-no:hover {
    border: 1px solid #D0393E;
    background: #D0393E;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

.progress-bar-container {
    border-radius: 24px;
    background: #DDDCDC;
    height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
}

.progress-bar {
    border-radius: 24px;
    background: #D0393E;
    height: 100%;
    width: 0%;
    transition: width 3s ease-in-out;
}

.btn-succes {
    border-radius: 12.846px;
    border: 1.285px solid #D0393E;
    background: #D0393E;
    padding: 17px;
    color: #FFF;
    font-family: Poppins;
    font-size: 25.691px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.959px;
    letter-spacing: 0.334px;
    text-transform: uppercase;
    animation: pulse 1.2s infinite;
}

#sep4 h1 {
    color: #D0393E;
    text-align: center;
    font-family: Oswald;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.52px;
    margin-bottom: 30px;
}

#sep4 p {
    color: #0C2B29;
    text-align: center;
    font-family: Oswald;
    font-size: 25.691px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.771px;
    margin-bottom: 7px;
}

#sep4 span {
    width: 100%;
    display: block;
    color: #0C2B29;
    text-align: center;
    font-family: Oswald;
    font-size: 20.553px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.617px;
    margin-bottom: 26px;
}

.sevenagent {
    color: #6AC445 !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    letter-spacing: -0.18px !important;
    margin-top: 15px;
}

.analiz1,
.analiz2,
.analiz3 {
    color: #0C2B29;
    text-align: left;
    font-family: Oswald;
    font-size: 20.553px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.617px;
    margin-bottom: 26px;
}

#sep3 ul {
    list-style: none;
    margin-bottom: 25px;
}

.SecuretyImage {
    display: none;
    margin: 0 auto;
    margin-top: 24px;
}

.privacy {
    padding-bottom: 60px;
    width: 1030px;
    height: auto;
    margin: 0 auto;
}

.privacy h2,
.disclemer h2 {
    color: #143863;
    text-align: center;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.privacy p {
    color: #011733;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 151%;
    margin-top: 30px;
}

.congrasTitel {
    color: #D0393E;
    text-align: center;
    font-family: Oswald;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.52px;
}

.congrasText {
    width: 570px;
    margin: 0 auto;
    margin-top: 15px;
    color: #0C2B29;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
}

.congrasAlart {
    width: 450px;
    height: 44px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFEDE0;
    margin: 20px auto;
    color: #011733;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.16px;
    padding: 10px 16px;
}

.congrasCardWaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0px;
}

.congrasCard {
    /* width: 270px; */
    height: 365px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 0px 25px 5px #1438633d;
    border-radius: 8px;
    padding: 20px;
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.congrasCardImage {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    border: 2px solid #F2F2F2;
}

.congrasCardImage img {
    width: 65%;
    height: auto;
    object-fit: contain;
}

.congrasCardImageBig {
    width: 110px !important;
    height: 59px !important;
}

.congrasCardTitel {
    color: #143863;
    text-align: center;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.22px;
}

.congrasCardReating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #143863;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.18px;
}

.congrasCardReatingText {
    color: #143863;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.14px;
    opacity: 0.6;
}

.PriceandText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
    gap: 5px;
}

.Price {
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.42px;
}

.Text {
    color: #848484;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
}

.congrasCardButton {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 14px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D0393E;
    background: #D0393E;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 175% */
    letter-spacing: 0.26px;
    text-decoration: none;
    margin-top: auto;
    animation: callnow-blink 1.2s infinite alternate;
}

.headerTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 8px;
}
.logo {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
.tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #143863;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 600;
}
.headerTitles {
  text-align: center;
  margin-bottom: 12px;
  padding: 0 4vw;
}
.headerTitles h1 {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.15;
  color: #143863;
  word-break: break-word;
}
.headerTitles h2 {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.15;
  color: #143863;
  word-break: break-word;
}
.headerTitles h2 span {
  color: #D0393E;
  font-weight: 700;
}
.headerTitles p {
  font-size: 3.5vw;
  font-weight: 500;
  color: #143863;
  margin-bottom: 0;
  line-height: 1.2;
  word-break: break-word;
}
@media (min-width: 601px) {
  .headerTop {
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .logo {
    max-width: 180px;
    margin-bottom: 4px;
  }
  .tagline {
    font-size: 18px;
    margin-bottom: 0;
  }
  .headerTitles {
    margin-bottom: 24px;
    padding: 0;
  }
  .headerTitles h1 {
    font-size: 2.2rem;
  }
  .headerTitles h2 {
    font-size: 1.5rem;
  }
  .headerTitles p {
    font-size: 1.1rem;
  }
}


@media screen and (max-width: 600px) {
    .navMenu {
        width: 100%;
        height: auto;
        padding: 15px;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .logo {
        width: 75%;
        height: auto;
    }

    .mainContainerBG {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -1;
        left: 0%;
        top: 0%;
    }

    .headerTitels h1 {
        color: #143863;
        text-align: center;
        font-family: Oswald;
        font-size: 4.9vw;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.32px;
        margin-bottom: 5px;
    }

    .headerTitels h2 {
        color: #143863;
        font-family: Oswald;
        font-size: 7.9vw;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.46px;
        text-align: center;
        margin-bottom: 15px;
    }

    .headerTitels p {
        color: #143863;
        text-align: center;
        font-family: "Source Sans 3";
        font-size: 4vw;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -0.24px;
        margin-bottom: 20px;
    }

    .QustionCardWaper h1 {
        color: #0C2B29;
        text-align: center;
        font-family: Oswald;
        font-size: 6.9vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.32px;
    }

    .lock {
        width: 14px;
        height: 17px;
    }

    .locktext {
        margin-top: 22px;
        text-align: center;
        color: #143863;
        text-align: center;
        font-family: Roboto;
        font-size: 3vw;
        font-style: normal;
        font-weight: bold;
        line-height: 120%;
        letter-spacing: -0.16px;
        display: flex;
        align-items: end;
        justify-content: center;
        gap: 8px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
        background: #FFF;
        filter: drop-shadow(0px 5.138px 69.366px rgba(20, 56, 99, 0.30));
        border-radius: 10px;
        display: table;
        margin-top: 40px;
        overflow: hidden;
        display: block;
    }

    thead {
        border: 1px solid #DFEEFF;
        background: #FFF6E4;
        height: 70px;
        color: #D0393E;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -0.13px;
        text-transform: uppercase;
    }

    .congrasAlart {
        width: 100%;
        height: 44px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFEDE0;
        margin: 20px auto;
        color: #011733;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.14px;
    }

    .congrasText {
        width: 100%;
        color: #0C2B29;
        text-align: center;
        font-family: Oswald;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.48px;
    }

    .congrasCardWaper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px;
        width: 100%;
        margin: 40px 0;
    }
    
    .congrasCard {
        width: 100%;
        height: 300px;
        flex-shrink: 0;
        background: #FFF;
        box-shadow: 0px 0px 25px 5px #1438633d;
        border-radius: 8px;
        padding: 12px;
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }
    

    table thead tr th {
        width: auto;
        padding: 0px;
        padding-left: 16px;
    }

    table tbody {
        width: 100%;
    }

    table tbody tr {
        border: 1px solid #DFEEFF;
        background: #FBFBFB;
        height: 80px;
    }

    table tbody tr td {
        width: 25%;
        padding: 0px;
        padding-left: 16px;
        color: #143863;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.14px;
    }

    .TableWaperTitel {
        color: #114380;
        text-align: center;
        font-family: Oswald;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.3px;
    }

    .bobul {
        width: 47px;
        height: 47px
    }

    .bobul svg {
        width: 47px;
        height: 47px;
    }

    .highlightedWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 23px;
        flex-direction: column;
        gap: 12px;
    }

    .highlightedMobileWaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .highlightedMobileWaper img {
        width: 30%;
        height: auto;
    }

    #sep4 h1 {
        color: #D0393E;
        text-align: center;
        font-family: Oswald;
        font-size: 12vw;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.52px;
        margin-bottom: 20px;
    }

    #sep4 p {
        color: #0C2B29;
        text-align: center;
        font-family: Oswald;
        font-size: 5vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.771px;
        margin-bottom: 7px;
    }

    #sep4 span {
        width: 100%;
        display: block;
        color: #0C2B29;
        text-align: center;
        font-family: Oswald;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.617px;
        margin-bottom: 8px;
    }

    .btn-succes svg {
        width: 40px;
        height: 35px;
    }

    .btn-succes {
        border-radius: 12.846px;
        border: 1.285px solid #D0393E;
        background: #D0393E;
        padding: 10px 17px;
        color: #FFF;
        font-family: Poppins;
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
        line-height: 44.959px;
        letter-spacing: 0.334px;
        text-transform: uppercase;
        animation: pulse 1.2s infinite;
    }

    .disclemer {
        width: 100%;
        padding: 25px 15px;
    }

    .disclemer p {
        font-size: 14px;
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 40px 10px;
        background: #1C130A;
    }

    .copyrite {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #030202;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 3.2vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .privacy {
        padding: 0px 15px;
        padding-bottom: 50px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 410px) {
    .congrasCardWaper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
        width: 100%;
        margin: 40px 0;
    }
    
    .congrasCard {
        width: 100%;
        height: 260px;
        flex-shrink: 0;
        background: #FFF;
        box-shadow: 0px 0px 25px 5px #1438633d;
        border-radius: 8px;
        padding: 8px;
        padding-top: 40px;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }
    .congrasCardTitel {
        font-size: 13px;
    }
    .Price {
        font-size: 20px;
    }
    .Text {
        font-size: 11px;
    }
}

/* Animation */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Universal box-sizing for all elements */
*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .mainContainer,
  #sep4 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .congrasCardWaper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .congrasCard {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px !important;
    padding-top: 40px !important;
    height: auto !important;
  }
  .congrasCardImage img {
    width: 90% !important;
    max-width: 90px !important;
    height: auto !important;
  }
  .congrasCardTitel {
    font-size: 13px !important;
  }
  .Price {
    font-size: 20px !important;
  }
  .Text {
    font-size: 11px !important;
  }
}

@media (min-width: 601px) {
  .congrasCardWaper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px !important;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  .congrasCard {
    width: 270px !important;
    min-width: 0 !important;
    height: 365px !important;
    margin: 0;
    padding: 20px !important;
    padding-top: 90px !important;
  }
  .congrasCardImage img {
    max-width: 120px !important;
    width: 65% !important;
  }
}

.headerContainer {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 8px;
}

.headerTop, .headerTitles {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  max-width: 110px;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}

.tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #143863;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 600;
}

.headerTitles h1,
.headerTitles h2 {
  font-family: 'Oswald', Arial, sans-serif;
  color: #143863;
  text-align: center;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.headerTitles h1 {
  font-size: 2.5rem;
}

.headerTitles h2 {
  font-size: 2.8rem;
}

.headerTitles .highlight {
  color: #D0393E;
  font-weight: 900;
}

.headerTitles p {
  font-family: 'Oswald', Arial, sans-serif;
  color: #143863;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .headerTitles h1 {
    font-size: 7vw;
  }
  .headerTitles h2 {
    font-size: 8vw;
  }
  .headerTitles p {
    font-size: 4vw;
  }
}

.buttonwaper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-no.num-btn {
  flex: 1 1 120px;
  min-width: 100px;
  max-width: 180px;
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 600px) {
  .buttonwaper {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
  .btn-no.num-btn {
    width: 48%;
    max-width: none;
    min-width: 0;
    font-size: 20px;
  }
}

.headerTitles {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.congrasTitel {
  margin-top: 0 !important;
}
#sep4 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.congrasCardTitel {
  font-size: 1.1rem;
  font-weight: 700;
  color: #143863;
  text-align: center;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.congrasCardReating {
  font-size: 1rem;
  font-weight: 700;
  color: #143863;
  margin-bottom: 2px;
}
.congrasCardReatingText {
  font-size: 0.95rem;
  color: #143863;
  opacity: 0.7;
  margin-bottom: 6px;
}
.Price {
  font-size: 2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 2px;
}
.Text {
  font-size: 1rem;
  color: #848484;
  margin-bottom: 8px;
}
.congrasCardButton {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .congrasCardTitel {
    font-size: 3.5vw;
  }
  .congrasCardReating {
    font-size: 3vw;
  }
  .congrasCardReatingText {
    font-size: 2.7vw;
  }
  .Price {
    font-size: 6vw;
  }
  .Text {
    font-size: 3vw;
  }
  .congrasCardButton {
    font-size: 4vw;
  }
}
.logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
@media (max-width: 600px) {
  .logo {
    max-width: 40vw;
  }
}

.mainContainer {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headerContainer,
.QustionCardWaper,
#sep4,
.TableWaper,
.highlighted,
.disclemer,
.footer,
.copyrite {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .mainContainer {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .headerContainer,
  .QustionCardWaper,
  #sep4,
  .TableWaper,
  .highlighted,
  .disclemer,
  .footer,
  .copyrite {
    max-width: 100%;
  }
}

.congrasCardButton {
  animation: callnow-blink 1.2s infinite alternate;
}

@keyframes callnow-blink {
  0% {
    box-shadow: 0 0 0 0 rgba(208,57,62,0.5);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 16px 8px rgba(208,57,62,0.15);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(208,57,62,0.5);
    transform: scale(1);
  }
}