.plan_cards,.plan_cards * {
    box-sizing: border-box;
    font-family: AlbertaSans,Roboto,sans-serif !important;
}

.plan_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1370px;
    margin: auto;
    padding-top: 30px;
}

.business .plan_card_wrapper.business {
    display: inline-flex
}

.personal .plan_card_wrapper.personal {
    display: block
}

.monthly .plan_card .plan_pricedesc:not(.free) {
    visibility: hidden
}

.plan_price {
    font-size: 16px;
    color: #969696 !important;
}
.plan_price b {
    font-weight: 900 !important;
    font-size: 41px;
    line-height: 65px;
    color: #242424;
}
.plan_price b span {
    font-size: 16px;
}
.annual .discount_annual,
.monthly .plan_price.monthly,
.annual .plan_price.annual {
    display: inline-block;
}

.monthly .plan_button.monthly,
.annual .plan_button.annual {
    display: inline-flex;
}
.monthly .discount_annual,
.monthly .plan_price.annual,
.annual .plan_price.monthly,
.monthly .plan_button.annual,
.annual .plan_button.monthly {
    display: none
}

.plan_limited,.top_bar {
    height: 70px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -50px;
    border-top-left-radius: 24px;
    -moz-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    -moz-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    display: none;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: space-between
}

.top_bar {
    display: flex;
    justify-content: center
}

.plan_limited {
    background: #ffc400
}

.plan_limited_desc {
    height: 20px;
    line-height: 22px;
    display: inline-block
}

.plan_limited_time {
    height: 20px;
    line-height: 22px;
    letter-spacing: 5px
}

.top_bar_desc {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important
}

.plan_card_wrapper {
    display: none;
    box-shadow: 0 0 35px 0 rgb(16 38 129/14%);
    margin: 50px 10px 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 310px;
    min-height: 270px;
    position: relative;
    transition: .3s ease;
}

.plan_card_wrapper:hover {
    transform: scale(1.05)
}

.plan_card {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 310px;
    min-height: 200px;
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 2px solid transparent;
    text-align: center;
    flex-shrink: 0;
    z-index: 2;
    background: #fff;
    height: 100%;
    padding: 35px 30px 30px;
    justify-content: space-between;
}

.highlighted .plan_card {
    border: 2px solid #F23047;
}

.ribbon {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    overflow: hidden
}

.ribbon span {
    position: absolute;
    top: -53px;
    right: -53px;
    display: block;
    width: 105px;
    height: 105px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    line-height: 185px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center
}

.ribbon span.dark {
    color: unset!important
}

.plan_card .plan_desc {
    height: 93px;
    width: 150px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    justify-content: center
}
.plan_card .discount_annual {
    color: #43B21A !important;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    right: 25px;
    font-weight: 700;
}
.plan_card .plan_title {
    font-family: AlbertaSans,Roboto,sans-serif!important;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.1px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    border-radius: 18px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.plan_card .plan_subtitle {
    font-size: 14px;
    height: 14px;
    margin: 15px 0
}

.plan_card .plan_pricedesc {
    font-size: 13px;
    line-height: 17px;
    height: 17px;
    margin-bottom: 30px;
}

.plan_card .plan_pricedesc .crossed {
    position: relative;
    color: #F23047 !important;
}
.plan_card .plan_pricedesc .crossed svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.plan_card .plan_pricedesc .crossed svg line {
    stroke: #F23047;
    stroke-width: 1;
}

.plan_card .plan_pricedesc.free {
    font-weight: 900 !important;
    font-size: 41px;
    line-height: 65px;
    color: #242424;
    height: unset;
    margin-top: -16px;
}

.plan_button_wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.plan_button {
    background: #242424;
    color: white !important;
    cursor: pointer;
    display: none;
    border-radius: 12px;
    width: 180px;
    text-align: center;
    font-size: 20px;
    height: 60px;
    width: 100%;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .5s ease;
    font-weight: 700 !important;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.plan_card_wrapper:hover .plan_button,
.plan_button:hover {
    background: #333333
}

.plan_button b {
    color: #1389fe !important
}

.plan_button.additional {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px!important
}

.plan_button.dark {
    background: #1389fe;
    color: #fff!important;
    letter-spacing: unset
}

.plan_card_wrapper:hover .plan_button.dark,
.plan_button.dark:hover {
    background: #06c
}


.plan_button.hover {
    opacity: 0;
    transition: opacity .5s ease;
    position: absolute;
    z-index: 1;
    color: #fff!important;
    background: #1389fe;
    top: 0;
    right: 0;
    letter-spacing: 0;
    margin-top: 0
}

.plan_button.hover b {
    color: #fff!important
}

.plan_button.red {
    color: #fff!important;
    background: #F23047;
    transition: .5s ease;
    font-weight: 700
}

.plan_button.red b {
    color: #fff!important
}

.plan_card_wrapper:hover .plan_button.red,
.plan_button.red:hover {
    background: #CC1026;
}

.plan_button.red.logged {
    background: #fff;
    color: #1a2533!important;
    border: 2px solid #F23047;
    transition: .5s ease;
    font-weight: 700;
    display: none
}

.plan_button.red.logged b {
    color: #1a2533!important
}

.plan_card_wrapper:hover .plan_button.red.logged,
.plan_button.red.logged:hover {
    border: 2px solid #CC1026
}

.plan_button.buttonwithoutprice {
    display: inline-flex;
}

.highlighted .plan_button {
    color: #fff!important;
    background: #F23047
}

.highlighted .plan_button b {
    color: #fff!important
}

.plan_card_wrapper.highlighted:hover .plan_button, 
.plan_card_wrapper.highlighted .plan_button:hover {
   background: #CC1026;
}

.plan_bullets {
    text-align: left;
    margin-bottom: 18px;
}

.plan_bullet {
    display: flex;
    align-items: center;
}

.plan_bullet span {
    font-size: 15px;
    line-height: 30px;
}

.plan_card .trial {
    cursor: pointer;
    color: #417FF2 !important;
    font-size: 15px;
    padding-right: 25px;
    background: url(/images/UI_icons/blue/arrow_right.svg) no-repeat right;
    background-size: 14px;
    margin: auto auto 25px;
}

.see_more_button {
    cursor: pointer;
    text-align: center;
    border: 2px solid #000;
    border-radius: 5px;
    min-width: 180px;
    padding: 0 50px;
    width: fit-content;
    height: 50px;
    line-height: 46px;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
    transition: .3s ease
}

.see_more_button:hover {
    transform: scale(1.05)
}

.see_more_button div,.see_more_button a {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-family: AlbertaSans,Roboto,sans-serif!important;
    font-weight: 700 !important;
    text-decoration: none;
    color: #1a2533!important
}


.plan_cards_mini {
    box-shadow: 0 0 35px 0 rgb(16 38 129/14%);
    max-width: 640px;
    margin: auto;
    margin-top: 35px;
    overflow: hidden;
}
.plan_cards_mini .plan_card_wrapper {
    margin: 0;
    width: 100%;
    height: unset;
    min-height: unset;
    box-shadow: unset;
    border-radius: 0;
    border-top: 1px solid #D9D9D9;
 
}
.plan_cards_mini .plan_card_wrapper:hover {
    transform: unset;
}

.plan_cards_mini .plan_card {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 35px;
    min-height: 100px;
    border-radius: unset;
    gap: 10px;
}
.plan_cards_mini .plan_card_wrapper:first-child {
    border-top: unset;   
}
.plan_cards_mini .plan_title {
    padding: 0;
    height: unset;
    border-radius: unset;
    margin: 0;
    justify-content: flex-start;
    text-align: left;
    background: unset;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.plan_cards_mini .plan_button_wrapper {
    margin: 0;
    width: unset;
}
.plan_cards_mini .plan_price_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan_cards_mini .plan_pricedesc.free {
    display: none; 
}
.plan_cards_mini .plan_price_wrap .hidden {
    display: none;
}
.plan_cards_mini.monthly .plan_card .plan_pricedesc:not(.free) {
    display: none;
}
.plan_cards_mini .plan_pricedesc {
    margin: 0;
}
.plan_cards_mini .plan_pricedesc .crossed {
    display: none;
}
.plan_cards_mini .plan_price b {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.plan_cards_mini .plan_price b span {
    
}
.plan_cards_mini .plan_button {
   width: 164px;
   height: 50px;
   margin: unset;
   border-radius: 10px;
   line-height: 48px;
   border: 1.5px solid #242424;
   background: transparent;
   color: #242424 !important;
   font-size: 16px;
}
.plan_cards_mini .plan_card_wrapper:hover .plan_button,
.plan_cards_mini .plan_button:hover {
    border-color: #417FF2;
    background: transparent;
    color: #417FF2 !important;
} 

.plan_cards_mini .plan_button.red {
    border: unset;
    background: #F23047;
    color: white !important;
}
.plan_cards_mini .plan_card_wrapper:hover .plan_button.red,
.plan_cards_mini .plan_button.red:hover {
    border: unset;
    background: #CC1026;
    color: white !important;
}
   
@media only screen and (min-width: 600px) {
    .plan_cards_mini .plan_card {
        flex-direction: row;
        gap: 25px;
    }
    .plan_cards_mini .plan_title {
        margin-right: auto;
        width: 200px;
    }
    .plan_cards_mini .plan_price_wrap {
        align-items: flex-end;
    }
}

@media only screen and (min-width: 640px) {
    .plan_cards_mini {
        border-radius: 24px;
    }

}
