:root{--primary:#159ab3;--secondary:#45bcd1;--teal:#067a91;--teal-2:#c7e8ed;--teal-3:#ebf5f4;--white:#fff;--neutral-grey:#eeeef6;--grey1:#ecf0f1;--grey2:#7f8c8d;--grey3:#b8c3cd;--medium-grey:#d3d3d3;--darker:#2e2e37;--darker-grey:#60606c;--dark-grey:#82829b;--light-grey:#eeeef7;--main-blue:#3085f4;--blue:#067a91;--blue-2:#d6e7fd;--blue-3:#eaf3fe;--blue-4:#75b1ff;--black:#2d2d2d;--subtle:#f6f6fb;--line:#dfdfee;--green:#19b46e;--light-green:#ebf7ed;--warn:#d91f11;--red:#ff8651;--error:#ec3527;--light-red:#ffeae8;--purple-2:#eadcfc;--yellow:#f5c518}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body,html{margin:0;padding:0;font-size:16px;line-height:1.5;box-sizing:border-box;font-family:Inter,sans-serif;font-style:normal;background:#fff;height:100vh;overflow-y:hidden}.w-100vw{width:100vw}.w-100px{width:100px}.h-100{height:100vh}.h-fit-content{height:-moz-fit-content;height:fit-content}.h-100px{height:100px}.d-flex{display:flex}.d-grid{display:grid}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-inline-flex{display:inline-flex}.d-inherit{display:inherit}.d-none{display:none}.d-flex-wrap{flex-wrap:wrap}.d-flex-row{flex-direction:row}.d-flex-column{flex-direction:column}.d-flex-row-reverse{flex-direction:row-reverse}.d-flex-column-reverse{flex-direction:column-reverse}.d-align-center{align-items:center}.d-align-start{align-items:flex-start}.d-align-end{align-items:flex-end}.d-align-baseline{align-items:baseline}.d-align-content-center{align-content:center}.d-align-content-start{align-content:flex-start}.d-align-content-end{align-content:flex-end}.d-justify-center{justify-content:center}.d-justify-start{justify-content:flex-start}.d-justify-end{justify-content:flex-end}.d-justify-space-between{justify-content:space-between}.d-justify-space-around{justify-content:space-around}.d-flex-100{flex:1 1}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.p-sticky{position:-webkit-sticky;position:sticky}.p-static{position:static}.p-inherit{position:inherit}.p-initial{position:static}.p-unset{position:unset}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-grey{color:var(--dark-grey)}.text-light-grey{color:var(--light-grey)}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-teal{color:var(--teal)}.text-darker{color:var(--darker)}.text-dark-grey{color:var(--dark-grey)}.text-darker-grey{color:var(--darker-grey)}.text-blue{color:var(--blue)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-error{color:var(--error)}.text-yellow{color:var(--yellow)}.text-blue-3{color:var(--blue-3)}.bg-primary{background-color:var(--primary)}.bg-white{background-color:var(--white)}.bg-dark-grey{background-color:var(--dark-grey)}.bg-darker-grey{background-color:var(--darker-grey)}.bg-neutral-grey{background-color:var(--neutral-grey)}.bg-light-grey{background-color:var(--light-grey)}.bg-main-blue{background-color:var(--main-blue)}.bg-blue{background-color:var(--blue)}.bg-subtle{background-color:var(--subtle)}.bg-grey1{background-color:var(--grey1)}.bg-line{background-color:var(--line)}.bg-purple2{background-color:var(--purple-2)}.bg-teal2{background-color:var(--teal-2)}.bg-teal3{background-color:var(--teal-3)}.bg-secondary{background-color:var(--secondary)}.bg-red{background-color:var(--red)}.bg-warn{background-color:var(--warn)}.bg-light-red{background-color:var(--light-red)}.bg-green{background-color:var(--green)}.bg-light-green{background-color:var(--light-green)}.bg-blue-2{background-color:var(--blue-2)}.bg-blue-3{background-color:var(--blue-3)}.bg-yellow{background-color:var(--yellow)}.bg-error{background-color:var(--error)}.op-1{opacity:1}.op-01{opacity:.1}.op-03{opacity:.3}.op-04{opacity:.4}.op-05{opacity:.5}.op-06{opacity:.6}.op-07{opacity:.7}.op-08{opacity:.8}.op-09{opacity:.9}.o-hidden{overflow:hidden}.ox-hidden{overflow-x:hidden}.oy-hidden{overflow-y:hidden}.o-scroll{overflow:scroll}.ox-scroll{overflow-x:scroll}.oy-scroll{overflow-y:scroll}.o-visible{overflow:visible}.ox-visible{overflow-x:visible}.oy-visible{overflow-y:visible}.btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:10px;background:var(--secondary);border-radius:8px;border:none;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--white);cursor:pointer}.btn-view{width:2.25rem;height:2.25rem;background:var(--blue);border-radius:100px}.btn-save,.btn-view{border:none;cursor:pointer}.btn-save{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:12px 64px;border:1px solid var(--secondary);border-radius:8px;background-color:var(--white);font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--primary)}.primary-font{font-family:Inter,sans-serif}.secondary-font{font-family:Plus Jakarta Sans,sans-serif}a{text-decoration:none;cursor:pointer}a,span{color:inherit}span{font-size:inherit;line-height:inherit;font-family:inherit}ol,ul{padding:0 0 0 1.6rem;margin:0 0 1.6rem}.list-style-none{list-style:none}div{font-size:1.6rem}.pointer{cursor:pointer}.user-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rounded{border-radius:12px}.rounded-5{border-radius:5px}.rounded-8{border-radius:8px}.rounded-12{border-radius:12px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-24{border-radius:24px}.rounded-50{border-radius:50%}.rounded-100{border-radius:100px}.border-primary{border:1px solid var(--primary)}.border-bottom{border-bottom:1px solid var(--medium-grey)}.border-line{border:1px solid var(--line)}.border-bottom-line{border-bottom:1px solid var(--line)}.border-none{border:none}.border-medium-grey{border:1px solid var(--medium-grey)}.border-right-medium-grey{border-right:1px solid var(--medium-grey)}.border-right-grey3{border-right:1px solid var(--grey3)}.border-bottom-grey3{border-bottom:1px solid var(--grey3)}.border-bottom-primary{border-bottom:3px solid var(--primary)}.border-dashed{border-bottom:2px dashed var(--primary)}.border-teal2{border:2px solid var(--teal-2)}.border-neutral-grey{border:2px solid var(--neutral-grey)}.border-dark-grey{border:1px solid var(--dark-grey)}.outline-none{outline:none}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.sidebar{display:flex;width:320px;left:none;top:0}.sidebar-active{position:absolute;top:0;z-index:999;width:320px}.menu-icon{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex;margin-top:40px;padding:4px;background-color:var(--blue-3);border-radius:100px;margin-left:8px}.table{height:auto;max-height:calc(100vh - 278px)}.table-header{top:0;position:-webkit-sticky;position:sticky;background:var(--line);z-index:9}.table-header>*{height:clamp(2.5rem,2.1667rem + .6944vw,3rem);font-family:Inter;font-style:normal;font-weight:500;font-size:clamp(.875rem,.85rem + .125vw,1rem);line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem);color:var(--darker);border-right:1px solid var(--white)}.table-body>*{background:var(--white)}.table-body-even>*,.table-body>*{height:clamp(3.875rem,3.5417rem + .6944vw,4.375rem);font-family:Inter;font-style:normal;font-weight:400;font-size:clamp(.875rem,.85rem + .125vw,1rem);line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem);color:var(--darker);border-right:1px solid var(--line)}.table-body-even>*{background:var(--subtle)}.search-input{font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--grey2);background-color:var(--grey1);outline:none;border:none}.search-input::placeholder{font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--grey2)}.modal-container{height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);background-blend-mode:darken;z-index:999999;display:flex;align-items:center;justify-content:center}.modal-verify{margin:0 auto}.switch{position:relative;display:inline-block;width:260px;height:60px}.switch>input{opacity:0;width:0;height:0}.slider{position:absolute;width:inherit;height:inherit;top:0;left:0;right:0;bottom:0;cursor:pointer;background:var(--line);transition:.4s;border-radius:12px}.slider:before{content:"";top:4px;left:6px;background-color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;content:"Bill Monthly"}.slider:after,.slider:before{position:absolute;height:49px;width:120px;transition:.4s}.slider:after{left:60%;content:"Bill Yearly";top:16px;border-radius:100px}input:checked+.slider{background:var(--line);border-radius:12px}input:checked+.slider:before{background:var(--white);transform:translateX(128px);border-radius:12px;display:flex;align-items:center;justify-content:center;content:"Bill Yearly"}input:checked+.slider:after{content:"Bill Monthly";left:0;top:16px;transform:translateX(20px)}.image{width:56px;height:56px;border-radius:100px;object-fit:cover}.bg{background-color:var(--blue-2)}.back-button:hover{background-color:var(--light-grey)}.rectangle{position:relative;display:inline-block;width:48px;height:24px}.rectangle input{display:none}.toggle{cursor:pointer;top:0;left:-3px;right:0;bottom:0;border-radius:500px;background-color:var(--secondary);border:1px solid var(--secondary)}.toggle,.toggle:before{position:absolute;transition:.4s}.toggle:before{content:"";height:17px;width:18px;left:3px;top:2px;border-radius:500px;background-color:var(--white)}.rectangle input:checked+.toggle:before{background-color:var(--white);transform:translateX(26px)}.rectangle input:checked+.toggle{background-color:var(--secondary);border:1px solid var(--secondary)}.data-container{height:450px;overflow-y:scroll}textarea{height:90px}.object-cover{object-fit:cover}.row{display:flex;flex-wrap:wrap;overflow:hidden}@media screen and (min-width:320px){.col-1{width:calc(100% / 12 * 1)}.col-2{width:calc(100% / 12 * 2)}.col-3{width:calc(100% / 12 * 3)}.col-4{width:calc(100% / 12 * 4)}.col-5{width:calc(100% / 12 * 5)}.col-6{width:calc(100% / 12 * 6)}.col-7{width:calc(100% / 12 * 7)}.col-8{width:calc(100% / 12 * 8)}.col-9{width:calc(100% / 12 *9)}.col-10{width:calc(100% / 12 * 10)}.col-11{width:calc(100% / 12 * 11)}.col-12{width:calc(100% / 12 * 12)}.offset-1{margin-left:calc(100% / 12 * 1)}.offset-2{margin-left:calc(100% / 12 * 2)}.offset-3{margin-left:calc(100% / 12 * 3)}.offset-35{margin-left:calc(100% / 12 * 3.5)}.offset-4{margin-left:calc(100% / 12 * 4)}.offset-5{margin-left:calc(100% / 12 * 5)}.offset-6{margin-left:calc(100% / 12 * 6)}.offset-7{margin-left:calc(100% / 12 * 7)}.offset-8{margin-left:calc(100% / 12 * 8)}.offset-9{margin-left:calc(100% / 12 * 9)}.offset-10{margin-left:calc(100% / 12 * 10)}.offset-11{margin-left:calc(100% / 12 * 11)}.sidebar{display:none}}@media screen and (min-width:359.98px){.col-xs-1{width:calc(100% / 12 * 1)}.col-xs-2{width:calc(100% / 12 * 2)}.col-xs-3{width:calc(100% / 12 * 3)}.col-xs-4{width:calc(100% / 12 * 4)}.col-xs-5{width:calc(100% / 12 * 5)}.col-xs-6{width:calc(100% / 12 * 6)}.col-xs-7{width:calc(100% / 12 * 7)}.col-xs-8{width:calc(100% / 12 * 8)}.col-xs-9{width:calc(100% / 12 *9)}.col-xs-10{width:calc(100% / 12 * 10)}.col-xs-11{width:calc(100% / 12 * 11)}.col-xs-12{width:calc(100% / 12 * 12)}.offset-xs-1{margin-left:calc(100% / 12 * 1)}.offset-xs-2{margin-left:calc(100% / 12 * 2)}.offset-xs-3{margin-left:calc(100% / 12 * 3)}.offset-xs-4{margin-left:calc(100% / 12 * 4)}.offset-xs-5{margin-left:calc(100% / 12 * 5)}.offset-xs-6{margin-left:calc(100% / 12 * 6)}.offset-xs-7{margin-left:calc(100% / 12 * 7)}.offset-xs-8{margin-left:calc(100% / 12 * 8)}.offset-xs-9{margin-left:calc(100% / 12 * 9)}.offset-xs-10{margin-left:calc(100% / 12 * 10)}.offset-xs-11{margin-left:calc(100% / 12 * 11)}}@media screen and(min-width:567.98px){.col-sm-1{width:calc(100% / 12 * 1)}.col-sm-2{width:calc(100% / 12 * 2)}.col-sm-3{width:calc(100% / 12 * 3)}.col-sm-4{width:calc(100% / 12 * 4)}.col-sm-5{width:calc(100% / 12 * 5)}.col-sm-6{width:calc(100% / 12 * 6)}.col-sm-7{width:calc(100% / 12 * 7)}.col-sm-8{width:calc(100% / 12 * 8)}.col-sm-9{width:calc(100% / 12 *9)}.col-sm-10{width:calc(100% / 12 * 10)}.col-sm-11{width:calc(100% / 12 * 11)}.col-sm-12{width:calc(100% / 12 * 12)}.offset-sm-1{margin-left:calc(100% / 12 * 1)}.offset-sm-2{margin-left:calc(100% / 12 * 2)}.offset-sm-3{margin-left:calc(100% / 12 * 3)}.offset-sm-4{margin-left:calc(100% / 12 * 4)}.offset-sm-5{margin-left:calc(100% / 12 * 5)}.offset-sm-6{margin-left:calc(100% / 12 * 6)}.offset-sm-7{margin-left:calc(100% / 12 * 7)}.offset-sm-8{margin-left:calc(100% / 12 * 8)}.offset-sm-9{margin-left:calc(100% / 12 * 9)}.offset-sm-10{margin-left:calc(100% / 12 * 10)}.offset-sm-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:767.98px){.col-md-1{width:calc(100% / 12 * 1)}.col-md-2{width:calc(100% / 12 * 2)}.col-md-3{width:calc(100% / 12 * 3)}.col-md-4{width:calc(100% / 12 * 4)}.col-md-5{width:calc(100% / 12 * 5)}.col-md-6{width:calc(100% / 12 * 6)}.col-md-7{width:calc(100% / 12 * 7)}.col-md-8{width:calc(100% / 12 * 8)}.col-md-9{width:calc(100% / 12 *9)}.col-md-10{width:calc(100% / 12 * 10)}.col-md-11{width:calc(100% / 12 * 11)}.col-md-12{width:calc(100% / 12 * 12)}.offset-md-1{margin-left:calc(100% / 12 * 1)}.offset-md-2{margin-left:calc(100% / 12 * 2)}.offset-md-3{margin-left:calc(100% / 12 * 3)}.offset-md-4{margin-left:calc(100% / 12 * 4)}.offset-md-5{margin-left:calc(100% / 12 * 5)}.offset-md-6{margin-left:calc(100% / 12 * 6)}.offset-md-7{margin-left:calc(100% / 12 * 7)}.offset-md-8{margin-left:calc(100% / 12 * 8)}.offset-md-9{margin-left:calc(100% / 12 * 9)}.offset-md-10{margin-left:calc(100% / 12 * 10)}.offset-md-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:991.98px){.col-lg-1{width:calc(100% / 12 * 1)}.col-lg-2{width:calc(100% / 12 * 2)}.col-lg-3{width:calc(100% / 12 * 3)}.col-lg-4{width:calc(100% / 12 * 4)}.col-lg-5{width:calc(100% / 12 * 5)}.col-lg-6{width:calc(100% / 12 * 6)}.col-lg-7{width:calc(100% / 12 * 7)}.col-lg-8{width:calc(100% / 12 * 8)}.col-lg-9{width:calc(100% / 12 *9)}.col-lg-10{width:calc(100% / 12 * 10)}.col-lg-11{width:calc(100% / 12 * 11)}.col-lg-12{width:calc(100% / 12 * 12)}.offset-lg-1{margin-left:calc(100% / 12 * 1)}.offset-lg-2{margin-left:calc(100% / 12 * 2)}.offset-lg-3{margin-left:calc(100% / 12 * 3)}.offset-lg-4{margin-left:calc(100% / 12 * 4)}.offset-lg-5{margin-left:calc(100% / 12 * 5)}.offset-lg-6{margin-left:calc(100% / 12 * 6)}.offset-lg-7{margin-left:calc(100% / 12 * 7)}.offset-lg-8{margin-left:calc(100% / 12 * 8)}.offset-9{margin-left:calc(100% / 12 * 9)}.offset-lg-10{margin-left:calc(100% / 12 * 10)}.offset-lg-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:1199.98px){.col-xl-1{width:calc(100% / 12 * 1)}.col-xl-2{width:calc(100% / 12 * 2)}.col-xl-3{width:calc(100% / 12 * 3)}.col-xl-4{width:calc(100% / 12 * 4)}.col-xl-5{width:calc(100% / 12 * 5)}.col-xl-6{width:calc(100% / 12 * 6)}.col-xl-7{width:calc(100% / 12 * 7)}.col-xl-8{width:calc(100% / 12 * 8)}.col-xl-9{width:calc(100% / 12 *9)}.col-xl-10{width:calc(100% / 12 * 10)}.col-xl-11{width:calc(100% / 12 * 11)}.col-xl-12{width:calc(100% / 12 * 12)}.offset-xl-1{margin-left:calc(100% / 12 * 1)}.offset-xl-2{margin-left:calc(100% / 12 * 2)}.offset-xl-3{margin-left:calc(100% / 12 * 3)}.offset-xl-4{margin-left:calc(100% / 12 * 4)}.offset-xl-5{margin-left:calc(100% / 12 * 5)}.offset-xl-6{margin-left:calc(100% / 12 * 6)}.offset-xl-7{margin-left:calc(100% / 12 * 7)}.offset-xl-8{margin-left:calc(100% / 12 * 8)}.offset-xl-9{margin-left:calc(100% / 12 * 9)}.offset-xl-10{margin-left:calc(100% / 12 * 10)}.offset-xl-11{margin-left:calc(100% / 12 * 11)}.sidebar{display:flex}.close-icon,.menu-icon{display:none}}@media screen and (min-width:1399.98px){.col-xxl-1{width:calc(100% / 12 * 1)}.col-xxl-2{width:calc(100% / 12 * 2)}.col-xxl-3{width:calc(100% / 12 * 3)}.col-xxl-4{width:calc(100% / 12 * 4)}.col-xxl-5{width:calc(100% / 12 * 5)}.col-xxl-6{width:calc(100% / 12 * 6)}.col-xxl-7{width:calc(100% / 12 * 7)}.col-xxl-8{width:calc(100% / 12 * 8)}.col-xxl-9{width:calc(100% / 12 *9)}.col-xxl-10{width:calc(100% / 12 * 10)}.col-xxl-11{width:calc(100% / 12 * 11)}.col-xxl-12{width:calc(100% / 12 * 12)}.offset-xxl-1{margin-left:calc(100% / 12 * 1)}.offset-xxl-2{margin-left:calc(100% / 12 * 2)}.offset-xxl-3{margin-left:calc(100% / 12 * 3)}.offset-xxl-4{margin-left:calc(100% / 12 * 4)}.offset-xxl-5{margin-left:calc(100% / 12 * 5)}.offset-xxl-6{margin-left:calc(100% / 12 * 6)}.offset-xxl-7{margin-left:calc(100% / 12 * 7)}.offset-xxl-8{margin-left:calc(100% / 12 * 8)}.offset-xxl-9{margin-left:calc(100% / 12 * 9)}.offset-xxl-10{margin-left:calc(100% / 12 * 10)}.offset-xxl-11{margin-left:calc(100% / 12 * 11)}}@media screen and (min-width:2099.98px){.col-xxxl-1{width:calc(100% / 12 * 1)}.col-xxxl-2{width:calc(100% / 12 * 2)}.col-xxxl-3{width:calc(100% / 12 * 3)}.col-xxxl-4{width:calc(100% / 12 * 4)}.col-xxxl-5{width:calc(100% / 12 * 5)}.col-xxxl-6{width:calc(100% / 12 * 6)}.col-xxxl-7{width:calc(100% / 12 * 7)}.col-xxxl-8{width:calc(100% / 12 * 8)}.col-xxxl-9{width:calc(100% / 12 *9)}.col-xxxl-10{width:calc(100% / 12 * 10)}.col-xxxl-11{width:calc(100% / 12 * 11)}.col-xxxl-12{width:calc(100% / 12 * 12)}.offset-xxxl-1{margin-left:calc(100% / 12 * 1)}.offset-xxxl-2{margin-left:calc(100% / 12 * 2)}.offset-xxxl-3{margin-left:calc(100% / 12 * 3)}.offset-xxxl-4{margin-left:calc(100% / 12 * 4)}.offset-xxxl-5{margin-left:calc(100% / 12 * 5)}.offset-xxxl-6{margin-left:calc(100% / 12 * 6)}.offset-xxxl-7{margin-left:calc(100% / 12 * 7)}.offset-xxxl-8{margin-left:calc(100% / 12 * 8)}.offset-xxxl-9{margin-left:calc(100% / 12 * 9)}.offset-xxxl-10{margin-left:calc(100% / 12 * 10)}.offset-xxxl-11{margin-left:calc(100% / 12 * 11)}}.h1,h1{font-size:clamp(1.625rem,1.55rem + .375vw,2rem);margin:0}.h2,h2{font-size:clamp(1.375rem,1.325rem + .25vw,1.625rem);margin:0}.h3,h3{font-size:clamp(1.125rem,1.1rem + .125vw,1.25rem);margin:0}.h4,h4{font-size:clamp(1rem,.975rem + .125vw,1.125rem);margin:0}.h5,h5{font-size:clamp(.875rem,.85rem + .125vw,1rem);margin:0}.h6,h6{font-size:clamp(.75rem,.725rem + .125vw,.875rem);margin:0}li,p,span{font-size:clamp(.875rem,.85rem + .125vw,1rem)}.font-12{font-size:clamp(.625rem,.5962rem + .1282vw,.75rem)}.font-10{font-size:clamp(.5rem,.475rem + .125vw,.625rem)}.l-14{line-height:clamp(.75rem,.725rem + .125vw,.875rem)}.l-20{line-height:clamp(1.125rem,1.1rem + .125vw,1.25rem)}.l-22{line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem)}.l-26{line-height:clamp(1.375rem,1.325rem + .25vw,1.625rem)}.l-28{line-height:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.l-32{line-height:clamp(1.625rem,1.55rem + .375vw,2rem)}.l-40{line-height:clamp(2.0625rem,1.975rem + .4375vw,2.5rem)}.f-300{font-weight:300}.f-400{font-weight:400}.f-500{font-weight:500}.f-600{font-weight:600}.f-700{font-weight:700}.f-800{font-weight:800}.f-900{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-0{margin:0}.m-1{margin:clamp(.3125rem,.275rem + .1875vw,.5rem)}.m-2{margin:clamp(.625rem,.55rem + .375vw,1rem)}.m-3{margin:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.m-4{margin:clamp(1.25rem,1.1rem + .75vw,2rem)}.m-5{margin:clamp(1.5625rem,1.375rem + .9375vw,2.5rem)}.mt-0{margin-top:0}.mt-1{margin-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.mt-2{margin-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mt-3{margin-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mt-4{margin-top:clamp(.625rem,.55rem + .375vw,1rem)}.mt-5{margin-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mt-popup{margin-top:clamp(3.5rem,3.1667rem + .6944vw,4rem)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.mb-2{margin-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mb-3{margin-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mb-4{margin-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.mb-5{margin-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mb-28{margin-bottom:clamp(.95rem,.55rem + 1.7778vw,1.75rem)}.mb-56{margin-bottom:clamp(2rem,1.25rem + 3.3333vw,3.5rem)}.ml-0{margin-left:0}.ml-1{margin-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.ml-2{margin-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.ml-3{margin-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.ml-4{margin-left:clamp(.625rem,.55rem + .375vw,1rem)}.ml-5{margin-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.ml-6{margin-left:clamp(1.375rem,1.2917rem + .1736vw,1.5rem)}.ml-7{margin-left:clamp(1.5rem,1.3333rem + .3472vw,1.75rem)}.ml-12{margin-left:clamp(2.5rem,2.1667rem + .6944vw,3rem)}.ml-16{margin-left:clamp(3.5rem,3.1667rem + .6944vw,4rem)}.mr-0{margin-right:0}.mr-1{margin-right:clamp(.156rem,.1372rem + .094vw,.25rem)}.mr-2{margin-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mr-3{margin-right:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mr-4{margin-right:clamp(.625rem,.55rem + .375vw,1rem)}.mr-5{margin-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.p-0{padding:0}.p-1{padding:clamp(.156rem,.1372rem + .094vw,.25rem)}.p-2{padding:clamp(.3125rem,.275rem + .1875vw,.5rem)}.p-3{padding:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.p-4{padding:clamp(.625rem,.55rem + .375vw,1rem)}.p-5{padding:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pl-0{padding-left:0}.pl-1{padding-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.pl-2{padding-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pl-3{padding-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pl-4{padding-left:clamp(.625rem,.55rem + .375vw,1rem)}.pl-5{padding-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pt-0{padding-top:0}.pt-1{padding-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.pt-2{padding-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pt-3{padding-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pt-4{padding-top:clamp(.625rem,.55rem + .375vw,1rem)}.pt-5{padding-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pt-7{padding-top:clamp(1.25rem,.9167rem + .6944vw,1.75rem)}.pb-0{padding-bottom:0}.pb-1{padding-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.pb-2{padding-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pb-3{padding-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pb-4{padding-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.pb-5{padding-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pb-28,.pb-7{padding-bottom:clamp(.95rem,.55rem + 1.7778vw,1.75rem)}.pr-0{padding-right:0}.pr-1{padding-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pr-2{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-3{padding-right:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.pr-4{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-5{padding-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}