.tooltip{display:block;margin:-8px;padding:8px;width:40px;height:40px;border-radius:20px}.tooltip:not(:disabled) .tooltip__icon{cursor:help}.tooltip__body{position:relative;display:block}.tooltip__icon>.icon{display:block}.tooltip__popup{position:absolute;display:block;width:max-content;max-width:320px;transform:translateY(0);transition:transform .15s ease-in-out,opacity .15s ease-in-out;z-index:50}.tooltip__popup_hidable{pointer-events:none}.tooltip__popup.tooltip__popup_bottom-center{left:50%}.tooltip__popup.tooltip__popup_bottom-center:after{content:"";position:absolute;top:1px;left:50%;width:8px;height:8px;border-radius:2px;box-shadow:0 0 8px #3a3E5140;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.tooltip__popup.tooltip__popup_bottom-center .tooltip__inner:after{top:0}.tooltip__popup.tooltip__popup_bottom-left{right:0}.tooltip__popup.tooltip__popup_bottom-left:after{content:"";position:absolute;top:1px;right:4px;width:8px;height:8px;border-radius:2px;box-shadow:0 0 8px #3a3E5140;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.tooltip__popup.tooltip__popup_bottom-left .tooltip__inner:after{top:0}.tooltip__popup.tooltip__popup_bottom-right{left:0}.tooltip__popup.tooltip__popup_bottom-right:after{content:"";position:absolute;top:1px;left:12px;width:8px;height:8px;border-radius:2px;box-shadow:0 0 8px #3a3E5140;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.tooltip__popup.tooltip__popup_bottom-right .tooltip__inner:after{top:0}.tooltip__popup.tooltip__popup_top-left{right:0;bottom:calc(100% + 10px)}.tooltip__popup.tooltip__popup_top-left:after{content:"";position:absolute;right:0;bottom:-10px;width:12px;height:12px;border-radius:2px;box-shadow:0 0 8px #3a3E5140;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.tooltip__popup.tooltip__popup_top-left .tooltip__inner:after{bottom:0}.tooltip__popup.tooltip__popup_top-right{bottom:calc(100% + 10px);left:0}.tooltip__popup.tooltip__popup_top-right:after{content:"";position:absolute;bottom:-10px;left:12px;width:12px;height:12px;border-radius:2px;box-shadow:0 0 8px #3a3E5140;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.tooltip__popup.tooltip__popup_top-right .tooltip__inner:after{bottom:0}.tooltip__popup.tooltip__popup_light:after{background-color:#fff}.tooltip__popup.tooltip__popup_light .tooltip__inner{color:#242424;background-color:#fff}.tooltip__popup.tooltip__popup_light .tooltip__inner:after{background-color:#fff}.tooltip__popup.tooltip__popup_dark:after{background-color:#242424}.tooltip__popup.tooltip__popup_dark .tooltip__inner{color:#fff;background-color:#242424}.tooltip__popup.tooltip__popup_dark .tooltip__inner:after{background-color:#242424}.tooltip__popup.tooltip__popup_lavander:after{background-color:#f5f3f8}.tooltip__popup.tooltip__popup_lavander .tooltip__inner{color:#242424;background-color:#f5f3f8}.tooltip__popup.tooltip__popup_center-left{top:50%;right:100%;transform:translate(-10px,-50%)!important}.tooltip__popup.tooltip__popup_center-left .tooltip__inner:after{top:0}.tooltip__inner{position:relative;display:block;padding:12px 16px;min-width:30px;min-height:32px;text-align:left;border-radius:8px;box-shadow:0 0 10px 0 rgba(36,36,36,.05),0 2px 6px 0 rgba(34,43,85,.06);word-wrap:break-word}.tooltip__inner:after{content:"";position:absolute;right:0;width:100%;height:14px;border-radius:8px;z-index:2}.tooltip__inner-text{position:relative;z-index:5}.tooltip__popup[aria-hidden=true]{display:none}.tooltip__popup[aria-hidden=false]{display:block;transform:translateY(10px)}.tooltip__popup[aria-hidden=false].tooltip__popup_bottom-center{transform:translateY(10px) translateX(-50%)}.tooltip__popup_top-left.tooltip__popup[aria-hidden=false],.tooltip__popup_top-right.tooltip__popup[aria-hidden=false]{transform:translateY(-10px)}.tooltip_no-icon{position:absolute;top:0;left:0;margin:0;padding:0;width:0;height:0}.pricings-popup{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;padding:0 8px;overflow-x:hidden;overflow-y:auto;background-color:rgba(36,36,36,.7);z-index:101}@media only screen and (min-width:768px)and (max-width:1140px){.pricings-popup{padding:0 10px}}.pricings-popup-body{margin-top:80px}.pricings-popup._opened{display:grid}.pricings-popup-backdrop{position:fixed;top:0;left:0;width:100%;height:100%}.pricings-popup-body.pricings-popup-body{position:relative;margin:120px auto;padding:60px 10px;background-color:#fff;border-radius:20px;z-index:1;--background-color:#FFF}@media only screen and (max-width:767px){.pricings-popup-body.pricings-popup-body{max-width:95vw}}@media only screen and (min-width:768px)and (max-width:1140px){.pricings-popup-body.pricings-popup-body{padding:80px 20px}}@media only screen and (min-width:1141px){.pricings-popup-body.pricings-popup-body{padding:80px;max-width:1200px}}.pricings-popup-close{position:absolute;top:16px;right:16px;padding:13px;line-height:1;background-color:rgba(36,36,36,.05);border:0;border-radius:50%;cursor:pointer}@media only screen and (min-width:768px)and (max-width:1140px){.pricings-popup-close{top:32px;right:32px}}@media only screen and (min-width:1141px){.pricings-popup-close{top:48px;right:48px}}.pricings-popup-close:hover{background-color:rgba(36,36,36,.2)}.custom-plan-wrapper{display:flex}@media only screen and (min-width:768px)and (max-width:1140px){.custom-plan-wrapper{gap:16px}}@media only screen and (min-width:1141px){.custom-plan-wrapper{gap:16px}}.custom-plan .short-pricing-cell-price{padding:20px}@media only screen and (max-width:767px){.custom-plan-wrapper._collapsable{flex-direction:column;gap:0}}.custom-plan-wrapper._collapsable .custom-plan-card{display:block}@media only screen and (max-width:767px){.custom-plan-wrapper:not(._collapsable){flex-direction:column;justify-content:stretch;align-items:stretch;width:100%}}.custom-plan-wrapper__table{flex:1 1}.custom-plan.custom-plan{justify-content:stretch;align-items:start}@media only screen and (min-width:768px)and (max-width:1140px){.custom-plan.custom-plan{width:min(calc(100% / 3 - 10.66px),346px)}}@media only screen and (min-width:1141px){.custom-plan.custom-plan{width:min(calc(100% / 3 - 10.66px),346px)}}.custom-plan-card.custom-plan-card{position:sticky;top:80px;justify-items:start;overflow:clip;background-position:50%;background-repeat:no-repeat;background-size:cover;border:0;border-bottom-right-radius:24px!important;border-bottom-left-radius:24px!important}.webp .custom-plan-card.custom-plan-card{background-image:url(/_next/static/media/background--w736.d9030cdf.webp)}.no-js .custom-plan-card.custom-plan-card,.no-webp .custom-plan-card.custom-plan-card{background-image:url(/_next/static/media/background--w736.66a72760.png)}.custom-plan-subtitle{max-width:calc(100% - 64px)}@media only screen and (min-width:768px)and (max-width:1140px){.custom-plan-subtitle{max-width:calc(100% - 24px)}}.custom-plan-list{gap:6px}.full-pricing-row{display:grid;column-gap:24px;grid-auto-flow:column;padding:12px 0}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-row{grid-auto-flow:row}}.fixed-header{position:sticky;top:0;background-color:var(--background-color,#F3F6F6);border-bottom:1px solid rgba(36,36,36,.1);z-index:10}.full-pricing-row-price{grid-auto-flow:row}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-row._2-plans{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1141px){.full-pricing-row._2-plans{grid-template-columns:320px repeat(2,1fr)}}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-row._2-plans .full-pricing-name{grid-column:1/3}.full-pricing-row._3-plans{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1141px){.full-pricing-row._3-plans{grid-template-columns:420px repeat(3,1fr)}}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-row._3-plans .full-pricing-name{grid-column:1/4}}.full-pricing-row-info:not(:last-child){border-bottom:1px solid rgba(36,36,36,.2)}.full-pricing-cell{position:relative;padding:16px 0}.full-pricing-cell.full-pricing-cell--one-cell-row a{color:inherit}.full-pricing-cell__text-item p,.full-pricing-name p{display:inline}.full-pricing-cell-price{align-content:start}@media only screen and (max-width:767px){.full-pricing-cell-price{display:flex;grid-template-columns:1fr;justify-content:space-between}.full-pricing-cell-price .payment-period-switch-wrapper{margin:0!important}.full-pricing-cell-price .payment-period-switch-wrapper .checkbox-switch__text_after{order:-1;padding-right:8px;padding-left:0}.full-pricing-cell-price .payment-period-switch-wrapper .payment-period-badge{right:calc(100% + 5px);left:auto}}.full-pricing-cell-price__title-pill{position:absolute;top:-8px}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-cell-price__title-pill{top:-22px;left:50%;transform:rotate(4deg)!important}}@media only screen and (min-width:1141px){.full-pricing-cell-price__title-pill{top:-22px;left:50%;transform:rotate(4deg)!important;top:-4px;right:-40px}}@media only screen and (max-width:767px){.pricing-cell-value_price-wrapper{margin-top:-8px!important}}.full-pricing-cell-info{display:grid;align-items:center}@media only screen and (max-width:767px){.full-pricing-cell-info{justify-content:end;text-align:right}}@media only screen and (min-width:768px)and (max-width:1140px){.full-pricing-cell-info{justify-content:center;text-align:center}}@media only screen and (min-width:1141px){.full-pricing-cell-info{justify-content:center;text-align:center}}.full-pricing-cell-placeholder{position:absolute;top:-2px;right:2px}@media only screen and (min-width:1141px){.full-pricing-cell-placeholder{position:absolute;top:-3px;right:-22px}}.pricing-cell-label_save{display:none;padding:4px 12px;width:-moz-fit-content;width:fit-content;background:rgba(36,36,36,.05);border-radius:100px}.pricing-cell-value_payment{display:flex;justify-content:space-between;gap:8px}.full-pricing-row_heading{display:flex;flex-direction:column}.full-pricing-row_heading a{color:inherit}.full-pricing-subheading{padding:0;font-size:14px;color:#868889}.full-pricing-cell-tooltip{position:absolute;top:-4px;left:-4px;display:inline-block;margin:0;padding:0;width:0;height:14px;color:rgba(36,36,36,.1)}.full-pricing-cell-tooltip .icon{width:14px;height:14px}.full-pricing-cell-tooltip .tooltip__popup{position:absolute;left:0;text-align:left;transition:transform .15s ease-in-out,opacity .15s ease-in-out}@media only screen and (max-width:767px){.full-pricing-cell-tooltip .tooltip__popup{max-width:146px}}.tooltip__popup.tooltip__popup_top-right:after{z-index:-1}.full-pricing-cell-tooltip .tooltip__popup[aria-hidden=false]{transform:translateY(4px)}.full-pricing-notice{padding:40px;border:1px solid rgba(36,36,36,.1);border-radius:24px}.full-pricing-notice-wrapper{margin:0 auto;max-width:688px}.payment-period-switch-wrapper{display:flex;justify-content:center;align-items:center}.payment-period-toggle .toggle__control:checked+label .payment-period-label-year,.payment-period-toggle .toggle__control:not(:checked)+label .payment-period-label-month{display:block}.payment-period-label-month,.payment-period-label-year{display:none;-webkit-user-select:none;user-select:none}.payment-period-badge{margin-left:4px;color:#fe42b4;-webkit-user-select:none;user-select:none}.toggle__control:checked+label .payment-period-badge{transform:translateY(-8px);opacity:1}.pricings-section-actions{display:flex;flex-direction:column;align-items:center;gap:16px}@media only screen and (min-width:768px)and (max-width:1140px){.pricings-section-actions{flex-direction:row;justify-content:center}}@media only screen and (min-width:1141px){.pricings-section-actions{flex-direction:row;justify-content:center}}.pricings-section-actions__undertitle{color:#868889}.pricings-section-plans-tabs.plans-tabs{align-items:flex-start;margin-bottom:-20px;height:74px;border-bottom-right-radius:0;border-bottom-left-radius:0}.pricings-tabs{position:relative;display:flex;justify-content:space-around;align-items:center;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width:767px){.pricings-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.pricings-tabs>.pricings-tabs__tab{scroll-snap-align:start}}.pricings-tabs::-webkit-scrollbar{display:none}.pricings-tabs:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:2px;background:rgba(36,36,36,.1)}.pricings-tabs__tab{position:relative;flex:1 0;padding:12px 24px;white-space:nowrap;text-align:center;color:inherit;background:transparent;border:none;outline:none;transition:color .3s ease,background-color .3s ease;cursor:pointer;font:inherit}.pricings-tabs__tab:focus,.pricings-tabs__tab:hover{color:#242424}.pricings-tabs__tab--active{border-bottom:2px solid #242424}