:root{--primary-brand-color-300:#33c9ff;--primary-brand-color-400:#00baff;--primary-brand-color-600:#00a2ff;--primary-brand-color-800:#00a2ff;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#cff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#7990a1;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#7990a1;--primary-opposite-link-color:var(--primary-brand-color-400);--primary-opposite-link-hover-color:var(--primary-brand-color-800)}body.high-contrast,body[data-contrast=high]{--primary-brand-color-300:#38f;--primary-brand-color-400:#006aff;--primary-brand-color-600:#056dff;--primary-brand-color-800:#0e3998;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#ebffff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#677689;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#f8fafc;--primary-opposite-link-color:#00baff;--primary-opposite-link-hover-color:#fff}body{--primary-icon-color:var(--primary-brand-color-400);--primary-btn-bg-color:var(--primary-brand-color-400);--primary-btn-hover-bg-color:var(--primary-brand-color-800);--primary-btn-focus-bg-color:var(--primary-brand-color-800);--primary-btn-active-bg-color:var(--primary-brand-color-600);--primary-btn-text-color:var(--primary-brand-color-alternate-400);--primary-btn-hover-text-color:var(--primary-brand-color-alternate-600);--primary-btn-focus-text-color:var(--primary-brand-color-alternate-600);--primary-btn-active-text-color:var(--primary-brand-color-alternate-800);--primary-link-color:var(--primary-brand-color-400);--primary-link-hover-color:var(--primary-brand-color-800);--primary-link-focus-color:var(--primary-brand-color-800);--primary-link-active-color:var(--primary-brand-color-600);--light-text-primary-color:var(--primary-text-color-200);--light-text-alternate-primary-color:var(--primary-opposite-text-color-200);--placeholder-text-color:var(--primary-text-color-200)}:root{--local-discount-color:#30d165;--local-green-color:#00c662;--local-emphasize-small-color:#7990a1;--local-feature-p-color:#7990a1;--max-color:#fd773b;--max-color-hover:#fa540a;--max-mark:#fff;--max-text-button:#fff}body.high-contrast{--local-discount-color:#1d7e3d;--local-green-color:#008743;--local-emphasize-small-color:#fff;--local-feature-p-color:#fff;--max-color:#ff773b;--max-color-hover:#fa540a;--max-mark:var(--primary-text-color-800);--max-text-button:var(--primary-text-color-800)}html{scroll-behavior:smooth}main{color:var(--primary-text-color-800);font-family:Roboto,sans-serif;overflow:hidden}main mark{color:inherit}main .container{box-sizing:border-box;margin:auto;max-width:1220px;padding:0 10px}@media only screen and (min-width:600px){main .container{padding:0 20px}}main .cta-link,main a{color:#00baff;text-decoration:none}@supports (--css:variables){main .cta-link,main a{color:var(--primary-link-color)}}main .cta-link:active,main .cta-link:focus,main .cta-link:hover,main a:active,main a:focus,main a:hover{color:#00a2ff}@supports (--css:variables){main .cta-link:active,main .cta-link:focus,main .cta-link:hover,main a:active,main a:focus,main a:hover{color:var(--primary-link-hover-color)}}main .btn,main .call-to-action{background:#fff;border:2px solid #00baff;border-radius:100px;color:#00baff;cursor:pointer;display:inline-block;font-size:18px;font-weight:700;line-height:1;padding:1.05em 2.1em;text-align:center;text-decoration:none;transition:all .36s ease-in-out}@supports (--css:variables){main .btn,main .call-to-action{border-color:var(--primary-brand-color-400);color:var(--primary-brand-color-400)}}main .btn:active,main .btn:focus,main .btn:hover,main .call-to-action:active,main .call-to-action:focus,main .call-to-action:hover{background-color:#00a2ff;border-color:#00a2ff;color:#fff}@supports (--css:variables){main .btn:active,main .btn:focus,main .btn:hover,main .call-to-action:active,main .call-to-action:focus,main .call-to-action:hover{background:var(--primary-brand-color-600);border-color:var(--primary-brand-color-600)}}main .btn:focus:not(:focus-visible),main .call-to-action:focus:not(:focus-visible){outline:none}main .btn-yellow{background:#ffea00;border-color:#ffea00;color:var(--primary-text-color-800)}@supports (--css:variables){main .btn-yellow{background:var(--secondary-brand-color-400);border-color:var(--secondary-brand-color-400)}}main .btn-yellow:active,main .btn-yellow:focus,main .btn-yellow:hover{background:#ffd200;border-color:#ffd200;color:var(--primary-text-color-800)}@supports (--css:variables){main .btn-yellow:active,main .btn-yellow:focus,main .btn-yellow:hover{background:var(--secondary-brand-color-600);border-color:var(--secondary-brand-color-600)}}main .btn-orange{background:#fd773b;border-color:#fd773b;color:#fff}@supports (--css:variables){main .btn-orange{background:var(--max-color);border-color:var(--max-color);color:var(--max-text-button)}}main .btn-orange:active,main .btn-orange:focus,main .btn-orange:hover{background:#fa540a;border-color:#fa540a}@supports (--css:variables){main .btn-orange:active,main .btn-orange:focus,main .btn-orange:hover{background:var(--max-color-hover);border-color:var(--max-color-hover);color:var(--max-text-button)}}main .btn-blue{background:#00baff;border-color:#00baff;color:#fff}@supports (--css:variables){main .btn-blue{background:var(--primary-brand-color-400);border-color:var(--primary-brand-color-400)}}main .btn-blue:active,main .btn-blue:focus,main .btn-blue:hover{background:#00a2ff;border-color:#00a2ff}@supports (--css:variables){main .btn-blue:active,main .btn-blue:focus,main .btn-blue:hover{background:var(--primary-brand-color-600);border-color:var(--primary-brand-color-600)}}main .btn-blank{background:transparent}.bannerSection{background:#000;color:#fff;font-family:Rubik,sans-serif;overflow:hidden;position:relative;text-align:center;z-index:1}.bannerSection+section{padding-top:24px}.bannerSection .container{max-width:1100px}@media screen and (min-width:768px){.bannerSection .background{background:url(/images/pages/pricing/bfcm23/bf.svg) 50% no-repeat;background-size:auto 118%;position:relative;z-index:20}}.bannerSection .banner{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:30px 0 15px;text-align:center}@media screen and (min-width:980px){.bannerSection .banner{min-height:392px}}.bannerSection .text{color:#fbe30c;font-size:12px;font-weight:600;line-height:1.2;margin:0 0 11px}@media screen and (min-width:768px){.bannerSection .text{font-size:20px}}.bannerSection .header{--underline-offset:0.15em;font-size:clamp(30px,8vw,80px);font-weight:700;letter-spacing:-.026em;line-height:1.06;margin:0 0 .24em}.bannerSection .header strong{color:#19a2ff}@media screen and (min-width:980px){.bannerSection .header{font-size:80px}}.bannerSection .longText{font-size:16px;letter-spacing:.005em;line-height:1.3;margin:0}.bannerSection .longText br{display:none}@media screen and (min-width:980px){.bannerSection .longText br{display:initial}}.bannerSection .box{align-items:center;display:inline-flex;flex-wrap:nowrap}.bannerSection .box img{flex-shrink:0;position:relative;z-index:1}.bannerSection .copy{background:rgba(25,162,255,.3);border-radius:4px;box-sizing:border-box;color:#fff;font-size:14px;font-weight:400;line-height:1.4;margin:0 0 0 -20px;min-height:43px;padding:10px 21px 10px 41px;text-align:left}@media screen and (min-width:768px){.bannerSection .copy{font-size:16px}}.bannerSection .copy strong{font-weight:500}.bannerSection .counterWrapper{color:#fff;font-size:14px;font-weight:500;letter-spacing:.02em;margin-bottom:.6em;margin-top:1.5em}@media screen and (min-width:768px){.bannerSection .counterWrapper{font-size:16px;margin-top:.7em}}.bannerSection .counter{display:flex;gap:.34em;justify-content:center;margin:5px .4em}@media screen and (min-width:768px){.bannerSection .counter{display:inline-flex;margin:0 .4em}}.bannerSection .element{align-items:center;background:transparent;border:2px solid #19a2ff;border-radius:4px;box-sizing:border-box;color:#fff;display:flex;font-family:Rubik,sans-serif;font-size:16px;font-weight:700;height:30px;justify-content:center;line-height:1;width:30px}@media screen and (min-width:600px){.bannerSection .element{font-size:25px;height:54px;width:52px}}@media screen and (min-width:768px){.flashlight{-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:flashlight;animation-name:flashlight;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:url(/images/pages/pricing/bfcm23/light.svg) 50% no-repeat;background-size:contain;height:100vw;position:absolute;width:100vw;z-index:10}@-webkit-keyframes flashlight{0%{transform:translate(-17%,-30%)}16%{transform:translate(-5%,-26%)}32%{transform:translate(7%,-30%)}40%{transform:translate(9%,-40%)}50%{transform:translate(7%,-50%)}66%{transform:translate(-5%,-54%)}82%{transform:translate(-17%,-50%)}90%{transform:translate(-20%,-40%)}to{transform:translate(-17%,-30%)}}@keyframes flashlight{0%{transform:translate(-17%,-30%)}16%{transform:translate(-5%,-26%)}32%{transform:translate(7%,-30%)}40%{transform:translate(9%,-40%)}50%{transform:translate(7%,-50%)}66%{transform:translate(-5%,-54%)}82%{transform:translate(-17%,-50%)}90%{transform:translate(-20%,-40%)}to{transform:translate(-17%,-30%)}}}.standard h1{color:var(--primary-text-color-800);font-family:Source Sans Pro,sans-serif;font-size:35px;font-weight:900;letter-spacing:-.001em;margin:0 auto 40px;max-width:800px;padding-top:30px;text-align:center}@media only screen and (min-width:600px){.standard h1{font-size:55px;padding-top:50px}}.packet-section{background:url(/images/pages/pricing/versions/affiliate/maz_up.svg) no-repeat bottom #f5f7f8;background-size:1300px auto;padding-bottom:48px;position:relative;z-index:1}@media only screen and (min-width:780px){.packet-section{padding-bottom:88px}}.packet-section .container{max-width:1180px}.packet-section .btn-wrap{text-align:center}.packets{margin-bottom:41px}.packets .container{max-width:1180px;padding:0 10px}@media only screen and (min-width:600px){.packets .container{padding:0 20px}}.packets .columns{position:relative}@media only screen and (min-width:600px){.packets .columns{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto}}@media only screen and (min-width:980px){.packets .columns{grid-gap:0 20px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto}}.packets .packet{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1);display:grid;grid-template-rows:auto 1fr;height:100%;margin-bottom:40px;transition:box-shadow .2s ease-out}@media only screen and (min-width:600px){.packets .packet{margin-bottom:auto}}.packets .packet:hover{box-shadow:0 15px 30px 0 rgba(0,0,0,.1)}.packets .packet:first-child>:first-child,.packets .packet:nth-child(2)>:first-child{grid-row:1}.packets .packet:first-child>:nth-child(2),.packets .packet:nth-child(2)>:nth-child(2){grid-row:2}.packets .packet:first-child>:nth-child(3),.packets .packet:nth-child(2)>:nth-child(3){grid-row:3}.packets .packet:first-child>:nth-child(4),.packets .packet:nth-child(2)>:nth-child(4){grid-row:4}.packets .packet:nth-child(3)>:first-child,.packets .packet:nth-child(4)>:first-child{grid-row:6}@media only screen and (min-width:980px){.packets .packet:nth-child(3)>:first-child,.packets .packet:nth-child(4)>:first-child{grid-row:1}}.packets .packet:nth-child(3)>:nth-child(2),.packets .packet:nth-child(4)>:nth-child(2){grid-row:7}@media only screen and (min-width:980px){.packets .packet:nth-child(3)>:nth-child(2),.packets .packet:nth-child(4)>:nth-child(2){grid-row:2}}.packets .packet:nth-child(3)>:nth-child(3),.packets .packet:nth-child(4)>:nth-child(3){grid-row:8}@media only screen and (min-width:980px){.packets .packet:nth-child(3)>:nth-child(3),.packets .packet:nth-child(4)>:nth-child(3){grid-row:3}}.packets .packet:nth-child(3)>:nth-child(4),.packets .packet:nth-child(4)>:nth-child(4){grid-row:9}@media only screen and (min-width:980px){.packets .packet:nth-child(3)>:nth-child(4),.packets .packet:nth-child(4)>:nth-child(4){grid-row:4}}.packets .details{display:flex;flex-direction:column}.packets ul li{margin-bottom:.55em;padding-left:17px}.packets ul li:before{background:url(/images/pages/pricing/tick_icon_list.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:8px;margin-left:-19px;margin-top:3px;position:absolute;width:11px}.packets .packet>*{border-left:1px solid transparent;border-right:1px solid transparent;display:flex;flex-direction:column;margin:0 -.5px;padding-left:25px;padding-right:25px}@media only screen and (min-width:980px){.packets .packet>*{padding-left:min(2.5vw,25px);padding-right:min(2.5vw,25px)}}.packets .packet>:nth-child(2){padding-bottom:2px;padding-right:10px}.packets .packet>:nth-child(2){background-position:0 28px;background-repeat:no-repeat;background-size:100% 1px}.packets .packet .packet-summary{position:relative;text-align:center}.packets .packet .plan-badge{border-radius:13px;color:var(--primary-text-color-800);font-family:Roboto,sans-serif;font-size:12px;font-weight:700;left:50%;margin:0;padding:6px 14px 5px 24px;position:absolute;text-transform:uppercase;transform:translate(-50%,-12px)}.packets .packet .plan-badge.plan-badge-top-choice{background-color:#ffeb00;background-image:url(/images/pages/pricing/star.svg);background-position:7px;background-repeat:no-repeat;background-size:12px 11px}.packets .packet .plan-badge.plan-badge-start{background:#ffeb00;color:var(--primary-text-color-800);padding:4px 12px;position:static;transform:translate(8px,5px)}.packets .packet .name{font-family:Source Sans Pro,sans-serif;font-size:22px;font-weight:700;letter-spacing:.02em;margin-bottom:9px;margin-top:30px}.packets .packet .sub-header{color:#7990a1;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.02em;line-height:1.4;margin:0 auto;max-width:260px;min-height:2.6em;text-align:center}.packets .packet .price{font-family:Source Sans Pro,sans-serif;font-size:50px;font-weight:900;margin-top:0}.packets .packet .price .final-price sup.currency{font-size:40%;margin-right:.3em;top:-.4em}.packets .packet .price .final-price .period{color:#7990a1;font-size:.32em;font-weight:600;letter-spacing:.025em;margin-left:.4em;position:relative;top:-.5em}@supports (--css:variables){.packets .packet .price .final-price .period{color:var(--primary-text-color-200)}}.packets .packet .price .final-price:not(.promo-price) mark.styled{display:contents}.packets .packet .price .original-price{color:#ff0f46;font-family:Source Sans Pro,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px;margin-top:0;padding-top:7px;text-decoration:line-through;-webkit-text-decoration-color:#ff0f46;text-decoration-color:#ff0f46}.packets .packet .price .original-price:not(.hidden)+.final-price{margin-bottom:-2px}.packets .packet .price .original-price.hidden{display:none}.packets .packet .price .original-price sup{font-size:100%;top:auto}.packets .packet .price .pricing-details{color:#7990a1;font-family:roboto-basic,Roboto,sans-serif;font-size:12px;font-weight:500;letter-spacing:.6px;margin-bottom:5px}.packets .packet .price .pricing-details.hidden{display:none}.packets .packet .price .pricing-details.pricing-details-period-free{margin-bottom:18px}.packets .packet .call-to-action-wrapper{display:flex;flex-direction:column;position:relative}.packets .packet .call-to-action-wrapper .plan-badge-top-choice{background-color:var(--primary-text-color-800);background-image:url(/images/pages/pricing/versions/affiliate/star.svg);background-position:7px 7px;background-repeat:no-repeat;color:#ffeb00;left:auto;padding:7px 14px 6px 24px;pointer-events:none;position:absolute;right:11px;top:-4px;transform:translate(50%,-50%);white-space:nowrap}.packets .packet .call-to-action{align-self:center;background-color:#00baff;border-color:#00baff;color:#fff;display:inline-block;font-size:16px;font-weight:700;margin-top:17px;min-width:60px;padding:15px 30px;position:relative;z-index:1}@supports (--css:variables){.packets .packet .call-to-action{background-color:var(--primary-btn-bg-color);border-color:var(--primary-btn-bg-color);color:var(--primary-btn-hover-text-color)}}.packets .packet .call-to-action:active,.packets .packet .call-to-action:focus,.packets .packet .call-to-action:hover{background:#fff}@supports (--css:variables){.packets .packet .call-to-action:active,.packets .packet .call-to-action:focus,.packets .packet .call-to-action:hover{border-color:var(--primary-btn-bg-color);color:var(--primary-btn-bg-color)}}.packets .packet .call-to-action.yellow{background:#ffea00;border-color:#ffea00;color:var(--primary-text-color-800)}@supports (--css:variables){.packets .packet .call-to-action.yellow{background:var(--secondary-brand-color-400);border-color:var(--secondary-brand-color-400)}}.packets .packet .call-to-action.yellow:active,.packets .packet .call-to-action.yellow:focus,.packets .packet .call-to-action.yellow:hover{background:#ffd200;border-color:#ffd200;color:var(--primary-text-color-800)}@supports (--css:variables){.packets .packet .call-to-action.yellow:active,.packets .packet .call-to-action.yellow:focus,.packets .packet .call-to-action.yellow:hover{background:var(--secondary-brand-color-600);border-color:var(--secondary-brand-color-600)}}.packets .packet .buy-now,.packets .packet .buy-now-spacer{font-weight:700;letter-spacing:.03em;margin:-.4em auto 1.1em}.packets .packet .description{font-size:14px;font-weight:500;letter-spacing:.025em;line-height:1.65;margin:10px 0 0;text-align:left}.packets .packet .description br{display:none}@media only screen and (min-width:1090px){.packets .packet .description br{display:inline}}.packets .packet .includes{font-size:13px;font-weight:400;letter-spacing:.02em;margin-bottom:4px;padding-bottom:8px;padding-top:17px}.packets .packet .includes em{font-style:normal;font-weight:700}.packets .packet .includes ul{list-style:none;margin:0;padding:5px 0 0 5px}.packets .packet .includes li{font-size:14px;letter-spacing:.025em;margin-bottom:1.2em;position:relative}@media only screen and (min-width:600px){.packets .packet .includes li{position:static}}.packets .packet .includes li i{z-index:2}@media only screen and (min-width:600px){.packets .packet .includes li i{position:relative}}.packets .packet .includes li i svg{fill:#7990a1;cursor:pointer;display:inline-block;height:14px;margin-left:7px;position:relative;top:1px;width:14px}.packets .packet .includes li i:hover em{opacity:1}.packets .packet .includes li i:hover svg{fill:#00baff}.packets .packet .includes li i em{background:var(--primary-text-color-800);border-radius:6px;bottom:calc(100% + 9px);box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-sizing:border-box;color:#fff;font-size:13px;font-weight:400;left:0;letter-spacing:0;line-height:1.4;opacity:0;padding:13px 15px;pointer-events:none;position:absolute;right:0;transition:opacity .2s linear;z-index:10}@media only screen and (min-width:600px){.packets .packet .includes li i em{left:-8px;right:auto;width:210px}}.packets .packet .includes li i em:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid var(--primary-text-color-800);bottom:-7px;content:"";height:0;left:15px;position:absolute;width:0}@media only screen and (min-width:600px){.packets .packet:last-child .includes li i em{left:auto;right:-15px}}@media only screen and (min-width:1500px){.packets .packet:last-child .includes li i em{left:-8px;right:auto}}@media only screen and (min-width:600px){.packets .packet:last-child .includes li i em:after{left:auto;right:15px}}@media only screen and (min-width:1500px){.packets .packet:last-child .includes li i em:after{left:15px;right:auto}}@media only screen and (min-width:600px){.packets .packet:nth-child(2) .includes li i em{left:auto;right:-15px}}@media only screen and (min-width:980px){.packets .packet:nth-child(2) .includes li i em{left:-8px;right:auto}}@media only screen and (min-width:600px){.packets .packet:nth-child(2) .includes li i em:after{left:auto;right:15px}}@media only screen and (min-width:980px){.packets .packet:nth-child(2) .includes li i em:after{left:15px;right:auto}}.packets .packet .includes h3{color:#7990a1;font-size:inherit;margin-bottom:1em}.packets .packet .includes h3 span{background:#fff;padding:0 10px 0 5px}.packets .packet .includes mark{--mark-h:140;--mark-w:70;color:#fff;font-size:.8em}.packets .packet .includes small{font-size:.85em;white-space:nowrap}.packets .packet .includes .more{font-size:14px;font-weight:700;letter-spacing:.05em;margin:0 0 17px;padding-left:3px}.packets .packet .includes .details li span{background:#00baff;border-radius:12px;color:#fff;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin:-1em 0 -1em 5px;padding:6px 10px;position:relative;top:-2px}#pricing-plans>.container{display:flex;flex-direction:column}.pricing-settings{grid-gap:20px;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:30px;order:2}@media only screen and (min-width:980px){.pricing-settings{justify-content:flex-start;order:1}}.pricing-settings .list-size-wrap{align-items:center;display:flex;font-size:18px;font-weight:500;justify-content:center;margin:0 5px;min-height:34px;position:relative;text-align:left}@media only screen and (min-width:980px){.pricing-settings .list-size-wrap{margin-left:35px}}.pricing-settings .list-size-text{font-family:Roboto,sans-serif;font-size:18px;font-weight:400;padding-right:10px;white-space:nowrap}.pricing-settings .list-size-wrap .select-hide,.pricing-settings .list-size-wrap select{display:none}.pricing-settings .list-size-wrap .select-items,.pricing-settings .list-size-wrap .select-selected{background-color:transparent;border:1px solid #00baff;border-radius:30px;box-sizing:border-box;color:var(--primary-text-color-800);font-weight:500}@supports (--css:variables){.pricing-settings .list-size-wrap .select-items,.pricing-settings .list-size-wrap .select-selected{border-color:var(--primary-text-color-800)}}.pricing-settings .list-size-wrap .select-selected{--arrow-color:var(--primary-text-color-800);background-image:linear-gradient(45deg,transparent 50%,var(--arrow-color) 50%),linear-gradient(135deg,var(--arrow-color) 50%,transparent 50%);background-position:calc(100% - 17px) calc(.7em + 5px),calc(100% - 12px) calc(.7em + 5px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;cursor:pointer;flex-shrink:1;font-size:18px;height:41px;line-height:40px;min-width:204px;padding-left:14px;padding-right:25px;width:100%}.pricing-settings .list-size-wrap .select-selected.select-arrow-active{background-image:linear-gradient(-45deg,var(--arrow-color) 50%,transparent 50%),linear-gradient(-135deg,transparent 50%,var(--arrow-color) 50%);border-color:#00a2ff;box-shadow:0 5px 12px rgba(0,0,0,.16);outline:none}@supports (--css:variables){.pricing-settings .list-size-wrap .select-selected.select-arrow-active{border-color:var(--primary-brand-color-800)}}.pricing-settings .list-size-wrap .select-selected.select-arrow-active+.select-items{box-shadow:0 5px 12px rgba(0,0,0,.16)}.pricing-settings .list-size-wrap .select-selected:hover{border-color:#00a2ff;box-shadow:0 5px 12px rgba(0,0,0,.16)}.pricing-settings .list-size-wrap .select-items{background:#fff;border-radius:15px;font-size:16px;left:0;line-height:28px;padding:8px 0 7px;position:absolute;right:0;top:calc(100% + 5px);z-index:99}.pricing-settings .list-size-wrap .select-items div{cursor:pointer;height:28px;padding-left:14px;padding-right:25px}.pricing-settings .list-size-wrap .select-items .same-as-selected,.pricing-settings .list-size-wrap .select-items div:hover{color:#00baff}@supports (--css:variables){.pricing-settings .list-size-wrap .select-items .same-as-selected,.pricing-settings .list-size-wrap .select-items div:hover{color:var(--primary-brand-color-400)}}.pricing-settings form{padding-top:28px}.pricing-settings .fieldset{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:center}.pricing-settings .fieldset.promo-included{justify-content:space-around;max-width:1140px}@media only screen and (min-width:980px){.pricing-settings .fieldset.promo-included{justify-content:space-between}}.pricing-settings .fieldset.promo-included .labels{margin-left:10px;margin-right:10px}@media only screen and (min-width:980px){.pricing-settings .fieldset.promo-included .labels{margin-left:0;margin-right:0}}.pricing-settings .fieldset .labels{grid-gap:5px;border-radius:6px;display:flex;flex-direction:row;flex-grow:0;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:780px){.pricing-settings .fieldset .labels{flex-wrap:nowrap}}.pricing-settings .fieldset .labels>label{align-self:stretch;cursor:pointer;flex-basis:auto;flex-grow:0;flex-shrink:1;position:relative}.pricing-settings .fieldset .labels>label:first-child>div{min-width:auto;padding:7px 9px 7px 14px}.pricing-settings .fieldset .labels .period-wrapper{display:grid}.pricing-settings .fieldset .labels .period-wrapper>span{grid-column:1;grid-row:1}.pricing-settings .fieldset .labels .period-wrapper>span:nth-child(2){font-weight:700;opacity:0;visibility:hidden}.pricing-settings .fieldset .labels>label>div{align-items:center;border:1px solid transparent;border-radius:30px;box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;height:41px;justify-content:center;letter-spacing:.02em;line-height:1.2em;padding:7px 8px 7px 7px;text-align:center;white-space:nowrap}@media only screen and (min-width:600px){.pricing-settings .fieldset .labels>label>div{font-size:17px;min-width:100px}}.pricing-settings .fieldset .labels>label .discount{border:1px solid var(--primary-text-color-800);border-radius:100px;box-sizing:border-box;color:var(--primary-text-color-800);font-family:Roboto,sans-serif;font-size:12px;font-weight:700;height:25px;line-height:1.6;margin-left:7px;padding:2px 10px}.pricing-settings .fieldset .labels>label:hover div{color:#00a2ff}.pricing-settings .fieldset .labels>label input{opacity:0;position:absolute}.pricing-settings .fieldset .labels>label input:checked+div{border:1px solid var(--primary-text-color-800);font-weight:700;padding-left:15px}.pricing-settings .fieldset .labels>label input:checked+div .discount{background:var(--primary-text-color-800);color:#ffeb00}.custom-domain{background-color:var(--primary-background-color);border-radius:120px;display:block;margin:0 auto 38px;order:1;padding:18px 30px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:980px){.custom-domain{order:2}}@media only screen and (min-width:980px){.promo-settings .list-size-wrap{margin-left:0}}#promoNotice{display:flex;flex-direction:row;flex-grow:1;justify-content:center;text-align:center}@media only screen and (min-width:1180px){#promoNotice{justify-content:flex-end}}#promoNotice .promo-notice-content{align-items:center;background:var(--primary-text-color-800) url(/images/pages/pricing/discount.svg) no-repeat;background-position:10px;background-size:13px 13px;border-radius:6px;box-sizing:border-box;color:#fff;color:#ffeb00;display:flex;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:400;height:50px;letter-spacing:-.01em;padding:4px 10px 4px 26px}@media only screen and (min-width:980px){#promoNotice .promo-notice-content{background-position:20px;background-size:26px 26px;font-size:17px;padding:4px 30px 4px 56px}}#promoNotice .promo-notice-content strong{font-weight:900}#promoNotice .promo-notice-content strong:last-of-type{margin:0 4px}.custom-currency-info p{color:#7a90a1;font-size:12px;margin-top:-1em}@media only screen and (min-width:768px){.custom-currency-info p{margin-bottom:2.4em;margin-top:-1.6em;padding-left:20px;padding-right:20px}}.plan-section{padding:50px 0;text-align:center}@media screen and (min-width:980px){.plan-section{text-align:left}}.plan-section h2{--mark-indent:0.3;--mark-h:1.3;font-family:Source Sans Pro,sans-serif;font-size:30px;letter-spacing:.035em;line-height:1.4;margin:0 0 24px;position:relative;z-index:1}.plan-section p{font-size:18px;font-weight:400;letter-spacing:.025em;line-height:1.5;margin:0 0 14px}.plan-section p.big{font-size:20px}@media screen and (min-width:980px){.plan-section .split{display:grid;grid-template-columns:50% 50%;grid-template-rows:1fr}.plan-section .split article{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:20px}.plan-section .split.reverse article{margin-left:10px}.plan-section .split.reverse .picture{order:-1}}.plan-section .picture{margin:0;padding-top:30px}@media screen and (min-width:980px){.plan-section .picture{padding-top:0}}.plan-section .picture img{display:block;height:auto;margin:0 auto;max-width:100%}@media screen and (min-width:980px){.plan-section .picture img{position:relative}}.plan-section .picture>div{margin:0 auto}.plan-section .btn{margin-top:22px}@media screen and (min-width:980px){.email-marketing-plan{padding:81px 0}.email-marketing-plan .picture img{transform:translate(-5px)}}.automation-marketing-plan{background:#00baff;color:#fff}@supports (--css:variables){.automation-marketing-plan{background:var(--primary-btn-bg-color)}}@media screen and (min-width:980px){.automation-marketing-plan{padding:86px 0 95px}.automation-marketing-plan .picture img{transform:translate(9px,27px)}}.automation-marketing-plan h2 mark{color:var(--primary-text-color-800)}@media screen and (min-width:980px){.ecommerce-marketing-plan{padding:80px 0}.ecommerce-marketing-plan .picture img{transform:translate(-5px)}}.free-forever-features-section{background:#f5f7f8;padding:50px 0;text-align:center}@media screen and (min-width:980px){.free-forever-features-section{padding:86px 0}}.free-forever-features-section h2{--mark-indent:0.3;--mark-h:1.3;font-family:Source Sans Pro,sans-serif;font-size:30px;letter-spacing:.03em;line-height:1.4;margin:0 0 58px;position:relative;z-index:1}.free-forever-features-section .free-30-day-features{box-sizing:border-box;margin:0 auto 18px;max-width:1116px}@media only screen and (min-width:600px){.free-forever-features-section .free-30-day-features{grid-gap:0 45px;display:grid;grid-template-columns:calc(50% - 23px) calc(50% - 22px)}}.free-forever-features-section figure{font-size:16px;margin:0 0 45px;text-align:center}@media only screen and (min-width:600px){.free-forever-features-section figure{text-align:left}}@media only screen and (min-width:768px){.free-forever-features-section figure{grid-gap:38px;display:grid;grid-template-columns:auto 1fr}}.free-forever-features-section figure div{margin:0 auto;max-width:380px}@media only screen and (min-width:600px){.free-forever-features-section figure div{margin:0}}.free-forever-features-section figure h3{font-family:Source Sans Pro,sans-serif;margin:0 0 8px}.free-forever-features-section figure p{color:#7990a1;letter-spacing:.025em;line-height:1.5;margin:0}.free-forever-features-section figure img{height:53px;margin:9px 0 20px;width:50px}@media only screen and (min-width:768px){.free-forever-features-section figure img{margin-bottom:0}}.free-forever-features-section .btn{margin-top:.3em;padding-left:2em;padding-right:2em}.faq-section{background:radial-gradient(closest-side,#f5f8fb 0,rgba(245,248,251,.9) 37%,rgba(245,248,251,0) 100%);background-position:50% -125px;background-repeat:no-repeat;background-size:100% 250px;padding:57px 0 40px}@media screen and (min-width:980px){.faq-section{padding-top:90px}}.faq-section h2{--mark-indent:0.3;--mark-h:1.3;font-family:Source Sans Pro,sans-serif;font-size:30px;letter-spacing:.03em;line-height:1.4;margin:0 0 20px;position:relative;text-align:center;z-index:1}.faq-section .split{margin:0 auto;max-width:1138px}@media screen and (min-width:980px){.faq-section .split{grid-gap:67px;display:grid;grid-template-columns:45% 45%}}.faq-section .questions{box-sizing:border-box;margin:auto auto 38px;max-width:1060px;padding-left:20px}@media only screen and (min-width:600px){.faq-section .questions{padding-left:0}}.faq-section details[open] .chevron{transform:rotate(180deg)}.faq-section details summary{cursor:pointer;font-family:Source Sans Pro,sans-serif;font-size:20px;font-weight:700;letter-spacing:.025em;line-height:1.5;margin:13px 0 12px}.faq-section details summary:focus{outline:none}.faq-section details summary:focus-visible{color:var(--primary-brand-color-400)}.faq-section details article{color:#51565e;font-family:Roboto,sans-serif;font-size:18px;letter-spacing:.015em;line-height:1.667;margin:0;padding:5px 0 10px}.faq-section details p{margin:0 0 10px}.faq-section details p+ul{margin-top:.6em}.faq-section details em{font-style:normal;font-weight:900}.faq-section details li{margin-bottom:.6em}.faq-section .chevron{margin-bottom:-2px;margin-left:7px;width:15px}.faq-section summary::-webkit-details-marker{display:none}.exit-dialog{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:all .15s ease;z-index:999999}.exit-dialog.visible{opacity:1;pointer-events:all}.exit-dialog.visible .dialog{transform:none}.exit-dialog .dialog{align-items:center;background:#00baff url(/images/pages/pricing/versions/affiliate/maz_exit.svg) no-repeat calc(50% + 40px) calc(50% - 185px);background-size:820px 630px;border-radius:10px;box-shadow:0 20px 45px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:20px;max-width:560px;min-height:309px;padding:20px;position:relative;text-align:center;transform:translateY(100px);transition:transform .15s ease;width:100%}.exit-dialog .dialog p{color:#fff;font-size:18px;letter-spacing:.025em;line-height:1.4;margin:0 0 30px}.exit-dialog .dialog h2{font-family:Source Sans Pro,sans-serif;font-size:32px;letter-spacing:.025em;line-height:1.2;margin:0 0 10px;position:relative;z-index:1}.exit-dialog .dialog .btn{font-size:16px;padding:15px 27px}.exit-dialog .close-exit{padding:17px;position:absolute;right:0;top:0}