/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.align-baseline{vertical-align:baseline;}.align-top{vertical-align:top;}.align-middle{vertical-align:middle;}.align-bottom{vertical-align:bottom;}.align-text-bottom{vertical-align:text-bottom;}.align-text-top{vertical-align:text-top;}.float-start{float:right;}.float-end{float:left;}.float-none{float:none;}.object-fit-contain{object-fit:contain;}.object-fit-cover{object-fit:cover;}.object-fit-fill{object-fit:fill;}.object-fit-scale{object-fit:scale-down;}.object-fit-none{object-fit:none;}.opacity-0{opacity:0;}.opacity-25{opacity:0.25;}.opacity-50{opacity:0.5;}.opacity-75{opacity:0.75;}.opacity-100{opacity:1;}.overflow-auto{overflow:auto;}.overflow-hidden{overflow:hidden;}.overflow-visible{overflow:visible;}.overflow-scroll{overflow:scroll;}.overflow-x-auto{overflow-x:auto;}.overflow-x-hidden{overflow-x:hidden;}.overflow-x-visible{overflow-x:visible;}.overflow-x-scroll{overflow-x:scroll;}.overflow-y-auto{overflow-y:auto;}.overflow-y-hidden{overflow-y:hidden;}.overflow-y-visible{overflow-y:visible;}.overflow-y-scroll{overflow-y:scroll;}.d-inline{display:inline;}.d-inline-block{display:inline-block;}.d-block{display:block;}.d-grid{display:grid;}.d-inline-grid{display:inline-grid;}.d-table{display:table;}.d-table-row{display:table-row;}.d-table-cell{display:table-cell;}.d-flex{display:flex;}.d-inline-flex{display:inline-flex;}.d-none{display:none;}.position-static{position:static;}.position-relative{position:relative;}.position-absolute{position:absolute;}.position-fixed{position:fixed;}.position-sticky{position:sticky;}.top-0{top:0;}.top-50{top:50%;}.top-100{top:100%;}.bottom-0{bottom:0;}.bottom-50{bottom:50%;}.bottom-100{bottom:100%;}.start-0{right:0;}.start-50{right:50%;}.start-100{right:100%;}.end-0{left:0;}.end-50{left:50%;}.end-100{left:100%;}.translate-middle{transform:translate(50%,-50%);}.translate-middle-x{transform:translateX(50%);}.translate-middle-y{transform:translateY(-50%);}.w-0{width:0;}.w-10{width:10%;}.w-20{width:20%;}.w-25{width:25%;}.w-30{width:30%;}.w-33{width:33.333333%;}.w-40{width:40%;}.w-50{width:50%;}.w-60{width:60%;}.w-66{width:66.666667%;}.w-70{width:70%;}.w-75{width:75%;}.w-80{width:80%;}.w-90{width:90%;}.w-100{width:100%;}.w-auto{width:auto;}.w-vw-25{width:25vw;}.w-vw-50{width:50vw;}.w-vw-75{width:75vw;}.w-vw-100{width:100vw;}.w-min{width:min-content;}.w-max{width:max-content;}.w-fit{width:fit-content;}.min-w-0{min-width:0;}.min-w-full{min-width:100%;}.min-w-min{min-width:min-content;}.min-w-max{min-width:max-content;}.min-w-fit{min-width:fit-content;}.mw-0{max-width:0;}.mw-none{max-width:none;}.mw-xs{max-width:20rem;}.mw-sm{max-width:24rem;}.mw-md{max-width:28rem;}.mw-lg{max-width:32rem;}.mw-xl{max-width:36rem;}.mw-2xl{max-width:42rem;}.mw-3xl{max-width:48rem;}.mw-4xl{max-width:56rem;}.mw-5xl{max-width:64rem;}.mw-6xl{max-width:72rem;}.mw-7xl{max-width:80rem;}.mw-full{max-width:100%;}.mw-min{max-width:min-content;}.mw-max{max-width:max-content;}.mw-fit{max-width:fit-content;}.mw-prose{max-width:65ch;}.mw-screen-sm{max-width:640px;}.mw-screen-md{max-width:768px;}.mw-screen-lg{max-width:1024px;}.mw-screen-xl{max-width:1280px;}.mw-screen-xxl{max-width:1536px;}.h-0{height:0;}.h-10{height:10%;}.h-20{height:20%;}.h-25{height:25%;}.h-30{height:30%;}.h-33{height:33.333333%;}.h-40{height:40%;}.h-50{height:50%;}.h-60{height:60%;}.h-66{height:66.666667%;}.h-70{height:70%;}.h-75{height:75%;}.h-80{height:80%;}.h-90{height:90%;}.h-100{height:100%;}.h-auto{height:auto;}.h-vh-25{height:25vh;}.h-vh-50{height:50vh;}.h-vh-75{height:75vh;}.h-vh-100{height:100vh;}.h-min{height:min-content;}.h-max{height:max-content;}.h-fit{height:fit-content;}.h-screen{height:100vh;}.min-h-0{min-height:0;}.min-h-full{min-height:100%;}.min-h-screen{min-height:100vh;}.min-h-min{min-height:min-content;}.min-h-max{min-height:max-content;}.min-h-fit{min-height:fit-content;}.mh-0{max-height:0;}.mh-none{max-height:none;}.mh-full{max-height:100%;}.mh-screen{max-height:100vh;}.mh-min{max-height:min-content;}.mh-max{max-height:max-content;}.mh-fit{max-height:fit-content;}.flex-fill{flex:1 1 auto;}.flex-full{flex:1 1 100%;}.flex-row{flex-direction:row;}.flex-column{flex-direction:column;}.flex-row-reverse{flex-direction:row-reverse;}.flex-column-reverse{flex-direction:column-reverse;}.flex-grow-0{flex-grow:0;}.flex-grow-1{flex-grow:1;}.flex-shrink-0{flex-shrink:0;}.flex-shrink-1{flex-shrink:1;}.flex-wrap{flex-wrap:wrap;}.flex-nowrap{flex-wrap:nowrap;}.flex-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-start{justify-content:flex-start;}.justify-content-end{justify-content:flex-end;}.justify-content-center{justify-content:center;}.justify-content-between{justify-content:space-between;}.justify-content-around{justify-content:space-around;}.justify-content-evenly{justify-content:space-evenly;}.align-items-start{align-items:flex-start;}.align-items-end{align-items:flex-end;}.align-items-center{align-items:center;}.align-items-baseline{align-items:baseline;}.align-items-stretch{align-items:stretch;}.align-content-start{align-content:flex-start;}.align-content-end{align-content:flex-end;}.align-content-center{align-content:center;}.align-content-between{align-content:space-between;}.align-content-around{align-content:space-around;}.align-content-stretch{align-content:stretch;}.align-self-auto{align-self:auto;}.align-self-start{align-self:flex-start;}.align-self-end{align-self:flex-end;}.align-self-center{align-self:center;}.align-self-baseline{align-self:baseline;}.align-self-stretch{align-self:stretch;}.order-first{order:-1;}.order-0{order:0;}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.order-5{order:5;}.order-last{order:6;}.m-0{margin:0;}.m-px{margin:1px;}.m--5{margin:0.125rem;}.m-1{margin:0.25rem;}.m--4{margin:0.375rem;}.m-2{margin:0.5rem;}.m--3{margin:0.625rem;}.m-3{margin:0.75rem;}.m--2{margin:0.875rem;}.m-4{margin:1rem;}.m-5{margin:1.25rem;}.m-6{margin:1.5rem;}.m-7{margin:1.75rem;}.m-8{margin:2rem;}.m-9{margin:2.25rem;}.m-10{margin:2.5rem;}.m-11{margin:2.75rem;}.m-12{margin:3rem;}.m-14{margin:3.5rem;}.m-16{margin:4rem;}.m-20{margin:5rem;}.m-24{margin:6rem;}.m-28{margin:7rem;}.m-32{margin:8rem;}.m-36{margin:9rem;}.m-40{margin:10rem;}.m-44{margin:11rem;}.m-48{margin:12rem;}.m-52{margin:13rem;}.m-56{margin:14rem;}.m-60{margin:15rem;}.m-64{margin:16rem;}.m-72{margin:18rem;}.m-80{margin:20rem;}.m-96{margin:24rem;}.m-auto{margin:auto;}.mx-0{margin-left:0;margin-right:0;}.mx-px{margin-left:1px;margin-right:1px;}.mx--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-1{margin-left:0.25rem;margin-right:0.25rem;}.mx--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-2{margin-left:0.5rem;margin-right:0.5rem;}.mx--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-3{margin-left:0.75rem;margin-right:0.75rem;}.mx--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-4{margin-left:1rem;margin-right:1rem;}.mx-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-8{margin-left:2rem;margin-right:2rem;}.mx-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-12{margin-left:3rem;margin-right:3rem;}.mx-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-16{margin-left:4rem;margin-right:4rem;}.mx-20{margin-left:5rem;margin-right:5rem;}.mx-24{margin-left:6rem;margin-right:6rem;}.mx-28{margin-left:7rem;margin-right:7rem;}.mx-32{margin-left:8rem;margin-right:8rem;}.mx-36{margin-left:9rem;margin-right:9rem;}.mx-40{margin-left:10rem;margin-right:10rem;}.mx-44{margin-left:11rem;margin-right:11rem;}.mx-48{margin-left:12rem;margin-right:12rem;}.mx-52{margin-left:13rem;margin-right:13rem;}.mx-56{margin-left:14rem;margin-right:14rem;}.mx-60{margin-left:15rem;margin-right:15rem;}.mx-64{margin-left:16rem;margin-right:16rem;}.mx-72{margin-left:18rem;margin-right:18rem;}.mx-80{margin-left:20rem;margin-right:20rem;}.mx-96{margin-left:24rem;margin-right:24rem;}.mx-auto{margin-left:auto;margin-right:auto;}.my-0{margin-top:0;margin-bottom:0;}.my-px{margin-top:1px;margin-bottom:1px;}.my--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-4{margin-top:1rem;margin-bottom:1rem;}.my-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-8{margin-top:2rem;margin-bottom:2rem;}.my-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-12{margin-top:3rem;margin-bottom:3rem;}.my-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-16{margin-top:4rem;margin-bottom:4rem;}.my-20{margin-top:5rem;margin-bottom:5rem;}.my-24{margin-top:6rem;margin-bottom:6rem;}.my-28{margin-top:7rem;margin-bottom:7rem;}.my-32{margin-top:8rem;margin-bottom:8rem;}.my-36{margin-top:9rem;margin-bottom:9rem;}.my-40{margin-top:10rem;margin-bottom:10rem;}.my-44{margin-top:11rem;margin-bottom:11rem;}.my-48{margin-top:12rem;margin-bottom:12rem;}.my-52{margin-top:13rem;margin-bottom:13rem;}.my-56{margin-top:14rem;margin-bottom:14rem;}.my-60{margin-top:15rem;margin-bottom:15rem;}.my-64{margin-top:16rem;margin-bottom:16rem;}.my-72{margin-top:18rem;margin-bottom:18rem;}.my-80{margin-top:20rem;margin-bottom:20rem;}.my-96{margin-top:24rem;margin-bottom:24rem;}.my-auto{margin-top:auto;margin-bottom:auto;}.mt-0{margin-top:0;}.mt-px{margin-top:1px;}.mt--5{margin-top:0.125rem;}.mt-1{margin-top:0.25rem;}.mt--4{margin-top:0.375rem;}.mt-2{margin-top:0.5rem;}.mt--3{margin-top:0.625rem;}.mt-3{margin-top:0.75rem;}.mt--2{margin-top:0.875rem;}.mt-4{margin-top:1rem;}.mt-5{margin-top:1.25rem;}.mt-6{margin-top:1.5rem;}.mt-7{margin-top:1.75rem;}.mt-8{margin-top:2rem;}.mt-9{margin-top:2.25rem;}.mt-10{margin-top:2.5rem;}.mt-11{margin-top:2.75rem;}.mt-12{margin-top:3rem;}.mt-14{margin-top:3.5rem;}.mt-16{margin-top:4rem;}.mt-20{margin-top:5rem;}.mt-24{margin-top:6rem;}.mt-28{margin-top:7rem;}.mt-32{margin-top:8rem;}.mt-36{margin-top:9rem;}.mt-40{margin-top:10rem;}.mt-44{margin-top:11rem;}.mt-48{margin-top:12rem;}.mt-52{margin-top:13rem;}.mt-56{margin-top:14rem;}.mt-60{margin-top:15rem;}.mt-64{margin-top:16rem;}.mt-72{margin-top:18rem;}.mt-80{margin-top:20rem;}.mt-96{margin-top:24rem;}.mt-auto{margin-top:auto;}.me-0{margin-left:0;}.me-px{margin-left:1px;}.me--5{margin-left:0.125rem;}.me-1{margin-left:0.25rem;}.me--4{margin-left:0.375rem;}.me-2{margin-left:0.5rem;}.me--3{margin-left:0.625rem;}.me-3{margin-left:0.75rem;}.me--2{margin-left:0.875rem;}.me-4{margin-left:1rem;}.me-5{margin-left:1.25rem;}.me-6{margin-left:1.5rem;}.me-7{margin-left:1.75rem;}.me-8{margin-left:2rem;}.me-9{margin-left:2.25rem;}.me-10{margin-left:2.5rem;}.me-11{margin-left:2.75rem;}.me-12{margin-left:3rem;}.me-14{margin-left:3.5rem;}.me-16{margin-left:4rem;}.me-20{margin-left:5rem;}.me-24{margin-left:6rem;}.me-28{margin-left:7rem;}.me-32{margin-left:8rem;}.me-36{margin-left:9rem;}.me-40{margin-left:10rem;}.me-44{margin-left:11rem;}.me-48{margin-left:12rem;}.me-52{margin-left:13rem;}.me-56{margin-left:14rem;}.me-60{margin-left:15rem;}.me-64{margin-left:16rem;}.me-72{margin-left:18rem;}.me-80{margin-left:20rem;}.me-96{margin-left:24rem;}.me-auto{margin-left:auto;}.mb-0{margin-bottom:0;}.mb-px{margin-bottom:1px;}.mb--5{margin-bottom:0.125rem;}.mb-1{margin-bottom:0.25rem;}.mb--4{margin-bottom:0.375rem;}.mb-2{margin-bottom:0.5rem;}.mb--3{margin-bottom:0.625rem;}.mb-3{margin-bottom:0.75rem;}.mb--2{margin-bottom:0.875rem;}.mb-4{margin-bottom:1rem;}.mb-5{margin-bottom:1.25rem;}.mb-6{margin-bottom:1.5rem;}.mb-7{margin-bottom:1.75rem;}.mb-8{margin-bottom:2rem;}.mb-9{margin-bottom:2.25rem;}.mb-10{margin-bottom:2.5rem;}.mb-11{margin-bottom:2.75rem;}.mb-12{margin-bottom:3rem;}.mb-14{margin-bottom:3.5rem;}.mb-16{margin-bottom:4rem;}.mb-20{margin-bottom:5rem;}.mb-24{margin-bottom:6rem;}.mb-28{margin-bottom:7rem;}.mb-32{margin-bottom:8rem;}.mb-36{margin-bottom:9rem;}.mb-40{margin-bottom:10rem;}.mb-44{margin-bottom:11rem;}.mb-48{margin-bottom:12rem;}.mb-52{margin-bottom:13rem;}.mb-56{margin-bottom:14rem;}.mb-60{margin-bottom:15rem;}.mb-64{margin-bottom:16rem;}.mb-72{margin-bottom:18rem;}.mb-80{margin-bottom:20rem;}.mb-96{margin-bottom:24rem;}.mb-auto{margin-bottom:auto;}.ms-0{margin-right:0;}.ms-px{margin-right:1px;}.ms--5{margin-right:0.125rem;}.ms-1{margin-right:0.25rem;}.ms--4{margin-right:0.375rem;}.ms-2{margin-right:0.5rem;}.ms--3{margin-right:0.625rem;}.ms-3{margin-right:0.75rem;}.ms--2{margin-right:0.875rem;}.ms-4{margin-right:1rem;}.ms-5{margin-right:1.25rem;}.ms-6{margin-right:1.5rem;}.ms-7{margin-right:1.75rem;}.ms-8{margin-right:2rem;}.ms-9{margin-right:2.25rem;}.ms-10{margin-right:2.5rem;}.ms-11{margin-right:2.75rem;}.ms-12{margin-right:3rem;}.ms-14{margin-right:3.5rem;}.ms-16{margin-right:4rem;}.ms-20{margin-right:5rem;}.ms-24{margin-right:6rem;}.ms-28{margin-right:7rem;}.ms-32{margin-right:8rem;}.ms-36{margin-right:9rem;}.ms-40{margin-right:10rem;}.ms-44{margin-right:11rem;}.ms-48{margin-right:12rem;}.ms-52{margin-right:13rem;}.ms-56{margin-right:14rem;}.ms-60{margin-right:15rem;}.ms-64{margin-right:16rem;}.ms-72{margin-right:18rem;}.ms-80{margin-right:20rem;}.ms-96{margin-right:24rem;}.ms-auto{margin-right:auto;}.p-0{padding:0;}.p-px{padding:1px;}.p--5{padding:0.125rem;}.p-1{padding:0.25rem;}.p--4{padding:0.375rem;}.p-2{padding:0.5rem;}.p--3{padding:0.625rem;}.p-3{padding:0.75rem;}.p--2{padding:0.875rem;}.p-4{padding:1rem;}.p-5{padding:1.25rem;}.p-6{padding:1.5rem;}.p-7{padding:1.75rem;}.p-8{padding:2rem;}.p-9{padding:2.25rem;}.p-10{padding:2.5rem;}.p-11{padding:2.75rem;}.p-12{padding:3rem;}.p-14{padding:3.5rem;}.p-16{padding:4rem;}.p-20{padding:5rem;}.p-24{padding:6rem;}.p-28{padding:7rem;}.p-32{padding:8rem;}.p-36{padding:9rem;}.p-40{padding:10rem;}.p-44{padding:11rem;}.p-48{padding:12rem;}.p-52{padding:13rem;}.p-56{padding:14rem;}.p-60{padding:15rem;}.p-64{padding:16rem;}.p-72{padding:18rem;}.p-80{padding:20rem;}.p-96{padding:24rem;}.px-0{padding-left:0;padding-right:0;}.px-px{padding-left:1px;padding-right:1px;}.px--5{padding-left:0.125rem;padding-right:0.125rem;}.px-1{padding-left:0.25rem;padding-right:0.25rem;}.px--4{padding-left:0.375rem;padding-right:0.375rem;}.px-2{padding-left:0.5rem;padding-right:0.5rem;}.px--3{padding-left:0.625rem;padding-right:0.625rem;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px--2{padding-left:0.875rem;padding-right:0.875rem;}.px-4{padding-left:1rem;padding-right:1rem;}.px-5{padding-left:1.25rem;padding-right:1.25rem;}.px-6{padding-left:1.5rem;padding-right:1.5rem;}.px-7{padding-left:1.75rem;padding-right:1.75rem;}.px-8{padding-left:2rem;padding-right:2rem;}.px-9{padding-left:2.25rem;padding-right:2.25rem;}.px-10{padding-left:2.5rem;padding-right:2.5rem;}.px-11{padding-left:2.75rem;padding-right:2.75rem;}.px-12{padding-left:3rem;padding-right:3rem;}.px-14{padding-left:3.5rem;padding-right:3.5rem;}.px-16{padding-left:4rem;padding-right:4rem;}.px-20{padding-left:5rem;padding-right:5rem;}.px-24{padding-left:6rem;padding-right:6rem;}.px-28{padding-left:7rem;padding-right:7rem;}.px-32{padding-left:8rem;padding-right:8rem;}.px-36{padding-left:9rem;padding-right:9rem;}.px-40{padding-left:10rem;padding-right:10rem;}.px-44{padding-left:11rem;padding-right:11rem;}.px-48{padding-left:12rem;padding-right:12rem;}.px-52{padding-left:13rem;padding-right:13rem;}.px-56{padding-left:14rem;padding-right:14rem;}.px-60{padding-left:15rem;padding-right:15rem;}.px-64{padding-left:16rem;padding-right:16rem;}.px-72{padding-left:18rem;padding-right:18rem;}.px-80{padding-left:20rem;padding-right:20rem;}.px-96{padding-left:24rem;padding-right:24rem;}.py-0{padding-top:0;padding-bottom:0;}.py-px{padding-top:1px;padding-bottom:1px;}.py--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-4{padding-top:1rem;padding-bottom:1rem;}.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-8{padding-top:2rem;padding-bottom:2rem;}.py-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-12{padding-top:3rem;padding-bottom:3rem;}.py-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-16{padding-top:4rem;padding-bottom:4rem;}.py-20{padding-top:5rem;padding-bottom:5rem;}.py-24{padding-top:6rem;padding-bottom:6rem;}.py-28{padding-top:7rem;padding-bottom:7rem;}.py-32{padding-top:8rem;padding-bottom:8rem;}.py-36{padding-top:9rem;padding-bottom:9rem;}.py-40{padding-top:10rem;padding-bottom:10rem;}.py-44{padding-top:11rem;padding-bottom:11rem;}.py-48{padding-top:12rem;padding-bottom:12rem;}.py-52{padding-top:13rem;padding-bottom:13rem;}.py-56{padding-top:14rem;padding-bottom:14rem;}.py-60{padding-top:15rem;padding-bottom:15rem;}.py-64{padding-top:16rem;padding-bottom:16rem;}.py-72{padding-top:18rem;padding-bottom:18rem;}.py-80{padding-top:20rem;padding-bottom:20rem;}.py-96{padding-top:24rem;padding-bottom:24rem;}.pt-0{padding-top:0;}.pt-px{padding-top:1px;}.pt--5{padding-top:0.125rem;}.pt-1{padding-top:0.25rem;}.pt--4{padding-top:0.375rem;}.pt-2{padding-top:0.5rem;}.pt--3{padding-top:0.625rem;}.pt-3{padding-top:0.75rem;}.pt--2{padding-top:0.875rem;}.pt-4{padding-top:1rem;}.pt-5{padding-top:1.25rem;}.pt-6{padding-top:1.5rem;}.pt-7{padding-top:1.75rem;}.pt-8{padding-top:2rem;}.pt-9{padding-top:2.25rem;}.pt-10{padding-top:2.5rem;}.pt-11{padding-top:2.75rem;}.pt-12{padding-top:3rem;}.pt-14{padding-top:3.5rem;}.pt-16{padding-top:4rem;}.pt-20{padding-top:5rem;}.pt-24{padding-top:6rem;}.pt-28{padding-top:7rem;}.pt-32{padding-top:8rem;}.pt-36{padding-top:9rem;}.pt-40{padding-top:10rem;}.pt-44{padding-top:11rem;}.pt-48{padding-top:12rem;}.pt-52{padding-top:13rem;}.pt-56{padding-top:14rem;}.pt-60{padding-top:15rem;}.pt-64{padding-top:16rem;}.pt-72{padding-top:18rem;}.pt-80{padding-top:20rem;}.pt-96{padding-top:24rem;}.pe-0{padding-left:0;}.pe-px{padding-left:1px;}.pe--5{padding-left:0.125rem;}.pe-1{padding-left:0.25rem;}.pe--4{padding-left:0.375rem;}.pe-2{padding-left:0.5rem;}.pe--3{padding-left:0.625rem;}.pe-3{padding-left:0.75rem;}.pe--2{padding-left:0.875rem;}.pe-4{padding-left:1rem;}.pe-5{padding-left:1.25rem;}.pe-6{padding-left:1.5rem;}.pe-7{padding-left:1.75rem;}.pe-8{padding-left:2rem;}.pe-9{padding-left:2.25rem;}.pe-10{padding-left:2.5rem;}.pe-11{padding-left:2.75rem;}.pe-12{padding-left:3rem;}.pe-14{padding-left:3.5rem;}.pe-16{padding-left:4rem;}.pe-20{padding-left:5rem;}.pe-24{padding-left:6rem;}.pe-28{padding-left:7rem;}.pe-32{padding-left:8rem;}.pe-36{padding-left:9rem;}.pe-40{padding-left:10rem;}.pe-44{padding-left:11rem;}.pe-48{padding-left:12rem;}.pe-52{padding-left:13rem;}.pe-56{padding-left:14rem;}.pe-60{padding-left:15rem;}.pe-64{padding-left:16rem;}.pe-72{padding-left:18rem;}.pe-80{padding-left:20rem;}.pe-96{padding-left:24rem;}.pb-0{padding-bottom:0;}.pb-px{padding-bottom:1px;}.pb--5{padding-bottom:0.125rem;}.pb-1{padding-bottom:0.25rem;}.pb--4{padding-bottom:0.375rem;}.pb-2{padding-bottom:0.5rem;}.pb--3{padding-bottom:0.625rem;}.pb-3{padding-bottom:0.75rem;}.pb--2{padding-bottom:0.875rem;}.pb-4{padding-bottom:1rem;}.pb-5{padding-bottom:1.25rem;}.pb-6{padding-bottom:1.5rem;}.pb-7{padding-bottom:1.75rem;}.pb-8{padding-bottom:2rem;}.pb-9{padding-bottom:2.25rem;}.pb-10{padding-bottom:2.5rem;}.pb-11{padding-bottom:2.75rem;}.pb-12{padding-bottom:3rem;}.pb-14{padding-bottom:3.5rem;}.pb-16{padding-bottom:4rem;}.pb-20{padding-bottom:5rem;}.pb-24{padding-bottom:6rem;}.pb-28{padding-bottom:7rem;}.pb-32{padding-bottom:8rem;}.pb-36{padding-bottom:9rem;}.pb-40{padding-bottom:10rem;}.pb-44{padding-bottom:11rem;}.pb-48{padding-bottom:12rem;}.pb-52{padding-bottom:13rem;}.pb-56{padding-bottom:14rem;}.pb-60{padding-bottom:15rem;}.pb-64{padding-bottom:16rem;}.pb-72{padding-bottom:18rem;}.pb-80{padding-bottom:20rem;}.pb-96{padding-bottom:24rem;}.ps-0{padding-right:0;}.ps-px{padding-right:1px;}.ps--5{padding-right:0.125rem;}.ps-1{padding-right:0.25rem;}.ps--4{padding-right:0.375rem;}.ps-2{padding-right:0.5rem;}.ps--3{padding-right:0.625rem;}.ps-3{padding-right:0.75rem;}.ps--2{padding-right:0.875rem;}.ps-4{padding-right:1rem;}.ps-5{padding-right:1.25rem;}.ps-6{padding-right:1.5rem;}.ps-7{padding-right:1.75rem;}.ps-8{padding-right:2rem;}.ps-9{padding-right:2.25rem;}.ps-10{padding-right:2.5rem;}.ps-11{padding-right:2.75rem;}.ps-12{padding-right:3rem;}.ps-14{padding-right:3.5rem;}.ps-16{padding-right:4rem;}.ps-20{padding-right:5rem;}.ps-24{padding-right:6rem;}.ps-28{padding-right:7rem;}.ps-32{padding-right:8rem;}.ps-36{padding-right:9rem;}.ps-40{padding-right:10rem;}.ps-44{padding-right:11rem;}.ps-48{padding-right:12rem;}.ps-52{padding-right:13rem;}.ps-56{padding-right:14rem;}.ps-60{padding-right:15rem;}.ps-64{padding-right:16rem;}.ps-72{padding-right:18rem;}.ps-80{padding-right:20rem;}.ps-96{padding-right:24rem;}.gap-0{gap:0;}.gap-px{gap:1px;}.gap--5{gap:0.125rem;}.gap-1{gap:0.25rem;}.gap--4{gap:0.375rem;}.gap-2{gap:0.5rem;}.gap--3{gap:0.625rem;}.gap-3{gap:0.75rem;}.gap--2{gap:0.875rem;}.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;}.gap-11{gap:2.75rem;}.gap-12{gap:3rem;}.gap-14{gap:3.5rem;}.gap-16{gap:4rem;}.gap-20{gap:5rem;}.gap-24{gap:6rem;}.gap-28{gap:7rem;}.gap-32{gap:8rem;}.gap-36{gap:9rem;}.gap-40{gap:10rem;}.gap-44{gap:11rem;}.gap-48{gap:12rem;}.gap-52{gap:13rem;}.gap-56{gap:14rem;}.gap-60{gap:15rem;}.gap-64{gap:16rem;}.gap-72{gap:18rem;}.gap-80{gap:20rem;}.gap-96{gap:24rem;}.row-gap-0{row-gap:0;}.row-gap-px{row-gap:1px;}.row-gap--5{row-gap:0.125rem;}.row-gap-1{row-gap:0.25rem;}.row-gap--4{row-gap:0.375rem;}.row-gap-2{row-gap:0.5rem;}.row-gap--3{row-gap:0.625rem;}.row-gap-3{row-gap:0.75rem;}.row-gap--2{row-gap:0.875rem;}.row-gap-4{row-gap:1rem;}.row-gap-5{row-gap:1.25rem;}.row-gap-6{row-gap:1.5rem;}.row-gap-7{row-gap:1.75rem;}.row-gap-8{row-gap:2rem;}.row-gap-9{row-gap:2.25rem;}.row-gap-10{row-gap:2.5rem;}.row-gap-11{row-gap:2.75rem;}.row-gap-12{row-gap:3rem;}.row-gap-14{row-gap:3.5rem;}.row-gap-16{row-gap:4rem;}.row-gap-20{row-gap:5rem;}.row-gap-24{row-gap:6rem;}.row-gap-28{row-gap:7rem;}.row-gap-32{row-gap:8rem;}.row-gap-36{row-gap:9rem;}.row-gap-40{row-gap:10rem;}.row-gap-44{row-gap:11rem;}.row-gap-48{row-gap:12rem;}.row-gap-52{row-gap:13rem;}.row-gap-56{row-gap:14rem;}.row-gap-60{row-gap:15rem;}.row-gap-64{row-gap:16rem;}.row-gap-72{row-gap:18rem;}.row-gap-80{row-gap:20rem;}.row-gap-96{row-gap:24rem;}.column-gap-0{column-gap:0;}.column-gap-px{column-gap:1px;}.column-gap--5{column-gap:0.125rem;}.column-gap-1{column-gap:0.25rem;}.column-gap--4{column-gap:0.375rem;}.column-gap-2{column-gap:0.5rem;}.column-gap--3{column-gap:0.625rem;}.column-gap-3{column-gap:0.75rem;}.column-gap--2{column-gap:0.875rem;}.column-gap-4{column-gap:1rem;}.column-gap-5{column-gap:1.25rem;}.column-gap-6{column-gap:1.5rem;}.column-gap-7{column-gap:1.75rem;}.column-gap-8{column-gap:2rem;}.column-gap-9{column-gap:2.25rem;}.column-gap-10{column-gap:2.5rem;}.column-gap-11{column-gap:2.75rem;}.column-gap-12{column-gap:3rem;}.column-gap-14{column-gap:3.5rem;}.column-gap-16{column-gap:4rem;}.column-gap-20{column-gap:5rem;}.column-gap-24{column-gap:6rem;}.column-gap-28{column-gap:7rem;}.column-gap-32{column-gap:8rem;}.column-gap-36{column-gap:9rem;}.column-gap-40{column-gap:10rem;}.column-gap-44{column-gap:11rem;}.column-gap-48{column-gap:12rem;}.column-gap-52{column-gap:13rem;}.column-gap-56{column-gap:14rem;}.column-gap-60{column-gap:15rem;}.column-gap-64{column-gap:16rem;}.column-gap-72{column-gap:18rem;}.column-gap-80{column-gap:20rem;}.column-gap-96{column-gap:24rem;}.text-start{text-align:right;}.text-end{text-align:left;}.text-center{text-align:center;}.text-decoration-none{text-decoration:none;}.text-decoration-underline{text-decoration:underline;}.text-decoration-line-through{text-decoration:line-through;}.text-lowercase{text-transform:lowercase;}.text-uppercase{text-transform:uppercase;}.text-capitalize{text-transform:capitalize;}.text-wrap{white-space:normal;}.text-nowrap{white-space:nowrap;}.text-opacity-25{text-opacity:0.25;}.text-opacity-50{text-opacity:0.5;}.text-opacity-75{text-opacity:0.75;}.text-opacity-100{text-opacity:1;}.user-select-all{-webkit-user-select:all;user-select:all;}.user-select-auto{-webkit-user-select:auto;user-select:auto;}.user-select-none{-webkit-user-select:none;user-select:none;}.pe-none{pointer-events:none;}.pe-auto{pointer-events:auto;}.visible{visibility:visible;}.invisible{visibility:hidden;}.z-n1{z-index:-1;}.z-0{z-index:0;}.z-1{z-index:1;}.z-2{z-index:2;}.z-3{z-index:3;}@media (min-width:640px){.float-sm-start{float:right;}.float-sm-end{float:left;}.float-sm-none{float:none;}.object-fit-sm-contain{object-fit:contain;}.object-fit-sm-cover{object-fit:cover;}.object-fit-sm-fill{object-fit:fill;}.object-fit-sm-scale{object-fit:scale-down;}.object-fit-sm-none{object-fit:none;}.d-sm-inline{display:inline;}.d-sm-inline-block{display:inline-block;}.d-sm-block{display:block;}.d-sm-grid{display:grid;}.d-sm-inline-grid{display:inline-grid;}.d-sm-table{display:table;}.d-sm-table-row{display:table-row;}.d-sm-table-cell{display:table-cell;}.d-sm-flex{display:flex;}.d-sm-inline-flex{display:inline-flex;}.d-sm-none{display:none;}.w-sm-0{width:0;}.w-sm-10{width:10%;}.w-sm-20{width:20%;}.w-sm-25{width:25%;}.w-sm-30{width:30%;}.w-sm-33{width:33.333333%;}.w-sm-40{width:40%;}.w-sm-50{width:50%;}.w-sm-60{width:60%;}.w-sm-66{width:66.666667%;}.w-sm-70{width:70%;}.w-sm-75{width:75%;}.w-sm-80{width:80%;}.w-sm-90{width:90%;}.w-sm-100{width:100%;}.w-sm-auto{width:auto;}.w-sm-vw-25{width:25vw;}.w-sm-vw-50{width:50vw;}.w-sm-vw-75{width:75vw;}.w-sm-vw-100{width:100vw;}.w-sm-min{width:min-content;}.w-sm-max{width:max-content;}.w-sm-fit{width:fit-content;}.min-w-sm-0{min-width:0;}.min-w-sm-full{min-width:100%;}.min-w-sm-min{min-width:min-content;}.min-w-sm-max{min-width:max-content;}.min-w-sm-fit{min-width:fit-content;}.mw-sm-0{max-width:0;}.mw-sm-none{max-width:none;}.mw-sm-xs{max-width:20rem;}.mw-sm-sm{max-width:24rem;}.mw-sm-md{max-width:28rem;}.mw-sm-lg{max-width:32rem;}.mw-sm-xl{max-width:36rem;}.mw-sm-2xl{max-width:42rem;}.mw-sm-3xl{max-width:48rem;}.mw-sm-4xl{max-width:56rem;}.mw-sm-5xl{max-width:64rem;}.mw-sm-6xl{max-width:72rem;}.mw-sm-7xl{max-width:80rem;}.mw-sm-full{max-width:100%;}.mw-sm-min{max-width:min-content;}.mw-sm-max{max-width:max-content;}.mw-sm-fit{max-width:fit-content;}.mw-sm-prose{max-width:65ch;}.mw-sm-screen-sm{max-width:640px;}.mw-sm-screen-md{max-width:768px;}.mw-sm-screen-lg{max-width:1024px;}.mw-sm-screen-xl{max-width:1280px;}.mw-sm-screen-xxl{max-width:1536px;}.h-sm-0{height:0;}.h-sm-10{height:10%;}.h-sm-20{height:20%;}.h-sm-25{height:25%;}.h-sm-30{height:30%;}.h-sm-33{height:33.333333%;}.h-sm-40{height:40%;}.h-sm-50{height:50%;}.h-sm-60{height:60%;}.h-sm-66{height:66.666667%;}.h-sm-70{height:70%;}.h-sm-75{height:75%;}.h-sm-80{height:80%;}.h-sm-90{height:90%;}.h-sm-100{height:100%;}.h-sm-auto{height:auto;}.h-sm-vh-25{height:25vh;}.h-sm-vh-50{height:50vh;}.h-sm-vh-75{height:75vh;}.h-sm-vh-100{height:100vh;}.h-sm-min{height:min-content;}.h-sm-max{height:max-content;}.h-sm-fit{height:fit-content;}.h-sm-screen{height:100vh;}.min-h-sm-0{min-height:0;}.min-h-sm-full{min-height:100%;}.min-h-sm-screen{min-height:100vh;}.min-h-sm-min{min-height:min-content;}.min-h-sm-max{min-height:max-content;}.min-h-sm-fit{min-height:fit-content;}.mh-sm-0{max-height:0;}.mh-sm-none{max-height:none;}.mh-sm-full{max-height:100%;}.mh-sm-screen{max-height:100vh;}.mh-sm-min{max-height:min-content;}.mh-sm-max{max-height:max-content;}.mh-sm-fit{max-height:fit-content;}.flex-sm-fill{flex:1 1 auto;}.flex-sm-full{flex:1 1 100%;}.flex-sm-row{flex-direction:row;}.flex-sm-column{flex-direction:column;}.flex-sm-row-reverse{flex-direction:row-reverse;}.flex-sm-column-reverse{flex-direction:column-reverse;}.flex-sm-grow-0{flex-grow:0;}.flex-sm-grow-1{flex-grow:1;}.flex-sm-shrink-0{flex-shrink:0;}.flex-sm-shrink-1{flex-shrink:1;}.flex-sm-wrap{flex-wrap:wrap;}.flex-sm-nowrap{flex-wrap:nowrap;}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-sm-start{justify-content:flex-start;}.justify-content-sm-end{justify-content:flex-end;}.justify-content-sm-center{justify-content:center;}.justify-content-sm-between{justify-content:space-between;}.justify-content-sm-around{justify-content:space-around;}.justify-content-sm-evenly{justify-content:space-evenly;}.align-items-sm-start{align-items:flex-start;}.align-items-sm-end{align-items:flex-end;}.align-items-sm-center{align-items:center;}.align-items-sm-baseline{align-items:baseline;}.align-items-sm-stretch{align-items:stretch;}.align-content-sm-start{align-content:flex-start;}.align-content-sm-end{align-content:flex-end;}.align-content-sm-center{align-content:center;}.align-content-sm-between{align-content:space-between;}.align-content-sm-around{align-content:space-around;}.align-content-sm-stretch{align-content:stretch;}.align-self-sm-auto{align-self:auto;}.align-self-sm-start{align-self:flex-start;}.align-self-sm-end{align-self:flex-end;}.align-self-sm-center{align-self:center;}.align-self-sm-baseline{align-self:baseline;}.align-self-sm-stretch{align-self:stretch;}.order-sm-first{order:-1;}.order-sm-0{order:0;}.order-sm-1{order:1;}.order-sm-2{order:2;}.order-sm-3{order:3;}.order-sm-4{order:4;}.order-sm-5{order:5;}.order-sm-last{order:6;}.m-sm-0{margin:0;}.m-sm-px{margin:1px;}.m-sm--5{margin:0.125rem;}.m-sm-1{margin:0.25rem;}.m-sm--4{margin:0.375rem;}.m-sm-2{margin:0.5rem;}.m-sm--3{margin:0.625rem;}.m-sm-3{margin:0.75rem;}.m-sm--2{margin:0.875rem;}.m-sm-4{margin:1rem;}.m-sm-5{margin:1.25rem;}.m-sm-6{margin:1.5rem;}.m-sm-7{margin:1.75rem;}.m-sm-8{margin:2rem;}.m-sm-9{margin:2.25rem;}.m-sm-10{margin:2.5rem;}.m-sm-11{margin:2.75rem;}.m-sm-12{margin:3rem;}.m-sm-14{margin:3.5rem;}.m-sm-16{margin:4rem;}.m-sm-20{margin:5rem;}.m-sm-24{margin:6rem;}.m-sm-28{margin:7rem;}.m-sm-32{margin:8rem;}.m-sm-36{margin:9rem;}.m-sm-40{margin:10rem;}.m-sm-44{margin:11rem;}.m-sm-48{margin:12rem;}.m-sm-52{margin:13rem;}.m-sm-56{margin:14rem;}.m-sm-60{margin:15rem;}.m-sm-64{margin:16rem;}.m-sm-72{margin:18rem;}.m-sm-80{margin:20rem;}.m-sm-96{margin:24rem;}.m-sm-auto{margin:auto;}.mx-sm-0{margin-left:0;margin-right:0;}.mx-sm-px{margin-left:1px;margin-right:1px;}.mx-sm--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-sm-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-sm--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-sm-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-sm--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-sm-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-sm--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-sm-4{margin-left:1rem;margin-right:1rem;}.mx-sm-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-sm-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-sm-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-sm-8{margin-left:2rem;margin-right:2rem;}.mx-sm-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-sm-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-sm-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-sm-12{margin-left:3rem;margin-right:3rem;}.mx-sm-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-sm-16{margin-left:4rem;margin-right:4rem;}.mx-sm-20{margin-left:5rem;margin-right:5rem;}.mx-sm-24{margin-left:6rem;margin-right:6rem;}.mx-sm-28{margin-left:7rem;margin-right:7rem;}.mx-sm-32{margin-left:8rem;margin-right:8rem;}.mx-sm-36{margin-left:9rem;margin-right:9rem;}.mx-sm-40{margin-left:10rem;margin-right:10rem;}.mx-sm-44{margin-left:11rem;margin-right:11rem;}.mx-sm-48{margin-left:12rem;margin-right:12rem;}.mx-sm-52{margin-left:13rem;margin-right:13rem;}.mx-sm-56{margin-left:14rem;margin-right:14rem;}.mx-sm-60{margin-left:15rem;margin-right:15rem;}.mx-sm-64{margin-left:16rem;margin-right:16rem;}.mx-sm-72{margin-left:18rem;margin-right:18rem;}.mx-sm-80{margin-left:20rem;margin-right:20rem;}.mx-sm-96{margin-left:24rem;margin-right:24rem;}.mx-sm-auto{margin-left:auto;margin-right:auto;}.my-sm-0{margin-top:0;margin-bottom:0;}.my-sm-px{margin-top:1px;margin-bottom:1px;}.my-sm--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-sm-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-sm--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-sm-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-sm--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-sm-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-sm--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-sm-4{margin-top:1rem;margin-bottom:1rem;}.my-sm-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-sm-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-sm-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-sm-8{margin-top:2rem;margin-bottom:2rem;}.my-sm-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-sm-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-sm-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-sm-12{margin-top:3rem;margin-bottom:3rem;}.my-sm-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-sm-16{margin-top:4rem;margin-bottom:4rem;}.my-sm-20{margin-top:5rem;margin-bottom:5rem;}.my-sm-24{margin-top:6rem;margin-bottom:6rem;}.my-sm-28{margin-top:7rem;margin-bottom:7rem;}.my-sm-32{margin-top:8rem;margin-bottom:8rem;}.my-sm-36{margin-top:9rem;margin-bottom:9rem;}.my-sm-40{margin-top:10rem;margin-bottom:10rem;}.my-sm-44{margin-top:11rem;margin-bottom:11rem;}.my-sm-48{margin-top:12rem;margin-bottom:12rem;}.my-sm-52{margin-top:13rem;margin-bottom:13rem;}.my-sm-56{margin-top:14rem;margin-bottom:14rem;}.my-sm-60{margin-top:15rem;margin-bottom:15rem;}.my-sm-64{margin-top:16rem;margin-bottom:16rem;}.my-sm-72{margin-top:18rem;margin-bottom:18rem;}.my-sm-80{margin-top:20rem;margin-bottom:20rem;}.my-sm-96{margin-top:24rem;margin-bottom:24rem;}.my-sm-auto{margin-top:auto;margin-bottom:auto;}.mt-sm-0{margin-top:0;}.mt-sm-px{margin-top:1px;}.mt-sm--5{margin-top:0.125rem;}.mt-sm-1{margin-top:0.25rem;}.mt-sm--4{margin-top:0.375rem;}.mt-sm-2{margin-top:0.5rem;}.mt-sm--3{margin-top:0.625rem;}.mt-sm-3{margin-top:0.75rem;}.mt-sm--2{margin-top:0.875rem;}.mt-sm-4{margin-top:1rem;}.mt-sm-5{margin-top:1.25rem;}.mt-sm-6{margin-top:1.5rem;}.mt-sm-7{margin-top:1.75rem;}.mt-sm-8{margin-top:2rem;}.mt-sm-9{margin-top:2.25rem;}.mt-sm-10{margin-top:2.5rem;}.mt-sm-11{margin-top:2.75rem;}.mt-sm-12{margin-top:3rem;}.mt-sm-14{margin-top:3.5rem;}.mt-sm-16{margin-top:4rem;}.mt-sm-20{margin-top:5rem;}.mt-sm-24{margin-top:6rem;}.mt-sm-28{margin-top:7rem;}.mt-sm-32{margin-top:8rem;}.mt-sm-36{margin-top:9rem;}.mt-sm-40{margin-top:10rem;}.mt-sm-44{margin-top:11rem;}.mt-sm-48{margin-top:12rem;}.mt-sm-52{margin-top:13rem;}.mt-sm-56{margin-top:14rem;}.mt-sm-60{margin-top:15rem;}.mt-sm-64{margin-top:16rem;}.mt-sm-72{margin-top:18rem;}.mt-sm-80{margin-top:20rem;}.mt-sm-96{margin-top:24rem;}.mt-sm-auto{margin-top:auto;}.me-sm-0{margin-left:0;}.me-sm-px{margin-left:1px;}.me-sm--5{margin-left:0.125rem;}.me-sm-1{margin-left:0.25rem;}.me-sm--4{margin-left:0.375rem;}.me-sm-2{margin-left:0.5rem;}.me-sm--3{margin-left:0.625rem;}.me-sm-3{margin-left:0.75rem;}.me-sm--2{margin-left:0.875rem;}.me-sm-4{margin-left:1rem;}.me-sm-5{margin-left:1.25rem;}.me-sm-6{margin-left:1.5rem;}.me-sm-7{margin-left:1.75rem;}.me-sm-8{margin-left:2rem;}.me-sm-9{margin-left:2.25rem;}.me-sm-10{margin-left:2.5rem;}.me-sm-11{margin-left:2.75rem;}.me-sm-12{margin-left:3rem;}.me-sm-14{margin-left:3.5rem;}.me-sm-16{margin-left:4rem;}.me-sm-20{margin-left:5rem;}.me-sm-24{margin-left:6rem;}.me-sm-28{margin-left:7rem;}.me-sm-32{margin-left:8rem;}.me-sm-36{margin-left:9rem;}.me-sm-40{margin-left:10rem;}.me-sm-44{margin-left:11rem;}.me-sm-48{margin-left:12rem;}.me-sm-52{margin-left:13rem;}.me-sm-56{margin-left:14rem;}.me-sm-60{margin-left:15rem;}.me-sm-64{margin-left:16rem;}.me-sm-72{margin-left:18rem;}.me-sm-80{margin-left:20rem;}.me-sm-96{margin-left:24rem;}.me-sm-auto{margin-left:auto;}.mb-sm-0{margin-bottom:0;}.mb-sm-px{margin-bottom:1px;}.mb-sm--5{margin-bottom:0.125rem;}.mb-sm-1{margin-bottom:0.25rem;}.mb-sm--4{margin-bottom:0.375rem;}.mb-sm-2{margin-bottom:0.5rem;}.mb-sm--3{margin-bottom:0.625rem;}.mb-sm-3{margin-bottom:0.75rem;}.mb-sm--2{margin-bottom:0.875rem;}.mb-sm-4{margin-bottom:1rem;}.mb-sm-5{margin-bottom:1.25rem;}.mb-sm-6{margin-bottom:1.5rem;}.mb-sm-7{margin-bottom:1.75rem;}.mb-sm-8{margin-bottom:2rem;}.mb-sm-9{margin-bottom:2.25rem;}.mb-sm-10{margin-bottom:2.5rem;}.mb-sm-11{margin-bottom:2.75rem;}.mb-sm-12{margin-bottom:3rem;}.mb-sm-14{margin-bottom:3.5rem;}.mb-sm-16{margin-bottom:4rem;}.mb-sm-20{margin-bottom:5rem;}.mb-sm-24{margin-bottom:6rem;}.mb-sm-28{margin-bottom:7rem;}.mb-sm-32{margin-bottom:8rem;}.mb-sm-36{margin-bottom:9rem;}.mb-sm-40{margin-bottom:10rem;}.mb-sm-44{margin-bottom:11rem;}.mb-sm-48{margin-bottom:12rem;}.mb-sm-52{margin-bottom:13rem;}.mb-sm-56{margin-bottom:14rem;}.mb-sm-60{margin-bottom:15rem;}.mb-sm-64{margin-bottom:16rem;}.mb-sm-72{margin-bottom:18rem;}.mb-sm-80{margin-bottom:20rem;}.mb-sm-96{margin-bottom:24rem;}.mb-sm-auto{margin-bottom:auto;}.ms-sm-0{margin-right:0;}.ms-sm-px{margin-right:1px;}.ms-sm--5{margin-right:0.125rem;}.ms-sm-1{margin-right:0.25rem;}.ms-sm--4{margin-right:0.375rem;}.ms-sm-2{margin-right:0.5rem;}.ms-sm--3{margin-right:0.625rem;}.ms-sm-3{margin-right:0.75rem;}.ms-sm--2{margin-right:0.875rem;}.ms-sm-4{margin-right:1rem;}.ms-sm-5{margin-right:1.25rem;}.ms-sm-6{margin-right:1.5rem;}.ms-sm-7{margin-right:1.75rem;}.ms-sm-8{margin-right:2rem;}.ms-sm-9{margin-right:2.25rem;}.ms-sm-10{margin-right:2.5rem;}.ms-sm-11{margin-right:2.75rem;}.ms-sm-12{margin-right:3rem;}.ms-sm-14{margin-right:3.5rem;}.ms-sm-16{margin-right:4rem;}.ms-sm-20{margin-right:5rem;}.ms-sm-24{margin-right:6rem;}.ms-sm-28{margin-right:7rem;}.ms-sm-32{margin-right:8rem;}.ms-sm-36{margin-right:9rem;}.ms-sm-40{margin-right:10rem;}.ms-sm-44{margin-right:11rem;}.ms-sm-48{margin-right:12rem;}.ms-sm-52{margin-right:13rem;}.ms-sm-56{margin-right:14rem;}.ms-sm-60{margin-right:15rem;}.ms-sm-64{margin-right:16rem;}.ms-sm-72{margin-right:18rem;}.ms-sm-80{margin-right:20rem;}.ms-sm-96{margin-right:24rem;}.ms-sm-auto{margin-right:auto;}.p-sm-0{padding:0;}.p-sm-px{padding:1px;}.p-sm--5{padding:0.125rem;}.p-sm-1{padding:0.25rem;}.p-sm--4{padding:0.375rem;}.p-sm-2{padding:0.5rem;}.p-sm--3{padding:0.625rem;}.p-sm-3{padding:0.75rem;}.p-sm--2{padding:0.875rem;}.p-sm-4{padding:1rem;}.p-sm-5{padding:1.25rem;}.p-sm-6{padding:1.5rem;}.p-sm-7{padding:1.75rem;}.p-sm-8{padding:2rem;}.p-sm-9{padding:2.25rem;}.p-sm-10{padding:2.5rem;}.p-sm-11{padding:2.75rem;}.p-sm-12{padding:3rem;}.p-sm-14{padding:3.5rem;}.p-sm-16{padding:4rem;}.p-sm-20{padding:5rem;}.p-sm-24{padding:6rem;}.p-sm-28{padding:7rem;}.p-sm-32{padding:8rem;}.p-sm-36{padding:9rem;}.p-sm-40{padding:10rem;}.p-sm-44{padding:11rem;}.p-sm-48{padding:12rem;}.p-sm-52{padding:13rem;}.p-sm-56{padding:14rem;}.p-sm-60{padding:15rem;}.p-sm-64{padding:16rem;}.p-sm-72{padding:18rem;}.p-sm-80{padding:20rem;}.p-sm-96{padding:24rem;}.px-sm-0{padding-left:0;padding-right:0;}.px-sm-px{padding-left:1px;padding-right:1px;}.px-sm--5{padding-left:0.125rem;padding-right:0.125rem;}.px-sm-1{padding-left:0.25rem;padding-right:0.25rem;}.px-sm--4{padding-left:0.375rem;padding-right:0.375rem;}.px-sm-2{padding-left:0.5rem;padding-right:0.5rem;}.px-sm--3{padding-left:0.625rem;padding-right:0.625rem;}.px-sm-3{padding-left:0.75rem;padding-right:0.75rem;}.px-sm--2{padding-left:0.875rem;padding-right:0.875rem;}.px-sm-4{padding-left:1rem;padding-right:1rem;}.px-sm-5{padding-left:1.25rem;padding-right:1.25rem;}.px-sm-6{padding-left:1.5rem;padding-right:1.5rem;}.px-sm-7{padding-left:1.75rem;padding-right:1.75rem;}.px-sm-8{padding-left:2rem;padding-right:2rem;}.px-sm-9{padding-left:2.25rem;padding-right:2.25rem;}.px-sm-10{padding-left:2.5rem;padding-right:2.5rem;}.px-sm-11{padding-left:2.75rem;padding-right:2.75rem;}.px-sm-12{padding-left:3rem;padding-right:3rem;}.px-sm-14{padding-left:3.5rem;padding-right:3.5rem;}.px-sm-16{padding-left:4rem;padding-right:4rem;}.px-sm-20{padding-left:5rem;padding-right:5rem;}.px-sm-24{padding-left:6rem;padding-right:6rem;}.px-sm-28{padding-left:7rem;padding-right:7rem;}.px-sm-32{padding-left:8rem;padding-right:8rem;}.px-sm-36{padding-left:9rem;padding-right:9rem;}.px-sm-40{padding-left:10rem;padding-right:10rem;}.px-sm-44{padding-left:11rem;padding-right:11rem;}.px-sm-48{padding-left:12rem;padding-right:12rem;}.px-sm-52{padding-left:13rem;padding-right:13rem;}.px-sm-56{padding-left:14rem;padding-right:14rem;}.px-sm-60{padding-left:15rem;padding-right:15rem;}.px-sm-64{padding-left:16rem;padding-right:16rem;}.px-sm-72{padding-left:18rem;padding-right:18rem;}.px-sm-80{padding-left:20rem;padding-right:20rem;}.px-sm-96{padding-left:24rem;padding-right:24rem;}.py-sm-0{padding-top:0;padding-bottom:0;}.py-sm-px{padding-top:1px;padding-bottom:1px;}.py-sm--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-sm-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-sm--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-sm-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-sm--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-sm-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-sm--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-sm-4{padding-top:1rem;padding-bottom:1rem;}.py-sm-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-sm-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-sm-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-sm-8{padding-top:2rem;padding-bottom:2rem;}.py-sm-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-sm-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-sm-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-sm-12{padding-top:3rem;padding-bottom:3rem;}.py-sm-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-sm-16{padding-top:4rem;padding-bottom:4rem;}.py-sm-20{padding-top:5rem;padding-bottom:5rem;}.py-sm-24{padding-top:6rem;padding-bottom:6rem;}.py-sm-28{padding-top:7rem;padding-bottom:7rem;}.py-sm-32{padding-top:8rem;padding-bottom:8rem;}.py-sm-36{padding-top:9rem;padding-bottom:9rem;}.py-sm-40{padding-top:10rem;padding-bottom:10rem;}.py-sm-44{padding-top:11rem;padding-bottom:11rem;}.py-sm-48{padding-top:12rem;padding-bottom:12rem;}.py-sm-52{padding-top:13rem;padding-bottom:13rem;}.py-sm-56{padding-top:14rem;padding-bottom:14rem;}.py-sm-60{padding-top:15rem;padding-bottom:15rem;}.py-sm-64{padding-top:16rem;padding-bottom:16rem;}.py-sm-72{padding-top:18rem;padding-bottom:18rem;}.py-sm-80{padding-top:20rem;padding-bottom:20rem;}.py-sm-96{padding-top:24rem;padding-bottom:24rem;}.pt-sm-0{padding-top:0;}.pt-sm-px{padding-top:1px;}.pt-sm--5{padding-top:0.125rem;}.pt-sm-1{padding-top:0.25rem;}.pt-sm--4{padding-top:0.375rem;}.pt-sm-2{padding-top:0.5rem;}.pt-sm--3{padding-top:0.625rem;}.pt-sm-3{padding-top:0.75rem;}.pt-sm--2{padding-top:0.875rem;}.pt-sm-4{padding-top:1rem;}.pt-sm-5{padding-top:1.25rem;}.pt-sm-6{padding-top:1.5rem;}.pt-sm-7{padding-top:1.75rem;}.pt-sm-8{padding-top:2rem;}.pt-sm-9{padding-top:2.25rem;}.pt-sm-10{padding-top:2.5rem;}.pt-sm-11{padding-top:2.75rem;}.pt-sm-12{padding-top:3rem;}.pt-sm-14{padding-top:3.5rem;}.pt-sm-16{padding-top:4rem;}.pt-sm-20{padding-top:5rem;}.pt-sm-24{padding-top:6rem;}.pt-sm-28{padding-top:7rem;}.pt-sm-32{padding-top:8rem;}.pt-sm-36{padding-top:9rem;}.pt-sm-40{padding-top:10rem;}.pt-sm-44{padding-top:11rem;}.pt-sm-48{padding-top:12rem;}.pt-sm-52{padding-top:13rem;}.pt-sm-56{padding-top:14rem;}.pt-sm-60{padding-top:15rem;}.pt-sm-64{padding-top:16rem;}.pt-sm-72{padding-top:18rem;}.pt-sm-80{padding-top:20rem;}.pt-sm-96{padding-top:24rem;}.pe-sm-0{padding-left:0;}.pe-sm-px{padding-left:1px;}.pe-sm--5{padding-left:0.125rem;}.pe-sm-1{padding-left:0.25rem;}.pe-sm--4{padding-left:0.375rem;}.pe-sm-2{padding-left:0.5rem;}.pe-sm--3{padding-left:0.625rem;}.pe-sm-3{padding-left:0.75rem;}.pe-sm--2{padding-left:0.875rem;}.pe-sm-4{padding-left:1rem;}.pe-sm-5{padding-left:1.25rem;}.pe-sm-6{padding-left:1.5rem;}.pe-sm-7{padding-left:1.75rem;}.pe-sm-8{padding-left:2rem;}.pe-sm-9{padding-left:2.25rem;}.pe-sm-10{padding-left:2.5rem;}.pe-sm-11{padding-left:2.75rem;}.pe-sm-12{padding-left:3rem;}.pe-sm-14{padding-left:3.5rem;}.pe-sm-16{padding-left:4rem;}.pe-sm-20{padding-left:5rem;}.pe-sm-24{padding-left:6rem;}.pe-sm-28{padding-left:7rem;}.pe-sm-32{padding-left:8rem;}.pe-sm-36{padding-left:9rem;}.pe-sm-40{padding-left:10rem;}.pe-sm-44{padding-left:11rem;}.pe-sm-48{padding-left:12rem;}.pe-sm-52{padding-left:13rem;}.pe-sm-56{padding-left:14rem;}.pe-sm-60{padding-left:15rem;}.pe-sm-64{padding-left:16rem;}.pe-sm-72{padding-left:18rem;}.pe-sm-80{padding-left:20rem;}.pe-sm-96{padding-left:24rem;}.pb-sm-0{padding-bottom:0;}.pb-sm-px{padding-bottom:1px;}.pb-sm--5{padding-bottom:0.125rem;}.pb-sm-1{padding-bottom:0.25rem;}.pb-sm--4{padding-bottom:0.375rem;}.pb-sm-2{padding-bottom:0.5rem;}.pb-sm--3{padding-bottom:0.625rem;}.pb-sm-3{padding-bottom:0.75rem;}.pb-sm--2{padding-bottom:0.875rem;}.pb-sm-4{padding-bottom:1rem;}.pb-sm-5{padding-bottom:1.25rem;}.pb-sm-6{padding-bottom:1.5rem;}.pb-sm-7{padding-bottom:1.75rem;}.pb-sm-8{padding-bottom:2rem;}.pb-sm-9{padding-bottom:2.25rem;}.pb-sm-10{padding-bottom:2.5rem;}.pb-sm-11{padding-bottom:2.75rem;}.pb-sm-12{padding-bottom:3rem;}.pb-sm-14{padding-bottom:3.5rem;}.pb-sm-16{padding-bottom:4rem;}.pb-sm-20{padding-bottom:5rem;}.pb-sm-24{padding-bottom:6rem;}.pb-sm-28{padding-bottom:7rem;}.pb-sm-32{padding-bottom:8rem;}.pb-sm-36{padding-bottom:9rem;}.pb-sm-40{padding-bottom:10rem;}.pb-sm-44{padding-bottom:11rem;}.pb-sm-48{padding-bottom:12rem;}.pb-sm-52{padding-bottom:13rem;}.pb-sm-56{padding-bottom:14rem;}.pb-sm-60{padding-bottom:15rem;}.pb-sm-64{padding-bottom:16rem;}.pb-sm-72{padding-bottom:18rem;}.pb-sm-80{padding-bottom:20rem;}.pb-sm-96{padding-bottom:24rem;}.ps-sm-0{padding-right:0;}.ps-sm-px{padding-right:1px;}.ps-sm--5{padding-right:0.125rem;}.ps-sm-1{padding-right:0.25rem;}.ps-sm--4{padding-right:0.375rem;}.ps-sm-2{padding-right:0.5rem;}.ps-sm--3{padding-right:0.625rem;}.ps-sm-3{padding-right:0.75rem;}.ps-sm--2{padding-right:0.875rem;}.ps-sm-4{padding-right:1rem;}.ps-sm-5{padding-right:1.25rem;}.ps-sm-6{padding-right:1.5rem;}.ps-sm-7{padding-right:1.75rem;}.ps-sm-8{padding-right:2rem;}.ps-sm-9{padding-right:2.25rem;}.ps-sm-10{padding-right:2.5rem;}.ps-sm-11{padding-right:2.75rem;}.ps-sm-12{padding-right:3rem;}.ps-sm-14{padding-right:3.5rem;}.ps-sm-16{padding-right:4rem;}.ps-sm-20{padding-right:5rem;}.ps-sm-24{padding-right:6rem;}.ps-sm-28{padding-right:7rem;}.ps-sm-32{padding-right:8rem;}.ps-sm-36{padding-right:9rem;}.ps-sm-40{padding-right:10rem;}.ps-sm-44{padding-right:11rem;}.ps-sm-48{padding-right:12rem;}.ps-sm-52{padding-right:13rem;}.ps-sm-56{padding-right:14rem;}.ps-sm-60{padding-right:15rem;}.ps-sm-64{padding-right:16rem;}.ps-sm-72{padding-right:18rem;}.ps-sm-80{padding-right:20rem;}.ps-sm-96{padding-right:24rem;}.gap-sm-0{gap:0;}.gap-sm-px{gap:1px;}.gap-sm--5{gap:0.125rem;}.gap-sm-1{gap:0.25rem;}.gap-sm--4{gap:0.375rem;}.gap-sm-2{gap:0.5rem;}.gap-sm--3{gap:0.625rem;}.gap-sm-3{gap:0.75rem;}.gap-sm--2{gap:0.875rem;}.gap-sm-4{gap:1rem;}.gap-sm-5{gap:1.25rem;}.gap-sm-6{gap:1.5rem;}.gap-sm-7{gap:1.75rem;}.gap-sm-8{gap:2rem;}.gap-sm-9{gap:2.25rem;}.gap-sm-10{gap:2.5rem;}.gap-sm-11{gap:2.75rem;}.gap-sm-12{gap:3rem;}.gap-sm-14{gap:3.5rem;}.gap-sm-16{gap:4rem;}.gap-sm-20{gap:5rem;}.gap-sm-24{gap:6rem;}.gap-sm-28{gap:7rem;}.gap-sm-32{gap:8rem;}.gap-sm-36{gap:9rem;}.gap-sm-40{gap:10rem;}.gap-sm-44{gap:11rem;}.gap-sm-48{gap:12rem;}.gap-sm-52{gap:13rem;}.gap-sm-56{gap:14rem;}.gap-sm-60{gap:15rem;}.gap-sm-64{gap:16rem;}.gap-sm-72{gap:18rem;}.gap-sm-80{gap:20rem;}.gap-sm-96{gap:24rem;}.row-gap-sm-0{row-gap:0;}.row-gap-sm-px{row-gap:1px;}.row-gap-sm--5{row-gap:0.125rem;}.row-gap-sm-1{row-gap:0.25rem;}.row-gap-sm--4{row-gap:0.375rem;}.row-gap-sm-2{row-gap:0.5rem;}.row-gap-sm--3{row-gap:0.625rem;}.row-gap-sm-3{row-gap:0.75rem;}.row-gap-sm--2{row-gap:0.875rem;}.row-gap-sm-4{row-gap:1rem;}.row-gap-sm-5{row-gap:1.25rem;}.row-gap-sm-6{row-gap:1.5rem;}.row-gap-sm-7{row-gap:1.75rem;}.row-gap-sm-8{row-gap:2rem;}.row-gap-sm-9{row-gap:2.25rem;}.row-gap-sm-10{row-gap:2.5rem;}.row-gap-sm-11{row-gap:2.75rem;}.row-gap-sm-12{row-gap:3rem;}.row-gap-sm-14{row-gap:3.5rem;}.row-gap-sm-16{row-gap:4rem;}.row-gap-sm-20{row-gap:5rem;}.row-gap-sm-24{row-gap:6rem;}.row-gap-sm-28{row-gap:7rem;}.row-gap-sm-32{row-gap:8rem;}.row-gap-sm-36{row-gap:9rem;}.row-gap-sm-40{row-gap:10rem;}.row-gap-sm-44{row-gap:11rem;}.row-gap-sm-48{row-gap:12rem;}.row-gap-sm-52{row-gap:13rem;}.row-gap-sm-56{row-gap:14rem;}.row-gap-sm-60{row-gap:15rem;}.row-gap-sm-64{row-gap:16rem;}.row-gap-sm-72{row-gap:18rem;}.row-gap-sm-80{row-gap:20rem;}.row-gap-sm-96{row-gap:24rem;}.column-gap-sm-0{column-gap:0;}.column-gap-sm-px{column-gap:1px;}.column-gap-sm--5{column-gap:0.125rem;}.column-gap-sm-1{column-gap:0.25rem;}.column-gap-sm--4{column-gap:0.375rem;}.column-gap-sm-2{column-gap:0.5rem;}.column-gap-sm--3{column-gap:0.625rem;}.column-gap-sm-3{column-gap:0.75rem;}.column-gap-sm--2{column-gap:0.875rem;}.column-gap-sm-4{column-gap:1rem;}.column-gap-sm-5{column-gap:1.25rem;}.column-gap-sm-6{column-gap:1.5rem;}.column-gap-sm-7{column-gap:1.75rem;}.column-gap-sm-8{column-gap:2rem;}.column-gap-sm-9{column-gap:2.25rem;}.column-gap-sm-10{column-gap:2.5rem;}.column-gap-sm-11{column-gap:2.75rem;}.column-gap-sm-12{column-gap:3rem;}.column-gap-sm-14{column-gap:3.5rem;}.column-gap-sm-16{column-gap:4rem;}.column-gap-sm-20{column-gap:5rem;}.column-gap-sm-24{column-gap:6rem;}.column-gap-sm-28{column-gap:7rem;}.column-gap-sm-32{column-gap:8rem;}.column-gap-sm-36{column-gap:9rem;}.column-gap-sm-40{column-gap:10rem;}.column-gap-sm-44{column-gap:11rem;}.column-gap-sm-48{column-gap:12rem;}.column-gap-sm-52{column-gap:13rem;}.column-gap-sm-56{column-gap:14rem;}.column-gap-sm-60{column-gap:15rem;}.column-gap-sm-64{column-gap:16rem;}.column-gap-sm-72{column-gap:18rem;}.column-gap-sm-80{column-gap:20rem;}.column-gap-sm-96{column-gap:24rem;}.text-sm-start{text-align:right;}.text-sm-end{text-align:left;}.text-sm-center{text-align:center;}}@media (min-width:768px){.float-md-start{float:right;}.float-md-end{float:left;}.float-md-none{float:none;}.object-fit-md-contain{object-fit:contain;}.object-fit-md-cover{object-fit:cover;}.object-fit-md-fill{object-fit:fill;}.object-fit-md-scale{object-fit:scale-down;}.object-fit-md-none{object-fit:none;}.d-md-inline{display:inline;}.d-md-inline-block{display:inline-block;}.d-md-block{display:block;}.d-md-grid{display:grid;}.d-md-inline-grid{display:inline-grid;}.d-md-table{display:table;}.d-md-table-row{display:table-row;}.d-md-table-cell{display:table-cell;}.d-md-flex{display:flex;}.d-md-inline-flex{display:inline-flex;}.d-md-none{display:none;}.w-md-0{width:0;}.w-md-10{width:10%;}.w-md-20{width:20%;}.w-md-25{width:25%;}.w-md-30{width:30%;}.w-md-33{width:33.333333%;}.w-md-40{width:40%;}.w-md-50{width:50%;}.w-md-60{width:60%;}.w-md-66{width:66.666667%;}.w-md-70{width:70%;}.w-md-75{width:75%;}.w-md-80{width:80%;}.w-md-90{width:90%;}.w-md-100{width:100%;}.w-md-auto{width:auto;}.w-md-vw-25{width:25vw;}.w-md-vw-50{width:50vw;}.w-md-vw-75{width:75vw;}.w-md-vw-100{width:100vw;}.w-md-min{width:min-content;}.w-md-max{width:max-content;}.w-md-fit{width:fit-content;}.min-w-md-0{min-width:0;}.min-w-md-full{min-width:100%;}.min-w-md-min{min-width:min-content;}.min-w-md-max{min-width:max-content;}.min-w-md-fit{min-width:fit-content;}.mw-md-0{max-width:0;}.mw-md-none{max-width:none;}.mw-md-xs{max-width:20rem;}.mw-md-sm{max-width:24rem;}.mw-md-md{max-width:28rem;}.mw-md-lg{max-width:32rem;}.mw-md-xl{max-width:36rem;}.mw-md-2xl{max-width:42rem;}.mw-md-3xl{max-width:48rem;}.mw-md-4xl{max-width:56rem;}.mw-md-5xl{max-width:64rem;}.mw-md-6xl{max-width:72rem;}.mw-md-7xl{max-width:80rem;}.mw-md-full{max-width:100%;}.mw-md-min{max-width:min-content;}.mw-md-max{max-width:max-content;}.mw-md-fit{max-width:fit-content;}.mw-md-prose{max-width:65ch;}.mw-md-screen-sm{max-width:640px;}.mw-md-screen-md{max-width:768px;}.mw-md-screen-lg{max-width:1024px;}.mw-md-screen-xl{max-width:1280px;}.mw-md-screen-xxl{max-width:1536px;}.h-md-0{height:0;}.h-md-10{height:10%;}.h-md-20{height:20%;}.h-md-25{height:25%;}.h-md-30{height:30%;}.h-md-33{height:33.333333%;}.h-md-40{height:40%;}.h-md-50{height:50%;}.h-md-60{height:60%;}.h-md-66{height:66.666667%;}.h-md-70{height:70%;}.h-md-75{height:75%;}.h-md-80{height:80%;}.h-md-90{height:90%;}.h-md-100{height:100%;}.h-md-auto{height:auto;}.h-md-vh-25{height:25vh;}.h-md-vh-50{height:50vh;}.h-md-vh-75{height:75vh;}.h-md-vh-100{height:100vh;}.h-md-min{height:min-content;}.h-md-max{height:max-content;}.h-md-fit{height:fit-content;}.h-md-screen{height:100vh;}.min-h-md-0{min-height:0;}.min-h-md-full{min-height:100%;}.min-h-md-screen{min-height:100vh;}.min-h-md-min{min-height:min-content;}.min-h-md-max{min-height:max-content;}.min-h-md-fit{min-height:fit-content;}.mh-md-0{max-height:0;}.mh-md-none{max-height:none;}.mh-md-full{max-height:100%;}.mh-md-screen{max-height:100vh;}.mh-md-min{max-height:min-content;}.mh-md-max{max-height:max-content;}.mh-md-fit{max-height:fit-content;}.flex-md-fill{flex:1 1 auto;}.flex-md-full{flex:1 1 100%;}.flex-md-row{flex-direction:row;}.flex-md-column{flex-direction:column;}.flex-md-row-reverse{flex-direction:row-reverse;}.flex-md-column-reverse{flex-direction:column-reverse;}.flex-md-grow-0{flex-grow:0;}.flex-md-grow-1{flex-grow:1;}.flex-md-shrink-0{flex-shrink:0;}.flex-md-shrink-1{flex-shrink:1;}.flex-md-wrap{flex-wrap:wrap;}.flex-md-nowrap{flex-wrap:nowrap;}.flex-md-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-md-start{justify-content:flex-start;}.justify-content-md-end{justify-content:flex-end;}.justify-content-md-center{justify-content:center;}.justify-content-md-between{justify-content:space-between;}.justify-content-md-around{justify-content:space-around;}.justify-content-md-evenly{justify-content:space-evenly;}.align-items-md-start{align-items:flex-start;}.align-items-md-end{align-items:flex-end;}.align-items-md-center{align-items:center;}.align-items-md-baseline{align-items:baseline;}.align-items-md-stretch{align-items:stretch;}.align-content-md-start{align-content:flex-start;}.align-content-md-end{align-content:flex-end;}.align-content-md-center{align-content:center;}.align-content-md-between{align-content:space-between;}.align-content-md-around{align-content:space-around;}.align-content-md-stretch{align-content:stretch;}.align-self-md-auto{align-self:auto;}.align-self-md-start{align-self:flex-start;}.align-self-md-end{align-self:flex-end;}.align-self-md-center{align-self:center;}.align-self-md-baseline{align-self:baseline;}.align-self-md-stretch{align-self:stretch;}.order-md-first{order:-1;}.order-md-0{order:0;}.order-md-1{order:1;}.order-md-2{order:2;}.order-md-3{order:3;}.order-md-4{order:4;}.order-md-5{order:5;}.order-md-last{order:6;}.m-md-0{margin:0;}.m-md-px{margin:1px;}.m-md--5{margin:0.125rem;}.m-md-1{margin:0.25rem;}.m-md--4{margin:0.375rem;}.m-md-2{margin:0.5rem;}.m-md--3{margin:0.625rem;}.m-md-3{margin:0.75rem;}.m-md--2{margin:0.875rem;}.m-md-4{margin:1rem;}.m-md-5{margin:1.25rem;}.m-md-6{margin:1.5rem;}.m-md-7{margin:1.75rem;}.m-md-8{margin:2rem;}.m-md-9{margin:2.25rem;}.m-md-10{margin:2.5rem;}.m-md-11{margin:2.75rem;}.m-md-12{margin:3rem;}.m-md-14{margin:3.5rem;}.m-md-16{margin:4rem;}.m-md-20{margin:5rem;}.m-md-24{margin:6rem;}.m-md-28{margin:7rem;}.m-md-32{margin:8rem;}.m-md-36{margin:9rem;}.m-md-40{margin:10rem;}.m-md-44{margin:11rem;}.m-md-48{margin:12rem;}.m-md-52{margin:13rem;}.m-md-56{margin:14rem;}.m-md-60{margin:15rem;}.m-md-64{margin:16rem;}.m-md-72{margin:18rem;}.m-md-80{margin:20rem;}.m-md-96{margin:24rem;}.m-md-auto{margin:auto;}.mx-md-0{margin-left:0;margin-right:0;}.mx-md-px{margin-left:1px;margin-right:1px;}.mx-md--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-md-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-md--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-md-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-md--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-md-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-md--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-md-4{margin-left:1rem;margin-right:1rem;}.mx-md-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-md-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-md-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-md-8{margin-left:2rem;margin-right:2rem;}.mx-md-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-md-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-md-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-md-12{margin-left:3rem;margin-right:3rem;}.mx-md-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-md-16{margin-left:4rem;margin-right:4rem;}.mx-md-20{margin-left:5rem;margin-right:5rem;}.mx-md-24{margin-left:6rem;margin-right:6rem;}.mx-md-28{margin-left:7rem;margin-right:7rem;}.mx-md-32{margin-left:8rem;margin-right:8rem;}.mx-md-36{margin-left:9rem;margin-right:9rem;}.mx-md-40{margin-left:10rem;margin-right:10rem;}.mx-md-44{margin-left:11rem;margin-right:11rem;}.mx-md-48{margin-left:12rem;margin-right:12rem;}.mx-md-52{margin-left:13rem;margin-right:13rem;}.mx-md-56{margin-left:14rem;margin-right:14rem;}.mx-md-60{margin-left:15rem;margin-right:15rem;}.mx-md-64{margin-left:16rem;margin-right:16rem;}.mx-md-72{margin-left:18rem;margin-right:18rem;}.mx-md-80{margin-left:20rem;margin-right:20rem;}.mx-md-96{margin-left:24rem;margin-right:24rem;}.mx-md-auto{margin-left:auto;margin-right:auto;}.my-md-0{margin-top:0;margin-bottom:0;}.my-md-px{margin-top:1px;margin-bottom:1px;}.my-md--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-md-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-md--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-md-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-md--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-md-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-md--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-md-4{margin-top:1rem;margin-bottom:1rem;}.my-md-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-md-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-md-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-md-8{margin-top:2rem;margin-bottom:2rem;}.my-md-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-md-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-md-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-md-12{margin-top:3rem;margin-bottom:3rem;}.my-md-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-md-16{margin-top:4rem;margin-bottom:4rem;}.my-md-20{margin-top:5rem;margin-bottom:5rem;}.my-md-24{margin-top:6rem;margin-bottom:6rem;}.my-md-28{margin-top:7rem;margin-bottom:7rem;}.my-md-32{margin-top:8rem;margin-bottom:8rem;}.my-md-36{margin-top:9rem;margin-bottom:9rem;}.my-md-40{margin-top:10rem;margin-bottom:10rem;}.my-md-44{margin-top:11rem;margin-bottom:11rem;}.my-md-48{margin-top:12rem;margin-bottom:12rem;}.my-md-52{margin-top:13rem;margin-bottom:13rem;}.my-md-56{margin-top:14rem;margin-bottom:14rem;}.my-md-60{margin-top:15rem;margin-bottom:15rem;}.my-md-64{margin-top:16rem;margin-bottom:16rem;}.my-md-72{margin-top:18rem;margin-bottom:18rem;}.my-md-80{margin-top:20rem;margin-bottom:20rem;}.my-md-96{margin-top:24rem;margin-bottom:24rem;}.my-md-auto{margin-top:auto;margin-bottom:auto;}.mt-md-0{margin-top:0;}.mt-md-px{margin-top:1px;}.mt-md--5{margin-top:0.125rem;}.mt-md-1{margin-top:0.25rem;}.mt-md--4{margin-top:0.375rem;}.mt-md-2{margin-top:0.5rem;}.mt-md--3{margin-top:0.625rem;}.mt-md-3{margin-top:0.75rem;}.mt-md--2{margin-top:0.875rem;}.mt-md-4{margin-top:1rem;}.mt-md-5{margin-top:1.25rem;}.mt-md-6{margin-top:1.5rem;}.mt-md-7{margin-top:1.75rem;}.mt-md-8{margin-top:2rem;}.mt-md-9{margin-top:2.25rem;}.mt-md-10{margin-top:2.5rem;}.mt-md-11{margin-top:2.75rem;}.mt-md-12{margin-top:3rem;}.mt-md-14{margin-top:3.5rem;}.mt-md-16{margin-top:4rem;}.mt-md-20{margin-top:5rem;}.mt-md-24{margin-top:6rem;}.mt-md-28{margin-top:7rem;}.mt-md-32{margin-top:8rem;}.mt-md-36{margin-top:9rem;}.mt-md-40{margin-top:10rem;}.mt-md-44{margin-top:11rem;}.mt-md-48{margin-top:12rem;}.mt-md-52{margin-top:13rem;}.mt-md-56{margin-top:14rem;}.mt-md-60{margin-top:15rem;}.mt-md-64{margin-top:16rem;}.mt-md-72{margin-top:18rem;}.mt-md-80{margin-top:20rem;}.mt-md-96{margin-top:24rem;}.mt-md-auto{margin-top:auto;}.me-md-0{margin-left:0;}.me-md-px{margin-left:1px;}.me-md--5{margin-left:0.125rem;}.me-md-1{margin-left:0.25rem;}.me-md--4{margin-left:0.375rem;}.me-md-2{margin-left:0.5rem;}.me-md--3{margin-left:0.625rem;}.me-md-3{margin-left:0.75rem;}.me-md--2{margin-left:0.875rem;}.me-md-4{margin-left:1rem;}.me-md-5{margin-left:1.25rem;}.me-md-6{margin-left:1.5rem;}.me-md-7{margin-left:1.75rem;}.me-md-8{margin-left:2rem;}.me-md-9{margin-left:2.25rem;}.me-md-10{margin-left:2.5rem;}.me-md-11{margin-left:2.75rem;}.me-md-12{margin-left:3rem;}.me-md-14{margin-left:3.5rem;}.me-md-16{margin-left:4rem;}.me-md-20{margin-left:5rem;}.me-md-24{margin-left:6rem;}.me-md-28{margin-left:7rem;}.me-md-32{margin-left:8rem;}.me-md-36{margin-left:9rem;}.me-md-40{margin-left:10rem;}.me-md-44{margin-left:11rem;}.me-md-48{margin-left:12rem;}.me-md-52{margin-left:13rem;}.me-md-56{margin-left:14rem;}.me-md-60{margin-left:15rem;}.me-md-64{margin-left:16rem;}.me-md-72{margin-left:18rem;}.me-md-80{margin-left:20rem;}.me-md-96{margin-left:24rem;}.me-md-auto{margin-left:auto;}.mb-md-0{margin-bottom:0;}.mb-md-px{margin-bottom:1px;}.mb-md--5{margin-bottom:0.125rem;}.mb-md-1{margin-bottom:0.25rem;}.mb-md--4{margin-bottom:0.375rem;}.mb-md-2{margin-bottom:0.5rem;}.mb-md--3{margin-bottom:0.625rem;}.mb-md-3{margin-bottom:0.75rem;}.mb-md--2{margin-bottom:0.875rem;}.mb-md-4{margin-bottom:1rem;}.mb-md-5{margin-bottom:1.25rem;}.mb-md-6{margin-bottom:1.5rem;}.mb-md-7{margin-bottom:1.75rem;}.mb-md-8{margin-bottom:2rem;}.mb-md-9{margin-bottom:2.25rem;}.mb-md-10{margin-bottom:2.5rem;}.mb-md-11{margin-bottom:2.75rem;}.mb-md-12{margin-bottom:3rem;}.mb-md-14{margin-bottom:3.5rem;}.mb-md-16{margin-bottom:4rem;}.mb-md-20{margin-bottom:5rem;}.mb-md-24{margin-bottom:6rem;}.mb-md-28{margin-bottom:7rem;}.mb-md-32{margin-bottom:8rem;}.mb-md-36{margin-bottom:9rem;}.mb-md-40{margin-bottom:10rem;}.mb-md-44{margin-bottom:11rem;}.mb-md-48{margin-bottom:12rem;}.mb-md-52{margin-bottom:13rem;}.mb-md-56{margin-bottom:14rem;}.mb-md-60{margin-bottom:15rem;}.mb-md-64{margin-bottom:16rem;}.mb-md-72{margin-bottom:18rem;}.mb-md-80{margin-bottom:20rem;}.mb-md-96{margin-bottom:24rem;}.mb-md-auto{margin-bottom:auto;}.ms-md-0{margin-right:0;}.ms-md-px{margin-right:1px;}.ms-md--5{margin-right:0.125rem;}.ms-md-1{margin-right:0.25rem;}.ms-md--4{margin-right:0.375rem;}.ms-md-2{margin-right:0.5rem;}.ms-md--3{margin-right:0.625rem;}.ms-md-3{margin-right:0.75rem;}.ms-md--2{margin-right:0.875rem;}.ms-md-4{margin-right:1rem;}.ms-md-5{margin-right:1.25rem;}.ms-md-6{margin-right:1.5rem;}.ms-md-7{margin-right:1.75rem;}.ms-md-8{margin-right:2rem;}.ms-md-9{margin-right:2.25rem;}.ms-md-10{margin-right:2.5rem;}.ms-md-11{margin-right:2.75rem;}.ms-md-12{margin-right:3rem;}.ms-md-14{margin-right:3.5rem;}.ms-md-16{margin-right:4rem;}.ms-md-20{margin-right:5rem;}.ms-md-24{margin-right:6rem;}.ms-md-28{margin-right:7rem;}.ms-md-32{margin-right:8rem;}.ms-md-36{margin-right:9rem;}.ms-md-40{margin-right:10rem;}.ms-md-44{margin-right:11rem;}.ms-md-48{margin-right:12rem;}.ms-md-52{margin-right:13rem;}.ms-md-56{margin-right:14rem;}.ms-md-60{margin-right:15rem;}.ms-md-64{margin-right:16rem;}.ms-md-72{margin-right:18rem;}.ms-md-80{margin-right:20rem;}.ms-md-96{margin-right:24rem;}.ms-md-auto{margin-right:auto;}.p-md-0{padding:0;}.p-md-px{padding:1px;}.p-md--5{padding:0.125rem;}.p-md-1{padding:0.25rem;}.p-md--4{padding:0.375rem;}.p-md-2{padding:0.5rem;}.p-md--3{padding:0.625rem;}.p-md-3{padding:0.75rem;}.p-md--2{padding:0.875rem;}.p-md-4{padding:1rem;}.p-md-5{padding:1.25rem;}.p-md-6{padding:1.5rem;}.p-md-7{padding:1.75rem;}.p-md-8{padding:2rem;}.p-md-9{padding:2.25rem;}.p-md-10{padding:2.5rem;}.p-md-11{padding:2.75rem;}.p-md-12{padding:3rem;}.p-md-14{padding:3.5rem;}.p-md-16{padding:4rem;}.p-md-20{padding:5rem;}.p-md-24{padding:6rem;}.p-md-28{padding:7rem;}.p-md-32{padding:8rem;}.p-md-36{padding:9rem;}.p-md-40{padding:10rem;}.p-md-44{padding:11rem;}.p-md-48{padding:12rem;}.p-md-52{padding:13rem;}.p-md-56{padding:14rem;}.p-md-60{padding:15rem;}.p-md-64{padding:16rem;}.p-md-72{padding:18rem;}.p-md-80{padding:20rem;}.p-md-96{padding:24rem;}.px-md-0{padding-left:0;padding-right:0;}.px-md-px{padding-left:1px;padding-right:1px;}.px-md--5{padding-left:0.125rem;padding-right:0.125rem;}.px-md-1{padding-left:0.25rem;padding-right:0.25rem;}.px-md--4{padding-left:0.375rem;padding-right:0.375rem;}.px-md-2{padding-left:0.5rem;padding-right:0.5rem;}.px-md--3{padding-left:0.625rem;padding-right:0.625rem;}.px-md-3{padding-left:0.75rem;padding-right:0.75rem;}.px-md--2{padding-left:0.875rem;padding-right:0.875rem;}.px-md-4{padding-left:1rem;padding-right:1rem;}.px-md-5{padding-left:1.25rem;padding-right:1.25rem;}.px-md-6{padding-left:1.5rem;padding-right:1.5rem;}.px-md-7{padding-left:1.75rem;padding-right:1.75rem;}.px-md-8{padding-left:2rem;padding-right:2rem;}.px-md-9{padding-left:2.25rem;padding-right:2.25rem;}.px-md-10{padding-left:2.5rem;padding-right:2.5rem;}.px-md-11{padding-left:2.75rem;padding-right:2.75rem;}.px-md-12{padding-left:3rem;padding-right:3rem;}.px-md-14{padding-left:3.5rem;padding-right:3.5rem;}.px-md-16{padding-left:4rem;padding-right:4rem;}.px-md-20{padding-left:5rem;padding-right:5rem;}.px-md-24{padding-left:6rem;padding-right:6rem;}.px-md-28{padding-left:7rem;padding-right:7rem;}.px-md-32{padding-left:8rem;padding-right:8rem;}.px-md-36{padding-left:9rem;padding-right:9rem;}.px-md-40{padding-left:10rem;padding-right:10rem;}.px-md-44{padding-left:11rem;padding-right:11rem;}.px-md-48{padding-left:12rem;padding-right:12rem;}.px-md-52{padding-left:13rem;padding-right:13rem;}.px-md-56{padding-left:14rem;padding-right:14rem;}.px-md-60{padding-left:15rem;padding-right:15rem;}.px-md-64{padding-left:16rem;padding-right:16rem;}.px-md-72{padding-left:18rem;padding-right:18rem;}.px-md-80{padding-left:20rem;padding-right:20rem;}.px-md-96{padding-left:24rem;padding-right:24rem;}.py-md-0{padding-top:0;padding-bottom:0;}.py-md-px{padding-top:1px;padding-bottom:1px;}.py-md--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-md-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-md--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-md-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-md--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-md-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-md--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-md-4{padding-top:1rem;padding-bottom:1rem;}.py-md-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-md-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-md-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-md-8{padding-top:2rem;padding-bottom:2rem;}.py-md-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-md-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-md-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-md-12{padding-top:3rem;padding-bottom:3rem;}.py-md-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-md-16{padding-top:4rem;padding-bottom:4rem;}.py-md-20{padding-top:5rem;padding-bottom:5rem;}.py-md-24{padding-top:6rem;padding-bottom:6rem;}.py-md-28{padding-top:7rem;padding-bottom:7rem;}.py-md-32{padding-top:8rem;padding-bottom:8rem;}.py-md-36{padding-top:9rem;padding-bottom:9rem;}.py-md-40{padding-top:10rem;padding-bottom:10rem;}.py-md-44{padding-top:11rem;padding-bottom:11rem;}.py-md-48{padding-top:12rem;padding-bottom:12rem;}.py-md-52{padding-top:13rem;padding-bottom:13rem;}.py-md-56{padding-top:14rem;padding-bottom:14rem;}.py-md-60{padding-top:15rem;padding-bottom:15rem;}.py-md-64{padding-top:16rem;padding-bottom:16rem;}.py-md-72{padding-top:18rem;padding-bottom:18rem;}.py-md-80{padding-top:20rem;padding-bottom:20rem;}.py-md-96{padding-top:24rem;padding-bottom:24rem;}.pt-md-0{padding-top:0;}.pt-md-px{padding-top:1px;}.pt-md--5{padding-top:0.125rem;}.pt-md-1{padding-top:0.25rem;}.pt-md--4{padding-top:0.375rem;}.pt-md-2{padding-top:0.5rem;}.pt-md--3{padding-top:0.625rem;}.pt-md-3{padding-top:0.75rem;}.pt-md--2{padding-top:0.875rem;}.pt-md-4{padding-top:1rem;}.pt-md-5{padding-top:1.25rem;}.pt-md-6{padding-top:1.5rem;}.pt-md-7{padding-top:1.75rem;}.pt-md-8{padding-top:2rem;}.pt-md-9{padding-top:2.25rem;}.pt-md-10{padding-top:2.5rem;}.pt-md-11{padding-top:2.75rem;}.pt-md-12{padding-top:3rem;}.pt-md-14{padding-top:3.5rem;}.pt-md-16{padding-top:4rem;}.pt-md-20{padding-top:5rem;}.pt-md-24{padding-top:6rem;}.pt-md-28{padding-top:7rem;}.pt-md-32{padding-top:8rem;}.pt-md-36{padding-top:9rem;}.pt-md-40{padding-top:10rem;}.pt-md-44{padding-top:11rem;}.pt-md-48{padding-top:12rem;}.pt-md-52{padding-top:13rem;}.pt-md-56{padding-top:14rem;}.pt-md-60{padding-top:15rem;}.pt-md-64{padding-top:16rem;}.pt-md-72{padding-top:18rem;}.pt-md-80{padding-top:20rem;}.pt-md-96{padding-top:24rem;}.pe-md-0{padding-left:0;}.pe-md-px{padding-left:1px;}.pe-md--5{padding-left:0.125rem;}.pe-md-1{padding-left:0.25rem;}.pe-md--4{padding-left:0.375rem;}.pe-md-2{padding-left:0.5rem;}.pe-md--3{padding-left:0.625rem;}.pe-md-3{padding-left:0.75rem;}.pe-md--2{padding-left:0.875rem;}.pe-md-4{padding-left:1rem;}.pe-md-5{padding-left:1.25rem;}.pe-md-6{padding-left:1.5rem;}.pe-md-7{padding-left:1.75rem;}.pe-md-8{padding-left:2rem;}.pe-md-9{padding-left:2.25rem;}.pe-md-10{padding-left:2.5rem;}.pe-md-11{padding-left:2.75rem;}.pe-md-12{padding-left:3rem;}.pe-md-14{padding-left:3.5rem;}.pe-md-16{padding-left:4rem;}.pe-md-20{padding-left:5rem;}.pe-md-24{padding-left:6rem;}.pe-md-28{padding-left:7rem;}.pe-md-32{padding-left:8rem;}.pe-md-36{padding-left:9rem;}.pe-md-40{padding-left:10rem;}.pe-md-44{padding-left:11rem;}.pe-md-48{padding-left:12rem;}.pe-md-52{padding-left:13rem;}.pe-md-56{padding-left:14rem;}.pe-md-60{padding-left:15rem;}.pe-md-64{padding-left:16rem;}.pe-md-72{padding-left:18rem;}.pe-md-80{padding-left:20rem;}.pe-md-96{padding-left:24rem;}.pb-md-0{padding-bottom:0;}.pb-md-px{padding-bottom:1px;}.pb-md--5{padding-bottom:0.125rem;}.pb-md-1{padding-bottom:0.25rem;}.pb-md--4{padding-bottom:0.375rem;}.pb-md-2{padding-bottom:0.5rem;}.pb-md--3{padding-bottom:0.625rem;}.pb-md-3{padding-bottom:0.75rem;}.pb-md--2{padding-bottom:0.875rem;}.pb-md-4{padding-bottom:1rem;}.pb-md-5{padding-bottom:1.25rem;}.pb-md-6{padding-bottom:1.5rem;}.pb-md-7{padding-bottom:1.75rem;}.pb-md-8{padding-bottom:2rem;}.pb-md-9{padding-bottom:2.25rem;}.pb-md-10{padding-bottom:2.5rem;}.pb-md-11{padding-bottom:2.75rem;}.pb-md-12{padding-bottom:3rem;}.pb-md-14{padding-bottom:3.5rem;}.pb-md-16{padding-bottom:4rem;}.pb-md-20{padding-bottom:5rem;}.pb-md-24{padding-bottom:6rem;}.pb-md-28{padding-bottom:7rem;}.pb-md-32{padding-bottom:8rem;}.pb-md-36{padding-bottom:9rem;}.pb-md-40{padding-bottom:10rem;}.pb-md-44{padding-bottom:11rem;}.pb-md-48{padding-bottom:12rem;}.pb-md-52{padding-bottom:13rem;}.pb-md-56{padding-bottom:14rem;}.pb-md-60{padding-bottom:15rem;}.pb-md-64{padding-bottom:16rem;}.pb-md-72{padding-bottom:18rem;}.pb-md-80{padding-bottom:20rem;}.pb-md-96{padding-bottom:24rem;}.ps-md-0{padding-right:0;}.ps-md-px{padding-right:1px;}.ps-md--5{padding-right:0.125rem;}.ps-md-1{padding-right:0.25rem;}.ps-md--4{padding-right:0.375rem;}.ps-md-2{padding-right:0.5rem;}.ps-md--3{padding-right:0.625rem;}.ps-md-3{padding-right:0.75rem;}.ps-md--2{padding-right:0.875rem;}.ps-md-4{padding-right:1rem;}.ps-md-5{padding-right:1.25rem;}.ps-md-6{padding-right:1.5rem;}.ps-md-7{padding-right:1.75rem;}.ps-md-8{padding-right:2rem;}.ps-md-9{padding-right:2.25rem;}.ps-md-10{padding-right:2.5rem;}.ps-md-11{padding-right:2.75rem;}.ps-md-12{padding-right:3rem;}.ps-md-14{padding-right:3.5rem;}.ps-md-16{padding-right:4rem;}.ps-md-20{padding-right:5rem;}.ps-md-24{padding-right:6rem;}.ps-md-28{padding-right:7rem;}.ps-md-32{padding-right:8rem;}.ps-md-36{padding-right:9rem;}.ps-md-40{padding-right:10rem;}.ps-md-44{padding-right:11rem;}.ps-md-48{padding-right:12rem;}.ps-md-52{padding-right:13rem;}.ps-md-56{padding-right:14rem;}.ps-md-60{padding-right:15rem;}.ps-md-64{padding-right:16rem;}.ps-md-72{padding-right:18rem;}.ps-md-80{padding-right:20rem;}.ps-md-96{padding-right:24rem;}.gap-md-0{gap:0;}.gap-md-px{gap:1px;}.gap-md--5{gap:0.125rem;}.gap-md-1{gap:0.25rem;}.gap-md--4{gap:0.375rem;}.gap-md-2{gap:0.5rem;}.gap-md--3{gap:0.625rem;}.gap-md-3{gap:0.75rem;}.gap-md--2{gap:0.875rem;}.gap-md-4{gap:1rem;}.gap-md-5{gap:1.25rem;}.gap-md-6{gap:1.5rem;}.gap-md-7{gap:1.75rem;}.gap-md-8{gap:2rem;}.gap-md-9{gap:2.25rem;}.gap-md-10{gap:2.5rem;}.gap-md-11{gap:2.75rem;}.gap-md-12{gap:3rem;}.gap-md-14{gap:3.5rem;}.gap-md-16{gap:4rem;}.gap-md-20{gap:5rem;}.gap-md-24{gap:6rem;}.gap-md-28{gap:7rem;}.gap-md-32{gap:8rem;}.gap-md-36{gap:9rem;}.gap-md-40{gap:10rem;}.gap-md-44{gap:11rem;}.gap-md-48{gap:12rem;}.gap-md-52{gap:13rem;}.gap-md-56{gap:14rem;}.gap-md-60{gap:15rem;}.gap-md-64{gap:16rem;}.gap-md-72{gap:18rem;}.gap-md-80{gap:20rem;}.gap-md-96{gap:24rem;}.row-gap-md-0{row-gap:0;}.row-gap-md-px{row-gap:1px;}.row-gap-md--5{row-gap:0.125rem;}.row-gap-md-1{row-gap:0.25rem;}.row-gap-md--4{row-gap:0.375rem;}.row-gap-md-2{row-gap:0.5rem;}.row-gap-md--3{row-gap:0.625rem;}.row-gap-md-3{row-gap:0.75rem;}.row-gap-md--2{row-gap:0.875rem;}.row-gap-md-4{row-gap:1rem;}.row-gap-md-5{row-gap:1.25rem;}.row-gap-md-6{row-gap:1.5rem;}.row-gap-md-7{row-gap:1.75rem;}.row-gap-md-8{row-gap:2rem;}.row-gap-md-9{row-gap:2.25rem;}.row-gap-md-10{row-gap:2.5rem;}.row-gap-md-11{row-gap:2.75rem;}.row-gap-md-12{row-gap:3rem;}.row-gap-md-14{row-gap:3.5rem;}.row-gap-md-16{row-gap:4rem;}.row-gap-md-20{row-gap:5rem;}.row-gap-md-24{row-gap:6rem;}.row-gap-md-28{row-gap:7rem;}.row-gap-md-32{row-gap:8rem;}.row-gap-md-36{row-gap:9rem;}.row-gap-md-40{row-gap:10rem;}.row-gap-md-44{row-gap:11rem;}.row-gap-md-48{row-gap:12rem;}.row-gap-md-52{row-gap:13rem;}.row-gap-md-56{row-gap:14rem;}.row-gap-md-60{row-gap:15rem;}.row-gap-md-64{row-gap:16rem;}.row-gap-md-72{row-gap:18rem;}.row-gap-md-80{row-gap:20rem;}.row-gap-md-96{row-gap:24rem;}.column-gap-md-0{column-gap:0;}.column-gap-md-px{column-gap:1px;}.column-gap-md--5{column-gap:0.125rem;}.column-gap-md-1{column-gap:0.25rem;}.column-gap-md--4{column-gap:0.375rem;}.column-gap-md-2{column-gap:0.5rem;}.column-gap-md--3{column-gap:0.625rem;}.column-gap-md-3{column-gap:0.75rem;}.column-gap-md--2{column-gap:0.875rem;}.column-gap-md-4{column-gap:1rem;}.column-gap-md-5{column-gap:1.25rem;}.column-gap-md-6{column-gap:1.5rem;}.column-gap-md-7{column-gap:1.75rem;}.column-gap-md-8{column-gap:2rem;}.column-gap-md-9{column-gap:2.25rem;}.column-gap-md-10{column-gap:2.5rem;}.column-gap-md-11{column-gap:2.75rem;}.column-gap-md-12{column-gap:3rem;}.column-gap-md-14{column-gap:3.5rem;}.column-gap-md-16{column-gap:4rem;}.column-gap-md-20{column-gap:5rem;}.column-gap-md-24{column-gap:6rem;}.column-gap-md-28{column-gap:7rem;}.column-gap-md-32{column-gap:8rem;}.column-gap-md-36{column-gap:9rem;}.column-gap-md-40{column-gap:10rem;}.column-gap-md-44{column-gap:11rem;}.column-gap-md-48{column-gap:12rem;}.column-gap-md-52{column-gap:13rem;}.column-gap-md-56{column-gap:14rem;}.column-gap-md-60{column-gap:15rem;}.column-gap-md-64{column-gap:16rem;}.column-gap-md-72{column-gap:18rem;}.column-gap-md-80{column-gap:20rem;}.column-gap-md-96{column-gap:24rem;}.text-md-start{text-align:right;}.text-md-end{text-align:left;}.text-md-center{text-align:center;}}@media (min-width:1024px){.float-lg-start{float:right;}.float-lg-end{float:left;}.float-lg-none{float:none;}.object-fit-lg-contain{object-fit:contain;}.object-fit-lg-cover{object-fit:cover;}.object-fit-lg-fill{object-fit:fill;}.object-fit-lg-scale{object-fit:scale-down;}.object-fit-lg-none{object-fit:none;}.d-lg-inline{display:inline;}.d-lg-inline-block{display:inline-block;}.d-lg-block{display:block;}.d-lg-grid{display:grid;}.d-lg-inline-grid{display:inline-grid;}.d-lg-table{display:table;}.d-lg-table-row{display:table-row;}.d-lg-table-cell{display:table-cell;}.d-lg-flex{display:flex;}.d-lg-inline-flex{display:inline-flex;}.d-lg-none{display:none;}.w-lg-0{width:0;}.w-lg-10{width:10%;}.w-lg-20{width:20%;}.w-lg-25{width:25%;}.w-lg-30{width:30%;}.w-lg-33{width:33.333333%;}.w-lg-40{width:40%;}.w-lg-50{width:50%;}.w-lg-60{width:60%;}.w-lg-66{width:66.666667%;}.w-lg-70{width:70%;}.w-lg-75{width:75%;}.w-lg-80{width:80%;}.w-lg-90{width:90%;}.w-lg-100{width:100%;}.w-lg-auto{width:auto;}.w-lg-vw-25{width:25vw;}.w-lg-vw-50{width:50vw;}.w-lg-vw-75{width:75vw;}.w-lg-vw-100{width:100vw;}.w-lg-min{width:min-content;}.w-lg-max{width:max-content;}.w-lg-fit{width:fit-content;}.min-w-lg-0{min-width:0;}.min-w-lg-full{min-width:100%;}.min-w-lg-min{min-width:min-content;}.min-w-lg-max{min-width:max-content;}.min-w-lg-fit{min-width:fit-content;}.mw-lg-0{max-width:0;}.mw-lg-none{max-width:none;}.mw-lg-xs{max-width:20rem;}.mw-lg-sm{max-width:24rem;}.mw-lg-md{max-width:28rem;}.mw-lg-lg{max-width:32rem;}.mw-lg-xl{max-width:36rem;}.mw-lg-2xl{max-width:42rem;}.mw-lg-3xl{max-width:48rem;}.mw-lg-4xl{max-width:56rem;}.mw-lg-5xl{max-width:64rem;}.mw-lg-6xl{max-width:72rem;}.mw-lg-7xl{max-width:80rem;}.mw-lg-full{max-width:100%;}.mw-lg-min{max-width:min-content;}.mw-lg-max{max-width:max-content;}.mw-lg-fit{max-width:fit-content;}.mw-lg-prose{max-width:65ch;}.mw-lg-screen-sm{max-width:640px;}.mw-lg-screen-md{max-width:768px;}.mw-lg-screen-lg{max-width:1024px;}.mw-lg-screen-xl{max-width:1280px;}.mw-lg-screen-xxl{max-width:1536px;}.h-lg-0{height:0;}.h-lg-10{height:10%;}.h-lg-20{height:20%;}.h-lg-25{height:25%;}.h-lg-30{height:30%;}.h-lg-33{height:33.333333%;}.h-lg-40{height:40%;}.h-lg-50{height:50%;}.h-lg-60{height:60%;}.h-lg-66{height:66.666667%;}.h-lg-70{height:70%;}.h-lg-75{height:75%;}.h-lg-80{height:80%;}.h-lg-90{height:90%;}.h-lg-100{height:100%;}.h-lg-auto{height:auto;}.h-lg-vh-25{height:25vh;}.h-lg-vh-50{height:50vh;}.h-lg-vh-75{height:75vh;}.h-lg-vh-100{height:100vh;}.h-lg-min{height:min-content;}.h-lg-max{height:max-content;}.h-lg-fit{height:fit-content;}.h-lg-screen{height:100vh;}.min-h-lg-0{min-height:0;}.min-h-lg-full{min-height:100%;}.min-h-lg-screen{min-height:100vh;}.min-h-lg-min{min-height:min-content;}.min-h-lg-max{min-height:max-content;}.min-h-lg-fit{min-height:fit-content;}.mh-lg-0{max-height:0;}.mh-lg-none{max-height:none;}.mh-lg-full{max-height:100%;}.mh-lg-screen{max-height:100vh;}.mh-lg-min{max-height:min-content;}.mh-lg-max{max-height:max-content;}.mh-lg-fit{max-height:fit-content;}.flex-lg-fill{flex:1 1 auto;}.flex-lg-full{flex:1 1 100%;}.flex-lg-row{flex-direction:row;}.flex-lg-column{flex-direction:column;}.flex-lg-row-reverse{flex-direction:row-reverse;}.flex-lg-column-reverse{flex-direction:column-reverse;}.flex-lg-grow-0{flex-grow:0;}.flex-lg-grow-1{flex-grow:1;}.flex-lg-shrink-0{flex-shrink:0;}.flex-lg-shrink-1{flex-shrink:1;}.flex-lg-wrap{flex-wrap:wrap;}.flex-lg-nowrap{flex-wrap:nowrap;}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-lg-start{justify-content:flex-start;}.justify-content-lg-end{justify-content:flex-end;}.justify-content-lg-center{justify-content:center;}.justify-content-lg-between{justify-content:space-between;}.justify-content-lg-around{justify-content:space-around;}.justify-content-lg-evenly{justify-content:space-evenly;}.align-items-lg-start{align-items:flex-start;}.align-items-lg-end{align-items:flex-end;}.align-items-lg-center{align-items:center;}.align-items-lg-baseline{align-items:baseline;}.align-items-lg-stretch{align-items:stretch;}.align-content-lg-start{align-content:flex-start;}.align-content-lg-end{align-content:flex-end;}.align-content-lg-center{align-content:center;}.align-content-lg-between{align-content:space-between;}.align-content-lg-around{align-content:space-around;}.align-content-lg-stretch{align-content:stretch;}.align-self-lg-auto{align-self:auto;}.align-self-lg-start{align-self:flex-start;}.align-self-lg-end{align-self:flex-end;}.align-self-lg-center{align-self:center;}.align-self-lg-baseline{align-self:baseline;}.align-self-lg-stretch{align-self:stretch;}.order-lg-first{order:-1;}.order-lg-0{order:0;}.order-lg-1{order:1;}.order-lg-2{order:2;}.order-lg-3{order:3;}.order-lg-4{order:4;}.order-lg-5{order:5;}.order-lg-last{order:6;}.m-lg-0{margin:0;}.m-lg-px{margin:1px;}.m-lg--5{margin:0.125rem;}.m-lg-1{margin:0.25rem;}.m-lg--4{margin:0.375rem;}.m-lg-2{margin:0.5rem;}.m-lg--3{margin:0.625rem;}.m-lg-3{margin:0.75rem;}.m-lg--2{margin:0.875rem;}.m-lg-4{margin:1rem;}.m-lg-5{margin:1.25rem;}.m-lg-6{margin:1.5rem;}.m-lg-7{margin:1.75rem;}.m-lg-8{margin:2rem;}.m-lg-9{margin:2.25rem;}.m-lg-10{margin:2.5rem;}.m-lg-11{margin:2.75rem;}.m-lg-12{margin:3rem;}.m-lg-14{margin:3.5rem;}.m-lg-16{margin:4rem;}.m-lg-20{margin:5rem;}.m-lg-24{margin:6rem;}.m-lg-28{margin:7rem;}.m-lg-32{margin:8rem;}.m-lg-36{margin:9rem;}.m-lg-40{margin:10rem;}.m-lg-44{margin:11rem;}.m-lg-48{margin:12rem;}.m-lg-52{margin:13rem;}.m-lg-56{margin:14rem;}.m-lg-60{margin:15rem;}.m-lg-64{margin:16rem;}.m-lg-72{margin:18rem;}.m-lg-80{margin:20rem;}.m-lg-96{margin:24rem;}.m-lg-auto{margin:auto;}.mx-lg-0{margin-left:0;margin-right:0;}.mx-lg-px{margin-left:1px;margin-right:1px;}.mx-lg--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-lg-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-lg--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-lg-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-lg--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-lg-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-lg--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-lg-4{margin-left:1rem;margin-right:1rem;}.mx-lg-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-lg-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-lg-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-lg-8{margin-left:2rem;margin-right:2rem;}.mx-lg-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-lg-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-lg-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-lg-12{margin-left:3rem;margin-right:3rem;}.mx-lg-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-lg-16{margin-left:4rem;margin-right:4rem;}.mx-lg-20{margin-left:5rem;margin-right:5rem;}.mx-lg-24{margin-left:6rem;margin-right:6rem;}.mx-lg-28{margin-left:7rem;margin-right:7rem;}.mx-lg-32{margin-left:8rem;margin-right:8rem;}.mx-lg-36{margin-left:9rem;margin-right:9rem;}.mx-lg-40{margin-left:10rem;margin-right:10rem;}.mx-lg-44{margin-left:11rem;margin-right:11rem;}.mx-lg-48{margin-left:12rem;margin-right:12rem;}.mx-lg-52{margin-left:13rem;margin-right:13rem;}.mx-lg-56{margin-left:14rem;margin-right:14rem;}.mx-lg-60{margin-left:15rem;margin-right:15rem;}.mx-lg-64{margin-left:16rem;margin-right:16rem;}.mx-lg-72{margin-left:18rem;margin-right:18rem;}.mx-lg-80{margin-left:20rem;margin-right:20rem;}.mx-lg-96{margin-left:24rem;margin-right:24rem;}.mx-lg-auto{margin-left:auto;margin-right:auto;}.my-lg-0{margin-top:0;margin-bottom:0;}.my-lg-px{margin-top:1px;margin-bottom:1px;}.my-lg--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-lg-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-lg--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-lg-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-lg--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-lg-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-lg--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-lg-4{margin-top:1rem;margin-bottom:1rem;}.my-lg-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-lg-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-lg-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-lg-8{margin-top:2rem;margin-bottom:2rem;}.my-lg-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-lg-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-lg-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-lg-12{margin-top:3rem;margin-bottom:3rem;}.my-lg-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-lg-16{margin-top:4rem;margin-bottom:4rem;}.my-lg-20{margin-top:5rem;margin-bottom:5rem;}.my-lg-24{margin-top:6rem;margin-bottom:6rem;}.my-lg-28{margin-top:7rem;margin-bottom:7rem;}.my-lg-32{margin-top:8rem;margin-bottom:8rem;}.my-lg-36{margin-top:9rem;margin-bottom:9rem;}.my-lg-40{margin-top:10rem;margin-bottom:10rem;}.my-lg-44{margin-top:11rem;margin-bottom:11rem;}.my-lg-48{margin-top:12rem;margin-bottom:12rem;}.my-lg-52{margin-top:13rem;margin-bottom:13rem;}.my-lg-56{margin-top:14rem;margin-bottom:14rem;}.my-lg-60{margin-top:15rem;margin-bottom:15rem;}.my-lg-64{margin-top:16rem;margin-bottom:16rem;}.my-lg-72{margin-top:18rem;margin-bottom:18rem;}.my-lg-80{margin-top:20rem;margin-bottom:20rem;}.my-lg-96{margin-top:24rem;margin-bottom:24rem;}.my-lg-auto{margin-top:auto;margin-bottom:auto;}.mt-lg-0{margin-top:0;}.mt-lg-px{margin-top:1px;}.mt-lg--5{margin-top:0.125rem;}.mt-lg-1{margin-top:0.25rem;}.mt-lg--4{margin-top:0.375rem;}.mt-lg-2{margin-top:0.5rem;}.mt-lg--3{margin-top:0.625rem;}.mt-lg-3{margin-top:0.75rem;}.mt-lg--2{margin-top:0.875rem;}.mt-lg-4{margin-top:1rem;}.mt-lg-5{margin-top:1.25rem;}.mt-lg-6{margin-top:1.5rem;}.mt-lg-7{margin-top:1.75rem;}.mt-lg-8{margin-top:2rem;}.mt-lg-9{margin-top:2.25rem;}.mt-lg-10{margin-top:2.5rem;}.mt-lg-11{margin-top:2.75rem;}.mt-lg-12{margin-top:3rem;}.mt-lg-14{margin-top:3.5rem;}.mt-lg-16{margin-top:4rem;}.mt-lg-20{margin-top:5rem;}.mt-lg-24{margin-top:6rem;}.mt-lg-28{margin-top:7rem;}.mt-lg-32{margin-top:8rem;}.mt-lg-36{margin-top:9rem;}.mt-lg-40{margin-top:10rem;}.mt-lg-44{margin-top:11rem;}.mt-lg-48{margin-top:12rem;}.mt-lg-52{margin-top:13rem;}.mt-lg-56{margin-top:14rem;}.mt-lg-60{margin-top:15rem;}.mt-lg-64{margin-top:16rem;}.mt-lg-72{margin-top:18rem;}.mt-lg-80{margin-top:20rem;}.mt-lg-96{margin-top:24rem;}.mt-lg-auto{margin-top:auto;}.me-lg-0{margin-left:0;}.me-lg-px{margin-left:1px;}.me-lg--5{margin-left:0.125rem;}.me-lg-1{margin-left:0.25rem;}.me-lg--4{margin-left:0.375rem;}.me-lg-2{margin-left:0.5rem;}.me-lg--3{margin-left:0.625rem;}.me-lg-3{margin-left:0.75rem;}.me-lg--2{margin-left:0.875rem;}.me-lg-4{margin-left:1rem;}.me-lg-5{margin-left:1.25rem;}.me-lg-6{margin-left:1.5rem;}.me-lg-7{margin-left:1.75rem;}.me-lg-8{margin-left:2rem;}.me-lg-9{margin-left:2.25rem;}.me-lg-10{margin-left:2.5rem;}.me-lg-11{margin-left:2.75rem;}.me-lg-12{margin-left:3rem;}.me-lg-14{margin-left:3.5rem;}.me-lg-16{margin-left:4rem;}.me-lg-20{margin-left:5rem;}.me-lg-24{margin-left:6rem;}.me-lg-28{margin-left:7rem;}.me-lg-32{margin-left:8rem;}.me-lg-36{margin-left:9rem;}.me-lg-40{margin-left:10rem;}.me-lg-44{margin-left:11rem;}.me-lg-48{margin-left:12rem;}.me-lg-52{margin-left:13rem;}.me-lg-56{margin-left:14rem;}.me-lg-60{margin-left:15rem;}.me-lg-64{margin-left:16rem;}.me-lg-72{margin-left:18rem;}.me-lg-80{margin-left:20rem;}.me-lg-96{margin-left:24rem;}.me-lg-auto{margin-left:auto;}.mb-lg-0{margin-bottom:0;}.mb-lg-px{margin-bottom:1px;}.mb-lg--5{margin-bottom:0.125rem;}.mb-lg-1{margin-bottom:0.25rem;}.mb-lg--4{margin-bottom:0.375rem;}.mb-lg-2{margin-bottom:0.5rem;}.mb-lg--3{margin-bottom:0.625rem;}.mb-lg-3{margin-bottom:0.75rem;}.mb-lg--2{margin-bottom:0.875rem;}.mb-lg-4{margin-bottom:1rem;}.mb-lg-5{margin-bottom:1.25rem;}.mb-lg-6{margin-bottom:1.5rem;}.mb-lg-7{margin-bottom:1.75rem;}.mb-lg-8{margin-bottom:2rem;}.mb-lg-9{margin-bottom:2.25rem;}.mb-lg-10{margin-bottom:2.5rem;}.mb-lg-11{margin-bottom:2.75rem;}.mb-lg-12{margin-bottom:3rem;}.mb-lg-14{margin-bottom:3.5rem;}.mb-lg-16{margin-bottom:4rem;}.mb-lg-20{margin-bottom:5rem;}.mb-lg-24{margin-bottom:6rem;}.mb-lg-28{margin-bottom:7rem;}.mb-lg-32{margin-bottom:8rem;}.mb-lg-36{margin-bottom:9rem;}.mb-lg-40{margin-bottom:10rem;}.mb-lg-44{margin-bottom:11rem;}.mb-lg-48{margin-bottom:12rem;}.mb-lg-52{margin-bottom:13rem;}.mb-lg-56{margin-bottom:14rem;}.mb-lg-60{margin-bottom:15rem;}.mb-lg-64{margin-bottom:16rem;}.mb-lg-72{margin-bottom:18rem;}.mb-lg-80{margin-bottom:20rem;}.mb-lg-96{margin-bottom:24rem;}.mb-lg-auto{margin-bottom:auto;}.ms-lg-0{margin-right:0;}.ms-lg-px{margin-right:1px;}.ms-lg--5{margin-right:0.125rem;}.ms-lg-1{margin-right:0.25rem;}.ms-lg--4{margin-right:0.375rem;}.ms-lg-2{margin-right:0.5rem;}.ms-lg--3{margin-right:0.625rem;}.ms-lg-3{margin-right:0.75rem;}.ms-lg--2{margin-right:0.875rem;}.ms-lg-4{margin-right:1rem;}.ms-lg-5{margin-right:1.25rem;}.ms-lg-6{margin-right:1.5rem;}.ms-lg-7{margin-right:1.75rem;}.ms-lg-8{margin-right:2rem;}.ms-lg-9{margin-right:2.25rem;}.ms-lg-10{margin-right:2.5rem;}.ms-lg-11{margin-right:2.75rem;}.ms-lg-12{margin-right:3rem;}.ms-lg-14{margin-right:3.5rem;}.ms-lg-16{margin-right:4rem;}.ms-lg-20{margin-right:5rem;}.ms-lg-24{margin-right:6rem;}.ms-lg-28{margin-right:7rem;}.ms-lg-32{margin-right:8rem;}.ms-lg-36{margin-right:9rem;}.ms-lg-40{margin-right:10rem;}.ms-lg-44{margin-right:11rem;}.ms-lg-48{margin-right:12rem;}.ms-lg-52{margin-right:13rem;}.ms-lg-56{margin-right:14rem;}.ms-lg-60{margin-right:15rem;}.ms-lg-64{margin-right:16rem;}.ms-lg-72{margin-right:18rem;}.ms-lg-80{margin-right:20rem;}.ms-lg-96{margin-right:24rem;}.ms-lg-auto{margin-right:auto;}.p-lg-0{padding:0;}.p-lg-px{padding:1px;}.p-lg--5{padding:0.125rem;}.p-lg-1{padding:0.25rem;}.p-lg--4{padding:0.375rem;}.p-lg-2{padding:0.5rem;}.p-lg--3{padding:0.625rem;}.p-lg-3{padding:0.75rem;}.p-lg--2{padding:0.875rem;}.p-lg-4{padding:1rem;}.p-lg-5{padding:1.25rem;}.p-lg-6{padding:1.5rem;}.p-lg-7{padding:1.75rem;}.p-lg-8{padding:2rem;}.p-lg-9{padding:2.25rem;}.p-lg-10{padding:2.5rem;}.p-lg-11{padding:2.75rem;}.p-lg-12{padding:3rem;}.p-lg-14{padding:3.5rem;}.p-lg-16{padding:4rem;}.p-lg-20{padding:5rem;}.p-lg-24{padding:6rem;}.p-lg-28{padding:7rem;}.p-lg-32{padding:8rem;}.p-lg-36{padding:9rem;}.p-lg-40{padding:10rem;}.p-lg-44{padding:11rem;}.p-lg-48{padding:12rem;}.p-lg-52{padding:13rem;}.p-lg-56{padding:14rem;}.p-lg-60{padding:15rem;}.p-lg-64{padding:16rem;}.p-lg-72{padding:18rem;}.p-lg-80{padding:20rem;}.p-lg-96{padding:24rem;}.px-lg-0{padding-left:0;padding-right:0;}.px-lg-px{padding-left:1px;padding-right:1px;}.px-lg--5{padding-left:0.125rem;padding-right:0.125rem;}.px-lg-1{padding-left:0.25rem;padding-right:0.25rem;}.px-lg--4{padding-left:0.375rem;padding-right:0.375rem;}.px-lg-2{padding-left:0.5rem;padding-right:0.5rem;}.px-lg--3{padding-left:0.625rem;padding-right:0.625rem;}.px-lg-3{padding-left:0.75rem;padding-right:0.75rem;}.px-lg--2{padding-left:0.875rem;padding-right:0.875rem;}.px-lg-4{padding-left:1rem;padding-right:1rem;}.px-lg-5{padding-left:1.25rem;padding-right:1.25rem;}.px-lg-6{padding-left:1.5rem;padding-right:1.5rem;}.px-lg-7{padding-left:1.75rem;padding-right:1.75rem;}.px-lg-8{padding-left:2rem;padding-right:2rem;}.px-lg-9{padding-left:2.25rem;padding-right:2.25rem;}.px-lg-10{padding-left:2.5rem;padding-right:2.5rem;}.px-lg-11{padding-left:2.75rem;padding-right:2.75rem;}.px-lg-12{padding-left:3rem;padding-right:3rem;}.px-lg-14{padding-left:3.5rem;padding-right:3.5rem;}.px-lg-16{padding-left:4rem;padding-right:4rem;}.px-lg-20{padding-left:5rem;padding-right:5rem;}.px-lg-24{padding-left:6rem;padding-right:6rem;}.px-lg-28{padding-left:7rem;padding-right:7rem;}.px-lg-32{padding-left:8rem;padding-right:8rem;}.px-lg-36{padding-left:9rem;padding-right:9rem;}.px-lg-40{padding-left:10rem;padding-right:10rem;}.px-lg-44{padding-left:11rem;padding-right:11rem;}.px-lg-48{padding-left:12rem;padding-right:12rem;}.px-lg-52{padding-left:13rem;padding-right:13rem;}.px-lg-56{padding-left:14rem;padding-right:14rem;}.px-lg-60{padding-left:15rem;padding-right:15rem;}.px-lg-64{padding-left:16rem;padding-right:16rem;}.px-lg-72{padding-left:18rem;padding-right:18rem;}.px-lg-80{padding-left:20rem;padding-right:20rem;}.px-lg-96{padding-left:24rem;padding-right:24rem;}.py-lg-0{padding-top:0;padding-bottom:0;}.py-lg-px{padding-top:1px;padding-bottom:1px;}.py-lg--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-lg-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-lg--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-lg-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-lg--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-lg-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-lg--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-lg-4{padding-top:1rem;padding-bottom:1rem;}.py-lg-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-lg-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-lg-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-lg-8{padding-top:2rem;padding-bottom:2rem;}.py-lg-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-lg-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-lg-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-lg-12{padding-top:3rem;padding-bottom:3rem;}.py-lg-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-lg-16{padding-top:4rem;padding-bottom:4rem;}.py-lg-20{padding-top:5rem;padding-bottom:5rem;}.py-lg-24{padding-top:6rem;padding-bottom:6rem;}.py-lg-28{padding-top:7rem;padding-bottom:7rem;}.py-lg-32{padding-top:8rem;padding-bottom:8rem;}.py-lg-36{padding-top:9rem;padding-bottom:9rem;}.py-lg-40{padding-top:10rem;padding-bottom:10rem;}.py-lg-44{padding-top:11rem;padding-bottom:11rem;}.py-lg-48{padding-top:12rem;padding-bottom:12rem;}.py-lg-52{padding-top:13rem;padding-bottom:13rem;}.py-lg-56{padding-top:14rem;padding-bottom:14rem;}.py-lg-60{padding-top:15rem;padding-bottom:15rem;}.py-lg-64{padding-top:16rem;padding-bottom:16rem;}.py-lg-72{padding-top:18rem;padding-bottom:18rem;}.py-lg-80{padding-top:20rem;padding-bottom:20rem;}.py-lg-96{padding-top:24rem;padding-bottom:24rem;}.pt-lg-0{padding-top:0;}.pt-lg-px{padding-top:1px;}.pt-lg--5{padding-top:0.125rem;}.pt-lg-1{padding-top:0.25rem;}.pt-lg--4{padding-top:0.375rem;}.pt-lg-2{padding-top:0.5rem;}.pt-lg--3{padding-top:0.625rem;}.pt-lg-3{padding-top:0.75rem;}.pt-lg--2{padding-top:0.875rem;}.pt-lg-4{padding-top:1rem;}.pt-lg-5{padding-top:1.25rem;}.pt-lg-6{padding-top:1.5rem;}.pt-lg-7{padding-top:1.75rem;}.pt-lg-8{padding-top:2rem;}.pt-lg-9{padding-top:2.25rem;}.pt-lg-10{padding-top:2.5rem;}.pt-lg-11{padding-top:2.75rem;}.pt-lg-12{padding-top:3rem;}.pt-lg-14{padding-top:3.5rem;}.pt-lg-16{padding-top:4rem;}.pt-lg-20{padding-top:5rem;}.pt-lg-24{padding-top:6rem;}.pt-lg-28{padding-top:7rem;}.pt-lg-32{padding-top:8rem;}.pt-lg-36{padding-top:9rem;}.pt-lg-40{padding-top:10rem;}.pt-lg-44{padding-top:11rem;}.pt-lg-48{padding-top:12rem;}.pt-lg-52{padding-top:13rem;}.pt-lg-56{padding-top:14rem;}.pt-lg-60{padding-top:15rem;}.pt-lg-64{padding-top:16rem;}.pt-lg-72{padding-top:18rem;}.pt-lg-80{padding-top:20rem;}.pt-lg-96{padding-top:24rem;}.pe-lg-0{padding-left:0;}.pe-lg-px{padding-left:1px;}.pe-lg--5{padding-left:0.125rem;}.pe-lg-1{padding-left:0.25rem;}.pe-lg--4{padding-left:0.375rem;}.pe-lg-2{padding-left:0.5rem;}.pe-lg--3{padding-left:0.625rem;}.pe-lg-3{padding-left:0.75rem;}.pe-lg--2{padding-left:0.875rem;}.pe-lg-4{padding-left:1rem;}.pe-lg-5{padding-left:1.25rem;}.pe-lg-6{padding-left:1.5rem;}.pe-lg-7{padding-left:1.75rem;}.pe-lg-8{padding-left:2rem;}.pe-lg-9{padding-left:2.25rem;}.pe-lg-10{padding-left:2.5rem;}.pe-lg-11{padding-left:2.75rem;}.pe-lg-12{padding-left:3rem;}.pe-lg-14{padding-left:3.5rem;}.pe-lg-16{padding-left:4rem;}.pe-lg-20{padding-left:5rem;}.pe-lg-24{padding-left:6rem;}.pe-lg-28{padding-left:7rem;}.pe-lg-32{padding-left:8rem;}.pe-lg-36{padding-left:9rem;}.pe-lg-40{padding-left:10rem;}.pe-lg-44{padding-left:11rem;}.pe-lg-48{padding-left:12rem;}.pe-lg-52{padding-left:13rem;}.pe-lg-56{padding-left:14rem;}.pe-lg-60{padding-left:15rem;}.pe-lg-64{padding-left:16rem;}.pe-lg-72{padding-left:18rem;}.pe-lg-80{padding-left:20rem;}.pe-lg-96{padding-left:24rem;}.pb-lg-0{padding-bottom:0;}.pb-lg-px{padding-bottom:1px;}.pb-lg--5{padding-bottom:0.125rem;}.pb-lg-1{padding-bottom:0.25rem;}.pb-lg--4{padding-bottom:0.375rem;}.pb-lg-2{padding-bottom:0.5rem;}.pb-lg--3{padding-bottom:0.625rem;}.pb-lg-3{padding-bottom:0.75rem;}.pb-lg--2{padding-bottom:0.875rem;}.pb-lg-4{padding-bottom:1rem;}.pb-lg-5{padding-bottom:1.25rem;}.pb-lg-6{padding-bottom:1.5rem;}.pb-lg-7{padding-bottom:1.75rem;}.pb-lg-8{padding-bottom:2rem;}.pb-lg-9{padding-bottom:2.25rem;}.pb-lg-10{padding-bottom:2.5rem;}.pb-lg-11{padding-bottom:2.75rem;}.pb-lg-12{padding-bottom:3rem;}.pb-lg-14{padding-bottom:3.5rem;}.pb-lg-16{padding-bottom:4rem;}.pb-lg-20{padding-bottom:5rem;}.pb-lg-24{padding-bottom:6rem;}.pb-lg-28{padding-bottom:7rem;}.pb-lg-32{padding-bottom:8rem;}.pb-lg-36{padding-bottom:9rem;}.pb-lg-40{padding-bottom:10rem;}.pb-lg-44{padding-bottom:11rem;}.pb-lg-48{padding-bottom:12rem;}.pb-lg-52{padding-bottom:13rem;}.pb-lg-56{padding-bottom:14rem;}.pb-lg-60{padding-bottom:15rem;}.pb-lg-64{padding-bottom:16rem;}.pb-lg-72{padding-bottom:18rem;}.pb-lg-80{padding-bottom:20rem;}.pb-lg-96{padding-bottom:24rem;}.ps-lg-0{padding-right:0;}.ps-lg-px{padding-right:1px;}.ps-lg--5{padding-right:0.125rem;}.ps-lg-1{padding-right:0.25rem;}.ps-lg--4{padding-right:0.375rem;}.ps-lg-2{padding-right:0.5rem;}.ps-lg--3{padding-right:0.625rem;}.ps-lg-3{padding-right:0.75rem;}.ps-lg--2{padding-right:0.875rem;}.ps-lg-4{padding-right:1rem;}.ps-lg-5{padding-right:1.25rem;}.ps-lg-6{padding-right:1.5rem;}.ps-lg-7{padding-right:1.75rem;}.ps-lg-8{padding-right:2rem;}.ps-lg-9{padding-right:2.25rem;}.ps-lg-10{padding-right:2.5rem;}.ps-lg-11{padding-right:2.75rem;}.ps-lg-12{padding-right:3rem;}.ps-lg-14{padding-right:3.5rem;}.ps-lg-16{padding-right:4rem;}.ps-lg-20{padding-right:5rem;}.ps-lg-24{padding-right:6rem;}.ps-lg-28{padding-right:7rem;}.ps-lg-32{padding-right:8rem;}.ps-lg-36{padding-right:9rem;}.ps-lg-40{padding-right:10rem;}.ps-lg-44{padding-right:11rem;}.ps-lg-48{padding-right:12rem;}.ps-lg-52{padding-right:13rem;}.ps-lg-56{padding-right:14rem;}.ps-lg-60{padding-right:15rem;}.ps-lg-64{padding-right:16rem;}.ps-lg-72{padding-right:18rem;}.ps-lg-80{padding-right:20rem;}.ps-lg-96{padding-right:24rem;}.gap-lg-0{gap:0;}.gap-lg-px{gap:1px;}.gap-lg--5{gap:0.125rem;}.gap-lg-1{gap:0.25rem;}.gap-lg--4{gap:0.375rem;}.gap-lg-2{gap:0.5rem;}.gap-lg--3{gap:0.625rem;}.gap-lg-3{gap:0.75rem;}.gap-lg--2{gap:0.875rem;}.gap-lg-4{gap:1rem;}.gap-lg-5{gap:1.25rem;}.gap-lg-6{gap:1.5rem;}.gap-lg-7{gap:1.75rem;}.gap-lg-8{gap:2rem;}.gap-lg-9{gap:2.25rem;}.gap-lg-10{gap:2.5rem;}.gap-lg-11{gap:2.75rem;}.gap-lg-12{gap:3rem;}.gap-lg-14{gap:3.5rem;}.gap-lg-16{gap:4rem;}.gap-lg-20{gap:5rem;}.gap-lg-24{gap:6rem;}.gap-lg-28{gap:7rem;}.gap-lg-32{gap:8rem;}.gap-lg-36{gap:9rem;}.gap-lg-40{gap:10rem;}.gap-lg-44{gap:11rem;}.gap-lg-48{gap:12rem;}.gap-lg-52{gap:13rem;}.gap-lg-56{gap:14rem;}.gap-lg-60{gap:15rem;}.gap-lg-64{gap:16rem;}.gap-lg-72{gap:18rem;}.gap-lg-80{gap:20rem;}.gap-lg-96{gap:24rem;}.row-gap-lg-0{row-gap:0;}.row-gap-lg-px{row-gap:1px;}.row-gap-lg--5{row-gap:0.125rem;}.row-gap-lg-1{row-gap:0.25rem;}.row-gap-lg--4{row-gap:0.375rem;}.row-gap-lg-2{row-gap:0.5rem;}.row-gap-lg--3{row-gap:0.625rem;}.row-gap-lg-3{row-gap:0.75rem;}.row-gap-lg--2{row-gap:0.875rem;}.row-gap-lg-4{row-gap:1rem;}.row-gap-lg-5{row-gap:1.25rem;}.row-gap-lg-6{row-gap:1.5rem;}.row-gap-lg-7{row-gap:1.75rem;}.row-gap-lg-8{row-gap:2rem;}.row-gap-lg-9{row-gap:2.25rem;}.row-gap-lg-10{row-gap:2.5rem;}.row-gap-lg-11{row-gap:2.75rem;}.row-gap-lg-12{row-gap:3rem;}.row-gap-lg-14{row-gap:3.5rem;}.row-gap-lg-16{row-gap:4rem;}.row-gap-lg-20{row-gap:5rem;}.row-gap-lg-24{row-gap:6rem;}.row-gap-lg-28{row-gap:7rem;}.row-gap-lg-32{row-gap:8rem;}.row-gap-lg-36{row-gap:9rem;}.row-gap-lg-40{row-gap:10rem;}.row-gap-lg-44{row-gap:11rem;}.row-gap-lg-48{row-gap:12rem;}.row-gap-lg-52{row-gap:13rem;}.row-gap-lg-56{row-gap:14rem;}.row-gap-lg-60{row-gap:15rem;}.row-gap-lg-64{row-gap:16rem;}.row-gap-lg-72{row-gap:18rem;}.row-gap-lg-80{row-gap:20rem;}.row-gap-lg-96{row-gap:24rem;}.column-gap-lg-0{column-gap:0;}.column-gap-lg-px{column-gap:1px;}.column-gap-lg--5{column-gap:0.125rem;}.column-gap-lg-1{column-gap:0.25rem;}.column-gap-lg--4{column-gap:0.375rem;}.column-gap-lg-2{column-gap:0.5rem;}.column-gap-lg--3{column-gap:0.625rem;}.column-gap-lg-3{column-gap:0.75rem;}.column-gap-lg--2{column-gap:0.875rem;}.column-gap-lg-4{column-gap:1rem;}.column-gap-lg-5{column-gap:1.25rem;}.column-gap-lg-6{column-gap:1.5rem;}.column-gap-lg-7{column-gap:1.75rem;}.column-gap-lg-8{column-gap:2rem;}.column-gap-lg-9{column-gap:2.25rem;}.column-gap-lg-10{column-gap:2.5rem;}.column-gap-lg-11{column-gap:2.75rem;}.column-gap-lg-12{column-gap:3rem;}.column-gap-lg-14{column-gap:3.5rem;}.column-gap-lg-16{column-gap:4rem;}.column-gap-lg-20{column-gap:5rem;}.column-gap-lg-24{column-gap:6rem;}.column-gap-lg-28{column-gap:7rem;}.column-gap-lg-32{column-gap:8rem;}.column-gap-lg-36{column-gap:9rem;}.column-gap-lg-40{column-gap:10rem;}.column-gap-lg-44{column-gap:11rem;}.column-gap-lg-48{column-gap:12rem;}.column-gap-lg-52{column-gap:13rem;}.column-gap-lg-56{column-gap:14rem;}.column-gap-lg-60{column-gap:15rem;}.column-gap-lg-64{column-gap:16rem;}.column-gap-lg-72{column-gap:18rem;}.column-gap-lg-80{column-gap:20rem;}.column-gap-lg-96{column-gap:24rem;}.text-lg-start{text-align:right;}.text-lg-end{text-align:left;}.text-lg-center{text-align:center;}}@media (min-width:1280px){.float-xl-start{float:right;}.float-xl-end{float:left;}.float-xl-none{float:none;}.object-fit-xl-contain{object-fit:contain;}.object-fit-xl-cover{object-fit:cover;}.object-fit-xl-fill{object-fit:fill;}.object-fit-xl-scale{object-fit:scale-down;}.object-fit-xl-none{object-fit:none;}.d-xl-inline{display:inline;}.d-xl-inline-block{display:inline-block;}.d-xl-block{display:block;}.d-xl-grid{display:grid;}.d-xl-inline-grid{display:inline-grid;}.d-xl-table{display:table;}.d-xl-table-row{display:table-row;}.d-xl-table-cell{display:table-cell;}.d-xl-flex{display:flex;}.d-xl-inline-flex{display:inline-flex;}.d-xl-none{display:none;}.w-xl-0{width:0;}.w-xl-10{width:10%;}.w-xl-20{width:20%;}.w-xl-25{width:25%;}.w-xl-30{width:30%;}.w-xl-33{width:33.333333%;}.w-xl-40{width:40%;}.w-xl-50{width:50%;}.w-xl-60{width:60%;}.w-xl-66{width:66.666667%;}.w-xl-70{width:70%;}.w-xl-75{width:75%;}.w-xl-80{width:80%;}.w-xl-90{width:90%;}.w-xl-100{width:100%;}.w-xl-auto{width:auto;}.w-xl-vw-25{width:25vw;}.w-xl-vw-50{width:50vw;}.w-xl-vw-75{width:75vw;}.w-xl-vw-100{width:100vw;}.w-xl-min{width:min-content;}.w-xl-max{width:max-content;}.w-xl-fit{width:fit-content;}.min-w-xl-0{min-width:0;}.min-w-xl-full{min-width:100%;}.min-w-xl-min{min-width:min-content;}.min-w-xl-max{min-width:max-content;}.min-w-xl-fit{min-width:fit-content;}.mw-xl-0{max-width:0;}.mw-xl-none{max-width:none;}.mw-xl-xs{max-width:20rem;}.mw-xl-sm{max-width:24rem;}.mw-xl-md{max-width:28rem;}.mw-xl-lg{max-width:32rem;}.mw-xl-xl{max-width:36rem;}.mw-xl-2xl{max-width:42rem;}.mw-xl-3xl{max-width:48rem;}.mw-xl-4xl{max-width:56rem;}.mw-xl-5xl{max-width:64rem;}.mw-xl-6xl{max-width:72rem;}.mw-xl-7xl{max-width:80rem;}.mw-xl-full{max-width:100%;}.mw-xl-min{max-width:min-content;}.mw-xl-max{max-width:max-content;}.mw-xl-fit{max-width:fit-content;}.mw-xl-prose{max-width:65ch;}.mw-xl-screen-sm{max-width:640px;}.mw-xl-screen-md{max-width:768px;}.mw-xl-screen-lg{max-width:1024px;}.mw-xl-screen-xl{max-width:1280px;}.mw-xl-screen-xxl{max-width:1536px;}.h-xl-0{height:0;}.h-xl-10{height:10%;}.h-xl-20{height:20%;}.h-xl-25{height:25%;}.h-xl-30{height:30%;}.h-xl-33{height:33.333333%;}.h-xl-40{height:40%;}.h-xl-50{height:50%;}.h-xl-60{height:60%;}.h-xl-66{height:66.666667%;}.h-xl-70{height:70%;}.h-xl-75{height:75%;}.h-xl-80{height:80%;}.h-xl-90{height:90%;}.h-xl-100{height:100%;}.h-xl-auto{height:auto;}.h-xl-vh-25{height:25vh;}.h-xl-vh-50{height:50vh;}.h-xl-vh-75{height:75vh;}.h-xl-vh-100{height:100vh;}.h-xl-min{height:min-content;}.h-xl-max{height:max-content;}.h-xl-fit{height:fit-content;}.h-xl-screen{height:100vh;}.min-h-xl-0{min-height:0;}.min-h-xl-full{min-height:100%;}.min-h-xl-screen{min-height:100vh;}.min-h-xl-min{min-height:min-content;}.min-h-xl-max{min-height:max-content;}.min-h-xl-fit{min-height:fit-content;}.mh-xl-0{max-height:0;}.mh-xl-none{max-height:none;}.mh-xl-full{max-height:100%;}.mh-xl-screen{max-height:100vh;}.mh-xl-min{max-height:min-content;}.mh-xl-max{max-height:max-content;}.mh-xl-fit{max-height:fit-content;}.flex-xl-fill{flex:1 1 auto;}.flex-xl-full{flex:1 1 100%;}.flex-xl-row{flex-direction:row;}.flex-xl-column{flex-direction:column;}.flex-xl-row-reverse{flex-direction:row-reverse;}.flex-xl-column-reverse{flex-direction:column-reverse;}.flex-xl-grow-0{flex-grow:0;}.flex-xl-grow-1{flex-grow:1;}.flex-xl-shrink-0{flex-shrink:0;}.flex-xl-shrink-1{flex-shrink:1;}.flex-xl-wrap{flex-wrap:wrap;}.flex-xl-nowrap{flex-wrap:nowrap;}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-xl-start{justify-content:flex-start;}.justify-content-xl-end{justify-content:flex-end;}.justify-content-xl-center{justify-content:center;}.justify-content-xl-between{justify-content:space-between;}.justify-content-xl-around{justify-content:space-around;}.justify-content-xl-evenly{justify-content:space-evenly;}.align-items-xl-start{align-items:flex-start;}.align-items-xl-end{align-items:flex-end;}.align-items-xl-center{align-items:center;}.align-items-xl-baseline{align-items:baseline;}.align-items-xl-stretch{align-items:stretch;}.align-content-xl-start{align-content:flex-start;}.align-content-xl-end{align-content:flex-end;}.align-content-xl-center{align-content:center;}.align-content-xl-between{align-content:space-between;}.align-content-xl-around{align-content:space-around;}.align-content-xl-stretch{align-content:stretch;}.align-self-xl-auto{align-self:auto;}.align-self-xl-start{align-self:flex-start;}.align-self-xl-end{align-self:flex-end;}.align-self-xl-center{align-self:center;}.align-self-xl-baseline{align-self:baseline;}.align-self-xl-stretch{align-self:stretch;}.order-xl-first{order:-1;}.order-xl-0{order:0;}.order-xl-1{order:1;}.order-xl-2{order:2;}.order-xl-3{order:3;}.order-xl-4{order:4;}.order-xl-5{order:5;}.order-xl-last{order:6;}.m-xl-0{margin:0;}.m-xl-px{margin:1px;}.m-xl--5{margin:0.125rem;}.m-xl-1{margin:0.25rem;}.m-xl--4{margin:0.375rem;}.m-xl-2{margin:0.5rem;}.m-xl--3{margin:0.625rem;}.m-xl-3{margin:0.75rem;}.m-xl--2{margin:0.875rem;}.m-xl-4{margin:1rem;}.m-xl-5{margin:1.25rem;}.m-xl-6{margin:1.5rem;}.m-xl-7{margin:1.75rem;}.m-xl-8{margin:2rem;}.m-xl-9{margin:2.25rem;}.m-xl-10{margin:2.5rem;}.m-xl-11{margin:2.75rem;}.m-xl-12{margin:3rem;}.m-xl-14{margin:3.5rem;}.m-xl-16{margin:4rem;}.m-xl-20{margin:5rem;}.m-xl-24{margin:6rem;}.m-xl-28{margin:7rem;}.m-xl-32{margin:8rem;}.m-xl-36{margin:9rem;}.m-xl-40{margin:10rem;}.m-xl-44{margin:11rem;}.m-xl-48{margin:12rem;}.m-xl-52{margin:13rem;}.m-xl-56{margin:14rem;}.m-xl-60{margin:15rem;}.m-xl-64{margin:16rem;}.m-xl-72{margin:18rem;}.m-xl-80{margin:20rem;}.m-xl-96{margin:24rem;}.m-xl-auto{margin:auto;}.mx-xl-0{margin-left:0;margin-right:0;}.mx-xl-px{margin-left:1px;margin-right:1px;}.mx-xl--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-xl-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-xl--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-xl-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-xl--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-xl-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-xl--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-xl-4{margin-left:1rem;margin-right:1rem;}.mx-xl-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-xl-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-xl-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-xl-8{margin-left:2rem;margin-right:2rem;}.mx-xl-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-xl-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-xl-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-xl-12{margin-left:3rem;margin-right:3rem;}.mx-xl-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-xl-16{margin-left:4rem;margin-right:4rem;}.mx-xl-20{margin-left:5rem;margin-right:5rem;}.mx-xl-24{margin-left:6rem;margin-right:6rem;}.mx-xl-28{margin-left:7rem;margin-right:7rem;}.mx-xl-32{margin-left:8rem;margin-right:8rem;}.mx-xl-36{margin-left:9rem;margin-right:9rem;}.mx-xl-40{margin-left:10rem;margin-right:10rem;}.mx-xl-44{margin-left:11rem;margin-right:11rem;}.mx-xl-48{margin-left:12rem;margin-right:12rem;}.mx-xl-52{margin-left:13rem;margin-right:13rem;}.mx-xl-56{margin-left:14rem;margin-right:14rem;}.mx-xl-60{margin-left:15rem;margin-right:15rem;}.mx-xl-64{margin-left:16rem;margin-right:16rem;}.mx-xl-72{margin-left:18rem;margin-right:18rem;}.mx-xl-80{margin-left:20rem;margin-right:20rem;}.mx-xl-96{margin-left:24rem;margin-right:24rem;}.mx-xl-auto{margin-left:auto;margin-right:auto;}.my-xl-0{margin-top:0;margin-bottom:0;}.my-xl-px{margin-top:1px;margin-bottom:1px;}.my-xl--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-xl-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-xl--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-xl-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-xl--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-xl-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-xl--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-xl-4{margin-top:1rem;margin-bottom:1rem;}.my-xl-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-xl-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-xl-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-xl-8{margin-top:2rem;margin-bottom:2rem;}.my-xl-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-xl-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-xl-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-xl-12{margin-top:3rem;margin-bottom:3rem;}.my-xl-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-xl-16{margin-top:4rem;margin-bottom:4rem;}.my-xl-20{margin-top:5rem;margin-bottom:5rem;}.my-xl-24{margin-top:6rem;margin-bottom:6rem;}.my-xl-28{margin-top:7rem;margin-bottom:7rem;}.my-xl-32{margin-top:8rem;margin-bottom:8rem;}.my-xl-36{margin-top:9rem;margin-bottom:9rem;}.my-xl-40{margin-top:10rem;margin-bottom:10rem;}.my-xl-44{margin-top:11rem;margin-bottom:11rem;}.my-xl-48{margin-top:12rem;margin-bottom:12rem;}.my-xl-52{margin-top:13rem;margin-bottom:13rem;}.my-xl-56{margin-top:14rem;margin-bottom:14rem;}.my-xl-60{margin-top:15rem;margin-bottom:15rem;}.my-xl-64{margin-top:16rem;margin-bottom:16rem;}.my-xl-72{margin-top:18rem;margin-bottom:18rem;}.my-xl-80{margin-top:20rem;margin-bottom:20rem;}.my-xl-96{margin-top:24rem;margin-bottom:24rem;}.my-xl-auto{margin-top:auto;margin-bottom:auto;}.mt-xl-0{margin-top:0;}.mt-xl-px{margin-top:1px;}.mt-xl--5{margin-top:0.125rem;}.mt-xl-1{margin-top:0.25rem;}.mt-xl--4{margin-top:0.375rem;}.mt-xl-2{margin-top:0.5rem;}.mt-xl--3{margin-top:0.625rem;}.mt-xl-3{margin-top:0.75rem;}.mt-xl--2{margin-top:0.875rem;}.mt-xl-4{margin-top:1rem;}.mt-xl-5{margin-top:1.25rem;}.mt-xl-6{margin-top:1.5rem;}.mt-xl-7{margin-top:1.75rem;}.mt-xl-8{margin-top:2rem;}.mt-xl-9{margin-top:2.25rem;}.mt-xl-10{margin-top:2.5rem;}.mt-xl-11{margin-top:2.75rem;}.mt-xl-12{margin-top:3rem;}.mt-xl-14{margin-top:3.5rem;}.mt-xl-16{margin-top:4rem;}.mt-xl-20{margin-top:5rem;}.mt-xl-24{margin-top:6rem;}.mt-xl-28{margin-top:7rem;}.mt-xl-32{margin-top:8rem;}.mt-xl-36{margin-top:9rem;}.mt-xl-40{margin-top:10rem;}.mt-xl-44{margin-top:11rem;}.mt-xl-48{margin-top:12rem;}.mt-xl-52{margin-top:13rem;}.mt-xl-56{margin-top:14rem;}.mt-xl-60{margin-top:15rem;}.mt-xl-64{margin-top:16rem;}.mt-xl-72{margin-top:18rem;}.mt-xl-80{margin-top:20rem;}.mt-xl-96{margin-top:24rem;}.mt-xl-auto{margin-top:auto;}.me-xl-0{margin-left:0;}.me-xl-px{margin-left:1px;}.me-xl--5{margin-left:0.125rem;}.me-xl-1{margin-left:0.25rem;}.me-xl--4{margin-left:0.375rem;}.me-xl-2{margin-left:0.5rem;}.me-xl--3{margin-left:0.625rem;}.me-xl-3{margin-left:0.75rem;}.me-xl--2{margin-left:0.875rem;}.me-xl-4{margin-left:1rem;}.me-xl-5{margin-left:1.25rem;}.me-xl-6{margin-left:1.5rem;}.me-xl-7{margin-left:1.75rem;}.me-xl-8{margin-left:2rem;}.me-xl-9{margin-left:2.25rem;}.me-xl-10{margin-left:2.5rem;}.me-xl-11{margin-left:2.75rem;}.me-xl-12{margin-left:3rem;}.me-xl-14{margin-left:3.5rem;}.me-xl-16{margin-left:4rem;}.me-xl-20{margin-left:5rem;}.me-xl-24{margin-left:6rem;}.me-xl-28{margin-left:7rem;}.me-xl-32{margin-left:8rem;}.me-xl-36{margin-left:9rem;}.me-xl-40{margin-left:10rem;}.me-xl-44{margin-left:11rem;}.me-xl-48{margin-left:12rem;}.me-xl-52{margin-left:13rem;}.me-xl-56{margin-left:14rem;}.me-xl-60{margin-left:15rem;}.me-xl-64{margin-left:16rem;}.me-xl-72{margin-left:18rem;}.me-xl-80{margin-left:20rem;}.me-xl-96{margin-left:24rem;}.me-xl-auto{margin-left:auto;}.mb-xl-0{margin-bottom:0;}.mb-xl-px{margin-bottom:1px;}.mb-xl--5{margin-bottom:0.125rem;}.mb-xl-1{margin-bottom:0.25rem;}.mb-xl--4{margin-bottom:0.375rem;}.mb-xl-2{margin-bottom:0.5rem;}.mb-xl--3{margin-bottom:0.625rem;}.mb-xl-3{margin-bottom:0.75rem;}.mb-xl--2{margin-bottom:0.875rem;}.mb-xl-4{margin-bottom:1rem;}.mb-xl-5{margin-bottom:1.25rem;}.mb-xl-6{margin-bottom:1.5rem;}.mb-xl-7{margin-bottom:1.75rem;}.mb-xl-8{margin-bottom:2rem;}.mb-xl-9{margin-bottom:2.25rem;}.mb-xl-10{margin-bottom:2.5rem;}.mb-xl-11{margin-bottom:2.75rem;}.mb-xl-12{margin-bottom:3rem;}.mb-xl-14{margin-bottom:3.5rem;}.mb-xl-16{margin-bottom:4rem;}.mb-xl-20{margin-bottom:5rem;}.mb-xl-24{margin-bottom:6rem;}.mb-xl-28{margin-bottom:7rem;}.mb-xl-32{margin-bottom:8rem;}.mb-xl-36{margin-bottom:9rem;}.mb-xl-40{margin-bottom:10rem;}.mb-xl-44{margin-bottom:11rem;}.mb-xl-48{margin-bottom:12rem;}.mb-xl-52{margin-bottom:13rem;}.mb-xl-56{margin-bottom:14rem;}.mb-xl-60{margin-bottom:15rem;}.mb-xl-64{margin-bottom:16rem;}.mb-xl-72{margin-bottom:18rem;}.mb-xl-80{margin-bottom:20rem;}.mb-xl-96{margin-bottom:24rem;}.mb-xl-auto{margin-bottom:auto;}.ms-xl-0{margin-right:0;}.ms-xl-px{margin-right:1px;}.ms-xl--5{margin-right:0.125rem;}.ms-xl-1{margin-right:0.25rem;}.ms-xl--4{margin-right:0.375rem;}.ms-xl-2{margin-right:0.5rem;}.ms-xl--3{margin-right:0.625rem;}.ms-xl-3{margin-right:0.75rem;}.ms-xl--2{margin-right:0.875rem;}.ms-xl-4{margin-right:1rem;}.ms-xl-5{margin-right:1.25rem;}.ms-xl-6{margin-right:1.5rem;}.ms-xl-7{margin-right:1.75rem;}.ms-xl-8{margin-right:2rem;}.ms-xl-9{margin-right:2.25rem;}.ms-xl-10{margin-right:2.5rem;}.ms-xl-11{margin-right:2.75rem;}.ms-xl-12{margin-right:3rem;}.ms-xl-14{margin-right:3.5rem;}.ms-xl-16{margin-right:4rem;}.ms-xl-20{margin-right:5rem;}.ms-xl-24{margin-right:6rem;}.ms-xl-28{margin-right:7rem;}.ms-xl-32{margin-right:8rem;}.ms-xl-36{margin-right:9rem;}.ms-xl-40{margin-right:10rem;}.ms-xl-44{margin-right:11rem;}.ms-xl-48{margin-right:12rem;}.ms-xl-52{margin-right:13rem;}.ms-xl-56{margin-right:14rem;}.ms-xl-60{margin-right:15rem;}.ms-xl-64{margin-right:16rem;}.ms-xl-72{margin-right:18rem;}.ms-xl-80{margin-right:20rem;}.ms-xl-96{margin-right:24rem;}.ms-xl-auto{margin-right:auto;}.p-xl-0{padding:0;}.p-xl-px{padding:1px;}.p-xl--5{padding:0.125rem;}.p-xl-1{padding:0.25rem;}.p-xl--4{padding:0.375rem;}.p-xl-2{padding:0.5rem;}.p-xl--3{padding:0.625rem;}.p-xl-3{padding:0.75rem;}.p-xl--2{padding:0.875rem;}.p-xl-4{padding:1rem;}.p-xl-5{padding:1.25rem;}.p-xl-6{padding:1.5rem;}.p-xl-7{padding:1.75rem;}.p-xl-8{padding:2rem;}.p-xl-9{padding:2.25rem;}.p-xl-10{padding:2.5rem;}.p-xl-11{padding:2.75rem;}.p-xl-12{padding:3rem;}.p-xl-14{padding:3.5rem;}.p-xl-16{padding:4rem;}.p-xl-20{padding:5rem;}.p-xl-24{padding:6rem;}.p-xl-28{padding:7rem;}.p-xl-32{padding:8rem;}.p-xl-36{padding:9rem;}.p-xl-40{padding:10rem;}.p-xl-44{padding:11rem;}.p-xl-48{padding:12rem;}.p-xl-52{padding:13rem;}.p-xl-56{padding:14rem;}.p-xl-60{padding:15rem;}.p-xl-64{padding:16rem;}.p-xl-72{padding:18rem;}.p-xl-80{padding:20rem;}.p-xl-96{padding:24rem;}.px-xl-0{padding-left:0;padding-right:0;}.px-xl-px{padding-left:1px;padding-right:1px;}.px-xl--5{padding-left:0.125rem;padding-right:0.125rem;}.px-xl-1{padding-left:0.25rem;padding-right:0.25rem;}.px-xl--4{padding-left:0.375rem;padding-right:0.375rem;}.px-xl-2{padding-left:0.5rem;padding-right:0.5rem;}.px-xl--3{padding-left:0.625rem;padding-right:0.625rem;}.px-xl-3{padding-left:0.75rem;padding-right:0.75rem;}.px-xl--2{padding-left:0.875rem;padding-right:0.875rem;}.px-xl-4{padding-left:1rem;padding-right:1rem;}.px-xl-5{padding-left:1.25rem;padding-right:1.25rem;}.px-xl-6{padding-left:1.5rem;padding-right:1.5rem;}.px-xl-7{padding-left:1.75rem;padding-right:1.75rem;}.px-xl-8{padding-left:2rem;padding-right:2rem;}.px-xl-9{padding-left:2.25rem;padding-right:2.25rem;}.px-xl-10{padding-left:2.5rem;padding-right:2.5rem;}.px-xl-11{padding-left:2.75rem;padding-right:2.75rem;}.px-xl-12{padding-left:3rem;padding-right:3rem;}.px-xl-14{padding-left:3.5rem;padding-right:3.5rem;}.px-xl-16{padding-left:4rem;padding-right:4rem;}.px-xl-20{padding-left:5rem;padding-right:5rem;}.px-xl-24{padding-left:6rem;padding-right:6rem;}.px-xl-28{padding-left:7rem;padding-right:7rem;}.px-xl-32{padding-left:8rem;padding-right:8rem;}.px-xl-36{padding-left:9rem;padding-right:9rem;}.px-xl-40{padding-left:10rem;padding-right:10rem;}.px-xl-44{padding-left:11rem;padding-right:11rem;}.px-xl-48{padding-left:12rem;padding-right:12rem;}.px-xl-52{padding-left:13rem;padding-right:13rem;}.px-xl-56{padding-left:14rem;padding-right:14rem;}.px-xl-60{padding-left:15rem;padding-right:15rem;}.px-xl-64{padding-left:16rem;padding-right:16rem;}.px-xl-72{padding-left:18rem;padding-right:18rem;}.px-xl-80{padding-left:20rem;padding-right:20rem;}.px-xl-96{padding-left:24rem;padding-right:24rem;}.py-xl-0{padding-top:0;padding-bottom:0;}.py-xl-px{padding-top:1px;padding-bottom:1px;}.py-xl--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-xl-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-xl--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-xl-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-xl--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-xl-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-xl--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-xl-4{padding-top:1rem;padding-bottom:1rem;}.py-xl-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-xl-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-xl-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-xl-8{padding-top:2rem;padding-bottom:2rem;}.py-xl-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-xl-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-xl-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-xl-12{padding-top:3rem;padding-bottom:3rem;}.py-xl-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-xl-16{padding-top:4rem;padding-bottom:4rem;}.py-xl-20{padding-top:5rem;padding-bottom:5rem;}.py-xl-24{padding-top:6rem;padding-bottom:6rem;}.py-xl-28{padding-top:7rem;padding-bottom:7rem;}.py-xl-32{padding-top:8rem;padding-bottom:8rem;}.py-xl-36{padding-top:9rem;padding-bottom:9rem;}.py-xl-40{padding-top:10rem;padding-bottom:10rem;}.py-xl-44{padding-top:11rem;padding-bottom:11rem;}.py-xl-48{padding-top:12rem;padding-bottom:12rem;}.py-xl-52{padding-top:13rem;padding-bottom:13rem;}.py-xl-56{padding-top:14rem;padding-bottom:14rem;}.py-xl-60{padding-top:15rem;padding-bottom:15rem;}.py-xl-64{padding-top:16rem;padding-bottom:16rem;}.py-xl-72{padding-top:18rem;padding-bottom:18rem;}.py-xl-80{padding-top:20rem;padding-bottom:20rem;}.py-xl-96{padding-top:24rem;padding-bottom:24rem;}.pt-xl-0{padding-top:0;}.pt-xl-px{padding-top:1px;}.pt-xl--5{padding-top:0.125rem;}.pt-xl-1{padding-top:0.25rem;}.pt-xl--4{padding-top:0.375rem;}.pt-xl-2{padding-top:0.5rem;}.pt-xl--3{padding-top:0.625rem;}.pt-xl-3{padding-top:0.75rem;}.pt-xl--2{padding-top:0.875rem;}.pt-xl-4{padding-top:1rem;}.pt-xl-5{padding-top:1.25rem;}.pt-xl-6{padding-top:1.5rem;}.pt-xl-7{padding-top:1.75rem;}.pt-xl-8{padding-top:2rem;}.pt-xl-9{padding-top:2.25rem;}.pt-xl-10{padding-top:2.5rem;}.pt-xl-11{padding-top:2.75rem;}.pt-xl-12{padding-top:3rem;}.pt-xl-14{padding-top:3.5rem;}.pt-xl-16{padding-top:4rem;}.pt-xl-20{padding-top:5rem;}.pt-xl-24{padding-top:6rem;}.pt-xl-28{padding-top:7rem;}.pt-xl-32{padding-top:8rem;}.pt-xl-36{padding-top:9rem;}.pt-xl-40{padding-top:10rem;}.pt-xl-44{padding-top:11rem;}.pt-xl-48{padding-top:12rem;}.pt-xl-52{padding-top:13rem;}.pt-xl-56{padding-top:14rem;}.pt-xl-60{padding-top:15rem;}.pt-xl-64{padding-top:16rem;}.pt-xl-72{padding-top:18rem;}.pt-xl-80{padding-top:20rem;}.pt-xl-96{padding-top:24rem;}.pe-xl-0{padding-left:0;}.pe-xl-px{padding-left:1px;}.pe-xl--5{padding-left:0.125rem;}.pe-xl-1{padding-left:0.25rem;}.pe-xl--4{padding-left:0.375rem;}.pe-xl-2{padding-left:0.5rem;}.pe-xl--3{padding-left:0.625rem;}.pe-xl-3{padding-left:0.75rem;}.pe-xl--2{padding-left:0.875rem;}.pe-xl-4{padding-left:1rem;}.pe-xl-5{padding-left:1.25rem;}.pe-xl-6{padding-left:1.5rem;}.pe-xl-7{padding-left:1.75rem;}.pe-xl-8{padding-left:2rem;}.pe-xl-9{padding-left:2.25rem;}.pe-xl-10{padding-left:2.5rem;}.pe-xl-11{padding-left:2.75rem;}.pe-xl-12{padding-left:3rem;}.pe-xl-14{padding-left:3.5rem;}.pe-xl-16{padding-left:4rem;}.pe-xl-20{padding-left:5rem;}.pe-xl-24{padding-left:6rem;}.pe-xl-28{padding-left:7rem;}.pe-xl-32{padding-left:8rem;}.pe-xl-36{padding-left:9rem;}.pe-xl-40{padding-left:10rem;}.pe-xl-44{padding-left:11rem;}.pe-xl-48{padding-left:12rem;}.pe-xl-52{padding-left:13rem;}.pe-xl-56{padding-left:14rem;}.pe-xl-60{padding-left:15rem;}.pe-xl-64{padding-left:16rem;}.pe-xl-72{padding-left:18rem;}.pe-xl-80{padding-left:20rem;}.pe-xl-96{padding-left:24rem;}.pb-xl-0{padding-bottom:0;}.pb-xl-px{padding-bottom:1px;}.pb-xl--5{padding-bottom:0.125rem;}.pb-xl-1{padding-bottom:0.25rem;}.pb-xl--4{padding-bottom:0.375rem;}.pb-xl-2{padding-bottom:0.5rem;}.pb-xl--3{padding-bottom:0.625rem;}.pb-xl-3{padding-bottom:0.75rem;}.pb-xl--2{padding-bottom:0.875rem;}.pb-xl-4{padding-bottom:1rem;}.pb-xl-5{padding-bottom:1.25rem;}.pb-xl-6{padding-bottom:1.5rem;}.pb-xl-7{padding-bottom:1.75rem;}.pb-xl-8{padding-bottom:2rem;}.pb-xl-9{padding-bottom:2.25rem;}.pb-xl-10{padding-bottom:2.5rem;}.pb-xl-11{padding-bottom:2.75rem;}.pb-xl-12{padding-bottom:3rem;}.pb-xl-14{padding-bottom:3.5rem;}.pb-xl-16{padding-bottom:4rem;}.pb-xl-20{padding-bottom:5rem;}.pb-xl-24{padding-bottom:6rem;}.pb-xl-28{padding-bottom:7rem;}.pb-xl-32{padding-bottom:8rem;}.pb-xl-36{padding-bottom:9rem;}.pb-xl-40{padding-bottom:10rem;}.pb-xl-44{padding-bottom:11rem;}.pb-xl-48{padding-bottom:12rem;}.pb-xl-52{padding-bottom:13rem;}.pb-xl-56{padding-bottom:14rem;}.pb-xl-60{padding-bottom:15rem;}.pb-xl-64{padding-bottom:16rem;}.pb-xl-72{padding-bottom:18rem;}.pb-xl-80{padding-bottom:20rem;}.pb-xl-96{padding-bottom:24rem;}.ps-xl-0{padding-right:0;}.ps-xl-px{padding-right:1px;}.ps-xl--5{padding-right:0.125rem;}.ps-xl-1{padding-right:0.25rem;}.ps-xl--4{padding-right:0.375rem;}.ps-xl-2{padding-right:0.5rem;}.ps-xl--3{padding-right:0.625rem;}.ps-xl-3{padding-right:0.75rem;}.ps-xl--2{padding-right:0.875rem;}.ps-xl-4{padding-right:1rem;}.ps-xl-5{padding-right:1.25rem;}.ps-xl-6{padding-right:1.5rem;}.ps-xl-7{padding-right:1.75rem;}.ps-xl-8{padding-right:2rem;}.ps-xl-9{padding-right:2.25rem;}.ps-xl-10{padding-right:2.5rem;}.ps-xl-11{padding-right:2.75rem;}.ps-xl-12{padding-right:3rem;}.ps-xl-14{padding-right:3.5rem;}.ps-xl-16{padding-right:4rem;}.ps-xl-20{padding-right:5rem;}.ps-xl-24{padding-right:6rem;}.ps-xl-28{padding-right:7rem;}.ps-xl-32{padding-right:8rem;}.ps-xl-36{padding-right:9rem;}.ps-xl-40{padding-right:10rem;}.ps-xl-44{padding-right:11rem;}.ps-xl-48{padding-right:12rem;}.ps-xl-52{padding-right:13rem;}.ps-xl-56{padding-right:14rem;}.ps-xl-60{padding-right:15rem;}.ps-xl-64{padding-right:16rem;}.ps-xl-72{padding-right:18rem;}.ps-xl-80{padding-right:20rem;}.ps-xl-96{padding-right:24rem;}.gap-xl-0{gap:0;}.gap-xl-px{gap:1px;}.gap-xl--5{gap:0.125rem;}.gap-xl-1{gap:0.25rem;}.gap-xl--4{gap:0.375rem;}.gap-xl-2{gap:0.5rem;}.gap-xl--3{gap:0.625rem;}.gap-xl-3{gap:0.75rem;}.gap-xl--2{gap:0.875rem;}.gap-xl-4{gap:1rem;}.gap-xl-5{gap:1.25rem;}.gap-xl-6{gap:1.5rem;}.gap-xl-7{gap:1.75rem;}.gap-xl-8{gap:2rem;}.gap-xl-9{gap:2.25rem;}.gap-xl-10{gap:2.5rem;}.gap-xl-11{gap:2.75rem;}.gap-xl-12{gap:3rem;}.gap-xl-14{gap:3.5rem;}.gap-xl-16{gap:4rem;}.gap-xl-20{gap:5rem;}.gap-xl-24{gap:6rem;}.gap-xl-28{gap:7rem;}.gap-xl-32{gap:8rem;}.gap-xl-36{gap:9rem;}.gap-xl-40{gap:10rem;}.gap-xl-44{gap:11rem;}.gap-xl-48{gap:12rem;}.gap-xl-52{gap:13rem;}.gap-xl-56{gap:14rem;}.gap-xl-60{gap:15rem;}.gap-xl-64{gap:16rem;}.gap-xl-72{gap:18rem;}.gap-xl-80{gap:20rem;}.gap-xl-96{gap:24rem;}.row-gap-xl-0{row-gap:0;}.row-gap-xl-px{row-gap:1px;}.row-gap-xl--5{row-gap:0.125rem;}.row-gap-xl-1{row-gap:0.25rem;}.row-gap-xl--4{row-gap:0.375rem;}.row-gap-xl-2{row-gap:0.5rem;}.row-gap-xl--3{row-gap:0.625rem;}.row-gap-xl-3{row-gap:0.75rem;}.row-gap-xl--2{row-gap:0.875rem;}.row-gap-xl-4{row-gap:1rem;}.row-gap-xl-5{row-gap:1.25rem;}.row-gap-xl-6{row-gap:1.5rem;}.row-gap-xl-7{row-gap:1.75rem;}.row-gap-xl-8{row-gap:2rem;}.row-gap-xl-9{row-gap:2.25rem;}.row-gap-xl-10{row-gap:2.5rem;}.row-gap-xl-11{row-gap:2.75rem;}.row-gap-xl-12{row-gap:3rem;}.row-gap-xl-14{row-gap:3.5rem;}.row-gap-xl-16{row-gap:4rem;}.row-gap-xl-20{row-gap:5rem;}.row-gap-xl-24{row-gap:6rem;}.row-gap-xl-28{row-gap:7rem;}.row-gap-xl-32{row-gap:8rem;}.row-gap-xl-36{row-gap:9rem;}.row-gap-xl-40{row-gap:10rem;}.row-gap-xl-44{row-gap:11rem;}.row-gap-xl-48{row-gap:12rem;}.row-gap-xl-52{row-gap:13rem;}.row-gap-xl-56{row-gap:14rem;}.row-gap-xl-60{row-gap:15rem;}.row-gap-xl-64{row-gap:16rem;}.row-gap-xl-72{row-gap:18rem;}.row-gap-xl-80{row-gap:20rem;}.row-gap-xl-96{row-gap:24rem;}.column-gap-xl-0{column-gap:0;}.column-gap-xl-px{column-gap:1px;}.column-gap-xl--5{column-gap:0.125rem;}.column-gap-xl-1{column-gap:0.25rem;}.column-gap-xl--4{column-gap:0.375rem;}.column-gap-xl-2{column-gap:0.5rem;}.column-gap-xl--3{column-gap:0.625rem;}.column-gap-xl-3{column-gap:0.75rem;}.column-gap-xl--2{column-gap:0.875rem;}.column-gap-xl-4{column-gap:1rem;}.column-gap-xl-5{column-gap:1.25rem;}.column-gap-xl-6{column-gap:1.5rem;}.column-gap-xl-7{column-gap:1.75rem;}.column-gap-xl-8{column-gap:2rem;}.column-gap-xl-9{column-gap:2.25rem;}.column-gap-xl-10{column-gap:2.5rem;}.column-gap-xl-11{column-gap:2.75rem;}.column-gap-xl-12{column-gap:3rem;}.column-gap-xl-14{column-gap:3.5rem;}.column-gap-xl-16{column-gap:4rem;}.column-gap-xl-20{column-gap:5rem;}.column-gap-xl-24{column-gap:6rem;}.column-gap-xl-28{column-gap:7rem;}.column-gap-xl-32{column-gap:8rem;}.column-gap-xl-36{column-gap:9rem;}.column-gap-xl-40{column-gap:10rem;}.column-gap-xl-44{column-gap:11rem;}.column-gap-xl-48{column-gap:12rem;}.column-gap-xl-52{column-gap:13rem;}.column-gap-xl-56{column-gap:14rem;}.column-gap-xl-60{column-gap:15rem;}.column-gap-xl-64{column-gap:16rem;}.column-gap-xl-72{column-gap:18rem;}.column-gap-xl-80{column-gap:20rem;}.column-gap-xl-96{column-gap:24rem;}.text-xl-start{text-align:right;}.text-xl-end{text-align:left;}.text-xl-center{text-align:center;}}@media (min-width:1536px){.float-xxl-start{float:right;}.float-xxl-end{float:left;}.float-xxl-none{float:none;}.object-fit-xxl-contain{object-fit:contain;}.object-fit-xxl-cover{object-fit:cover;}.object-fit-xxl-fill{object-fit:fill;}.object-fit-xxl-scale{object-fit:scale-down;}.object-fit-xxl-none{object-fit:none;}.d-xxl-inline{display:inline;}.d-xxl-inline-block{display:inline-block;}.d-xxl-block{display:block;}.d-xxl-grid{display:grid;}.d-xxl-inline-grid{display:inline-grid;}.d-xxl-table{display:table;}.d-xxl-table-row{display:table-row;}.d-xxl-table-cell{display:table-cell;}.d-xxl-flex{display:flex;}.d-xxl-inline-flex{display:inline-flex;}.d-xxl-none{display:none;}.w-xxl-0{width:0;}.w-xxl-10{width:10%;}.w-xxl-20{width:20%;}.w-xxl-25{width:25%;}.w-xxl-30{width:30%;}.w-xxl-33{width:33.333333%;}.w-xxl-40{width:40%;}.w-xxl-50{width:50%;}.w-xxl-60{width:60%;}.w-xxl-66{width:66.666667%;}.w-xxl-70{width:70%;}.w-xxl-75{width:75%;}.w-xxl-80{width:80%;}.w-xxl-90{width:90%;}.w-xxl-100{width:100%;}.w-xxl-auto{width:auto;}.w-xxl-vw-25{width:25vw;}.w-xxl-vw-50{width:50vw;}.w-xxl-vw-75{width:75vw;}.w-xxl-vw-100{width:100vw;}.w-xxl-min{width:min-content;}.w-xxl-max{width:max-content;}.w-xxl-fit{width:fit-content;}.min-w-xxl-0{min-width:0;}.min-w-xxl-full{min-width:100%;}.min-w-xxl-min{min-width:min-content;}.min-w-xxl-max{min-width:max-content;}.min-w-xxl-fit{min-width:fit-content;}.mw-xxl-0{max-width:0;}.mw-xxl-none{max-width:none;}.mw-xxl-xs{max-width:20rem;}.mw-xxl-sm{max-width:24rem;}.mw-xxl-md{max-width:28rem;}.mw-xxl-lg{max-width:32rem;}.mw-xxl-xl{max-width:36rem;}.mw-xxl-2xl{max-width:42rem;}.mw-xxl-3xl{max-width:48rem;}.mw-xxl-4xl{max-width:56rem;}.mw-xxl-5xl{max-width:64rem;}.mw-xxl-6xl{max-width:72rem;}.mw-xxl-7xl{max-width:80rem;}.mw-xxl-full{max-width:100%;}.mw-xxl-min{max-width:min-content;}.mw-xxl-max{max-width:max-content;}.mw-xxl-fit{max-width:fit-content;}.mw-xxl-prose{max-width:65ch;}.mw-xxl-screen-sm{max-width:640px;}.mw-xxl-screen-md{max-width:768px;}.mw-xxl-screen-lg{max-width:1024px;}.mw-xxl-screen-xl{max-width:1280px;}.mw-xxl-screen-xxl{max-width:1536px;}.h-xxl-0{height:0;}.h-xxl-10{height:10%;}.h-xxl-20{height:20%;}.h-xxl-25{height:25%;}.h-xxl-30{height:30%;}.h-xxl-33{height:33.333333%;}.h-xxl-40{height:40%;}.h-xxl-50{height:50%;}.h-xxl-60{height:60%;}.h-xxl-66{height:66.666667%;}.h-xxl-70{height:70%;}.h-xxl-75{height:75%;}.h-xxl-80{height:80%;}.h-xxl-90{height:90%;}.h-xxl-100{height:100%;}.h-xxl-auto{height:auto;}.h-xxl-vh-25{height:25vh;}.h-xxl-vh-50{height:50vh;}.h-xxl-vh-75{height:75vh;}.h-xxl-vh-100{height:100vh;}.h-xxl-min{height:min-content;}.h-xxl-max{height:max-content;}.h-xxl-fit{height:fit-content;}.h-xxl-screen{height:100vh;}.min-h-xxl-0{min-height:0;}.min-h-xxl-full{min-height:100%;}.min-h-xxl-screen{min-height:100vh;}.min-h-xxl-min{min-height:min-content;}.min-h-xxl-max{min-height:max-content;}.min-h-xxl-fit{min-height:fit-content;}.mh-xxl-0{max-height:0;}.mh-xxl-none{max-height:none;}.mh-xxl-full{max-height:100%;}.mh-xxl-screen{max-height:100vh;}.mh-xxl-min{max-height:min-content;}.mh-xxl-max{max-height:max-content;}.mh-xxl-fit{max-height:fit-content;}.flex-xxl-fill{flex:1 1 auto;}.flex-xxl-full{flex:1 1 100%;}.flex-xxl-row{flex-direction:row;}.flex-xxl-column{flex-direction:column;}.flex-xxl-row-reverse{flex-direction:row-reverse;}.flex-xxl-column-reverse{flex-direction:column-reverse;}.flex-xxl-grow-0{flex-grow:0;}.flex-xxl-grow-1{flex-grow:1;}.flex-xxl-shrink-0{flex-shrink:0;}.flex-xxl-shrink-1{flex-shrink:1;}.flex-xxl-wrap{flex-wrap:wrap;}.flex-xxl-nowrap{flex-wrap:nowrap;}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse;}.justify-content-xxl-start{justify-content:flex-start;}.justify-content-xxl-end{justify-content:flex-end;}.justify-content-xxl-center{justify-content:center;}.justify-content-xxl-between{justify-content:space-between;}.justify-content-xxl-around{justify-content:space-around;}.justify-content-xxl-evenly{justify-content:space-evenly;}.align-items-xxl-start{align-items:flex-start;}.align-items-xxl-end{align-items:flex-end;}.align-items-xxl-center{align-items:center;}.align-items-xxl-baseline{align-items:baseline;}.align-items-xxl-stretch{align-items:stretch;}.align-content-xxl-start{align-content:flex-start;}.align-content-xxl-end{align-content:flex-end;}.align-content-xxl-center{align-content:center;}.align-content-xxl-between{align-content:space-between;}.align-content-xxl-around{align-content:space-around;}.align-content-xxl-stretch{align-content:stretch;}.align-self-xxl-auto{align-self:auto;}.align-self-xxl-start{align-self:flex-start;}.align-self-xxl-end{align-self:flex-end;}.align-self-xxl-center{align-self:center;}.align-self-xxl-baseline{align-self:baseline;}.align-self-xxl-stretch{align-self:stretch;}.order-xxl-first{order:-1;}.order-xxl-0{order:0;}.order-xxl-1{order:1;}.order-xxl-2{order:2;}.order-xxl-3{order:3;}.order-xxl-4{order:4;}.order-xxl-5{order:5;}.order-xxl-last{order:6;}.m-xxl-0{margin:0;}.m-xxl-px{margin:1px;}.m-xxl--5{margin:0.125rem;}.m-xxl-1{margin:0.25rem;}.m-xxl--4{margin:0.375rem;}.m-xxl-2{margin:0.5rem;}.m-xxl--3{margin:0.625rem;}.m-xxl-3{margin:0.75rem;}.m-xxl--2{margin:0.875rem;}.m-xxl-4{margin:1rem;}.m-xxl-5{margin:1.25rem;}.m-xxl-6{margin:1.5rem;}.m-xxl-7{margin:1.75rem;}.m-xxl-8{margin:2rem;}.m-xxl-9{margin:2.25rem;}.m-xxl-10{margin:2.5rem;}.m-xxl-11{margin:2.75rem;}.m-xxl-12{margin:3rem;}.m-xxl-14{margin:3.5rem;}.m-xxl-16{margin:4rem;}.m-xxl-20{margin:5rem;}.m-xxl-24{margin:6rem;}.m-xxl-28{margin:7rem;}.m-xxl-32{margin:8rem;}.m-xxl-36{margin:9rem;}.m-xxl-40{margin:10rem;}.m-xxl-44{margin:11rem;}.m-xxl-48{margin:12rem;}.m-xxl-52{margin:13rem;}.m-xxl-56{margin:14rem;}.m-xxl-60{margin:15rem;}.m-xxl-64{margin:16rem;}.m-xxl-72{margin:18rem;}.m-xxl-80{margin:20rem;}.m-xxl-96{margin:24rem;}.m-xxl-auto{margin:auto;}.mx-xxl-0{margin-left:0;margin-right:0;}.mx-xxl-px{margin-left:1px;margin-right:1px;}.mx-xxl--5{margin-left:0.125rem;margin-right:0.125rem;}.mx-xxl-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-xxl--4{margin-left:0.375rem;margin-right:0.375rem;}.mx-xxl-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-xxl--3{margin-left:0.625rem;margin-right:0.625rem;}.mx-xxl-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-xxl--2{margin-left:0.875rem;margin-right:0.875rem;}.mx-xxl-4{margin-left:1rem;margin-right:1rem;}.mx-xxl-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-xxl-6{margin-left:1.5rem;margin-right:1.5rem;}.mx-xxl-7{margin-left:1.75rem;margin-right:1.75rem;}.mx-xxl-8{margin-left:2rem;margin-right:2rem;}.mx-xxl-9{margin-left:2.25rem;margin-right:2.25rem;}.mx-xxl-10{margin-left:2.5rem;margin-right:2.5rem;}.mx-xxl-11{margin-left:2.75rem;margin-right:2.75rem;}.mx-xxl-12{margin-left:3rem;margin-right:3rem;}.mx-xxl-14{margin-left:3.5rem;margin-right:3.5rem;}.mx-xxl-16{margin-left:4rem;margin-right:4rem;}.mx-xxl-20{margin-left:5rem;margin-right:5rem;}.mx-xxl-24{margin-left:6rem;margin-right:6rem;}.mx-xxl-28{margin-left:7rem;margin-right:7rem;}.mx-xxl-32{margin-left:8rem;margin-right:8rem;}.mx-xxl-36{margin-left:9rem;margin-right:9rem;}.mx-xxl-40{margin-left:10rem;margin-right:10rem;}.mx-xxl-44{margin-left:11rem;margin-right:11rem;}.mx-xxl-48{margin-left:12rem;margin-right:12rem;}.mx-xxl-52{margin-left:13rem;margin-right:13rem;}.mx-xxl-56{margin-left:14rem;margin-right:14rem;}.mx-xxl-60{margin-left:15rem;margin-right:15rem;}.mx-xxl-64{margin-left:16rem;margin-right:16rem;}.mx-xxl-72{margin-left:18rem;margin-right:18rem;}.mx-xxl-80{margin-left:20rem;margin-right:20rem;}.mx-xxl-96{margin-left:24rem;margin-right:24rem;}.mx-xxl-auto{margin-left:auto;margin-right:auto;}.my-xxl-0{margin-top:0;margin-bottom:0;}.my-xxl-px{margin-top:1px;margin-bottom:1px;}.my-xxl--5{margin-top:0.125rem;margin-bottom:0.125rem;}.my-xxl-1{margin-top:0.25rem;margin-bottom:0.25rem;}.my-xxl--4{margin-top:0.375rem;margin-bottom:0.375rem;}.my-xxl-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-xxl--3{margin-top:0.625rem;margin-bottom:0.625rem;}.my-xxl-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-xxl--2{margin-top:0.875rem;margin-bottom:0.875rem;}.my-xxl-4{margin-top:1rem;margin-bottom:1rem;}.my-xxl-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-xxl-6{margin-top:1.5rem;margin-bottom:1.5rem;}.my-xxl-7{margin-top:1.75rem;margin-bottom:1.75rem;}.my-xxl-8{margin-top:2rem;margin-bottom:2rem;}.my-xxl-9{margin-top:2.25rem;margin-bottom:2.25rem;}.my-xxl-10{margin-top:2.5rem;margin-bottom:2.5rem;}.my-xxl-11{margin-top:2.75rem;margin-bottom:2.75rem;}.my-xxl-12{margin-top:3rem;margin-bottom:3rem;}.my-xxl-14{margin-top:3.5rem;margin-bottom:3.5rem;}.my-xxl-16{margin-top:4rem;margin-bottom:4rem;}.my-xxl-20{margin-top:5rem;margin-bottom:5rem;}.my-xxl-24{margin-top:6rem;margin-bottom:6rem;}.my-xxl-28{margin-top:7rem;margin-bottom:7rem;}.my-xxl-32{margin-top:8rem;margin-bottom:8rem;}.my-xxl-36{margin-top:9rem;margin-bottom:9rem;}.my-xxl-40{margin-top:10rem;margin-bottom:10rem;}.my-xxl-44{margin-top:11rem;margin-bottom:11rem;}.my-xxl-48{margin-top:12rem;margin-bottom:12rem;}.my-xxl-52{margin-top:13rem;margin-bottom:13rem;}.my-xxl-56{margin-top:14rem;margin-bottom:14rem;}.my-xxl-60{margin-top:15rem;margin-bottom:15rem;}.my-xxl-64{margin-top:16rem;margin-bottom:16rem;}.my-xxl-72{margin-top:18rem;margin-bottom:18rem;}.my-xxl-80{margin-top:20rem;margin-bottom:20rem;}.my-xxl-96{margin-top:24rem;margin-bottom:24rem;}.my-xxl-auto{margin-top:auto;margin-bottom:auto;}.mt-xxl-0{margin-top:0;}.mt-xxl-px{margin-top:1px;}.mt-xxl--5{margin-top:0.125rem;}.mt-xxl-1{margin-top:0.25rem;}.mt-xxl--4{margin-top:0.375rem;}.mt-xxl-2{margin-top:0.5rem;}.mt-xxl--3{margin-top:0.625rem;}.mt-xxl-3{margin-top:0.75rem;}.mt-xxl--2{margin-top:0.875rem;}.mt-xxl-4{margin-top:1rem;}.mt-xxl-5{margin-top:1.25rem;}.mt-xxl-6{margin-top:1.5rem;}.mt-xxl-7{margin-top:1.75rem;}.mt-xxl-8{margin-top:2rem;}.mt-xxl-9{margin-top:2.25rem;}.mt-xxl-10{margin-top:2.5rem;}.mt-xxl-11{margin-top:2.75rem;}.mt-xxl-12{margin-top:3rem;}.mt-xxl-14{margin-top:3.5rem;}.mt-xxl-16{margin-top:4rem;}.mt-xxl-20{margin-top:5rem;}.mt-xxl-24{margin-top:6rem;}.mt-xxl-28{margin-top:7rem;}.mt-xxl-32{margin-top:8rem;}.mt-xxl-36{margin-top:9rem;}.mt-xxl-40{margin-top:10rem;}.mt-xxl-44{margin-top:11rem;}.mt-xxl-48{margin-top:12rem;}.mt-xxl-52{margin-top:13rem;}.mt-xxl-56{margin-top:14rem;}.mt-xxl-60{margin-top:15rem;}.mt-xxl-64{margin-top:16rem;}.mt-xxl-72{margin-top:18rem;}.mt-xxl-80{margin-top:20rem;}.mt-xxl-96{margin-top:24rem;}.mt-xxl-auto{margin-top:auto;}.me-xxl-0{margin-left:0;}.me-xxl-px{margin-left:1px;}.me-xxl--5{margin-left:0.125rem;}.me-xxl-1{margin-left:0.25rem;}.me-xxl--4{margin-left:0.375rem;}.me-xxl-2{margin-left:0.5rem;}.me-xxl--3{margin-left:0.625rem;}.me-xxl-3{margin-left:0.75rem;}.me-xxl--2{margin-left:0.875rem;}.me-xxl-4{margin-left:1rem;}.me-xxl-5{margin-left:1.25rem;}.me-xxl-6{margin-left:1.5rem;}.me-xxl-7{margin-left:1.75rem;}.me-xxl-8{margin-left:2rem;}.me-xxl-9{margin-left:2.25rem;}.me-xxl-10{margin-left:2.5rem;}.me-xxl-11{margin-left:2.75rem;}.me-xxl-12{margin-left:3rem;}.me-xxl-14{margin-left:3.5rem;}.me-xxl-16{margin-left:4rem;}.me-xxl-20{margin-left:5rem;}.me-xxl-24{margin-left:6rem;}.me-xxl-28{margin-left:7rem;}.me-xxl-32{margin-left:8rem;}.me-xxl-36{margin-left:9rem;}.me-xxl-40{margin-left:10rem;}.me-xxl-44{margin-left:11rem;}.me-xxl-48{margin-left:12rem;}.me-xxl-52{margin-left:13rem;}.me-xxl-56{margin-left:14rem;}.me-xxl-60{margin-left:15rem;}.me-xxl-64{margin-left:16rem;}.me-xxl-72{margin-left:18rem;}.me-xxl-80{margin-left:20rem;}.me-xxl-96{margin-left:24rem;}.me-xxl-auto{margin-left:auto;}.mb-xxl-0{margin-bottom:0;}.mb-xxl-px{margin-bottom:1px;}.mb-xxl--5{margin-bottom:0.125rem;}.mb-xxl-1{margin-bottom:0.25rem;}.mb-xxl--4{margin-bottom:0.375rem;}.mb-xxl-2{margin-bottom:0.5rem;}.mb-xxl--3{margin-bottom:0.625rem;}.mb-xxl-3{margin-bottom:0.75rem;}.mb-xxl--2{margin-bottom:0.875rem;}.mb-xxl-4{margin-bottom:1rem;}.mb-xxl-5{margin-bottom:1.25rem;}.mb-xxl-6{margin-bottom:1.5rem;}.mb-xxl-7{margin-bottom:1.75rem;}.mb-xxl-8{margin-bottom:2rem;}.mb-xxl-9{margin-bottom:2.25rem;}.mb-xxl-10{margin-bottom:2.5rem;}.mb-xxl-11{margin-bottom:2.75rem;}.mb-xxl-12{margin-bottom:3rem;}.mb-xxl-14{margin-bottom:3.5rem;}.mb-xxl-16{margin-bottom:4rem;}.mb-xxl-20{margin-bottom:5rem;}.mb-xxl-24{margin-bottom:6rem;}.mb-xxl-28{margin-bottom:7rem;}.mb-xxl-32{margin-bottom:8rem;}.mb-xxl-36{margin-bottom:9rem;}.mb-xxl-40{margin-bottom:10rem;}.mb-xxl-44{margin-bottom:11rem;}.mb-xxl-48{margin-bottom:12rem;}.mb-xxl-52{margin-bottom:13rem;}.mb-xxl-56{margin-bottom:14rem;}.mb-xxl-60{margin-bottom:15rem;}.mb-xxl-64{margin-bottom:16rem;}.mb-xxl-72{margin-bottom:18rem;}.mb-xxl-80{margin-bottom:20rem;}.mb-xxl-96{margin-bottom:24rem;}.mb-xxl-auto{margin-bottom:auto;}.ms-xxl-0{margin-right:0;}.ms-xxl-px{margin-right:1px;}.ms-xxl--5{margin-right:0.125rem;}.ms-xxl-1{margin-right:0.25rem;}.ms-xxl--4{margin-right:0.375rem;}.ms-xxl-2{margin-right:0.5rem;}.ms-xxl--3{margin-right:0.625rem;}.ms-xxl-3{margin-right:0.75rem;}.ms-xxl--2{margin-right:0.875rem;}.ms-xxl-4{margin-right:1rem;}.ms-xxl-5{margin-right:1.25rem;}.ms-xxl-6{margin-right:1.5rem;}.ms-xxl-7{margin-right:1.75rem;}.ms-xxl-8{margin-right:2rem;}.ms-xxl-9{margin-right:2.25rem;}.ms-xxl-10{margin-right:2.5rem;}.ms-xxl-11{margin-right:2.75rem;}.ms-xxl-12{margin-right:3rem;}.ms-xxl-14{margin-right:3.5rem;}.ms-xxl-16{margin-right:4rem;}.ms-xxl-20{margin-right:5rem;}.ms-xxl-24{margin-right:6rem;}.ms-xxl-28{margin-right:7rem;}.ms-xxl-32{margin-right:8rem;}.ms-xxl-36{margin-right:9rem;}.ms-xxl-40{margin-right:10rem;}.ms-xxl-44{margin-right:11rem;}.ms-xxl-48{margin-right:12rem;}.ms-xxl-52{margin-right:13rem;}.ms-xxl-56{margin-right:14rem;}.ms-xxl-60{margin-right:15rem;}.ms-xxl-64{margin-right:16rem;}.ms-xxl-72{margin-right:18rem;}.ms-xxl-80{margin-right:20rem;}.ms-xxl-96{margin-right:24rem;}.ms-xxl-auto{margin-right:auto;}.p-xxl-0{padding:0;}.p-xxl-px{padding:1px;}.p-xxl--5{padding:0.125rem;}.p-xxl-1{padding:0.25rem;}.p-xxl--4{padding:0.375rem;}.p-xxl-2{padding:0.5rem;}.p-xxl--3{padding:0.625rem;}.p-xxl-3{padding:0.75rem;}.p-xxl--2{padding:0.875rem;}.p-xxl-4{padding:1rem;}.p-xxl-5{padding:1.25rem;}.p-xxl-6{padding:1.5rem;}.p-xxl-7{padding:1.75rem;}.p-xxl-8{padding:2rem;}.p-xxl-9{padding:2.25rem;}.p-xxl-10{padding:2.5rem;}.p-xxl-11{padding:2.75rem;}.p-xxl-12{padding:3rem;}.p-xxl-14{padding:3.5rem;}.p-xxl-16{padding:4rem;}.p-xxl-20{padding:5rem;}.p-xxl-24{padding:6rem;}.p-xxl-28{padding:7rem;}.p-xxl-32{padding:8rem;}.p-xxl-36{padding:9rem;}.p-xxl-40{padding:10rem;}.p-xxl-44{padding:11rem;}.p-xxl-48{padding:12rem;}.p-xxl-52{padding:13rem;}.p-xxl-56{padding:14rem;}.p-xxl-60{padding:15rem;}.p-xxl-64{padding:16rem;}.p-xxl-72{padding:18rem;}.p-xxl-80{padding:20rem;}.p-xxl-96{padding:24rem;}.px-xxl-0{padding-left:0;padding-right:0;}.px-xxl-px{padding-left:1px;padding-right:1px;}.px-xxl--5{padding-left:0.125rem;padding-right:0.125rem;}.px-xxl-1{padding-left:0.25rem;padding-right:0.25rem;}.px-xxl--4{padding-left:0.375rem;padding-right:0.375rem;}.px-xxl-2{padding-left:0.5rem;padding-right:0.5rem;}.px-xxl--3{padding-left:0.625rem;padding-right:0.625rem;}.px-xxl-3{padding-left:0.75rem;padding-right:0.75rem;}.px-xxl--2{padding-left:0.875rem;padding-right:0.875rem;}.px-xxl-4{padding-left:1rem;padding-right:1rem;}.px-xxl-5{padding-left:1.25rem;padding-right:1.25rem;}.px-xxl-6{padding-left:1.5rem;padding-right:1.5rem;}.px-xxl-7{padding-left:1.75rem;padding-right:1.75rem;}.px-xxl-8{padding-left:2rem;padding-right:2rem;}.px-xxl-9{padding-left:2.25rem;padding-right:2.25rem;}.px-xxl-10{padding-left:2.5rem;padding-right:2.5rem;}.px-xxl-11{padding-left:2.75rem;padding-right:2.75rem;}.px-xxl-12{padding-left:3rem;padding-right:3rem;}.px-xxl-14{padding-left:3.5rem;padding-right:3.5rem;}.px-xxl-16{padding-left:4rem;padding-right:4rem;}.px-xxl-20{padding-left:5rem;padding-right:5rem;}.px-xxl-24{padding-left:6rem;padding-right:6rem;}.px-xxl-28{padding-left:7rem;padding-right:7rem;}.px-xxl-32{padding-left:8rem;padding-right:8rem;}.px-xxl-36{padding-left:9rem;padding-right:9rem;}.px-xxl-40{padding-left:10rem;padding-right:10rem;}.px-xxl-44{padding-left:11rem;padding-right:11rem;}.px-xxl-48{padding-left:12rem;padding-right:12rem;}.px-xxl-52{padding-left:13rem;padding-right:13rem;}.px-xxl-56{padding-left:14rem;padding-right:14rem;}.px-xxl-60{padding-left:15rem;padding-right:15rem;}.px-xxl-64{padding-left:16rem;padding-right:16rem;}.px-xxl-72{padding-left:18rem;padding-right:18rem;}.px-xxl-80{padding-left:20rem;padding-right:20rem;}.px-xxl-96{padding-left:24rem;padding-right:24rem;}.py-xxl-0{padding-top:0;padding-bottom:0;}.py-xxl-px{padding-top:1px;padding-bottom:1px;}.py-xxl--5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-xxl-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-xxl--4{padding-top:0.375rem;padding-bottom:0.375rem;}.py-xxl-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-xxl--3{padding-top:0.625rem;padding-bottom:0.625rem;}.py-xxl-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-xxl--2{padding-top:0.875rem;padding-bottom:0.875rem;}.py-xxl-4{padding-top:1rem;padding-bottom:1rem;}.py-xxl-5{padding-top:1.25rem;padding-bottom:1.25rem;}.py-xxl-6{padding-top:1.5rem;padding-bottom:1.5rem;}.py-xxl-7{padding-top:1.75rem;padding-bottom:1.75rem;}.py-xxl-8{padding-top:2rem;padding-bottom:2rem;}.py-xxl-9{padding-top:2.25rem;padding-bottom:2.25rem;}.py-xxl-10{padding-top:2.5rem;padding-bottom:2.5rem;}.py-xxl-11{padding-top:2.75rem;padding-bottom:2.75rem;}.py-xxl-12{padding-top:3rem;padding-bottom:3rem;}.py-xxl-14{padding-top:3.5rem;padding-bottom:3.5rem;}.py-xxl-16{padding-top:4rem;padding-bottom:4rem;}.py-xxl-20{padding-top:5rem;padding-bottom:5rem;}.py-xxl-24{padding-top:6rem;padding-bottom:6rem;}.py-xxl-28{padding-top:7rem;padding-bottom:7rem;}.py-xxl-32{padding-top:8rem;padding-bottom:8rem;}.py-xxl-36{padding-top:9rem;padding-bottom:9rem;}.py-xxl-40{padding-top:10rem;padding-bottom:10rem;}.py-xxl-44{padding-top:11rem;padding-bottom:11rem;}.py-xxl-48{padding-top:12rem;padding-bottom:12rem;}.py-xxl-52{padding-top:13rem;padding-bottom:13rem;}.py-xxl-56{padding-top:14rem;padding-bottom:14rem;}.py-xxl-60{padding-top:15rem;padding-bottom:15rem;}.py-xxl-64{padding-top:16rem;padding-bottom:16rem;}.py-xxl-72{padding-top:18rem;padding-bottom:18rem;}.py-xxl-80{padding-top:20rem;padding-bottom:20rem;}.py-xxl-96{padding-top:24rem;padding-bottom:24rem;}.pt-xxl-0{padding-top:0;}.pt-xxl-px{padding-top:1px;}.pt-xxl--5{padding-top:0.125rem;}.pt-xxl-1{padding-top:0.25rem;}.pt-xxl--4{padding-top:0.375rem;}.pt-xxl-2{padding-top:0.5rem;}.pt-xxl--3{padding-top:0.625rem;}.pt-xxl-3{padding-top:0.75rem;}.pt-xxl--2{padding-top:0.875rem;}.pt-xxl-4{padding-top:1rem;}.pt-xxl-5{padding-top:1.25rem;}.pt-xxl-6{padding-top:1.5rem;}.pt-xxl-7{padding-top:1.75rem;}.pt-xxl-8{padding-top:2rem;}.pt-xxl-9{padding-top:2.25rem;}.pt-xxl-10{padding-top:2.5rem;}.pt-xxl-11{padding-top:2.75rem;}.pt-xxl-12{padding-top:3rem;}.pt-xxl-14{padding-top:3.5rem;}.pt-xxl-16{padding-top:4rem;}.pt-xxl-20{padding-top:5rem;}.pt-xxl-24{padding-top:6rem;}.pt-xxl-28{padding-top:7rem;}.pt-xxl-32{padding-top:8rem;}.pt-xxl-36{padding-top:9rem;}.pt-xxl-40{padding-top:10rem;}.pt-xxl-44{padding-top:11rem;}.pt-xxl-48{padding-top:12rem;}.pt-xxl-52{padding-top:13rem;}.pt-xxl-56{padding-top:14rem;}.pt-xxl-60{padding-top:15rem;}.pt-xxl-64{padding-top:16rem;}.pt-xxl-72{padding-top:18rem;}.pt-xxl-80{padding-top:20rem;}.pt-xxl-96{padding-top:24rem;}.pe-xxl-0{padding-left:0;}.pe-xxl-px{padding-left:1px;}.pe-xxl--5{padding-left:0.125rem;}.pe-xxl-1{padding-left:0.25rem;}.pe-xxl--4{padding-left:0.375rem;}.pe-xxl-2{padding-left:0.5rem;}.pe-xxl--3{padding-left:0.625rem;}.pe-xxl-3{padding-left:0.75rem;}.pe-xxl--2{padding-left:0.875rem;}.pe-xxl-4{padding-left:1rem;}.pe-xxl-5{padding-left:1.25rem;}.pe-xxl-6{padding-left:1.5rem;}.pe-xxl-7{padding-left:1.75rem;}.pe-xxl-8{padding-left:2rem;}.pe-xxl-9{padding-left:2.25rem;}.pe-xxl-10{padding-left:2.5rem;}.pe-xxl-11{padding-left:2.75rem;}.pe-xxl-12{padding-left:3rem;}.pe-xxl-14{padding-left:3.5rem;}.pe-xxl-16{padding-left:4rem;}.pe-xxl-20{padding-left:5rem;}.pe-xxl-24{padding-left:6rem;}.pe-xxl-28{padding-left:7rem;}.pe-xxl-32{padding-left:8rem;}.pe-xxl-36{padding-left:9rem;}.pe-xxl-40{padding-left:10rem;}.pe-xxl-44{padding-left:11rem;}.pe-xxl-48{padding-left:12rem;}.pe-xxl-52{padding-left:13rem;}.pe-xxl-56{padding-left:14rem;}.pe-xxl-60{padding-left:15rem;}.pe-xxl-64{padding-left:16rem;}.pe-xxl-72{padding-left:18rem;}.pe-xxl-80{padding-left:20rem;}.pe-xxl-96{padding-left:24rem;}.pb-xxl-0{padding-bottom:0;}.pb-xxl-px{padding-bottom:1px;}.pb-xxl--5{padding-bottom:0.125rem;}.pb-xxl-1{padding-bottom:0.25rem;}.pb-xxl--4{padding-bottom:0.375rem;}.pb-xxl-2{padding-bottom:0.5rem;}.pb-xxl--3{padding-bottom:0.625rem;}.pb-xxl-3{padding-bottom:0.75rem;}.pb-xxl--2{padding-bottom:0.875rem;}.pb-xxl-4{padding-bottom:1rem;}.pb-xxl-5{padding-bottom:1.25rem;}.pb-xxl-6{padding-bottom:1.5rem;}.pb-xxl-7{padding-bottom:1.75rem;}.pb-xxl-8{padding-bottom:2rem;}.pb-xxl-9{padding-bottom:2.25rem;}.pb-xxl-10{padding-bottom:2.5rem;}.pb-xxl-11{padding-bottom:2.75rem;}.pb-xxl-12{padding-bottom:3rem;}.pb-xxl-14{padding-bottom:3.5rem;}.pb-xxl-16{padding-bottom:4rem;}.pb-xxl-20{padding-bottom:5rem;}.pb-xxl-24{padding-bottom:6rem;}.pb-xxl-28{padding-bottom:7rem;}.pb-xxl-32{padding-bottom:8rem;}.pb-xxl-36{padding-bottom:9rem;}.pb-xxl-40{padding-bottom:10rem;}.pb-xxl-44{padding-bottom:11rem;}.pb-xxl-48{padding-bottom:12rem;}.pb-xxl-52{padding-bottom:13rem;}.pb-xxl-56{padding-bottom:14rem;}.pb-xxl-60{padding-bottom:15rem;}.pb-xxl-64{padding-bottom:16rem;}.pb-xxl-72{padding-bottom:18rem;}.pb-xxl-80{padding-bottom:20rem;}.pb-xxl-96{padding-bottom:24rem;}.ps-xxl-0{padding-right:0;}.ps-xxl-px{padding-right:1px;}.ps-xxl--5{padding-right:0.125rem;}.ps-xxl-1{padding-right:0.25rem;}.ps-xxl--4{padding-right:0.375rem;}.ps-xxl-2{padding-right:0.5rem;}.ps-xxl--3{padding-right:0.625rem;}.ps-xxl-3{padding-right:0.75rem;}.ps-xxl--2{padding-right:0.875rem;}.ps-xxl-4{padding-right:1rem;}.ps-xxl-5{padding-right:1.25rem;}.ps-xxl-6{padding-right:1.5rem;}.ps-xxl-7{padding-right:1.75rem;}.ps-xxl-8{padding-right:2rem;}.ps-xxl-9{padding-right:2.25rem;}.ps-xxl-10{padding-right:2.5rem;}.ps-xxl-11{padding-right:2.75rem;}.ps-xxl-12{padding-right:3rem;}.ps-xxl-14{padding-right:3.5rem;}.ps-xxl-16{padding-right:4rem;}.ps-xxl-20{padding-right:5rem;}.ps-xxl-24{padding-right:6rem;}.ps-xxl-28{padding-right:7rem;}.ps-xxl-32{padding-right:8rem;}.ps-xxl-36{padding-right:9rem;}.ps-xxl-40{padding-right:10rem;}.ps-xxl-44{padding-right:11rem;}.ps-xxl-48{padding-right:12rem;}.ps-xxl-52{padding-right:13rem;}.ps-xxl-56{padding-right:14rem;}.ps-xxl-60{padding-right:15rem;}.ps-xxl-64{padding-right:16rem;}.ps-xxl-72{padding-right:18rem;}.ps-xxl-80{padding-right:20rem;}.ps-xxl-96{padding-right:24rem;}.gap-xxl-0{gap:0;}.gap-xxl-px{gap:1px;}.gap-xxl--5{gap:0.125rem;}.gap-xxl-1{gap:0.25rem;}.gap-xxl--4{gap:0.375rem;}.gap-xxl-2{gap:0.5rem;}.gap-xxl--3{gap:0.625rem;}.gap-xxl-3{gap:0.75rem;}.gap-xxl--2{gap:0.875rem;}.gap-xxl-4{gap:1rem;}.gap-xxl-5{gap:1.25rem;}.gap-xxl-6{gap:1.5rem;}.gap-xxl-7{gap:1.75rem;}.gap-xxl-8{gap:2rem;}.gap-xxl-9{gap:2.25rem;}.gap-xxl-10{gap:2.5rem;}.gap-xxl-11{gap:2.75rem;}.gap-xxl-12{gap:3rem;}.gap-xxl-14{gap:3.5rem;}.gap-xxl-16{gap:4rem;}.gap-xxl-20{gap:5rem;}.gap-xxl-24{gap:6rem;}.gap-xxl-28{gap:7rem;}.gap-xxl-32{gap:8rem;}.gap-xxl-36{gap:9rem;}.gap-xxl-40{gap:10rem;}.gap-xxl-44{gap:11rem;}.gap-xxl-48{gap:12rem;}.gap-xxl-52{gap:13rem;}.gap-xxl-56{gap:14rem;}.gap-xxl-60{gap:15rem;}.gap-xxl-64{gap:16rem;}.gap-xxl-72{gap:18rem;}.gap-xxl-80{gap:20rem;}.gap-xxl-96{gap:24rem;}.row-gap-xxl-0{row-gap:0;}.row-gap-xxl-px{row-gap:1px;}.row-gap-xxl--5{row-gap:0.125rem;}.row-gap-xxl-1{row-gap:0.25rem;}.row-gap-xxl--4{row-gap:0.375rem;}.row-gap-xxl-2{row-gap:0.5rem;}.row-gap-xxl--3{row-gap:0.625rem;}.row-gap-xxl-3{row-gap:0.75rem;}.row-gap-xxl--2{row-gap:0.875rem;}.row-gap-xxl-4{row-gap:1rem;}.row-gap-xxl-5{row-gap:1.25rem;}.row-gap-xxl-6{row-gap:1.5rem;}.row-gap-xxl-7{row-gap:1.75rem;}.row-gap-xxl-8{row-gap:2rem;}.row-gap-xxl-9{row-gap:2.25rem;}.row-gap-xxl-10{row-gap:2.5rem;}.row-gap-xxl-11{row-gap:2.75rem;}.row-gap-xxl-12{row-gap:3rem;}.row-gap-xxl-14{row-gap:3.5rem;}.row-gap-xxl-16{row-gap:4rem;}.row-gap-xxl-20{row-gap:5rem;}.row-gap-xxl-24{row-gap:6rem;}.row-gap-xxl-28{row-gap:7rem;}.row-gap-xxl-32{row-gap:8rem;}.row-gap-xxl-36{row-gap:9rem;}.row-gap-xxl-40{row-gap:10rem;}.row-gap-xxl-44{row-gap:11rem;}.row-gap-xxl-48{row-gap:12rem;}.row-gap-xxl-52{row-gap:13rem;}.row-gap-xxl-56{row-gap:14rem;}.row-gap-xxl-60{row-gap:15rem;}.row-gap-xxl-64{row-gap:16rem;}.row-gap-xxl-72{row-gap:18rem;}.row-gap-xxl-80{row-gap:20rem;}.row-gap-xxl-96{row-gap:24rem;}.column-gap-xxl-0{column-gap:0;}.column-gap-xxl-px{column-gap:1px;}.column-gap-xxl--5{column-gap:0.125rem;}.column-gap-xxl-1{column-gap:0.25rem;}.column-gap-xxl--4{column-gap:0.375rem;}.column-gap-xxl-2{column-gap:0.5rem;}.column-gap-xxl--3{column-gap:0.625rem;}.column-gap-xxl-3{column-gap:0.75rem;}.column-gap-xxl--2{column-gap:0.875rem;}.column-gap-xxl-4{column-gap:1rem;}.column-gap-xxl-5{column-gap:1.25rem;}.column-gap-xxl-6{column-gap:1.5rem;}.column-gap-xxl-7{column-gap:1.75rem;}.column-gap-xxl-8{column-gap:2rem;}.column-gap-xxl-9{column-gap:2.25rem;}.column-gap-xxl-10{column-gap:2.5rem;}.column-gap-xxl-11{column-gap:2.75rem;}.column-gap-xxl-12{column-gap:3rem;}.column-gap-xxl-14{column-gap:3.5rem;}.column-gap-xxl-16{column-gap:4rem;}.column-gap-xxl-20{column-gap:5rem;}.column-gap-xxl-24{column-gap:6rem;}.column-gap-xxl-28{column-gap:7rem;}.column-gap-xxl-32{column-gap:8rem;}.column-gap-xxl-36{column-gap:9rem;}.column-gap-xxl-40{column-gap:10rem;}.column-gap-xxl-44{column-gap:11rem;}.column-gap-xxl-48{column-gap:12rem;}.column-gap-xxl-52{column-gap:13rem;}.column-gap-xxl-56{column-gap:14rem;}.column-gap-xxl-60{column-gap:15rem;}.column-gap-xxl-64{column-gap:16rem;}.column-gap-xxl-72{column-gap:18rem;}.column-gap-xxl-80{column-gap:20rem;}.column-gap-xxl-96{column-gap:24rem;}.text-xxl-start{text-align:right;}.text-xxl-end{text-align:left;}.text-xxl-center{text-align:center;}}*,*::before,*::after{box-sizing:border-box;}:root{font-size:1rem;}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth;}}body{margin:0;font-family:arial;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid inherit;opacity:0.3;}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:inherit;}h1{font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){h1{font-size:2.5rem;}}h2{font-size:calc(1.325rem + 0.9vw);}@media (min-width:1200px){h2{font-size:2rem;}}h3{font-size:calc(1.3rem + 0.6vw);}@media (min-width:1200px){h3{font-size:1.75rem;}}h4{font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){h4{font-size:1.5rem;}}h5{font-size:1.25rem;}h6{font-size:1rem;}p{margin-top:0;margin-bottom:1rem;}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;}address{margin-bottom:1rem;font-style:normal;line-height:inherit;}ol,ul{padding-right:2rem;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}dt{font-weight:600;}dd{margin-bottom:0.5rem;margin-right:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:700;}small{font-size:0.875rem;}mark{padding:0.1875em;color:#212529;background-color:#ffc107;}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}a{color:#0d6efd;text-decoration:underline;}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none;}pre,code,kbd,samp{font-family:monospace;font-size:1em;}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875rem;}pre code{font-size:inherit;color:inherit;word-break:normal;}code{font-size:0.875rem;color:#d63384;word-wrap:break-word;}a > code{color:inherit;}figure{margin:0 0 1rem;}img,svg{vertical-align:middle;}table{caption-side:bottom;border-collapse:collapse;}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:rgba(33,37,41,0.75);text-align:right;}th{text-align:inherit;text-align:-webkit-match-parent;}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0;}label{display:inline-block;}button{border-radius:0;}button:focus:not(:focus-visible){outline:0;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,select{text-transform:none;}[role=button]{cursor:pointer;}select{word-wrap:normal;}select:disabled{opacity:1;}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer;}::-moz-focus-inner{padding:0;border-style:none;}textarea{resize:vertical;}fieldset{min-width:0;padding:0;margin:0;border:0;}legend{float:right;width:100%;padding:0;margin-bottom:0.5rem;font-size:1.25rem;font-weight:500;line-height:inherit;}legend + *{clear:right;}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0;}::-webkit-inner-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type="tel"],[type="url"],[type="email"],[type="number"]{direction:ltr;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-color-swatch-wrapper{padding:0;}::file-selector-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}iframe{border:0;}summary{display:list-item;cursor:pointer;}progress{vertical-align:baseline;}[hidden]{display:none !important;}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--gutter-x:1.5rem;--gutter-y:0;width:100%;padding-left:calc(var(--gutter-x) * 0.5);padding-right:calc(var(--gutter-x) * 0.5);margin-left:auto;margin-right:auto;}.container-fluid-left{--gutter-x:1.5rem;--gutter-y:0;width:100%;padding-left:calc(var(--gutter-x) * 0.5);padding-right:calc(var(--gutter-x) * 0.5);margin-left:auto;margin-right:auto;margin-right:0;padding-right:0;}.container-fluid-left > .row{margin-right:0;}.container-fluid-left > .row > [class*=col-]{padding-right:0;}@media (min-width:640px){.container-fluid-left{max-width:calc(50% + 640px / 2);}}@media (min-width:768px){.container-fluid-left{max-width:calc(50% + 768px / 2);}}@media (min-width:1024px){.container-fluid-left{max-width:calc(50% + 1024px / 2);}}@media (min-width:1280px){.container-fluid-left{max-width:calc(50% + 1280px / 2);}}@media (min-width:1536px){.container-fluid-left{max-width:calc(50% + 1536px / 2);}}.container-fluid-right{--gutter-x:1.5rem;--gutter-y:0;width:100%;padding-left:calc(var(--gutter-x) * 0.5);padding-right:calc(var(--gutter-x) * 0.5);margin-left:auto;margin-right:auto;margin-left:0;padding-left:0;}.container-fluid-right > .row{margin-left:0;}.container-fluid-right > .row > [class*=col-]{padding-left:0;}@media (min-width:640px){.container-fluid-right{max-width:calc(50% + 640px / 2);}}@media (min-width:768px){.container-fluid-right{max-width:calc(50% + 768px / 2);}}@media (min-width:1024px){.container-fluid-right{max-width:calc(50% + 1024px / 2);}}@media (min-width:1280px){.container-fluid-right{max-width:calc(50% + 1280px / 2);}}@media (min-width:1536px){.container-fluid-right{max-width:calc(50% + 1536px / 2);}}@media (min-width:640px){.container-sm,.container{max-width:640px;}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:768px;}}@media (min-width:1024px){.container-lg,.container-md,.container-sm,.container{max-width:1024px;}}@media (min-width:1280px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1280px;}}@media (min-width:1536px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1536px;}}:root{--breakpoint-xs:0;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-xxl:1536px;}.row{--gutter-x:1.5rem;--gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--gutter-y));margin-left:calc(-0.5 * var(--gutter-x));margin-right:calc(-0.5 * var(--gutter-x));}.row > *{flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--gutter-x) * 0.5);padding-right:calc(var(--gutter-x) * 0.5);margin-top:var(--gutter-y);}.col{flex:1 0 0%;}.row-cols-auto > *{flex:0 0 auto;width:auto;}.row-cols-1 > *{flex:0 0 auto;width:100%;}.row-cols-2 > *{flex:0 0 auto;width:50%;}.row-cols-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-4 > *{flex:0 0 auto;width:25%;}.row-cols-5 > *{flex:0 0 auto;width:20%;}.row-cols-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-auto{flex:0 0 auto;width:auto;}.col-1{flex:0 0 auto;width:8.3333333333%;}.col-2{flex:0 0 auto;width:16.6666666667%;}.col-3{flex:0 0 auto;width:25%;}.col-4{flex:0 0 auto;width:33.3333333333%;}.col-5{flex:0 0 auto;width:41.6666666667%;}.col-6{flex:0 0 auto;width:50%;}.col-7{flex:0 0 auto;width:58.3333333333%;}.col-8{flex:0 0 auto;width:66.6666666667%;}.col-9{flex:0 0 auto;width:75%;}.col-10{flex:0 0 auto;width:83.3333333333%;}.col-11{flex:0 0 auto;width:91.6666666667%;}.col-12{flex:0 0 auto;width:100%;}.offset-1{margin-right:8.3333333333%;}.offset-2{margin-right:16.6666666667%;}.offset-3{margin-right:25%;}.offset-4{margin-right:33.3333333333%;}.offset-5{margin-right:41.6666666667%;}.offset-6{margin-right:50%;}.offset-7{margin-right:58.3333333333%;}.offset-8{margin-right:66.6666666667%;}.offset-9{margin-right:75%;}.offset-10{margin-right:83.3333333333%;}.offset-11{margin-right:91.6666666667%;}.g-0,.gx-0{--gutter-x:0;}.g-0,.gy-0{--gutter-y:0;}.g-px,.gx-px{--gutter-x:1px;}.g-px,.gy-px{--gutter-y:1px;}.g--5,.gx--5{--gutter-x:0.125rem;}.g--5,.gy--5{--gutter-y:0.125rem;}.g-1,.gx-1{--gutter-x:0.25rem;}.g-1,.gy-1{--gutter-y:0.25rem;}.g--4,.gx--4{--gutter-x:0.375rem;}.g--4,.gy--4{--gutter-y:0.375rem;}.g-2,.gx-2{--gutter-x:0.5rem;}.g-2,.gy-2{--gutter-y:0.5rem;}.g--3,.gx--3{--gutter-x:0.625rem;}.g--3,.gy--3{--gutter-y:0.625rem;}.g-3,.gx-3{--gutter-x:0.75rem;}.g-3,.gy-3{--gutter-y:0.75rem;}.g--2,.gx--2{--gutter-x:0.875rem;}.g--2,.gy--2{--gutter-y:0.875rem;}.g-4,.gx-4{--gutter-x:1rem;}.g-4,.gy-4{--gutter-y:1rem;}.g-5,.gx-5{--gutter-x:1.25rem;}.g-5,.gy-5{--gutter-y:1.25rem;}.g-6,.gx-6{--gutter-x:1.5rem;}.g-6,.gy-6{--gutter-y:1.5rem;}.g-7,.gx-7{--gutter-x:1.75rem;}.g-7,.gy-7{--gutter-y:1.75rem;}.g-8,.gx-8{--gutter-x:2rem;}.g-8,.gy-8{--gutter-y:2rem;}.g-9,.gx-9{--gutter-x:2.25rem;}.g-9,.gy-9{--gutter-y:2.25rem;}.g-10,.gx-10{--gutter-x:2.5rem;}.g-10,.gy-10{--gutter-y:2.5rem;}.g-11,.gx-11{--gutter-x:2.75rem;}.g-11,.gy-11{--gutter-y:2.75rem;}.g-12,.gx-12{--gutter-x:3rem;}.g-12,.gy-12{--gutter-y:3rem;}.g-14,.gx-14{--gutter-x:3.5rem;}.g-14,.gy-14{--gutter-y:3.5rem;}.g-16,.gx-16{--gutter-x:4rem;}.g-16,.gy-16{--gutter-y:4rem;}.g-20,.gx-20{--gutter-x:5rem;}.g-20,.gy-20{--gutter-y:5rem;}.g-24,.gx-24{--gutter-x:6rem;}.g-24,.gy-24{--gutter-y:6rem;}.g-28,.gx-28{--gutter-x:7rem;}.g-28,.gy-28{--gutter-y:7rem;}.g-32,.gx-32{--gutter-x:8rem;}.g-32,.gy-32{--gutter-y:8rem;}.g-36,.gx-36{--gutter-x:9rem;}.g-36,.gy-36{--gutter-y:9rem;}.g-40,.gx-40{--gutter-x:10rem;}.g-40,.gy-40{--gutter-y:10rem;}.g-44,.gx-44{--gutter-x:11rem;}.g-44,.gy-44{--gutter-y:11rem;}.g-48,.gx-48{--gutter-x:12rem;}.g-48,.gy-48{--gutter-y:12rem;}.g-52,.gx-52{--gutter-x:13rem;}.g-52,.gy-52{--gutter-y:13rem;}.g-56,.gx-56{--gutter-x:14rem;}.g-56,.gy-56{--gutter-y:14rem;}.g-60,.gx-60{--gutter-x:15rem;}.g-60,.gy-60{--gutter-y:15rem;}.g-64,.gx-64{--gutter-x:16rem;}.g-64,.gy-64{--gutter-y:16rem;}.g-72,.gx-72{--gutter-x:18rem;}.g-72,.gy-72{--gutter-y:18rem;}.g-80,.gx-80{--gutter-x:20rem;}.g-80,.gy-80{--gutter-y:20rem;}.g-96,.gx-96{--gutter-x:24rem;}.g-96,.gy-96{--gutter-y:24rem;}@media (min-width:640px){.col-sm{flex:1 0 0%;}.row-cols-sm-auto > *{flex:0 0 auto;width:auto;}.row-cols-sm-1 > *{flex:0 0 auto;width:100%;}.row-cols-sm-2 > *{flex:0 0 auto;width:50%;}.row-cols-sm-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-sm-4 > *{flex:0 0 auto;width:25%;}.row-cols-sm-5 > *{flex:0 0 auto;width:20%;}.row-cols-sm-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-sm-auto{flex:0 0 auto;width:auto;}.col-sm-1{flex:0 0 auto;width:8.3333333333%;}.col-sm-2{flex:0 0 auto;width:16.6666666667%;}.col-sm-3{flex:0 0 auto;width:25%;}.col-sm-4{flex:0 0 auto;width:33.3333333333%;}.col-sm-5{flex:0 0 auto;width:41.6666666667%;}.col-sm-6{flex:0 0 auto;width:50%;}.col-sm-7{flex:0 0 auto;width:58.3333333333%;}.col-sm-8{flex:0 0 auto;width:66.6666666667%;}.col-sm-9{flex:0 0 auto;width:75%;}.col-sm-10{flex:0 0 auto;width:83.3333333333%;}.col-sm-11{flex:0 0 auto;width:91.6666666667%;}.col-sm-12{flex:0 0 auto;width:100%;}.offset-sm-0{margin-right:0;}.offset-sm-1{margin-right:8.3333333333%;}.offset-sm-2{margin-right:16.6666666667%;}.offset-sm-3{margin-right:25%;}.offset-sm-4{margin-right:33.3333333333%;}.offset-sm-5{margin-right:41.6666666667%;}.offset-sm-6{margin-right:50%;}.offset-sm-7{margin-right:58.3333333333%;}.offset-sm-8{margin-right:66.6666666667%;}.offset-sm-9{margin-right:75%;}.offset-sm-10{margin-right:83.3333333333%;}.offset-sm-11{margin-right:91.6666666667%;}.g-sm-0,.gx-sm-0{--gutter-x:0;}.g-sm-0,.gy-sm-0{--gutter-y:0;}.g-sm-px,.gx-sm-px{--gutter-x:1px;}.g-sm-px,.gy-sm-px{--gutter-y:1px;}.g-sm--5,.gx-sm--5{--gutter-x:0.125rem;}.g-sm--5,.gy-sm--5{--gutter-y:0.125rem;}.g-sm-1,.gx-sm-1{--gutter-x:0.25rem;}.g-sm-1,.gy-sm-1{--gutter-y:0.25rem;}.g-sm--4,.gx-sm--4{--gutter-x:0.375rem;}.g-sm--4,.gy-sm--4{--gutter-y:0.375rem;}.g-sm-2,.gx-sm-2{--gutter-x:0.5rem;}.g-sm-2,.gy-sm-2{--gutter-y:0.5rem;}.g-sm--3,.gx-sm--3{--gutter-x:0.625rem;}.g-sm--3,.gy-sm--3{--gutter-y:0.625rem;}.g-sm-3,.gx-sm-3{--gutter-x:0.75rem;}.g-sm-3,.gy-sm-3{--gutter-y:0.75rem;}.g-sm--2,.gx-sm--2{--gutter-x:0.875rem;}.g-sm--2,.gy-sm--2{--gutter-y:0.875rem;}.g-sm-4,.gx-sm-4{--gutter-x:1rem;}.g-sm-4,.gy-sm-4{--gutter-y:1rem;}.g-sm-5,.gx-sm-5{--gutter-x:1.25rem;}.g-sm-5,.gy-sm-5{--gutter-y:1.25rem;}.g-sm-6,.gx-sm-6{--gutter-x:1.5rem;}.g-sm-6,.gy-sm-6{--gutter-y:1.5rem;}.g-sm-7,.gx-sm-7{--gutter-x:1.75rem;}.g-sm-7,.gy-sm-7{--gutter-y:1.75rem;}.g-sm-8,.gx-sm-8{--gutter-x:2rem;}.g-sm-8,.gy-sm-8{--gutter-y:2rem;}.g-sm-9,.gx-sm-9{--gutter-x:2.25rem;}.g-sm-9,.gy-sm-9{--gutter-y:2.25rem;}.g-sm-10,.gx-sm-10{--gutter-x:2.5rem;}.g-sm-10,.gy-sm-10{--gutter-y:2.5rem;}.g-sm-11,.gx-sm-11{--gutter-x:2.75rem;}.g-sm-11,.gy-sm-11{--gutter-y:2.75rem;}.g-sm-12,.gx-sm-12{--gutter-x:3rem;}.g-sm-12,.gy-sm-12{--gutter-y:3rem;}.g-sm-14,.gx-sm-14{--gutter-x:3.5rem;}.g-sm-14,.gy-sm-14{--gutter-y:3.5rem;}.g-sm-16,.gx-sm-16{--gutter-x:4rem;}.g-sm-16,.gy-sm-16{--gutter-y:4rem;}.g-sm-20,.gx-sm-20{--gutter-x:5rem;}.g-sm-20,.gy-sm-20{--gutter-y:5rem;}.g-sm-24,.gx-sm-24{--gutter-x:6rem;}.g-sm-24,.gy-sm-24{--gutter-y:6rem;}.g-sm-28,.gx-sm-28{--gutter-x:7rem;}.g-sm-28,.gy-sm-28{--gutter-y:7rem;}.g-sm-32,.gx-sm-32{--gutter-x:8rem;}.g-sm-32,.gy-sm-32{--gutter-y:8rem;}.g-sm-36,.gx-sm-36{--gutter-x:9rem;}.g-sm-36,.gy-sm-36{--gutter-y:9rem;}.g-sm-40,.gx-sm-40{--gutter-x:10rem;}.g-sm-40,.gy-sm-40{--gutter-y:10rem;}.g-sm-44,.gx-sm-44{--gutter-x:11rem;}.g-sm-44,.gy-sm-44{--gutter-y:11rem;}.g-sm-48,.gx-sm-48{--gutter-x:12rem;}.g-sm-48,.gy-sm-48{--gutter-y:12rem;}.g-sm-52,.gx-sm-52{--gutter-x:13rem;}.g-sm-52,.gy-sm-52{--gutter-y:13rem;}.g-sm-56,.gx-sm-56{--gutter-x:14rem;}.g-sm-56,.gy-sm-56{--gutter-y:14rem;}.g-sm-60,.gx-sm-60{--gutter-x:15rem;}.g-sm-60,.gy-sm-60{--gutter-y:15rem;}.g-sm-64,.gx-sm-64{--gutter-x:16rem;}.g-sm-64,.gy-sm-64{--gutter-y:16rem;}.g-sm-72,.gx-sm-72{--gutter-x:18rem;}.g-sm-72,.gy-sm-72{--gutter-y:18rem;}.g-sm-80,.gx-sm-80{--gutter-x:20rem;}.g-sm-80,.gy-sm-80{--gutter-y:20rem;}.g-sm-96,.gx-sm-96{--gutter-x:24rem;}.g-sm-96,.gy-sm-96{--gutter-y:24rem;}}@media (min-width:768px){.col-md{flex:1 0 0%;}.row-cols-md-auto > *{flex:0 0 auto;width:auto;}.row-cols-md-1 > *{flex:0 0 auto;width:100%;}.row-cols-md-2 > *{flex:0 0 auto;width:50%;}.row-cols-md-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-md-4 > *{flex:0 0 auto;width:25%;}.row-cols-md-5 > *{flex:0 0 auto;width:20%;}.row-cols-md-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-md-auto{flex:0 0 auto;width:auto;}.col-md-1{flex:0 0 auto;width:8.3333333333%;}.col-md-2{flex:0 0 auto;width:16.6666666667%;}.col-md-3{flex:0 0 auto;width:25%;}.col-md-4{flex:0 0 auto;width:33.3333333333%;}.col-md-5{flex:0 0 auto;width:41.6666666667%;}.col-md-6{flex:0 0 auto;width:50%;}.col-md-7{flex:0 0 auto;width:58.3333333333%;}.col-md-8{flex:0 0 auto;width:66.6666666667%;}.col-md-9{flex:0 0 auto;width:75%;}.col-md-10{flex:0 0 auto;width:83.3333333333%;}.col-md-11{flex:0 0 auto;width:91.6666666667%;}.col-md-12{flex:0 0 auto;width:100%;}.offset-md-0{margin-right:0;}.offset-md-1{margin-right:8.3333333333%;}.offset-md-2{margin-right:16.6666666667%;}.offset-md-3{margin-right:25%;}.offset-md-4{margin-right:33.3333333333%;}.offset-md-5{margin-right:41.6666666667%;}.offset-md-6{margin-right:50%;}.offset-md-7{margin-right:58.3333333333%;}.offset-md-8{margin-right:66.6666666667%;}.offset-md-9{margin-right:75%;}.offset-md-10{margin-right:83.3333333333%;}.offset-md-11{margin-right:91.6666666667%;}.g-md-0,.gx-md-0{--gutter-x:0;}.g-md-0,.gy-md-0{--gutter-y:0;}.g-md-px,.gx-md-px{--gutter-x:1px;}.g-md-px,.gy-md-px{--gutter-y:1px;}.g-md--5,.gx-md--5{--gutter-x:0.125rem;}.g-md--5,.gy-md--5{--gutter-y:0.125rem;}.g-md-1,.gx-md-1{--gutter-x:0.25rem;}.g-md-1,.gy-md-1{--gutter-y:0.25rem;}.g-md--4,.gx-md--4{--gutter-x:0.375rem;}.g-md--4,.gy-md--4{--gutter-y:0.375rem;}.g-md-2,.gx-md-2{--gutter-x:0.5rem;}.g-md-2,.gy-md-2{--gutter-y:0.5rem;}.g-md--3,.gx-md--3{--gutter-x:0.625rem;}.g-md--3,.gy-md--3{--gutter-y:0.625rem;}.g-md-3,.gx-md-3{--gutter-x:0.75rem;}.g-md-3,.gy-md-3{--gutter-y:0.75rem;}.g-md--2,.gx-md--2{--gutter-x:0.875rem;}.g-md--2,.gy-md--2{--gutter-y:0.875rem;}.g-md-4,.gx-md-4{--gutter-x:1rem;}.g-md-4,.gy-md-4{--gutter-y:1rem;}.g-md-5,.gx-md-5{--gutter-x:1.25rem;}.g-md-5,.gy-md-5{--gutter-y:1.25rem;}.g-md-6,.gx-md-6{--gutter-x:1.5rem;}.g-md-6,.gy-md-6{--gutter-y:1.5rem;}.g-md-7,.gx-md-7{--gutter-x:1.75rem;}.g-md-7,.gy-md-7{--gutter-y:1.75rem;}.g-md-8,.gx-md-8{--gutter-x:2rem;}.g-md-8,.gy-md-8{--gutter-y:2rem;}.g-md-9,.gx-md-9{--gutter-x:2.25rem;}.g-md-9,.gy-md-9{--gutter-y:2.25rem;}.g-md-10,.gx-md-10{--gutter-x:2.5rem;}.g-md-10,.gy-md-10{--gutter-y:2.5rem;}.g-md-11,.gx-md-11{--gutter-x:2.75rem;}.g-md-11,.gy-md-11{--gutter-y:2.75rem;}.g-md-12,.gx-md-12{--gutter-x:3rem;}.g-md-12,.gy-md-12{--gutter-y:3rem;}.g-md-14,.gx-md-14{--gutter-x:3.5rem;}.g-md-14,.gy-md-14{--gutter-y:3.5rem;}.g-md-16,.gx-md-16{--gutter-x:4rem;}.g-md-16,.gy-md-16{--gutter-y:4rem;}.g-md-20,.gx-md-20{--gutter-x:5rem;}.g-md-20,.gy-md-20{--gutter-y:5rem;}.g-md-24,.gx-md-24{--gutter-x:6rem;}.g-md-24,.gy-md-24{--gutter-y:6rem;}.g-md-28,.gx-md-28{--gutter-x:7rem;}.g-md-28,.gy-md-28{--gutter-y:7rem;}.g-md-32,.gx-md-32{--gutter-x:8rem;}.g-md-32,.gy-md-32{--gutter-y:8rem;}.g-md-36,.gx-md-36{--gutter-x:9rem;}.g-md-36,.gy-md-36{--gutter-y:9rem;}.g-md-40,.gx-md-40{--gutter-x:10rem;}.g-md-40,.gy-md-40{--gutter-y:10rem;}.g-md-44,.gx-md-44{--gutter-x:11rem;}.g-md-44,.gy-md-44{--gutter-y:11rem;}.g-md-48,.gx-md-48{--gutter-x:12rem;}.g-md-48,.gy-md-48{--gutter-y:12rem;}.g-md-52,.gx-md-52{--gutter-x:13rem;}.g-md-52,.gy-md-52{--gutter-y:13rem;}.g-md-56,.gx-md-56{--gutter-x:14rem;}.g-md-56,.gy-md-56{--gutter-y:14rem;}.g-md-60,.gx-md-60{--gutter-x:15rem;}.g-md-60,.gy-md-60{--gutter-y:15rem;}.g-md-64,.gx-md-64{--gutter-x:16rem;}.g-md-64,.gy-md-64{--gutter-y:16rem;}.g-md-72,.gx-md-72{--gutter-x:18rem;}.g-md-72,.gy-md-72{--gutter-y:18rem;}.g-md-80,.gx-md-80{--gutter-x:20rem;}.g-md-80,.gy-md-80{--gutter-y:20rem;}.g-md-96,.gx-md-96{--gutter-x:24rem;}.g-md-96,.gy-md-96{--gutter-y:24rem;}}@media (min-width:1024px){.col-lg{flex:1 0 0%;}.row-cols-lg-auto > *{flex:0 0 auto;width:auto;}.row-cols-lg-1 > *{flex:0 0 auto;width:100%;}.row-cols-lg-2 > *{flex:0 0 auto;width:50%;}.row-cols-lg-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-lg-4 > *{flex:0 0 auto;width:25%;}.row-cols-lg-5 > *{flex:0 0 auto;width:20%;}.row-cols-lg-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-lg-auto{flex:0 0 auto;width:auto;}.col-lg-1{flex:0 0 auto;width:8.3333333333%;}.col-lg-2{flex:0 0 auto;width:16.6666666667%;}.col-lg-3{flex:0 0 auto;width:25%;}.col-lg-4{flex:0 0 auto;width:33.3333333333%;}.col-lg-5{flex:0 0 auto;width:41.6666666667%;}.col-lg-6{flex:0 0 auto;width:50%;}.col-lg-7{flex:0 0 auto;width:58.3333333333%;}.col-lg-8{flex:0 0 auto;width:66.6666666667%;}.col-lg-9{flex:0 0 auto;width:75%;}.col-lg-10{flex:0 0 auto;width:83.3333333333%;}.col-lg-11{flex:0 0 auto;width:91.6666666667%;}.col-lg-12{flex:0 0 auto;width:100%;}.offset-lg-0{margin-right:0;}.offset-lg-1{margin-right:8.3333333333%;}.offset-lg-2{margin-right:16.6666666667%;}.offset-lg-3{margin-right:25%;}.offset-lg-4{margin-right:33.3333333333%;}.offset-lg-5{margin-right:41.6666666667%;}.offset-lg-6{margin-right:50%;}.offset-lg-7{margin-right:58.3333333333%;}.offset-lg-8{margin-right:66.6666666667%;}.offset-lg-9{margin-right:75%;}.offset-lg-10{margin-right:83.3333333333%;}.offset-lg-11{margin-right:91.6666666667%;}.g-lg-0,.gx-lg-0{--gutter-x:0;}.g-lg-0,.gy-lg-0{--gutter-y:0;}.g-lg-px,.gx-lg-px{--gutter-x:1px;}.g-lg-px,.gy-lg-px{--gutter-y:1px;}.g-lg--5,.gx-lg--5{--gutter-x:0.125rem;}.g-lg--5,.gy-lg--5{--gutter-y:0.125rem;}.g-lg-1,.gx-lg-1{--gutter-x:0.25rem;}.g-lg-1,.gy-lg-1{--gutter-y:0.25rem;}.g-lg--4,.gx-lg--4{--gutter-x:0.375rem;}.g-lg--4,.gy-lg--4{--gutter-y:0.375rem;}.g-lg-2,.gx-lg-2{--gutter-x:0.5rem;}.g-lg-2,.gy-lg-2{--gutter-y:0.5rem;}.g-lg--3,.gx-lg--3{--gutter-x:0.625rem;}.g-lg--3,.gy-lg--3{--gutter-y:0.625rem;}.g-lg-3,.gx-lg-3{--gutter-x:0.75rem;}.g-lg-3,.gy-lg-3{--gutter-y:0.75rem;}.g-lg--2,.gx-lg--2{--gutter-x:0.875rem;}.g-lg--2,.gy-lg--2{--gutter-y:0.875rem;}.g-lg-4,.gx-lg-4{--gutter-x:1rem;}.g-lg-4,.gy-lg-4{--gutter-y:1rem;}.g-lg-5,.gx-lg-5{--gutter-x:1.25rem;}.g-lg-5,.gy-lg-5{--gutter-y:1.25rem;}.g-lg-6,.gx-lg-6{--gutter-x:1.5rem;}.g-lg-6,.gy-lg-6{--gutter-y:1.5rem;}.g-lg-7,.gx-lg-7{--gutter-x:1.75rem;}.g-lg-7,.gy-lg-7{--gutter-y:1.75rem;}.g-lg-8,.gx-lg-8{--gutter-x:2rem;}.g-lg-8,.gy-lg-8{--gutter-y:2rem;}.g-lg-9,.gx-lg-9{--gutter-x:2.25rem;}.g-lg-9,.gy-lg-9{--gutter-y:2.25rem;}.g-lg-10,.gx-lg-10{--gutter-x:2.5rem;}.g-lg-10,.gy-lg-10{--gutter-y:2.5rem;}.g-lg-11,.gx-lg-11{--gutter-x:2.75rem;}.g-lg-11,.gy-lg-11{--gutter-y:2.75rem;}.g-lg-12,.gx-lg-12{--gutter-x:3rem;}.g-lg-12,.gy-lg-12{--gutter-y:3rem;}.g-lg-14,.gx-lg-14{--gutter-x:3.5rem;}.g-lg-14,.gy-lg-14{--gutter-y:3.5rem;}.g-lg-16,.gx-lg-16{--gutter-x:4rem;}.g-lg-16,.gy-lg-16{--gutter-y:4rem;}.g-lg-20,.gx-lg-20{--gutter-x:5rem;}.g-lg-20,.gy-lg-20{--gutter-y:5rem;}.g-lg-24,.gx-lg-24{--gutter-x:6rem;}.g-lg-24,.gy-lg-24{--gutter-y:6rem;}.g-lg-28,.gx-lg-28{--gutter-x:7rem;}.g-lg-28,.gy-lg-28{--gutter-y:7rem;}.g-lg-32,.gx-lg-32{--gutter-x:8rem;}.g-lg-32,.gy-lg-32{--gutter-y:8rem;}.g-lg-36,.gx-lg-36{--gutter-x:9rem;}.g-lg-36,.gy-lg-36{--gutter-y:9rem;}.g-lg-40,.gx-lg-40{--gutter-x:10rem;}.g-lg-40,.gy-lg-40{--gutter-y:10rem;}.g-lg-44,.gx-lg-44{--gutter-x:11rem;}.g-lg-44,.gy-lg-44{--gutter-y:11rem;}.g-lg-48,.gx-lg-48{--gutter-x:12rem;}.g-lg-48,.gy-lg-48{--gutter-y:12rem;}.g-lg-52,.gx-lg-52{--gutter-x:13rem;}.g-lg-52,.gy-lg-52{--gutter-y:13rem;}.g-lg-56,.gx-lg-56{--gutter-x:14rem;}.g-lg-56,.gy-lg-56{--gutter-y:14rem;}.g-lg-60,.gx-lg-60{--gutter-x:15rem;}.g-lg-60,.gy-lg-60{--gutter-y:15rem;}.g-lg-64,.gx-lg-64{--gutter-x:16rem;}.g-lg-64,.gy-lg-64{--gutter-y:16rem;}.g-lg-72,.gx-lg-72{--gutter-x:18rem;}.g-lg-72,.gy-lg-72{--gutter-y:18rem;}.g-lg-80,.gx-lg-80{--gutter-x:20rem;}.g-lg-80,.gy-lg-80{--gutter-y:20rem;}.g-lg-96,.gx-lg-96{--gutter-x:24rem;}.g-lg-96,.gy-lg-96{--gutter-y:24rem;}}@media (min-width:1280px){.col-xl{flex:1 0 0%;}.row-cols-xl-auto > *{flex:0 0 auto;width:auto;}.row-cols-xl-1 > *{flex:0 0 auto;width:100%;}.row-cols-xl-2 > *{flex:0 0 auto;width:50%;}.row-cols-xl-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-xl-4 > *{flex:0 0 auto;width:25%;}.row-cols-xl-5 > *{flex:0 0 auto;width:20%;}.row-cols-xl-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-xl-auto{flex:0 0 auto;width:auto;}.col-xl-1{flex:0 0 auto;width:8.3333333333%;}.col-xl-2{flex:0 0 auto;width:16.6666666667%;}.col-xl-3{flex:0 0 auto;width:25%;}.col-xl-4{flex:0 0 auto;width:33.3333333333%;}.col-xl-5{flex:0 0 auto;width:41.6666666667%;}.col-xl-6{flex:0 0 auto;width:50%;}.col-xl-7{flex:0 0 auto;width:58.3333333333%;}.col-xl-8{flex:0 0 auto;width:66.6666666667%;}.col-xl-9{flex:0 0 auto;width:75%;}.col-xl-10{flex:0 0 auto;width:83.3333333333%;}.col-xl-11{flex:0 0 auto;width:91.6666666667%;}.col-xl-12{flex:0 0 auto;width:100%;}.offset-xl-0{margin-right:0;}.offset-xl-1{margin-right:8.3333333333%;}.offset-xl-2{margin-right:16.6666666667%;}.offset-xl-3{margin-right:25%;}.offset-xl-4{margin-right:33.3333333333%;}.offset-xl-5{margin-right:41.6666666667%;}.offset-xl-6{margin-right:50%;}.offset-xl-7{margin-right:58.3333333333%;}.offset-xl-8{margin-right:66.6666666667%;}.offset-xl-9{margin-right:75%;}.offset-xl-10{margin-right:83.3333333333%;}.offset-xl-11{margin-right:91.6666666667%;}.g-xl-0,.gx-xl-0{--gutter-x:0;}.g-xl-0,.gy-xl-0{--gutter-y:0;}.g-xl-px,.gx-xl-px{--gutter-x:1px;}.g-xl-px,.gy-xl-px{--gutter-y:1px;}.g-xl--5,.gx-xl--5{--gutter-x:0.125rem;}.g-xl--5,.gy-xl--5{--gutter-y:0.125rem;}.g-xl-1,.gx-xl-1{--gutter-x:0.25rem;}.g-xl-1,.gy-xl-1{--gutter-y:0.25rem;}.g-xl--4,.gx-xl--4{--gutter-x:0.375rem;}.g-xl--4,.gy-xl--4{--gutter-y:0.375rem;}.g-xl-2,.gx-xl-2{--gutter-x:0.5rem;}.g-xl-2,.gy-xl-2{--gutter-y:0.5rem;}.g-xl--3,.gx-xl--3{--gutter-x:0.625rem;}.g-xl--3,.gy-xl--3{--gutter-y:0.625rem;}.g-xl-3,.gx-xl-3{--gutter-x:0.75rem;}.g-xl-3,.gy-xl-3{--gutter-y:0.75rem;}.g-xl--2,.gx-xl--2{--gutter-x:0.875rem;}.g-xl--2,.gy-xl--2{--gutter-y:0.875rem;}.g-xl-4,.gx-xl-4{--gutter-x:1rem;}.g-xl-4,.gy-xl-4{--gutter-y:1rem;}.g-xl-5,.gx-xl-5{--gutter-x:1.25rem;}.g-xl-5,.gy-xl-5{--gutter-y:1.25rem;}.g-xl-6,.gx-xl-6{--gutter-x:1.5rem;}.g-xl-6,.gy-xl-6{--gutter-y:1.5rem;}.g-xl-7,.gx-xl-7{--gutter-x:1.75rem;}.g-xl-7,.gy-xl-7{--gutter-y:1.75rem;}.g-xl-8,.gx-xl-8{--gutter-x:2rem;}.g-xl-8,.gy-xl-8{--gutter-y:2rem;}.g-xl-9,.gx-xl-9{--gutter-x:2.25rem;}.g-xl-9,.gy-xl-9{--gutter-y:2.25rem;}.g-xl-10,.gx-xl-10{--gutter-x:2.5rem;}.g-xl-10,.gy-xl-10{--gutter-y:2.5rem;}.g-xl-11,.gx-xl-11{--gutter-x:2.75rem;}.g-xl-11,.gy-xl-11{--gutter-y:2.75rem;}.g-xl-12,.gx-xl-12{--gutter-x:3rem;}.g-xl-12,.gy-xl-12{--gutter-y:3rem;}.g-xl-14,.gx-xl-14{--gutter-x:3.5rem;}.g-xl-14,.gy-xl-14{--gutter-y:3.5rem;}.g-xl-16,.gx-xl-16{--gutter-x:4rem;}.g-xl-16,.gy-xl-16{--gutter-y:4rem;}.g-xl-20,.gx-xl-20{--gutter-x:5rem;}.g-xl-20,.gy-xl-20{--gutter-y:5rem;}.g-xl-24,.gx-xl-24{--gutter-x:6rem;}.g-xl-24,.gy-xl-24{--gutter-y:6rem;}.g-xl-28,.gx-xl-28{--gutter-x:7rem;}.g-xl-28,.gy-xl-28{--gutter-y:7rem;}.g-xl-32,.gx-xl-32{--gutter-x:8rem;}.g-xl-32,.gy-xl-32{--gutter-y:8rem;}.g-xl-36,.gx-xl-36{--gutter-x:9rem;}.g-xl-36,.gy-xl-36{--gutter-y:9rem;}.g-xl-40,.gx-xl-40{--gutter-x:10rem;}.g-xl-40,.gy-xl-40{--gutter-y:10rem;}.g-xl-44,.gx-xl-44{--gutter-x:11rem;}.g-xl-44,.gy-xl-44{--gutter-y:11rem;}.g-xl-48,.gx-xl-48{--gutter-x:12rem;}.g-xl-48,.gy-xl-48{--gutter-y:12rem;}.g-xl-52,.gx-xl-52{--gutter-x:13rem;}.g-xl-52,.gy-xl-52{--gutter-y:13rem;}.g-xl-56,.gx-xl-56{--gutter-x:14rem;}.g-xl-56,.gy-xl-56{--gutter-y:14rem;}.g-xl-60,.gx-xl-60{--gutter-x:15rem;}.g-xl-60,.gy-xl-60{--gutter-y:15rem;}.g-xl-64,.gx-xl-64{--gutter-x:16rem;}.g-xl-64,.gy-xl-64{--gutter-y:16rem;}.g-xl-72,.gx-xl-72{--gutter-x:18rem;}.g-xl-72,.gy-xl-72{--gutter-y:18rem;}.g-xl-80,.gx-xl-80{--gutter-x:20rem;}.g-xl-80,.gy-xl-80{--gutter-y:20rem;}.g-xl-96,.gx-xl-96{--gutter-x:24rem;}.g-xl-96,.gy-xl-96{--gutter-y:24rem;}}@media (min-width:1536px){.col-xxl{flex:1 0 0%;}.row-cols-xxl-auto > *{flex:0 0 auto;width:auto;}.row-cols-xxl-1 > *{flex:0 0 auto;width:100%;}.row-cols-xxl-2 > *{flex:0 0 auto;width:50%;}.row-cols-xxl-3 > *{flex:0 0 auto;width:33.3333333333%;}.row-cols-xxl-4 > *{flex:0 0 auto;width:25%;}.row-cols-xxl-5 > *{flex:0 0 auto;width:20%;}.row-cols-xxl-6 > *{flex:0 0 auto;width:16.6666666667%;}.col-xxl-auto{flex:0 0 auto;width:auto;}.col-xxl-1{flex:0 0 auto;width:8.3333333333%;}.col-xxl-2{flex:0 0 auto;width:16.6666666667%;}.col-xxl-3{flex:0 0 auto;width:25%;}.col-xxl-4{flex:0 0 auto;width:33.3333333333%;}.col-xxl-5{flex:0 0 auto;width:41.6666666667%;}.col-xxl-6{flex:0 0 auto;width:50%;}.col-xxl-7{flex:0 0 auto;width:58.3333333333%;}.col-xxl-8{flex:0 0 auto;width:66.6666666667%;}.col-xxl-9{flex:0 0 auto;width:75%;}.col-xxl-10{flex:0 0 auto;width:83.3333333333%;}.col-xxl-11{flex:0 0 auto;width:91.6666666667%;}.col-xxl-12{flex:0 0 auto;width:100%;}.offset-xxl-0{margin-right:0;}.offset-xxl-1{margin-right:8.3333333333%;}.offset-xxl-2{margin-right:16.6666666667%;}.offset-xxl-3{margin-right:25%;}.offset-xxl-4{margin-right:33.3333333333%;}.offset-xxl-5{margin-right:41.6666666667%;}.offset-xxl-6{margin-right:50%;}.offset-xxl-7{margin-right:58.3333333333%;}.offset-xxl-8{margin-right:66.6666666667%;}.offset-xxl-9{margin-right:75%;}.offset-xxl-10{margin-right:83.3333333333%;}.offset-xxl-11{margin-right:91.6666666667%;}.g-xxl-0,.gx-xxl-0{--gutter-x:0;}.g-xxl-0,.gy-xxl-0{--gutter-y:0;}.g-xxl-px,.gx-xxl-px{--gutter-x:1px;}.g-xxl-px,.gy-xxl-px{--gutter-y:1px;}.g-xxl--5,.gx-xxl--5{--gutter-x:0.125rem;}.g-xxl--5,.gy-xxl--5{--gutter-y:0.125rem;}.g-xxl-1,.gx-xxl-1{--gutter-x:0.25rem;}.g-xxl-1,.gy-xxl-1{--gutter-y:0.25rem;}.g-xxl--4,.gx-xxl--4{--gutter-x:0.375rem;}.g-xxl--4,.gy-xxl--4{--gutter-y:0.375rem;}.g-xxl-2,.gx-xxl-2{--gutter-x:0.5rem;}.g-xxl-2,.gy-xxl-2{--gutter-y:0.5rem;}.g-xxl--3,.gx-xxl--3{--gutter-x:0.625rem;}.g-xxl--3,.gy-xxl--3{--gutter-y:0.625rem;}.g-xxl-3,.gx-xxl-3{--gutter-x:0.75rem;}.g-xxl-3,.gy-xxl-3{--gutter-y:0.75rem;}.g-xxl--2,.gx-xxl--2{--gutter-x:0.875rem;}.g-xxl--2,.gy-xxl--2{--gutter-y:0.875rem;}.g-xxl-4,.gx-xxl-4{--gutter-x:1rem;}.g-xxl-4,.gy-xxl-4{--gutter-y:1rem;}.g-xxl-5,.gx-xxl-5{--gutter-x:1.25rem;}.g-xxl-5,.gy-xxl-5{--gutter-y:1.25rem;}.g-xxl-6,.gx-xxl-6{--gutter-x:1.5rem;}.g-xxl-6,.gy-xxl-6{--gutter-y:1.5rem;}.g-xxl-7,.gx-xxl-7{--gutter-x:1.75rem;}.g-xxl-7,.gy-xxl-7{--gutter-y:1.75rem;}.g-xxl-8,.gx-xxl-8{--gutter-x:2rem;}.g-xxl-8,.gy-xxl-8{--gutter-y:2rem;}.g-xxl-9,.gx-xxl-9{--gutter-x:2.25rem;}.g-xxl-9,.gy-xxl-9{--gutter-y:2.25rem;}.g-xxl-10,.gx-xxl-10{--gutter-x:2.5rem;}.g-xxl-10,.gy-xxl-10{--gutter-y:2.5rem;}.g-xxl-11,.gx-xxl-11{--gutter-x:2.75rem;}.g-xxl-11,.gy-xxl-11{--gutter-y:2.75rem;}.g-xxl-12,.gx-xxl-12{--gutter-x:3rem;}.g-xxl-12,.gy-xxl-12{--gutter-y:3rem;}.g-xxl-14,.gx-xxl-14{--gutter-x:3.5rem;}.g-xxl-14,.gy-xxl-14{--gutter-y:3.5rem;}.g-xxl-16,.gx-xxl-16{--gutter-x:4rem;}.g-xxl-16,.gy-xxl-16{--gutter-y:4rem;}.g-xxl-20,.gx-xxl-20{--gutter-x:5rem;}.g-xxl-20,.gy-xxl-20{--gutter-y:5rem;}.g-xxl-24,.gx-xxl-24{--gutter-x:6rem;}.g-xxl-24,.gy-xxl-24{--gutter-y:6rem;}.g-xxl-28,.gx-xxl-28{--gutter-x:7rem;}.g-xxl-28,.gy-xxl-28{--gutter-y:7rem;}.g-xxl-32,.gx-xxl-32{--gutter-x:8rem;}.g-xxl-32,.gy-xxl-32{--gutter-y:8rem;}.g-xxl-36,.gx-xxl-36{--gutter-x:9rem;}.g-xxl-36,.gy-xxl-36{--gutter-y:9rem;}.g-xxl-40,.gx-xxl-40{--gutter-x:10rem;}.g-xxl-40,.gy-xxl-40{--gutter-y:10rem;}.g-xxl-44,.gx-xxl-44{--gutter-x:11rem;}.g-xxl-44,.gy-xxl-44{--gutter-y:11rem;}.g-xxl-48,.gx-xxl-48{--gutter-x:12rem;}.g-xxl-48,.gy-xxl-48{--gutter-y:12rem;}.g-xxl-52,.gx-xxl-52{--gutter-x:13rem;}.g-xxl-52,.gy-xxl-52{--gutter-y:13rem;}.g-xxl-56,.gx-xxl-56{--gutter-x:14rem;}.g-xxl-56,.gy-xxl-56{--gutter-y:14rem;}.g-xxl-60,.gx-xxl-60{--gutter-x:15rem;}.g-xxl-60,.gy-xxl-60{--gutter-y:15rem;}.g-xxl-64,.gx-xxl-64{--gutter-x:16rem;}.g-xxl-64,.gy-xxl-64{--gutter-y:16rem;}.g-xxl-72,.gx-xxl-72{--gutter-x:18rem;}.g-xxl-72,.gy-xxl-72{--gutter-y:18rem;}.g-xxl-80,.gx-xxl-80{--gutter-x:20rem;}.g-xxl-80,.gy-xxl-80{--gutter-y:20rem;}.g-xxl-96,.gx-xxl-96{--gutter-x:24rem;}.g-xxl-96,.gy-xxl-96{--gutter-y:24rem;}}html{font-size:16px;}body{font-family:"arial",sans-serif;direction:rtl;text-align:right;color:#000;font-size:1rem;line-height:1.5;}img{max-width:100%;height:auto;}code{color:#0d6efd;font-weight:700;}code .hljs-tag{color:#0d6efd;font-weight:500;}code .hljs-tag .hljs-name{color:#dc3545;}code .hljs-tag .hljs-attr,code .hljs-tag .hljs-string{color:#0d6efd;}p{margin-bottom:0.5rem;word-break:break-word;}ul,ol{padding-right:1.5em;}li{margin:0.5em 0;}::marker{color:inherit;}blockquote{margin:0;padding:0 1em;border-right:4px solid #0d6efd;color:#212529;font-style:italic;}figcaption{color:#0d6efd;}#navbar-top{position:relative;padding:1rem 0;}.navigation-bar{flex-grow:1;align-items:center;}.collapse{display:none;overflow:hidden;transition:height 0.3s ease;}.collapse.show{display:block;}.navbar-toggler.collapsed{transform:rotate(0deg);}.block-system-branding-block{margin-left:32px;}.block-system-branding-block img{max-width:70px;}.menu--main .menu{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;}.menu--main .menu li{padding:0 8px;}.menu--main .menu li a{color:inherit;text-decoration:none;}.header{position:relative;z-index:3;right:0;left:0;top:0;max-width:100%;}@media (max-width:1279.98px){.header{padding-block:10px;}}.header.sticky{position:sticky;}.header.absolute{position:absolute;}.header.fixed{position:fixed;}.header-top{align-items:center;display:flex;}@media (min-width:1280px){.header-top{display:flex !important;}}@media (max-width:1279.98px){.header-top{display:none !important;}}.header-top .region--header{width:100%;}.header-top-content{display:flex;justify-content:space-between;}#menu-backdrop{position:fixed;top:0;right:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;z-index:50;}#menu-backdrop.active{opacity:1;visibility:visible;}.header-main .mobile{display:none;flex:100%;}.navbar-toggler{background:transparent;border:none;padding:0px;}.accordion .accordion-item .accordion-header{display:flex;align-items:center;cursor:pointer;transition:background-color 300ms ease;border-top:1px solid #dee2e6;justify-content:space-between;flex-direction:row;padding:32px;gap:16px;}@media (max-width:1023.98px){.accordion .accordion-item .accordion-header{padding:16px;}}.accordion .accordion-item .accordion-content{display:none;overflow:hidden;max-height:0;padding:0px 32px 32px;}@media (max-width:1023.98px){.accordion .accordion-item .accordion-content{padding:16px;}}.accordion .accordion-item .accordion-content > div{margin:16px 0;}.accordion .accordion-item .accordion-icon svg{transition:transform 300ms ease;transform:rotate(0deg);}.accordion .accordion-item.active .accordion-header .accordion-icon svg{transform:rotate(-180deg);}.accordion .accordion-item.active .accordion-content{display:block;max-height:fit-content;}.accordion .accordion-item.disabled .accordion-header{pointer-events:none;color:#adb5bd;}.accordion-sm .accordion-header{padding:8px 16px;gap:16px;}.accordion-md .accordion-header{padding:12px 16px;gap:16px;}.accordion-lg .accordion-header{padding:16px 16px;gap:16px;}ul.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;}ul.breadcrumb li{display:flex;font-weight:400;align-items:center;}ul.breadcrumb li > span,ul.breadcrumb li a{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}[dir=rtl] ul.breadcrumb li::before{rotate:180deg;}ul.breadcrumb li::before{margin:0 4px;}ul.breadcrumb li a{text-decoration:none;color:#212529;}ul.breadcrumb li:last-child{color:#adb5bd;}ul.breadcrumb li:first-child::before{display:none;}[class^=icon-]::before,[class^=icon-]::after,[class*=" icon-"]::before,[class*=" icon-"]::after{font-size:22px;margin:0 6px;font-weight:500;}[class^=icon-].reverse::after,[class^=icon-].reverse::before,[class*=" icon-"].reverse::after,[class*=" icon-"].reverse::before{rotate:0deg;display:inline-block;}[dir=rtl] [class^=icon-].reverse::after,[dir=rtl] [class^=icon-].reverse::before,[dir=rtl] [class*=" icon-"].reverse::after,[dir=rtl] [class*=" icon-"].reverse::before{rotate:180deg;}.icon{border-radius:100%;padding:10px;width:40px;height:40px;}.icon-neutral{background-color:#ced4da;}.icon-primary{background:#0d6efd;color:#fff;}.icon-sm::before,.icon-sm::after{font-size:14px;}.icon-md::before,.icon-md::after{font-size:18px;}.jsonapi-link{width:70px;height:70px;border:2px solid #0d6efd;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0px 4px 8px -2px rgba(16,24,40,0.1),0px 2px 4px -2px rgba(16,24,40,0.06);transform:scale(0.9) translateZ(0);transition:transform 0.1s;backface-visibility:hidden;}.jsonapi-link svg,.jsonapi-link path,.jsonapi-link rect{fill:#0d6efd;}.jsonapi-link svg{width:100%;margin-right:2px;}.jsonapi-link:hover{transform:scale(1);}.jsonapi-link--landing{position:fixed;bottom:60px;left:60px;}.jsonapi-link--block{width:45px;height:45px;position:absolute;bottom:15px;left:15px;visibility:hidden;}.pager .pager__items{display:flex;padding-right:0;list-style:none;}.pager .pager__items .pager__item{position:relative;display:block;padding:8px;}.pager .pager__items .pager__item:hover{z-index:2;}.pager .pager__items .pager__item:focus{z-index:3;}.pager .pager__items .pager__item.pager__item--active,.pager__item--active > .pager .pager__items .pager__item{z-index:3;}.pager .pager__items .pager__item.disabled,.disabled > .pager .pager__items .pager__item{pointer-events:none;}.tooltip{pointer-events:none;opacity:0;position:absolute;transition:visibility 300ms linear 300ms,opacity 300ms ease;margin:auto;display:flex;align-items:flex-start;gap:8px;max-width:244px;z-index:1000;}.tooltip .content{display:flex;gap:8px;padding:8px;border-radius:4px;}.tooltip .content .tooltip-title{font-size:0.75rem;font-weight:600;margin-bottom:8px;}.tooltip .content .tooltip-body{font-size:0.75rem;font-weight:400;}.tooltip.tooltip-light .content{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.1);}.tooltip.tooltip-light .content .tooltip-title{color:#212529;}.tooltip.tooltip-light .content .tooltip-body{color:#343a40;}.tooltip.tooltip-light .arrow{color:#fff;}.tooltip.tooltip-dark .content{background:#212529;box-shadow:0 4px 20px rgba(0,0,0,0.1);}.tooltip.tooltip-dark .content .tooltip-title{color:#fff;}.tooltip.tooltip-dark .content .tooltip-body{color:#fff;}.tooltip.tooltip-dark .arrow{color:#212529;}.tooltip .arrow-up,.tooltip .arrow-center-up,.tooltip .arrow-center-down,.tooltip .arrow-down,.tooltip .arrow-right,.tooltip .arrow-left{width:0;height:0;position:absolute;}.tooltip .arrow-up{top:-7px;border-right:12px solid transparent;border-left:12px solid transparent;border-bottom:12px solid;inset-inline-start:5px;}.tooltip .arrow-down{bottom:-7px;border-right:12px solid transparent;border-left:12px solid transparent;border-top:12px solid;inset-inline-start:5px;}.tooltip .arrow-right{left:-7px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid;}.tooltip .arrow-left{right:-7px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid;}.table-container{max-width:100%;overflow-x:auto;}.table-container table{width:100%;margin-top:20px;border-spacing:0;border-collapse:separate;}.table-container table th,.table-container table td{padding:16px;background-clip:padding-box;}@media (max-width:767.98px){.table-container table th,.table-container table td{white-space:nowrap;}}.table-container table th{background-color:#f8f9fa;color:#343a40;font-size:0.75rem;font-weight:500;line-height:18px;padding:16px;}.table-container table td{padding:20px 16px;font-size:1rem;font-weight:400;line-height:24px;color:#212529;}.table-container table.even-color tr:nth-child(even){background-color:#ced4da;}.table-container table.cell-bordered td{border-inline-start:1px solid #dee2e6;}.table-container table.cell-bordered td:first-child{border-inline-start:none;}.card-default{position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:all 0.3s ease;display:flex;flex-direction:column;}.card-default:hover{transform:translateY(-2px);}.card-default .card-default-image{position:relative;overflow:hidden;}.card-default .card-default-image img{transition:transform 0.3s ease;}.card-default .card-default-image.image-scale:hover img{transform:scale(1.05);}.card-default .card-content{position:absolute;bottom:0;right:0;left:0;padding:20px;height:100%;flex-grow:1;display:flex;flex-direction:column;z-index:1;}.card-default .card-default-title{margin:0;}.card-default .card-default-body{margin:0;flex-grow:1;}.card-default .card-default-link{margin-top:8px;}.card-default .card-default-link a{color:inherit;text-decoration:none;transition:opacity 0.2s ease;}.card-default .card-default-link a:hover{opacity:0.8;}.file-container{width:100%;margin:20px auto;border-radius:0.375rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);}.file-container .search-box{width:100%;max-width:400px;padding:10px;margin:20px auto;display:block;font-size:16px;border:2px solid #ced4da;border-radius:8px;outline:none;transition:0.3s;}.file-container .search-box:focus{border-color:#0d6efd;box-shadow:0 0 8px rgba(0,123,255,0.3);}.file-container .file-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #dee2e6;background:#fff;transition:background 0.3s,transform 0.3s;}.file-container .file-item:last-child{border-bottom:none;}.file-container .file-item:nth-child(even){background:#f8f9fa;}.file-container .file-item:hover{background:#e9ecef;transform:translateX(-5px);}.file-container .field__item{flex:1;}.file-container .file-info{text-align:end;}.file-container .file-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px;margin-left:20px;border-radius:50%;background:#e9ecef;box-shadow:0 4px 20px rgba(0,0,0,0.1);}.file-container .file-icon img{width:24px;height:24px;}.file-container .file-name{font-size:16px;font-weight:600;color:#0d6efd;display:block;}.file-container .file-size{font-size:14px;color:#495057;}.table-wrapper{width:100%;margin:20px auto;background:#fff;border-radius:0.375rem;box-shadow:0 4px 20px rgba(0,0,0,0.1);padding:15px;overflow-x:auto;}.table-wrapper .search-controls{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;}.table-wrapper .search-box{flex-grow:1;padding:10px;font-size:16px;border:2px solid #ced4da;border-radius:8px;outline:none;transition:0.3s;}.table-wrapper .search-box:focus{border-color:#0d6efd;box-shadow:0 0 8px rgba(0,123,255,0.3);}.table-wrapper .search-select{padding:10px;font-size:16px;border:2px solid #ced4da;border-radius:8px;outline:none;cursor:pointer;transition:0.3s;background-color:#fff;}.table-wrapper .search-select:focus{border-color:#0d6efd;}.table-wrapper .table{width:100%;border-collapse:collapse;}.table-wrapper .table thead{background:#495057;color:#fff;text-transform:uppercase;}.table-wrapper .table th,.table-wrapper .table td{padding:12px;text-align:right;border-bottom:1px solid #dee2e6;}.table-wrapper .table.table-striped tbody tr:nth-child(odd){background:#f8f9fa;}.table-wrapper .table.table-striped tbody tr:hover{background:#dee2e6;transition:background 0.3s;}@media (max-width:768px){.table-wrapper .search-controls{flex-direction:column;}.table-wrapper .table th,.table-wrapper .table td{padding:8px;font-size:14px;}}.seeds-ui-timeline{position:relative;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner{display:grid;grid-template-columns:2px 1fr;grid-auto-columns:max-content;column-gap:32px;list-style:none;position:relative;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner::before{content:"";grid-column:1;grid-row:1/span 20;background:#dee2e6;border-radius:1px;width:2px;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item{grid-column:2;grid-row:span 2;display:grid;grid-template-rows:min-content min-content min-content;position:relative;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item::before{content:"";position:absolute;right:-40px;top:8px;width:12px;height:12px;background:#0d6efd;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #0d6efd;z-index:1;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item .seeds-ui-timeline-date{margin-bottom:0.5rem;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item .seeds-ui-timeline-content{margin:16px 0;}@media (min-width:640px){.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner{grid-template-columns:1fr 2px 1fr;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner::before{grid-column:2;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item.left{grid-column:1;text-align:left;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item.left::before{right:auto;left:-39px;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item.right{grid-column:3;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item.right::before{right:-39px;}.seeds-ui-timeline.seeds-ui-timeline--vertical .seeds-ui-timeline__inner .seeds-ui-timeline-item:nth-child(2){grid-row:2/4;}}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item{opacity:0;transform:translateY(20px);animation:fadeInUp 0.6s ease-in-out forwards;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(1){animation-delay:0.2s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(2){animation-delay:0.4s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(3){animation-delay:0.6s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(4){animation-delay:0.8s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(5){animation-delay:1s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(6){animation-delay:1.2s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(7){animation-delay:1.4s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(8){animation-delay:1.6s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(9){animation-delay:1.8s;}.seeds-ui-timeline.seeds-ui-timeline--animate .seeds-ui-timeline-item:nth-child(10){animation-delay:2s;}.seeds-ui-tabs.seeds-ui-vertical-tabs{display:flex;}.seeds-ui-tabs.seeds-ui-vertical-tabs .seeds-ui-tabs-nav{display:flex;flex-direction:column;gap:16px;justify-content:start;}.seeds-ui-tabs.seeds-ui-vertical-tabs .seeds-ui-tabs-content{flex:1;}.seeds-ui-tabs .seeds-ui-tabs-nav{overflow:auto;padding:4px;scrollbar-width:none;position:relative;display:flex;}.seeds-ui-tabs .seeds-ui-tabs-nav .seeds-ui-tab-button{text-decoration:none;position:relative;cursor:pointer;transition:background-color 300ms ease;}.seeds-ui-tabs .seeds-ui-tabs-content{padding:16px;}.seeds-ui-tabs .seeds-ui-tabs-content .seeds-ui-tab-content{display:none;}.seeds-ui-tabs .seeds-ui-tabs-content .seeds-ui-tab-content.active{display:block;}.seeds-ui-modal{margin:auto;border:0;box-shadow:0 4px 20px rgba(0,0,0,0.1);max-width:800px;animation:fade-out 0.3s ease-out;}.seeds-ui-modal::backdrop{background-color:transparent;}.seeds-ui-modal[open]{animation:fade-in 0.3s ease-out;}.seeds-ui-modal .seeds-ui-modal-close{position:absolute;left:12px;top:12px;cursor:pointer;background-color:transparent;border:none;padding:0;margin:0;font-size:24px;}.seeds-ui-modal .seeds-ui-modal-header,.seeds-ui-modal .seeds-ui-modal-body{padding:16px;}@keyframes fade-in{0%{opacity:0;display:none;}100%{opacity:1;display:block;}}@keyframes fade-out{0%{opacity:1;display:block;}100%{opacity:0;display:none;}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}@keyframes fadeInRight{from{opacity:0;transform:translateX(-20px);}to{opacity:1;transform:translateX(0);}}.teaser{position:relative;transition:all 0.3s ease;display:flex;flex-direction:column;overflow:hidden;}.teaser .teaser-img{position:relative;overflow:hidden;}.teaser .teaser-img img{transition:transform 0.3s ease;}.teaser .image-scale:hover img{transform:scale(1.05);}.teaser .teaser-content{flex-grow:1;display:flex;flex-direction:column;}.teaser .teaser-title{margin-bottom:0.5rem;}.teaser .teaser-body{margin-bottom:1rem;flex-grow:1;}.teaser .teaser-link{margin-top:auto;}.left-teaser,.right-teaser{position:relative;transition:all 0.3s ease;display:block;overflow:hidden;}.left-teaser .order-first,.right-teaser .order-first{order:-1;}.left-teaser .overflow-hidden,.right-teaser .overflow-hidden{overflow:hidden;}.left-teaser .image-scale:hover img,.right-teaser .image-scale:hover img{transform:scale(1.05);}.left-teaser .left-teaser-img,.left-teaser .right-teaser-img,.right-teaser .left-teaser-img,.right-teaser .right-teaser-img{position:relative;overflow:hidden;}.left-teaser .left-teaser-img img,.left-teaser .right-teaser-img img,.right-teaser .left-teaser-img img,.right-teaser .right-teaser-img img{transition:transform 0.3s ease;}.left-teaser .left-teaser-content,.left-teaser .right-teaser-content,.right-teaser .left-teaser-content,.right-teaser .right-teaser-content{display:flex;flex-direction:column;height:100%;justify-content:center;}@media (max-width:1279.98px){.left-teaser .left-teaser-content,.left-teaser .right-teaser-content,.right-teaser .left-teaser-content,.right-teaser .right-teaser-content{margin-top:16px;margin-bottom:16px;}}.left-teaser .left-teaser-link,.left-teaser .right-teaser-link,.right-teaser .left-teaser-link,.right-teaser .right-teaser-link{margin-top:auto;}.dropdown-wrapper{position:relative;}.dropdown-wrapper.active .select-btn::before{transform:rotate(-180deg);}.dropdown-wrapper .dropdown-list{display:none;z-index:10;list-style:none;overflow:auto;position:absolute;top:100%;margin-top:10px;padding:0;border-radius:0.25rem;border:1px solid #dee2e6;background:#fff;box-shadow:0px 20px 24px -4px rgba(16,24,40,0.08),0px 8px 8px -4px rgba(16,24,40,0.03);width:100%;max-height:320px;}.dropdown-wrapper .dropdown-select{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;}.dropdown-wrapper .dropdown-item{padding:5px 16px;margin:0;cursor:pointer;}.dropdown-wrapper .dropdown-item:hover{background-color:#f8f9fa;}.dropdown-wrapper .dropdown-item.no-options{cursor:text;}.dropdown-wrapper .dropdown-item.active{justify-content:space-between;}.dropdown-wrapper .select-btn::after{content:"";position:absolute;width:100%;height:100%;inset:0;display:block;}.dropdown-wrapper select{display:none;}.block-content{position:relative;}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.block-wrapper{max-width:100%;position:relative;}.block-wrapper:hover .jsonapi-link{visibility:visible;}.page-last-update{font-size:14px;line-height:20px;color:#212529;padding:16px 0;border-bottom:2px solid #0d6efd;}.page-last-update p{margin:0;display:flex;flex-wrap:wrap;}.stelios-search-block .stelios-dropdown-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out,opacity 0.3s ease-out;opacity:0;visibility:hidden;background-color:#fff;border:1px solid #dee2e6;border-radius:0 0 16px 16px;padding:32px;box-shadow:0 4px 8px rgba(0,0,0,0.1);position:absolute;top:100%;left:0;z-index:1000;width:100%;}.stelios-search-block .stelios-dropdown-content .stelios-close-button{margin-bottom:32px;}.stelios-search-block .stelios-dropdown-content.slide-down{max-height:500px;opacity:1;visibility:visible;}.stelios-search-block .stelios-dropdown-content.hidden{max-height:0;opacity:0;visibility:hidden;}.stelios-image-block{margin:0 8px;}.stelios-image-block img{width:100%;max-height:57px;}.stelios-language-block .dropdown-wrapper{cursor:pointer;}.stelios-language-block .dropdown-wrapper .dropdown-input{padding:0;border:none;background:none;width:85px;height:35px;cursor:pointer;font-size:14px;}.stelios-language-block .dropdown-wrapper .dropdown-input:focus{outline:none;}.stelios-language-block .dropdown-wrapper .dropdown-list{width:fit-content;}.stelios-language-block .dropdown-wrapper .dropdown-list .dropdown-item{padding:0;}.stelios-language-block .dropdown-wrapper .dropdown-list .dropdown-item a{padding:5px 1.25rem;display:block;}.stelios-search-form-landing{position:relative;}.stelios-search-form-landing .dropdown-wrapper{position:absolute;top:calc(100% + 50px);left:0;}.stelios-search-form-landing .dropdown-wrapper.input-container{padding:0;}.stelios-search-form-landing .dropdown-wrapper .dropdown-select{padding:0;}@media (max-width:767.98px){.stelios-search-form-landing .dropdown-wrapper{position:relative;top:0;}}.stelios-search-form-landing .dropdown-menu{position:absolute;top:calc(100% + 50px);left:210px;}.stelios-search-form-landing .dropdown-menu button{min-height:44px;}.stelios-search-form-landing .dropdown-menu.dropdown-menu-sort{left:0;}@media (max-width:1279.98px){.stelios-search-form-landing .dropdown-menu{position:relative;top:0;left:0;margin-top:16px;}}html{scroll-behavior:smooth;}body{font-size:1.125rem;font-weight:400;color:#0d0b1c;font-family:"tajawal";}body.no-scroll{overflow-y:hidden;}body.path-frontpage .seeds-page-banner{display:none;}body:not(.path-frontpage) header{position:sticky;top:0;box-shadow:0px 4px 15px 0px rgba(0,0,0,0.0509803922);}a,div{outline:none;}a{color:#0d0b1c;text-decoration:none;font-weight:400;transition:all 0.3s;}a:hover,a:focus{text-decoration:none;}menu,ol,ul,li{list-style:none;margin:0;padding:0;}*[onclick^=location]{cursor:pointer;}h1{font-family:"fedra-ar";}h1.black-title{color:#0d0b1c;margin-bottom:30px;}h1.jakarta{font-family:"tajawal";}h1.meduim{font-size:calc(1.28125rem + 0.375vw);font-weight:500;}@media (min-width:1200px){h1.meduim{font-size:1.5625rem;}}h2{font-family:"fedra-ar";font-size:calc(1.425rem + 2.1vw);font-weight:700;}h2.black-title{color:#0d0b1c;margin-bottom:30px;}h2.jakarta{font-family:"tajawal";}h2.meduim{font-size:calc(1.28125rem + 0.375vw);font-weight:500;}@media (min-width:1200px){h2.meduim{font-size:1.5625rem;}}@media (min-width:1200px){h2{font-size:3rem;}}h3{font-family:"fedra-ar";}h3.black-title{color:#0d0b1c;margin-bottom:30px;}h3.jakarta{font-family:"tajawal";}h3.meduim{font-size:calc(1.28125rem + 0.375vw);font-weight:500;}@media (min-width:1200px){h3.meduim{font-size:1.5625rem;}}h5{font-family:"fedra-ar";}h5.black-title{color:#0d0b1c;margin-bottom:30px;}h5.jakarta{font-family:"tajawal";}h5.meduim{font-size:calc(1.28125rem + 0.375vw);font-weight:500;}@media (min-width:1200px){h5.meduim{font-size:1.5625rem;}}h6{font-family:"fedra-ar";}h6.black-title{color:#0d0b1c;margin-bottom:30px;}h6.jakarta{font-family:"tajawal";}h6.meduim{font-size:calc(1.28125rem + 0.375vw);font-weight:500;}@media (min-width:1200px){h6.meduim{font-size:1.5625rem;}}.text-formatted h1,.text-formatted h2,.text-formatted h2,.text-formatted h4,.text-formatted h5,.text-formatted h6{color:#4f4f4d;}p{color:#5f6c87;margin-bottom:auto;}p.gray{color:#5f6c87;}p.black{color:#0d0b1c;}p.ligh-gray,p.dark-purple{color:#b2aecd;}p.light-purple{color:#e0dcff;}p.uppercase-p{text-transform:lowercase;}blockquote{padding-right:30px;border-right:5px solid #4f4f4d;}.btn-primary,.more-link a,.button--primary{display:block;font-weight:500;line-height:2.5rem;width:fit-content;z-index:1;position:relative;overflow:hidden;transition:all 0.5s;font-family:'fedra-ar';border:unset;color:#fff;background-color:#3347fd;padding:1px 18px;border-radius:70px;}.btn-primary::before,.more-link a::before,.button--primary::before{content:"";z-index:-1;position:absolute;inset:0;background:linear-gradient(to left,#3347fd,#368fe7);opacity:0;transition:opacity 0.5s;}.btn-primary:hover::before,.more-link a:hover::before,.button--primary:hover::before{opacity:100;}.btn-secondary{display:flex;gap:1rem;font-weight:500;line-height:2.5rem;width:fit-content;z-index:1;position:relative;overflow:hidden;transition:all 0.5s;font-family:fedra-ar;background-color:#0d0b1c;color:#fff;padding:8px 18px;border-radius:70px;}.btn-secondary::before{content:"";width:37px;height:37px;background-image:url(/themes/custom/musaed_sui/images/arrow-black.svg);background-size:100%;background-repeat:no-repeat;background-attachment:scroll;transform:rotate(-180deg);transition:all 0.5s;position:absolute;top:8px;inset-inline-end:18px;}.btn-secondary::after{content:"";width:37px;height:37px;border-radius:9999px;display:inline-block;display:flex;justify-content:center;align-items:center;transition:all 0.5s;background-color:#fff;}.btn-secondary:hover{background-color:#3347fd;}.btn-secondary:hover::before{background-image:url(/themes/custom/musaed_sui/images/arrow-blue.svg);inset-inline-end:10px;}.nav-link::after,.menu__link::after{content:"";width:0;height:2px;display:block;background-color:#368fe7;transition:all 0.5s;}.nav-link:hover::after,.menu__link:hover::after{width:30px;}.seeds-page-banner .seeds-banner{position:relative;}.seeds-page-banner .seeds-banner::after{content:"";width:100%;height:100%;background-color:rgba(0,0,0,0.3019607843);position:absolute;inset:0;z-index:2;}.seeds-page-banner .page-header{font-weight:700;color:#fff;font-size:calc(1.325rem + 0.9vw);z-index:3;}@media (min-width:1200px){.seeds-page-banner .page-header{font-size:2rem;}}.more-link{width:fit-content;margin-inline:auto;margin-top:30px;}.messages__wrapper .seeds_messages--error .seeds_messages-icon-wrapper .seeds_messages-icon{color:#ff0000;background-color:rgba(203,34,27,0.1);}.embedded-entity.align-left{margin-right:10px;}.embedded-entity.align-right{margin-left:10px;}.views-row.medium-gap{padding-inline:15px;margin-bottom:30px;}@media (max-width:1279.98px){.views-row.medium-gap{margin-bottom:30px;}}.h-screen{height:100vh;}@media (min-width:1024px){.min-lg-gapx{row-gap:100px;}}@media (max-width:1023.98px){.max-lg-px{padding-inline:20px;}}@media (max-width:1023.98px){.max-lg-mt{margin-top:16px;}}.text-x-small{font-size:16px;font-weight:500;}.font-bold{font-weight:700;}.dark-blue-heading{color:#051B44;}.small-line-height{line-height:25.574px;}.text-purple-gradient{background:linear-gradient(-180deg,#879CFF 11.25%,#fff 125%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;}.text-purple-gradient.w-400{font-weight:400 !important;}.text-purple-gradient.w-500{font-weight:500 !important;}.text-purple-gradient.w-600{font-weight:600 !important;}.text-purple-gradient.w-700{font-weight:700 !important;}.text-gradient-dark,.accordion .accordion-header .accordion-title h1,.accordion .accordion-header .accordion-title h2{background:linear-gradient(-90deg,#0d0b1c 0%,#6542A1 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;}.text-gradient-dark.w-400,.accordion .accordion-header .accordion-title h1.w-400,.accordion .accordion-header .accordion-title h2.w-400{font-weight:400 !important;}.text-gradient-dark.w-500,.accordion .accordion-header .accordion-title h1.w-500,.accordion .accordion-header .accordion-title h2.w-500{font-weight:500 !important;}.text-gradient-dark.w-600,.accordion .accordion-header .accordion-title h1.w-600,.accordion .accordion-header .accordion-title h2.w-600{font-weight:600 !important;}.text-gradient-dark.w-700,.accordion .accordion-header .accordion-title h1.w-700,.accordion .accordion-header .accordion-title h2.w-700{font-weight:700 !important;}.block-xl-p{@apply rounded-[56px] py-[180px] max-lg:py-[90px];border-radius:56px;padding-block:180px;}@media (max-width:1023.98px){.block-xl-p{padding-block:90px;}}.vertical-line{transition:opacity 0.8s ease-in-out;}.rotated{transform:rotate(180deg);}.rotated .vertical-line{opacity:0;}.slider .slider-image img{width:100%;}.slider .slider-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.slider .slider-content .field--name-field-text-1{color:#3347fd;text-transform:uppercase;font-weight:700;}@media (min-width:1024px){.slider .slider-content .field--name-field-text-1{margin-bottom:40px;}}@media (max-width:1023.98px){.slider .slider-content .field--name-field-text-1{margin-bottom:20px;}}.slider .slider-content .field--name-field-text{margin-bottom:56px;}@media (max-width:1023.98px){.slider .slider-content .field--name-field-text{margin-bottom:20px;}}.slider .slider-content .field--name-field-text h2{margin:0 auto;font-size:calc(1.725rem + 5.7vw);font-weight:700;}@media (min-width:1200px){.slider .slider-content .field--name-field-text h2{font-size:6rem;}}@media (max-width:767.98px){.slider .slider-content .field--name-field-text h2{font-size:calc(1.425rem + 2.1vw);}}@media (max-width:767.98px) and (min-width:1200px){.slider .slider-content .field--name-field-text h2{font-size:3rem;}}@media (min-width:1536px){.slider .slider-content .field--name-field-text h2{max-width:80%;}}@media (max-width:1535.98px){.slider .slider-content .slider-title{margin-top:10%;}}@media (max-width:1023.98px){.slider .slider-content .slider-title{margin-top:unset;}}.slider .slider-content .slider-body{margin:0 auto;}@media (min-width:1536px){.slider .slider-content .slider-body{max-width:50%;}}@media (min-width:1024px){.slider .slider-content .slider-body{margin-bottom:56px;}}@media (max-width:1023.98px){.slider .slider-content .slider-body{margin-bottom:20px;}}.slider .slider-content .slider-link{width:fit-content;margin:0 auto;}.accordion{border:1px solid #e0dcff;border-radius:9px;margin-bottom:1rem;}.accordion .accordion-header{display:flex;align-items:center;cursor:pointer;}.accordion .accordion-header .accordion-title{flex-grow:1;}.accordion .accordion-header .accordion-title h1,.accordion .accordion-header .accordion-title h2{font-size:calc(1.28125rem + 0.375vw);font-weight:500;margin-bottom:0;}@media (min-width:1200px){.accordion .accordion-header .accordion-title h1,.accordion .accordion-header .accordion-title h2{font-size:1.5625rem;}}.accordion .accordion-header .accordion-icon{flex:0 0 24px;}.accordion .accordion-header .accordion-icon .accordion-plus-icon{display:block;transition:transform 0.5s ease-in-out;transform-origin:center;}.accordion .accordion-item .accordion-header{border-top:0;}.accordion .accordion-item .accordion-header a{font-size:25px;letter-spacing:0px;line-height:30px;text-align:start;outline:0px;}.accordion .accordion-content{padding-top:1rem;}.accordion .accordion-content p{color:#0d0b1c;}.sui-feature-teaser{transition:all 500ms;}.sui-feature-teaser svg path,.sui-feature-teaser svg stroke{transition:all 500ms;}.sui-feature-teaser:hover{border-color:#5f6c87;}.sui-feature-teaser.active .sui-feature-teaser-container{border-color:#3182d2;}.sui-feature-teaser.active svg path{fill:#3182d2;stroke:#3182d2;}.sui-feature-teaser .media--type-svg{width:fit-content;}.sui-feature-teaser .media--type-svg .field--name-field-media-svg{border-radius:50%;background-color:#f4f5f7;padding:15px;}@media (max-width:991.98px){.node--type-client.node--view-mode-teaser .media--type-image{width:fit-content;margin:0 auto;}}.node--type-features.node--view-mode-teaser{height:100%;position:relative;border-radius:16px;overflow:hidden;border:1px solid #dce0e8;background-color:#fdfdfe;transition:all 500ms;}.node--type-features.node--view-mode-teaser .media--type-svg{width:fit-content;}.node--type-features.node--view-mode-teaser .media--type-svg .field--name-field-media-svg{border-radius:50%;background-color:#f4f5f7;padding:15px;}.node--type-features.node--view-mode-teaser .wrapper{height:100%;border-radius:16px;text-align:center;padding:1rem;transition:all 500ms;border:3.6px solid transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;}.node--type-features.node--view-mode-teaser .field--name-node-title{padding-top:24px;padding-bottom:16px;}.node--type-features.node--view-mode-teaser.active .wrapper{border-color:#3182d2;}.node--type-features.node--view-mode-teaser.active svg path{fill:#3182d2;stroke:#3182d2;}.node--type-features.node--view-mode-teaser.active::before{content:"";position:absolute;top:0;left:0;width:35px;height:35px;background-image:url(/themes/custom/musaed_sui/images/active-check.svg);background-size:100%;background-repeat:no-repeat;background-attachment:scroll;transform:scaleX(-1);}.node--type-features.node--view-mode-teaser:hover{border-color:#5f6c87;}.view-clients.view-display-id-home_clintes{margin-top:72px;}@media (max-width:1023.98px){.view-clients.view-display-id-home_clintes{margin-top:40px;}}.view-id-slider.view-display-id-main_slider .view-content{--gutter-x:0;}.view-id-features.view-display-id-features_main{position:relative;}.view-id-features.view-display-id-features_main .view-content{--gutter-x:0;display:flex;gap:18px;flex-wrap:wrap;justify-content:center;}.view-id-features.view-display-id-features_main .view-content > div{flex:0 0 172px;}.view-id-features.view-display-id-features_main::before,.view-id-features.view-display-id-features_main::after{content:"";position:absolute;width:100%;z-index:2;}.view-id-features.view-display-id-features_main::before{top:0;height:90px;background:linear-gradient(0deg,rgba(255,255,255,0.431372549) 0%,#fff 100%);}.view-id-features.view-display-id-features_main::after{bottom:0;height:35px;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,0.431372549) 100%);}.view-id-blogs .teaser{border:1px solid #d3d7e1;border-radius:12px;padding:20px;}.menu--main{flex-grow:1;}.menu--main .menu{display:flex;gap:30px;}@media (max-width:1023.98px){.menu--main .menu{flex-direction:column;gap:20px;margin-top:2rem;align-items:normal;}}.menu--main .menu li{padding:0;}.menu--main .menu a{text-transform:capitalize;}.menu--main .menu a::after{content:"";}.language-switcher-language-url{margin-left:30px;}.language-switcher-language-url .links{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;font-family:"fedra-en";flex-direction:row-reverse;}@media (max-width:1023.98px){.language-switcher-language-url .links{justify-content:start;}}.language-switcher-language-url .links .language-link{color:#b5bbc8;}.language-switcher-language-url .links .language-link.is-active{color:#0d0b1c;}.language-switcher-language-url .links li a{color:#d2d5e5;display:flex;align-items:center;gap:8px;}.language-switcher-language-url .links li a::after{content:"";background-color:#b2aecd;width:2px;height:14px;display:block;}.language-switcher-language-url .links li:first-child a::after{content:unset;}.block-system-branding-block{margin-left:auto;}.block-system-branding-block img{max-width:unset;}.site-branding__logo{display:block;max-width:210px;margin-left:56px;}@media (max-width:1023.98px){.site-branding__logo{max-width:120px;}}@media (max-width:1023.98px){.menu--footer{margin-block:2rem;}}.menu--footer .block__title{font-size:calc(1.28125rem + 0.375vw);font-weight:600;margin-bottom:40px;color:#fff;text-transform:uppercase;}@media (min-width:1200px){.menu--footer .block__title{font-size:1.5625rem;}}.menu--footer .menu{display:flex;flex-direction:column;gap:1rem;}.menu--footer .menu a{color:#fff;text-transform:uppercase;}.menu--terms-menu .menu{display:flex;align-items:center;gap:10px;}.menu--terms-menu .menu li a{display:flex;align-items:center;gap:1rem;color:#b2aecd;}.menu--terms-menu .menu li a::after{content:"";background-color:#b2aecd;width:2px;height:16px;display:block;}.menu--terms-menu .menu li:last-child a::after{content:unset;}.menu--seeds-social-media{margin:0 -8px;}.menu--seeds-social-media a{display:inline-block;font-size:0;padding:5px 8px;}.menu--seeds-social-media a:before{position:relative;font-size:initial;}.webform-submission-form .form-group{padding:0;}.webform-submission-form .form-group input[type=submit]{width:auto;}.webform-submission-form .form-2col{display:flex;flex-wrap:wrap;margin:-15px;margin-bottom:15px;}.webform-submission-form .form-2col .form-group{flex-grow:1;flex-shrink:0;flex-basis:50%;padding:0 15px;min-width:180px;}.webform-submission-form .form-3col{display:flex;flex-wrap:wrap;margin:-15px;margin-bottom:15px;}.webform-submission-form .form-3col .form-group{flex-grow:1;flex-shrink:0;flex-basis:33.3333333333%;padding:0 15px;min-width:180px;}.webform-submission-form .form-4col{display:flex;flex-wrap:wrap;margin:-15px;margin-bottom:15px;}.webform-submission-form .form-4col .form-group{flex-grow:1;flex-shrink:0;flex-basis:25%;padding:0 15px;min-width:180px;}.form-inline{margin:-5px;display:flex;flex-wrap:wrap;padding:0;}.form-inline .col-auto{flex:1;}.form-inline .form-group{padding:5px;}@media (max-width:761px){.form-inline .form-group{flex:100%;}}.form-inline .form-control{margin:0;width:100%;}.form-element{padding-block-start:26px;padding-inline-end:12px;padding-block-end:22px;padding-inline-start:24px;height:75px;border-radius:10px;display:block;border:1px solid #b5bbc8;}.webform-submission-form{display:flex;flex-wrap:wrap;gap:56px 30px;margin-top:56px;}@media (min-width:1024px){.webform-submission-form > *:not(.js-form-type-textarea){flex:1 0 48%;}}.webform-submission-form .js-form-type-textarea,.webform-submission-form .form-actions{flex:0 0 100%;}.webform-submission-form .js-form-type-textarea textarea,.webform-submission-form .form-actions textarea{width:100%;}.webform-submission-form .form-element{width:100%;}.webform-submission-form .form-submit{min-width:290px;background-color:#3347fd;cursor:pointer;border:unset;}.webform-submission-form .js-form-item{position:relative;width:100%;}.webform-submission-form .js-form-item label{position:absolute;top:-15px;padding-inline:8px;padding-block:0;right:15px;background-color:#fff;z-index:1;}.webform-submission-form .js-form-item-captcha-response label{position:static;}.iti--allow-dropdown{width:100%;}.block-content.block-content--type-seeds-grid .field--name-field-seeds-paragraph{margin:0;}.block-content.block-content--type-seeds-grid .field--name-field-seeds-paragraph > div{display:flex;flex-wrap:wrap;flex:0 0 33%;}@media (max-width:1023.98px){.block-content.block-content--type-seeds-grid .field--name-field-seeds-paragraph > div{flex:0 0 47%;}}@media (max-width:991.98px){.block-content.block-content--type-seeds-grid .field--name-field-seeds-paragraph > div{flex:0 0 100%;}}.paragraph--type-seeds-paragraph.paragraph--view-mode-small-left-teaser{display:flex;gap:12px;align-items:center;}.paragraph--type-seeds-paragraph.paragraph--view-mode-small-left-teaser::before{content:"";width:30px;height:30px;background-image:url(/themes/custom/musaed_sui/images/purpel-check.svg);background-size:100%;background-repeat:no-repeat;background-attachment:scroll;}.paragraph--type-seeds-paragraph.paragraph--view-mode-small-left-teaser .field--name-field-seeds-title h3{color:#fff;font-size:1.125rem;font-weight:300;margin:unset;}.seeds-paragraph-block .sui-right_teaser{border:unset;}.header{position:fixed;width:100%;z-index:30;background-color:transparent;border-bottom:1px solid transparent;transition:all 0.3s;padding-block:24px;}@media (max-width:1023.98px){.header{position:sticky;box-shadow:0px 4px 15px 0px rgba(0,0,0,0.0509803922);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:rgba(255,255,255,0.9019607843);border-bottom-color:transparent;}}.header .region--header-collapse{display:flex;width:100%;align-items:center;}@media (max-width:1023.98px){.header .region--header-collapse{flex-direction:column;gap:2rem;align-items:normal;}}.header .region--header-collapse{width:100%;}.header .navbar-collapse{visibility:visible;}.header .navbar-form{padding:0 !important;}.header .navbar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 !important;}.header .navigation-bar{display:flex;}@media (max-width:1023.98px){.header .navigation-bar{display:none;}}.header .mobile-menu-button{border:unset;background:transparent;}.header .mobile-menu-button svg{width:24px;height:24px;}@media (min-width:1024px){.header .mobile-menu-button,.header .collapse-only{display:none;}}.scrolled .header{box-shadow:0px 4px 15px 0px rgba(0,0,0,0.0509803922);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:rgba(255,255,255,0.9019607843);border-bottom-color:transparent;padding-block:8px;}.site-footer{position:relative;background-color:#0d0b1c;}@media (max-width:1023.98px){.site-footer{text-align:center;}}.site-footer .site-footer__bottom{display:flex;justify-content:center;align-items:center;padding-block:1rem;border-top:1px solid rgba(255,255,255,0.2);font-size:1rem;}@media (max-width:991.98px){.site-footer .site-footer__bottom{flex-direction:column;}}.site-footer .site-footer__bottom .wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;}@media (max-width:991.98px){.site-footer .site-footer__bottom .wrapper{flex-direction:column;}}.site-footer .site-footer__bottom .wrapper .copyright{text-align:center;color:#b2aecd;}.site-footer .site-footer__bottom .wrapper .copyright p{color:#b2aecd;}@media (max-width:991.98px){.site-footer .site-footer__bottom .wrapper .copyright{margin-block:1.25rem;}}.site-footer .site-footer__bottom .wrapper .signature{display:flex;align-items:center;gap:15px;color:#b2aecd;}.site-footer .site-footer__bottom .wrapper .signature a{max-width:115px;}.site-footer .site-footer__bottom .wrapper .signature p{color:#b2aecd;margin:auto;}.site-footer .footer-mask{content:"";position:absolute;width:100%;height:80px;top:-70px;right:0;background-image:url(/themes/custom/musaed_sui/images/footer-mask.svg);background-size:100%;background-repeat:repeat;background-attachment:scroll;}@media (max-width:991.98px){.site-footer .footer-mask{height:60px;top:-30px;}}@media (max-width:767.98px){.site-footer .footer-mask{top:-20px;}}.site-footer .footer-wrapper{padding-top:64px;padding-bottom:80px;}.site-footer .footer-wrapper .footer-logo-wrapper .footer-logo{width:fit-content;}@media (max-width:1023.98px){.site-footer .footer-wrapper .footer-logo-wrapper .footer-logo{margin:0 auto;}}@media (max-width:639.98px){.site-footer .footer-wrapper .footer-logo-wrapper .footer-logo img{width:135px;}}.small-section-space{padding-top:4rem;padding-bottom:4rem;}@media (max-width:991.98px){.small-section-space{padding-top:3rem;padding-bottom:3rem;}}.small-top-space{padding-top:4rem;}@media (max-width:991.98px){.small-top-space{padding-top:3rem;}}.small-bottom-space{padding-bottom:4rem;}@media (max-width:991.98px){.small-bottom-space{padding-bottom:3rem;}}.medium-section-space{padding-top:6rem;padding-bottom:6rem;}@media (max-width:991.98px){.medium-section-space{padding-top:4rem;padding-bottom:4rem;}}.medium-top-space{padding-top:6rem;}@media (max-width:991.98px){.medium-top-space{padding-top:4rem;}}.medium-bottom-space{padding-bottom:6rem;}@media (max-width:991.98px){.medium-bottom-space{padding-bottom:4rem;}}.large-section-space{padding-top:127px;padding-bottom:127px;}@media (max-width:991.98px){.large-section-space{padding-top:6rem;padding-bottom:6rem;}}.large-top-space{padding-top:127px;}@media (max-width:991.98px){.large-top-space{padding-top:6rem;}}.large-bottom-space{padding-bottom:127px;}@media (max-width:991.98px){.large-bottom-space{padding-bottom:6rem;}}.black-bg{background-color:#0d0b1c;position:relative;z-index:1;}.black-bg::after{content:"";position:absolute;inset:0;width:100%;height:100%;background-image:url(/themes/custom/musaed_sui/images/gradiant-no-borders.png);background-size:100% 100%;background-repeat:no-repeat;background-attachment:scroll;z-index:-1;}.black-bg-with-lines{background-color:#0d0b1c;position:relative;overflow:hidden;z-index:1;background-image:url(/themes/custom/musaed_sui/images/lines-pattern.svg);background-size:100% 100%;background-repeat:no-repeat;background-attachment:fixed;}.black-bg-with-lines::after{content:"";position:absolute;inset:0;width:100%;height:100%;z-index:-1;background-image:url(/themes/custom/musaed_sui/images/gradient-bg.svg);background-size:cover;background-repeat:no-repeat;background-attachment:scroll;}.user-login-form .form-element{width:100%;}.user-login-form .form-submit{display:block;font-weight:500;line-height:2.5rem;width:fit-content;z-index:1;position:relative;overflow:hidden;transition:all 0.5s;font-family:'fedra-ar';border:unset;color:#fff;background-color:#3347fd;padding:1px 18px;border-radius:70px;margin-top:20px;text-align:center;width:100% !important;}.user-login-form .form-submit::before{content:"";z-index:-1;position:absolute;inset:0;background:linear-gradient(to left,#3347fd,#368fe7);opacity:0;transition:opacity 0.5s;}.user-login-form .form-submit:hover::before{opacity:100;}.login-wrapper .seeds-page-banner{display:none;}.login-background-img{width:200px;height:75px;background-repeat:no-repeat;background-size:contain;background-position:center;}@media (max-width:639.98px){.login-background-img{width:145px;}}@font-face{font-family:"fedra-en";src:url(/themes/custom/musaed_sui/fonts/sans/fedra_sans_meduim_en.otf);font-weight:500;}@font-face{font-family:"fedra-ar";src:url(/themes/custom/musaed_sui/fonts/sans/fedra_sans_meduim_ar.ttf);font-weight:500;}@font-face{font-family:"tajawal";src:url(/themes/custom/musaed_sui/fonts/sans/tajawal-regular.ttf);font-weight:400;}@font-face{font-family:"tajawal";src:url(/themes/custom/musaed_sui/fonts/sans/tajawal-medium.ttf);font-weight:500;}@font-face{font-family:"tajawal";src:url(/themes/custom/musaed_sui/fonts/sans/tajawal-medium.ttf);font-weight:600;}@font-face{font-family:"tajawal";src:url(/themes/custom/musaed_sui/fonts/sans/tajawal-bold.ttf);font-weight:700;}@font-face{font-family:"jakarta";src:url(/themes/custom/musaed_sui/fonts/sans/plusjakartasans-light.ttf);font-weight:300;}@font-face{font-family:"jakarta";src:url(/themes/custom/musaed_sui/fonts/sans/plusjakartasans-regular.ttf);font-weight:400;}@font-face{font-family:"jakarta";src:url(/themes/custom/musaed_sui/fonts/sans/plusjakartasans-medium.ttf);font-weight:500;}@font-face{font-family:"jakarta";src:url(/themes/custom/musaed_sui/fonts/sans/plusjakartasans-semibold.ttf);font-weight:600;}@font-face{font-family:"jakarta";src:url(/themes/custom/musaed_sui/fonts/sans/plusjakartasans-bold.ttf);font-weight:700;}

