/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/pricing/style.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.pricingPage {
    padding: 80px 0;
}
.pricingPage h2 {
    font-weight: 700;
}
.tab-button-wrap .nav.nav-pills {
    background: rgba(10, 1, 46, 1);
    padding: 6px;
    border-radius: 100px;
    margin-top: 65px;
    margin-bottom: 60px;
}
.tab-button-wrap .nav.nav-pills a.nav-link {
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
}
.tab-button-wrap .nav.nav-pills a.nav-link.active {
    background: rgba(255, 255, 255, 1);
    color: rgba(10, 1, 46, 1);
}
.tab-button-wrap .nav.nav-pills .nav-item {
    position: relative;
}
.tab-button-wrap .nav.nav-pills .nav-item span {
    color: #ffffff;
    background: rgba(216, 169, 54, 1);
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.5px;
    padding: 3px 10px;
    top: -31px;
    position: absolute;
    right: 12px;
}
.professional-block {
    background: rgba(29, 29, 29, 1);
    color: #ffffff;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/MonthlyTab/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.block-wrapper {
    border: 1.09px solid rgba(226, 226, 226, 1);
    border-radius: 16px;
    padding: 24px;
    position: relative;
}
.bestValue {
    position: absolute;
    right: 5px;
    top: 5px;
}
.bestValue span {
    position: absolute;
    right: 12px;
    line-height: 14px;
    top: 16px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.block-wrapper .upper-block h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0px;
    margin-top: 20px;
}
.price label strong {
    font-weight: 900;
    font-style: Black;
    font-size: 50px;
    line-height: 130%;
}
.bottom-block ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bottom-block ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 160%;
}
.bottom-block ul li svg {
    position: absolute;
    left: 0px;
    top: 0px;
}
button.primary-button {
    background: rgba(216, 169, 54, 1);
    border: 1.09px solid rgba(200, 161, 34, 1);
    box-shadow: 0px 4px 4px 0px rgba(200, 161, 34, 0.25);
    border-radius: 50px;
    padding: 17px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
button.primary-button:hover, button.primary-button:focus,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: rgba(216, 169, 54, 1);
    border: 1.09px solid rgba(200, 161, 34, 1);
    box-shadow: 0px 4px 4px 0px rgba(200, 161, 34, 0.25);
    color: #ffffff;
}
.blockInner {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}

@media only screen and (max-width: 991px) {
    .block-wrapper {
        padding: 10px;
    }
    .block-wrapper .upper-block h4 {
        font-size: 20px;
    }
    .price label strong {
        font-size: 36px;
    }
    .bottom-block ul li {
        padding-left: 24px;
        font-size: 14px;
        line-height: 150%;
    }
    .bottom-block ul li svg {
        width: 18px;
    }
    button.primary-button {
        font-size: 16px;
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .tab-button-wrap .nav.nav-pills {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .pricingPage {
        padding: 30px 0;
    }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/AnnualTab/style.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.block-wrapper {
    border: 1.09px solid rgba(226, 226, 226, 1);
    border-radius: 16px;
    padding: 24px;
    position: relative;
}
.bestValue {
    position: absolute;
    right: 5px;
    top: 5px;
}
.bestValue span {
    position: absolute;
    right: 12px;
    line-height: 14px;
    top: 16px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.block-wrapper .upper-block h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0px;
    margin-top: 20px;
}
.price label strong {
    font-weight: 900;
    font-style: Black;
    font-size: 50px;
    line-height: 130%;
}
.bottom-block ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.bottom-block ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 160%;
}
.bottom-block ul li svg {
    position: absolute;
    left: 0px;
    top: 0px;
}
button.primary-button {
    background: rgba(216, 169, 54, 1);
    border: 1.09px solid rgba(200, 161, 34, 1);
    box-shadow: 0px 4px 4px 0px rgba(200, 161, 34, 0.25);
    border-radius: 50px;
    padding: 17px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
button.primary-button:hover, button.primary-button:focus,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: rgba(216, 169, 54, 1);
    border: 1.09px solid rgba(200, 161, 34, 1);
    box-shadow: 0px 4px 4px 0px rgba(200, 161, 34, 0.25);
    color: #ffffff;
}
.blockInner {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}
label.save-money {
    background: rgba(10, 1, 46, 1);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
}
label.pro-save-price {
    color: rgba(10, 1, 46, 1);
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 50px;    
}

@media only screen and (max-width: 991px) {
    .block-wrapper {
        padding: 10px;
    }
    .block-wrapper .upper-block h4 {
        font-size: 20px;
    }
    .price label strong {
        font-size: 36px;
    }
    .bottom-block ul li {
        padding-left: 24px;
        font-size: 14px;
        line-height: 150%;
    }
    .bottom-block ul li svg {
        width: 18px;
    }
    button.primary-button {
        font-size: 16px;
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .tab-button-wrap .nav.nav-pills {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .pricingPage {
        padding: 30px 0;
    }
}
