
/****** pricing_2025  ******/
.ox-pricing-selectors {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.ox-product-selector, .ox-period-selector {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ox-product-selector label, .ox-period-selector label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.18px;
}

.ox-product-selector span {
  padding: 4px 15px;
  background-color: var(--color-gray03);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.ox-product-selector__switch {
  display: flex;
}
.ox-product-selector__switch span.switch_toggle_active {
  color: var(--color-core-white);
  background-color: var(--color-secondary);
}
.ox-product-selector__switch span:first-child {
  border-radius: 6px 0 0 6px;
}
.ox-product-selector__switch span:last-child {
  border-radius: 0 6px 6px 0;
}

.ox-period-selector {
  align-items: flex-start!important;
}
.ox-period-selector__select {
  padding: 7px 12px 7px 12px;
  border-radius: 8px;
  background-color: var(--color-gray03);
  border: none;
  cursor: pointer;
  width: 168px;
  border-right: 12px solid transparent;
}
.ox-pricing-industry .ox-period-selector__select,
.ox-pricing-industry .ox-period-selector__select option {
  opacity: 0.3;
  pointer-events: none;
  cursor: unset;
}
.ox-period-selector__select, .ox-period-selector__select option {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: var(--color-core-dark01);
}
.ox-save-msg.industry_price_switch {
  color: var(--color-core-dark01)!important;
}
.ox-save-msg.monthly_price_switch img {
  opacity: 0.3;
}

.ox-pricing-industry .cell_starter_plan,
.ox-pricing-industry .cell_professional_plan,
.ox-pricing-industry .cell_enterprise_plan,
.ox-pricing-industry .cell_plus_plan,
.ox-pricing-industry .subscription_card:nth-child(1),
.ox-pricing-industry .subscription_card:nth-child(2),
.ox-pricing-industry .subscription_card:nth-child(3),
.ox-pricing-industry .ar_row {
  display: none;
}
.ox-pricing-industry .industry_plan,
.ox-pricing-industry .cell_plus_plan--industry,
.ox-pricing-industry .cell_plus10_plan,
.ox-pricing-industry .cell_plus_enterprise_plan,
.ox-pricing-industry .subscription_card_plus--industry,
.ox-pricing-industry .subscription_card_plus10,
.ox-pricing-industry .subscription_card_plus_enterprise {
  display: block;
}
.ox-pricing-industry .industry_row {
  display: flex;
}

.ox-pricing-ar .industry_plan,
.ox-pricing-ar .industry_row,
.ox-pricing-ar .cell_plus_plan--industry,
.ox-pricing-ar .cell_plus10_plan,
.ox-pricing-ar .cell_plus_enterprise_plan,
.ox-pricing-ar .subscription_card_plus--industry,
.ox-pricing-ar .subscription_card_plus10,
.ox-pricing-ar .subscription_card_plus_enterprise {
  display: none;
}

.cell_plus10_plan {
  border-bottom: 1px solid var(--color-gray03) !important;
}

body #content .layout-pricing ul.cell_plus10_plan.cell_featured_plan li.pricing_table_price {
  color: var(--color-core-dark01);
}

.cell_plus50_plan .gradient_button,
.cell_plus_enterprise_plan .gradient_button,
.subscription_card.subscription_card_plus_enterprise .gradient_button,
.subscription_card.subscription_card_plus50 .gradient_button {
  color: var(--color-core-white);
  border: solid 2px #ff794a;
  background-color: #ff794a;
}
.cell_plus50_plan .pricing_table_title,
.cell_plus_enterprise_plan .pricing_table_title {
  background-color: #ff794a !important;
  color: var(--color-core-white) !important;
}
.cell_plus50_plan .pricing_table_title::after,
.cell_plus_enterprise_plan .pricing_table_title::after {
  display: none!important;
}
.layout-pricing .cell_plus50_plan,
.layout-pricing .cell_plus_enterprise_plan {
  position: relative;
}
.layout-pricing .cell_plus50_plan:after,
.layout-pricing .cell_plus_enterprise_plan:after {
  content: "";
  border-bottom: 1px solid #ff794a;
  padding-bottom: 1px;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: -53px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  color: #ff794a;
}
:lang(en) .layout-pricing .cell_plus50_plan:after,
:lang(en) .layout-pricing .cell_plus_enterprise_plan:after {
  content: "Elite plan";
}
:lang(es) .layout-pricing .cell_plus_enterprise_plan:after,
:lang(es) .layout-pricing .cell_plus50_plan:after {
  content: "Plan élite";
}

.ox-also {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
  position: relative;
}
.ox-also::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--color-gray02);
  width: calc(33% - 20px);
  left: 20px;
  bottom: 40%;
}
.ox-also::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--color-gray02);
  width: calc(33% - 20px);
  right: 20px;
  bottom: 40%;
}

.subscription_card p.price_tagline {
  margin-bottom: 10px;
}

.subscription_card.subscription_card_plus10 p:nth-child(5), 
.subscription_card.subscription_card_plus50 p:nth-child(5) {
  margin: 30px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--color-core-dark01);
}
.subscription_card.subscription_card_plus10 p:nth-child(6), 
.subscription_card.subscription_card_plus50 p:nth-child(6) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
}
.subscription_card.subscription_card_plus10 p:nth-child(6)::after,
.subscription_card.subscription_card_plus50 p:nth-child(6)::after {
  content: "";
  position: absolute;
  bottom: 40%;
  border-bottom: 1px solid var(--color-gray02);
  width: calc(87% - 40px);
  left: calc(12% + 40px);
}
.subscription_card.subscription_card_plus10 .subscription_price {
  color: var(--color-core-dark01) !important;
}

.new_pricing .subscription_card .button {
  margin-bottom: 30px !important;
}

.subscription_card.subscription_card_plus_enterprise .border_plan {
  border-color: #ff794a;
}
.subscription_card.subscription_card_plus10 .border_plan {
  background-color: var(--color-core-white);
}

.subscription_card .subscription_price {
  font-size: 34px!important;
  line-height: 1.24!important;
  font-weight: bold!important;
}

/****** pricing_v7  ******/

.layout-pricing ul.price_list li:before{
  content: "";
  background: url(../images/check-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.layout-pricing .layout-pricing ul.price_list li{
  padding-left: 30px;
}

.layout-pricing ul.price_list li.pricing_feature_not_included:before{
  content: "";
  background: url(../images/cross-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.layout-pricing ul.price_list li.pricing_feature_not_included{
  color: #B6B1B9;
}

.layout-pricing .featured_plan ul.price_list li div:before {
  content: "";
  background: url(../images/check-white-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.layout-pricing .featured_plan ul.price_list li.pricing_feature_not_included div:before{
  content: "";
  background: url(../images/cross-white-v6.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.layout-pricing .featured_plan ul.price_list li.pricing_feature_not_included{
  color: #DA9BFC !important;
}

.pricing_table{
  display: flex;
}

.pricing_table ul{
  width: 20%;
}

.pricing_table ul li {
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.pricing_table ul li div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing_table ul.cell_features li{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  align-items: center;
  padding-right: 25px;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  padding-right: 31px !important;
}

.pricing_table ul.cell_features li .cell_title_min{
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 4px;
}

.pricing_table ul.cell_features li .cell_title_min.dashed{
  border-top: 1px #e3e1e5 dashed;
  margin-top: 5px;
  padding-top: 5px;
}

.pricing_table ul.cell_plan li.pricing_table_title{
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
  background: #fff;
}

.pricing_table ul li.pricing_table_title{
  height: 100px;
}



.pricing_table ul.cell_plan li:nth-child(1),
.pricing_table ul.cell_plan li:nth-child(2),
.pricing_table ul.cell_plan li:nth-child(3),
.pricing_table ul.cell_plan li:last-child{
  border-bottom: none;
}

.pricing_table ul.cell_plan li{
  padding: 0 20px;
}

.cell_plan li span.plan_short_description{
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.17px;
  margin-top: 5px;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.pricing_table ul.cell_plan li.pricing_table_price{
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.cell_pro_plan .pricing_table_price{
  border-top-left-radius: 20px;
}

.cell_pro_plan li:last-child{
  border-bottom-left-radius: 20px;
}

.cell_scale_plan .pricing_table_price{
  border-top-right-radius: 20px;
}

.cell_scale_plan li:last-child{
  border-bottom-right-radius: 20px;
}

.not_display_row{
  text-indent: -99999px;
}

.cell_plan li.feature_included,
.cell_plan li.feature_not_included{
  text-indent: -99999px;
}

.pricing_table ul.cell_featured_plan.cell_plan li{
  background: var(--color-secondary);
  color: #fff;
}

ul.cell_featured_plan.cell_plan li:first-child{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

ul.cell_featured_plan.cell_plan li.pricing_table_popular{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #FFFFAC;
  border: 10px solid var(--color-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.pricing_table ul.cell_plan li .button{
  font-size: 17px;
  padding: 13px 10px;
  width: 100%;
}

.pricing_table ul.cell_plan li .button.border_button{
  padding: 11px 10px;
}

.semiannually_price_switch,
.monthly_price_switch,
.annualy_price_switch,
.industry_price_switch{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all .2s;
}

.semiannually_price_switch,
.monthly_price_switch,
.annualy_price_switch,
.industry_price_switch{
  transform: scale(1) translateY(-10px);
}

body .layout-pricing.ox-pricing-ar .monthly_price_switch.price_active,
body .layout-pricing.ox-pricing-ar .annualy_price_switch.price_active,
body .layout-pricing.ox-pricing-industry .industry_price_switch,
body .layout-pricing.ox-pricing-ar .semiannually_price_switch.price_active,
body .layout-pricing.ox-pricing-industry .annualy_price_switch.price_active:not(.ox-save-msg) {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: scale(1) translateY(0);
}
body .layout-pricing.ox-pricing-ar .semiannually_price_switch.ox-save-msg.price_active,
body .layout-pricing.ox-pricing-ar .annualy_price_switch.price_active.ox-save-msg {
  color: var(--color-secondary);
}

.layout-pricing .pricing_table ul li{
  height: 75px;
}

.layout-pricing .cell_plan li.pricing_table_title span {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.17px;
  margin-top: 5px;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.layout-pricing .pricing_table ul li:nth-child(2){
  height: 30px;
}

.layout-pricing .pricing_table ul li.button_cell{
  height: 50px;
}

.layout-pricing .pricing_table .color_bg_cell{
  background: #fff;
}

.layout-pricing .pricing_table ul li{
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.layout-pricing .pricing_table ul li:after{
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E3E1E5;
  background-image: none;
  display: block;
  bottom: 0;
  position: absolute;
}

.layout-pricing .pricing_table ul li.color_bg_cell:after{
  background: #F2F1F3;
}

.layout-pricing .pricing_table ul.cell_featured_plan li.color_bg_cell:after{
  background: #dbdbdb36;
}

.layout-pricing .pricing_table ul li:nth-child(1):after,
.layout-pricing .pricing_table ul li:nth-child(2):after,
.layout-pricing .pricing_table ul li:nth-child(3):after,
.layout-pricing .pricing_table ul li:nth-child(4):after,
.layout-pricing .pricing_table ul li:nth-child(9):after,
.layout-pricing .pricing_table ul li:last-child:after{
  display: none;
}

.layout-pricing .pricing_table .cell_plan li.feature_not_included div:before,
.layout-pricing .pricing_table .cell_plan li.feature_included div:before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50%;
}

.layout-pricing .pricing_table .cell_plan li.feature_included div:before {
  background-image: url(../images/feature-yes-2.svg);
}

.layout-pricing .pricing_table .cell_plan li.feature_not_included div:before {
  background-image: url(../images/feature-no-2.svg);
}

.layout-pricing .pricing_table .cell_plan.cell_featured_plan li.color_bg_cell.feature_included div:before{
  background-image: url(../images/feature-yes-2-white.svg);
}

.layout-pricing .pricing_table ul.cell_featured_plan.cell_plan li{
  background: unset;
  color: unset;
  border-radius: 0;
}

.layout-pricing .pricing_table .cell_scale_plan .pricing_table_price{
  border-radius: 0;
}

.layout-pricing li:not(.color_bg_cell) .ox-tooltip:after {
  background-image: url(../images/question-editor-white.svg);
}

.layout-pricing .pricing_table ul.cell_featured_plan li.color_bg_cell {
  background: var(--color-secondary);
  color: #fff !important;
  font-weight: 600;
  z-index: 9;
}

body #content .layout-pricing ul li.pricing_table_title{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
  color: var(--color-secondary);
}

body #content .layout-pricing ul li.pricing_table_price {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: var(--color-secondary);
  letter-spacing: -1px;
}

:lang(es) body #content .layout-pricing ul li.pricing_table_price{
  font-size: 30px;
}

body #content .layout-pricing ul.cell_free_plan li.pricing_table_price,
body #content .layout-pricing ul.cell_free_plan li.pricing_table_title {
  color: #211F1F;
}

.layout-pricing .pricing_table ul li.pricing_table_title{
  height: 60px;
  padding-top: 13px;
}

.layout-pricing .pricing_table{
  border: 1px solid #E3E1E5;
  border-radius: 8px;
}

.layout-pricing .pricing_table ul:first-child li:first-child{
  border-top-left-radius: 8px;
}

.layout-pricing .pricing_table ul:last-child li:first-child{
  border-top-right-radius: 8px;
}

.layout-pricing .pricing_table ul.cell_scale_plan li.pricing_table_price div {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.layout-pricing .pricing_table ul li.pricing_table_price span.starting_text{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 12px;
  margin-top: 14px;
  letter-spacing: 0;
}

.layout-pricing .pricing_table ul li.pricing_table_price span.mo_text{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

:lang(es) .layout-pricing .pricing_table ul li.pricing_table_price span.mo_text{
  font-size: 18px;
}

.layout-pricing ul.cell_features,
.layout-pricing ul.cell_free_plan{
  border-right: 1px solid #E3E1E5;
}

.layout-pricing .cell_featured_plan{
  background: #ECE7EF;
}

.layout-pricing .wrapper_block.layout-pricing{
  margin-top: 36px;
}

.layout-pricing .pricing_small_print{
  margin-top: 90px;
}

.layout-pricing .cell_featured_plan{
  position: relative;
}

.layout-pricing .cell_featured_plan:after{
  content: "";
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 1px;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: -54px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  color: var(--color-secondary);
}

:lang(en) .layout-pricing .cell_featured_plan:after{
  content: "Recomended plan";
}

:lang(es) .layout-pricing .cell_featured_plan:after{
  content: "Plan recomendado";
}

body .layout-pricing .sale_text{
  font-size: 15px;
  color: #0155D2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}

.layout-pricing .annualy_price_switch.sale_text{
  position: relative;
}

.layout-pricing .switch_small span{
  font-size: 18px;
  color: #B7B8BD;
  letter-spacing: 0;
  font-weight: 600;
}

.layout-pricing .switch_small span.switch_toggle_active{
  color: #0155D2;
}

.layout-pricing .switch_toggle_slider{
    background-color: #0055d2;
}

.layout-pricing .layout-pricing ul.price_list li {
  font-size: 15px;
}

.layout-pricing .layout-pricing ul.price_list li:last-child{
  margin-bottom: 0;
}

.layout-pricing .pricing_table ul li span.pricing_min_text{
  font-size: 13px;
  line-height: 14px;
  display: block;
  margin-top: 0;
  font-weight: normal;
  margin-top: -1px;
}

.limited_offer_banner{
  border: 1px solid #0155D2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
  max-width: fit-content;
  margin: 50px auto 20px;
  text-align: left;
}

.limited_offer_banner img{
  max-height: 180px;
  margin: 0 20px;
  margin-top: -55px;
  margin-bottom: -60px;
}

.limited_offer_banner span{
  font-weight: 700;
  color: #0155D2;
}

.limited_offer_banner .limited_offer_text_info{
  font-size: 20px;
  line-height: 24px;
}

.limited_offer_banner .limited_offer_clain{
  font-size: 30px;
  line-height: 30px;
}

.limited_offer_banner .limited_offer_clain span{
  font-size: 20px;
  line-height: 25px;
}

.layout-pricing.limited_offer.annualy_selected .pricing_table ul.cell_featured_plan li.color_bg_cell,
.layout-pricing.limited_offer.annualy_selected .subscription_card.featured_plan{
  background: #0155D2;
}

.layout-pricing.limited_offer.annualy_selected .subscription_card.featured_plan:after{
  background: #211F1F;
  color: #ffffff;
}

.layout-pricing.limited_offer.annualy_selected .cell_featured_plan:after{
  border-bottom: 1px solid #0155D2;
  color: #0155D2;
}

body .layout-pricing.limited_offer .sale_text{
  display: none;
}

.limited_offer .price_without_offer{
  text-decoration: line-through;
  font-size: 14px;
  color: #211F1F;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -12px;
  font-weight: 600;
}

.limited_offer .cell_featured_plan .price_without_offer {
  color: #fff;
}

body #content .layout-pricing.limited_offer.annualy_selected ul.limited_offer_plan li.pricing_table_price,
body #content .layout-pricing.limited_offer.annualy_selected ul.limited_offer_plan li.pricing_table_title,
.layout-pricing.limited_offer.annualy_selected .limited_offer_plan .subscription_title,
.layout-pricing.limited_offer.annualy_selected .limited_offer_plan .subscription_price
{
  color: #0155D2;
}

.layout-pricing.annualy_selected .pricing_table ul.cell_featured_plan li:nth-child(8):before{
  content: "";
  background-image: url(../images/ox-pr.svg);
}

.layout-pricing.limited_offer .pricing_table ul.cell_plan li .button{
  max-width: 82%;
  position: absolute;
}

.layout-pricing.limited_offer.annualy_selected .pricing_table ul.limited_offer_plan li .button.border_button,
.layout-pricing.limited_offer.annualy_selected .limited_offer_plan .button.border_button{
  border: 2px solid #0155D2;
  color: #0155D2;
}

.layout-pricing.limited_offer.annualy_selected .pricing_table ul.limited_offer_plan li .button.border_button:hover,
body .annualy_selected.limited_offer a.button.border_button:focus,
.layout-pricing.limited_offer.annualy_selected .limited_offer_plan .button.border_button:hover,
.layout-pricing.limited_offer.annualy_selected .limited_offer_plan a.button.border_button:focus{
  border: 2px solid #0155D2;
  background: #0155D2;
  color: #fff !important;
}

.layout-pricing.limited_offer .limited_offer_banner{
  opacity: .4;
  transition: all .4s;
}

.layout-pricing.limited_offer.annualy_selected .limited_offer_banner{
  opacity: 1;
}

.layout-pricing .subscription_card .button.monthly_price{
  display: block;
}

body #content .annualy_selected .monthly_button{
  display: none;
}

body #content .annualy_selected .annualy_button{
  display: block;
}

body #content .monthly_selected .annualy_button{
  display: none;
}

body #content .monthly_selected .monthly_button{
  display: block;
}

.clients_no_button a.button{
  display: none;
}

.clients_loop_logos{
  margin: 120px auto;
}

.layout-pricing .pricing_table ul li.flexible_pricing_row_top span {
  line-height: 1.29;
  font-size: 14px;
  color: var(--color-core-dark01);
}

/**** oxs Pricing V8 ******/

body.full_width .hero_creatives.layout-pricing{
  background: #fff;
}

.layout-pricing .pricing_table{
  background: #F2F1F3;
  border: none;
  border-radius: 20px;
}

.layout-pricing .pricing_table ul.cell_plan li.pricing_table_title,
.layout-pricing .pricing_table .color_bg_cell{
  background: transparent;
}

.layout-pricing .pricing_table ul.cell_featured_plan.cell_plan{
  background: #fff;
}

.layout-pricing .pricing_table ul.cell_featured_plan.cell_plan li{
  background: unset;
}

body .layout-pricing .pricing_table ul.cell_featured_plan .pricing_table_title {
  border-left: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);  
}

.layout-pricing .pricing_table ul li.flexible_pricing_row_top:after{
  display: none;
}

.layout-pricing .pricing_table ul.cell_featured_plan li.pricing_table_title{
  background: var(--color-secondary);
  color: #fff !important;
  border-right: 1px solid var(--color-secondary);
  z-index: 4;
  position: relative;
}

body #content .layout-pricing ul li.pricing_table_title {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

body #content .layout-pricing ul li.pricing_table_title{
  color: #211F1F;
}

.layout-pricing .pricing_table ul li:after{
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E3E1E5;
  background-image: none;
  display: block;
  bottom: 0;
  position: absolute;
}

.layout-pricing .pricing_table ul li.color_bg_cell:after {
  background-color: #E3E1E5;
}

body #content .layout-pricing ul li.pricing_table_title:after{
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E3E1E5;
  background-image: none;
  display: block;
  bottom: 0;
  position: absolute;
}

body #content .layout-pricing ul.cell_featured_plan li.pricing_table_title:after{
  display: none;
}

.layout-pricing .pricing_table ul li:nth-child(2){
  height: 65px;
}

.layout-pricing .pricing_table ul li:nth-child(1):after,
.layout-pricing .pricing_table ul.cell_features li:nth-child(2):after{
  display: block;
}

body #content .layout-pricing ul li.pricing_table_price{
  color: #211F1F;
}

body #content .layout-pricing ul.cell_featured_plan li.pricing_table_price{
  color: var(--color-secondary);
}

.layout-pricing .pricing_table ul li:nth-child(3),
.layout-pricing .pricing_table ul li:nth-child(4){
  height: 50px;
}

.layout-pricing ul.cell_featured_plan.cell_plan li.feature_not_included div:after{
  display: none;
}

body .layout-pricing .pricing_table ul.cell_featured_plan li:after{
  background-color: #F2F1F3;
}

body .layout-pricing .pricing_table ul li.flexible_pricing_row_color{
  color: #0155D2 !important;
  font-weight: 600;
}

body .layout-pricing .pricing_table ul li.flexible_pricing_row_color .ox-tooltip-box{
  color: #211F1F;
}

.layout-pricing .pricing_table .cell_plan li.feature_included.flexible_pricing_row_color div:before {
  background-image: url(../images/feature-yes-blue.svg);
}

.layout-pricing .pricing_table .cell_plan li.flexible_pricing_row_top:before {
  width: 15px;
  height: 15px;
  background-size: contain;
}

.layout-pricing .pricing_table .cell_features li.flexible_pricing_row_top.flexible_pricing_row_left{
  font-size: 19px;
  line-height: 22px;
}
.layout-pricing .pricing_table ul.cell_features li .cell_title_min{
  font-size: 13px;
  font-weight: 400;
}

body #content .layout-pricing .pricing_table ul li.flexible_pricing_row_top{
  border-top: 2px solid #0155D2;
  border-bottom: 2px solid #0155D2;
  z-index: 3;
}

body #content .layout-pricing .pricing_table ul li.flexible_pricing_row_right{
  border-right: 2px solid #0155D2;
}

body #content .layout-pricing .pricing_table ul li.flexible_pricing_row_left{
  border-left: 2px solid #0155D2;
}

body #content .layout-pricing .pricing_table ul li.flexible_pricing_row_bottom{
  border-bottom: 2px solid #0155D2;
  z-index: 3;
}

.flexible_pricing_row_bottom.flexible_pricing_row_right{
  border-bottom-right-radius: 8px;
}

.flexible_pricing_row_bottom.flexible_pricing_row_left{
  border-bottom-left-radius: 8px;
}

.flexible_pricing_row_top.flexible_pricing_row_right{
  border-top-right-radius: 8px;
}

.flexible_pricing_row_top.flexible_pricing_row_left{
  border-top-left-radius: 8px;
}

.layout-pricing .pricing_table ul.cell_plan li:last-child{
  border-bottom: 1px solid #F2F1F3;
}

.layout-pricing .ox-tooltip{
  right: -12px;
  width: 25px;
  height: 25px;
  z-index: 99999999;
  cursor: pointer;
}

body #content .layout-pricing li .ox-tooltip:after {
  background-image: url(../images/question-editor-white-2.svg);
  width: 25px;
  height: 25px;
}

.layout-pricing .ox-tooltip-box::after{
  left: calc(50% - 12.5px);
  bottom: -5px;
}

.layout-pricing .switch_small span{
  color: unset;
}

.layout-pricing .switch_small span.switch_toggle{
  font-size: 24px;
  line-height: 32px;
  color: #b9babb;
}

.layout-pricing .switch_toggle_slider {
  width: 44px;
  height: 22px;
  background-color: var(--color-secondary);
}

.layout-pricing .switch_toggle_slider:after {
  width: 18px;
  height: 18px;
}

.layout-pricing .switch_toggle_checkbox:checked+.switch_toggle_slider:after {
  transform: translateX(22px);
}

.layout-pricing .switch_small span.switch_toggle_active{
  color: var(--color-secondary);
}

body .layout-pricing .sale_text_arrow{
  color: var(--color-secondary);
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin: 10px auto 0;
  left: -8px;
}

:lang(es) body .layout-pricing .sale_text_arrow{
  left: -2px;
}

body .layout-pricing .sale_text_arrow .bold_sale_text{
  font-weight: 700;
  font-size: inherit;
}

body .layout-pricing .annualy_price_switch.save_up_text.sale_text_arrow{
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: none;
  color: #B6B1B9;
}

body .layout-pricing .price_active.annualy_price_switch.save_up_text.sale_text_arrow{
  color: var(--color-secondary);
}

body .layout-pricing .annualy_price_switch.save_up_text.sale_text_arrow svg path{
  fill: #B6B1B9;
  transition: all .2s;
}

body .layout-pricing .price_active.annualy_price_switch.save_up_text.sale_text_arrow svg path{
  fill: var(--color-secondary);
  transition: all .2s;
}

.layout-pricing ul.cell_features, .layout-pricing ul.cell_free_plan{
  border: none;
}

.layout-pricing ul.cell_plan,
.layout-pricing ul.cell_features{
  position: relative;
}

.layout-pricing ul.cell_plan,
.layout-pricing ul.cell_features{
  border: none;
}

.save_up_arrow{
  width: 26px;
  height: 29px;
  margin-right: 3px;
  position: relative;
  bottom: -4px;
}

.layout-pricing ul.cell_plan:last-child:before{
  display: none;
}

body #content .price_row{
  position: relative;
  padding-bottom: 20px;
}

body .price_row .cell_title_min{
  top: 32px;
}

.layout-pricing .pricing_table ul.cell_features li{
  padding-right: 20px !important;
}

.layout-pricing .ox-tooltip.ox-tooltip-prev{
  top: -50px;
}

.layout-pricing .cell_plan li span.plan_short_description{
  margin-top: 0;
}

.layout-pricing .pricing_small_print{
  border-bottom: 1px solid #E3E1E5;
  padding-bottom: 100px;
}

.clients_v8 .wrapper_block{
  margin-top: 70px
}

.layout-pricing .cell_plan li.ox-sdk-views {
  span {
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #E3E1E5;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
  }
}


/***** / oxs Pricing v9 ****/

.layout-pricing .wrapper_max_1030 {
  max-width: 1000px;
  margin-top: 52px;
} 

.layout-pricing .wrapper_max_1030 .cell_plan,
.layout-pricing .wrapper_max_1030 .cell_features {
  width: 25%;
}

.layout-pricing .hero_claim {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ox-period-selector {
  margin-bottom: 14px;
  display: flex;
}

.ox-period-selector span {
  padding: 4px 15px;
  background-color: var(--color-gray03);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}

.ox-period-selector span.switch_toggle_active {
  color: var(--color-core-white);
  background-color: var(--color-secondary);
}

.ox-period-selector span:first-child {
  border-radius: 6px 0 0 6px;
}

.ox-period-selector span:last-child {
  border-radius: 0 6px 6px 0;
}

.ox-save-msg {
  font-size: 17px;
  color: var(--color-gray01);
  text-align: center;
  margin: 0;
  height: 0;
  position: initial;
}

.ox-save-msg.price_active.monthly_price_switch,
.ox-save-msg.price_active.industry_price_switch {
  color: var(--color-gray01);
}

.subscription_card_starter.ox-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: unset;
}

.cell_starter_plan.ox-disabled {
  div {
    opacity: 0.3;
    pointer-events: none;
    cursor: unset;
  }
}

.layout-pricing .pricing_table .cell_plan li.feature_not_included div:before,
.layout-pricing .pricing_table .cell_plan li.feature_included div:before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50%;
  background-size: 11px;
}

.layout-pricing .pricing_table .cell_plan li.feature_not_included.flexible_pricing_row_top div:before,
.layout-pricing .pricing_table .cell_plan li.feature_included.flexible_pricing_row_top div:before {
  background-size: 14px;
}


.layout-pricing .pricing_table .cell_plan li.flexible_pricing_row_top:not(.flexible_pricing_row_color),
.layout-pricing .pricing_table .cell_features li.flexible_pricing_row_top:not(.flexible_pricing_row_color) {
  color: #0155D2 !important;
  font-weight: 600;
  border: none !important;
}

.layout-pricing .pricing_table ul li.flexible_pricing_row_top:after,
.layout-pricing .pricing_table ul li:nth-child(4):after,
.layout-pricing .pricing_table ul li:nth-child(9):after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E3E1E5;
  background-image: none;
  display: block;
  bottom: 0;
  position: absolute;
}

.layout-pricing .pricing_table .cell_plan li.feature_included.flexible_pricing_row_top div:before {
  background-image: url(../images/feature-yes-blue.svg);
}

/************
oxs /pricing
*************/


/*** LAYOUT-PRICING (es decir, lo nuevo) ***/
body.full_width.pricing_page .layout-pricing.hero_creatives {
    padding-top: 170px;
}

body.full_width.pricing_page .layout-pricing .hero_wrapper {
    min-height: unset;
}
.layout-pricing .hero_claim {
    margin-top: 0;
}
.layout-pricing .hero_claim h1 {
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.75px;
    text-align: center;
}
.layout-pricing .hero_claim p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-gray-web);
}

.layout-pricing .hero_claim .ox-save-msg {
  font-size: 17px;
  color: var(--color-gray01);
  text-align: center;
  margin: 0;
  height: 0;
  position: initial;
}
.layout-pricing .hero_claim .ox-save-msg.price_active.monthly_price_switch {
  color: var(--color-gray01);
}

.layout-pricing .plans_block.new_pricing.wrapper_block {
  padding: 0;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout-pricing .desktop_block {
  max-width: 1260px;
  width: 100%;
}
.layout-pricing .desktop_block .pricing_table .cell_features {
  flex-grow: 1;
}
.layout-pricing .desktop_block .pricing_table .cell_plan {
  max-width: 285px;
  width: 25%;
}

/*** LAYOUT- PRICING__CUSTOM_BANNER ***/
.layout-pricing .pricing__custom_banner {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    column-gap: 100px;
    padding-top: 111px;
    flex-wrap: wrap;
    max-height: 290px;
    max-width: 1140px;
}
.layout-pricing .pricing__custom_banner h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    margin-bottom: 10px;
}
.layout-pricing .pricing__custom_banner p {
    font-size: 24px;
    line-height: 1.33;
    color: var(--color-gray-web);
    margin-bottom: 0;
    width: calc(100% - calc(20% + 130px));
}

/*** LAYOUT-PRICING__Exception ***/
.layout-pricing .pricing_small_print {
  max-width: 1140px;
  border-bottom: 1px solid var(--color-gray02);
  padding: 60px;
  margin: 60px 0;
  width: 100%;
}
  
.layout-pricing .exception_text {
    text-align: center;
    font-size: 14px;
    color: var(--color-core-dark01);
    letter-spacing: 0.22px;
    text-align: center;
    line-height: 1.43;
    margin: 10px auto;
    max-width: 1140px;
    padding: 0 4.5455%;
    font-style: italic;
}
  
  .layout-pricing .exception_text a{
    color: var(--color-gray02) !important;
    text-decoration: underline;
  }
  
  .layout-pricing .exception_text a.primary_color_link_text{
    color: #ee0979 !important;
    text-decoration: underline;
  }

  .layout-pricing.ox-pricing-industry .exception_text.exception_text_ar,
  .layout-pricing.ox-pricing-ar .exception_text.exception_text_industry {
    display: none;
  }

/*** LAYOUT-PRICING__CLIENTS ***/
.layout-pricing__clients {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
    width: 100%;
    padding: 0 5.5455%;
}
.pricing_page .layout-pricing__clients > .wrapper_block {
  max-width: 1260px;
  padding: 0;
}
.layout-pricing__clients .clients_header {
    width: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1320px;
}
.layout-pricing__clients .clients_header h2 {
    margin-bottom: 20px;
}
.layout-pricing__clients .clients_header p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    color: var(--color-gray-web);
}

.layout-pricing__clients .big_switch {
    min-width: 240px;
    border-radius: 6px;
    background-color: var(--color-gray03);
    display: flex;
    align-items: center;
}
.layout-pricing__clients .big_switch span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding: 4px 15px;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
}
.layout-pricing__clients .big_switch span:last-child {
    border-radius: 0 6px 6px 0;
}
.layout-pricing__clients .big_switch span.big_switch_active {
    background-color: var(--color-secondary);
    color: var(--color-core-white);
}

.layout-pricing__clients .wrapper_block {
    max-width: 1320px;
    margin: 20px auto;
    padding: 0 5.5455%;
    width: 100%;
}

.pricing_page .faqs {
  max-width: 1260px;
}
#ox-faqs .title_block h2 {
  text-align: left;
}

@media screen and (min-width: 910px) and (max-width: 1070px) {
  
  .layout-pricing .hero_claim h1 {
    font-size: 37px;
  }
  .layout-pricing .hero_claim p {
      font-size: 20px;
      line-height: 1.3;
  }

    .layout-pricing .pricing__custom_banner {
      max-height: 290px;
    }

    .pricing_table ul.cell_plan li .button {
      font-size: 14px;
    }
  
    .pricing_table ul li {
      font-size: 16px;
      line-height: 17px;
    }
  
    .pricing_table ul.cell_features li {
      font-size: 15px;
      line-height: 17px;
    }
  
    .layout-pricing .pricing_table .cell_features li.flexible_pricing_row_top.flexible_pricing_row_left{
      font-size: 17px;
      list-style: 20px;
    }
  
    .pricing_table ul li.pricing_table_title{
      padding: 0 15px;
    }
}  

@media screen and  (max-width: 909px) {

  body.full_width.pricing_page .layout-pricing.hero_creatives {
      padding: 92px 20px 0 20px;
  }
  .layout-pricing .wrapper_block.new_pricing {
      padding: 0;
  }

  .layout-pricing .hero_claim h1 {
      font-size: 37px;
      text-align: left;
      align-self: baseline;
  }
  .layout-pricing .hero_claim p {
    font-size: 20px;
    line-height: 1.3;
      text-align: left;
      align-self: baseline;
  }
  .layout-pricing .hero_claim .ox-save-msg {
    align-self: center;
  }

    /*** LAYOUT- PRICING__CUSTOM_BANNER ***/
    .layout-pricing .pricing__custom_banner {
        padding-top: 0;
        flex-wrap: nowrap;
        max-height: unset;
    }
    .layout-pricing .pricing__custom_banner h3, .layout-pricing .pricing__custom_banner p {
        text-align: left;
    }
    .layout-pricing .pricing__custom_banner p {
        width: 100%;
        margin-bottom: 20px;
    }
    .layout-pricing .pricing__custom_banner a {
        width: 100%;
    }

    .layout-pricing .pricing_small_print {
        padding: 20px 0;
    }
    .layout-pricing .pricing_small_print .exception_text {
        text-align: left;
    }


    /*** LAYOUT-PRICING__CLIENTS ***/
    .layout-pricing__clients {
      padding: 0 20px;
    }
    .layout-pricing__clients .clients_header {
        padding: 0;
        text-align: left;
        align-items: start;
    }
    .layout-pricing__clients .big_switch {
        align-self: center;
    }

    .layout-pricing__clients .wrapper_block {
        margin: 20px 0;
        padding: 0 20px !important;
    }
      
    .layout-pricing .flex_section.pricing_plans .subscription_card{
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .layout-pricing .flex_section.pricing_plans{
        flex-direction: column;
        padding-bottom: 0px;
    }
    
    .add_ons_plan:after {
        left: 0;
        right: 0;
        top: -16px;
        transform: rotate(90deg);
        margin: 0 auto;
        display: inherit;
    }
    
    body.pricing_page .faqs{
        margin-bottom: 0;
    }
    
    .layout-pricing .border_plan{
        border: 3px solid var(--color-gray02);
        background: var(--color-gray03);
        border-radius: 10px;
    }
    
    .layout-pricing .responsive_featured_plan .border_plan{
        background: #fff;
        border: 3px solid var(--color-secondary);
    }
    
    .layout-pricing li:not(.responsive_featured_plan) .enterprise_title{
        color: #211F1F;
    }
    
    .layout-pricing .mobile_block .price_list li:nth-child(1), 
    .layout-pricing .mobile_block .price_list li:nth-child(2), 
    .layout-pricing .mobile_block .price_list li:nth-child(3), 
    .layout-pricing .mobile_block .price_list li:nth-child(4), 
    .layout-pricing .mobile_block .price_list li:nth-child(5){
        font-size: inherit;
        font-weight: inherit;
    }
    
    body #content .layout-pricing .mobile_block .price_list li{
        font-size: 18px;
    }
    
    .layout-pricing .mobile_block .price_list li:nth-child(5){
        border: none;
        padding-bottom: 0;
        margin-bottom: 16px;
    }
    
    .layout-pricing .subscription_card .plan_text_block ul.price_list li span{
        font-size: 16px;
        margin-top: 5px;
        margin-left: 5px;
    }
    
    body #content .layout-pricing .mobile_block .price_list.flexible_list li{
        font-weight: 600;
        color: #0155D2;
    }
    
    body #content .layout-pricing .mobile_block .price_list.flexible_list li:first-child{
        font-size: 22px;
    }
    
    .layout-pricing ul.price_list.flexible_list li:before{
        content: "";
        background: url(../images/feature-yes-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .layout-pricing .subscription_card .plan_text_block ul.price_list li span.to_new_line{
        display: block;
        margin-left: 0;
    }

}

@media screen and  (max-width: 500px) {
  .ox-period-selector {
    width: 100%;
    align-items: baseline;
  }
  
  .ox-period-selector span {
    flex-grow: 1;
    text-align: center;
  }

  .layout-pricing .hero_claim .ox-save-msg {
    text-align: left;
    display: inline-flex;
    column-gap: 10px;
    flex-direction: row-reverse;
  }
}

@media screen and  (max-width: 419px) {
  .layout-pricing .hero_claim h1 {
    font-size: 30px;
  }
  .layout-pricing .hero_claim p {
    font-size: 18px;
  }
}

/** Media 2025 **/
@media screen and  (max-width: 500px) {
  .ox-pricing-selectors {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
  .ox-product-selector__switch,
  .ox-product-selector__switch span,
  .ox-period-selector__select  {
    width: 100%;
  }
  .ox-save-msg {
    text-align: left!important;
    align-self: baseline!important;
  }
  .layout-pricing .hero_claim {
    align-items: flex-start;
  }
}
