.animated-circles-container{position:absolute;display:flex;justify-content:center;align-items:center;right:-150px}.animated-circles-container .circle{width:400px;height:400px;border-radius:50%;position:absolute;border:4px solid hsla(0,0%,100%,.6);animation:circle 5s ease-out infinite;transition:all .3s ease-in}.animated-circles-container .circle-1{width:470px;height:470px;animation-delay:.2s}.animated-circles-container .circle-2{width:540px;height:540px;animation-delay:.4s}.animated-circles-container .circle-3{width:610px;height:610px;animation-delay:.6s}.animated-circles-container .circle-4{width:680px;height:680px;animation-delay:.8s}.animated-circles-container .circle-5{width:750px;height:750px;animation-delay:1s}@keyframes circle{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@media(max-width:768px){.animated-circles-container{display:none}}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_657e4b;src:local("Arial");ascent-override:92.33%;descent-override:30.78%;line-gap-override:8.79%;size-adjust:113.73%}.__className_657e4b{font-family:__Poppins_657e4b,__Poppins_Fallback_657e4b;font-weight:400;font-style:normal}.plans-card-wrapper{position:relative;border-radius:8px;transition:background .3s ease-in;background:linear-gradient(90deg,#fff,rgba(128,147,220,.12));padding:2.5px}.plans-card-wrapper.best{background:linear-gradient(90deg,#8093dc,#bc9cde)}.plans-card-wrapper.selected,.plans-card-wrapper.selected.best{background:#a071d1}.plans-card-wrapper.selected.best .plans-card{background:linear-gradient(90deg,#8093dc,#bc9cde)}.plans-card-wrapper.selected .plans-card{background:#c3ade5}.plans-card-wrapper.selected .text-black-friday{color:rgba(4,10,58,.8);font-weight:500}.plans-card-wrapper .plans-card{transition:background .3s ease-in;background:#fff;border-radius:7px;padding:16px;position:relative;display:flex;justify-content:space-between;background:#e6e9f8}.plans-card-wrapper .plans-card.best{background:#d1cbee}.plans-card-wrapper .plans-card .best-value{color:#fff;background-color:#e95ebe}.plans-card-wrapper .plans-card .best-value,.plans-card-wrapper .plans-card .custom-pill{position:absolute;top:-12px;right:20px;font-size:11px;padding:2px 8px;border-radius:2px;text-transform:uppercase;font-weight:700}.plans-card-wrapper .plans-card .custom-pill{color:#000;background-color:#43e393}.plans-card-wrapper .plans-card .information-container{display:flex;align-items:center}.plans-card-wrapper .plans-card .information-container input[type=radio]{transform:scale(1.5)}.plans-card-wrapper .plans-card .information-container .titles-container{display:flex;flex-direction:column;margin-left:18px;position:relative}.plans-card-wrapper .plans-card .information-container .titles-container .title{text-transform:uppercase;font-size:18px;text-align:left}.plans-card-wrapper .plans-card .information-container .titles-container .subtitle{font-size:10px;font-weight:400;text-align:left}.plans-card-wrapper .plans-card .price-container{display:flex;flex-direction:column;justify-content:center;position:relative;align-items:flex-end}.plans-card-wrapper .plans-card .price-container .price{font-size:18px}.plans-card-wrapper .plans-card .price-container .sub-price{font-size:11px;font-weight:500}.plans-card-wrapper .plans-card>div{display:flex}.plans-card-wrapper .plans-card>div .old-price{margin-right:8px;font-size:14px;text-decoration:line-through}.plans-card-wrapper input[type=radio]{accent-color:rgba(4,10,58,.8)}.getting-started:hover{background:#272d82}.select-plan-section{position:relative;background:linear-gradient(108deg,#fff 14.94%,#fdecfa 58.65%,#baf2d7 98.26%)}