.footer{position:relative;color:#fff;padding-block:5rem 4rem;background-color:#1c2241}@media(max-width:575px){.footer{padding-block:3rem}}.footer__subtitle{color:#b3b8db;font-size:14px;font-size:.875rem;font-weight:600;line-height:1.4285714286;letter-spacing:0}.footer__top-section{padding-bottom:4rem;display:grid;grid-template-columns:repeat(12,minmax(auto,1fr));grid-column-gap:1.5rem;column-gap:1.5rem;grid-row-gap:16px;row-gap:16px}@media(max-width:575px){.footer__top-section{grid-template-columns:repeat(4,minmax(auto,1fr));column-gap:2.5rem;row-gap:16px;padding-bottom:1.5rem}}.footer__top-section__logo{grid-column:span 7;display:flex;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.footer__top-section__logo:focus-visible{outline:2px solid #85acd5}@media(max-width:991px){.footer__top-section__logo{grid-column:span 6}}@media(max-width:575px){.footer__top-section__logo{grid-column:1/-1}}.footer__top-section__contact-links,.footer__top-section__nav-links{display:flex;flex-direction:column;gap:1rem;font-size:14px;font-size:.875rem;font-weight:500;line-height:1.4285714286;letter-spacing:0}.footer__top-section__contact-links ul,.footer__top-section__nav-links ul{display:flex;flex-direction:column;gap:.75rem}.footer__top-section__contact-links a,.footer__top-section__contact-links span,.footer__top-section__nav-links a,.footer__top-section__nav-links span{display:flex;gap:.75rem;word-break:break-word;text-wrap:balance}.footer__top-section__contact-links a:focus-visible,.footer__top-section__contact-links span:focus-visible,.footer__top-section__nav-links a:focus-visible,.footer__top-section__nav-links span:focus-visible{outline:2px solid #85acd5}.footer__top-section__contact-links a svg,.footer__top-section__contact-links span svg,.footer__top-section__nav-links a svg,.footer__top-section__nav-links span svg{min-width:20px}.footer__top-section__contact-links a:hover,.footer__top-section__nav-links a:hover{color:#b3b8db}.footer__top-section__nav-links{grid-column:span 2}@media(max-width:575px){.footer__top-section__nav-links{grid-column:1/-1}}.footer__top-section__contact-links{grid-column:span 3}@media(max-width:575px){.footer__top-section__contact-links{grid-column:1/-1}}.footer__bottom-section{padding-top:2rem;display:flex;justify-content:space-between;font-size:16px;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0}.footer__bottom-section br{display:none}@media(max-width:575px){.footer__bottom-section br{display:block}}.footer__bottom-section:before{content:"";position:absolute;top:0;width:calc(100% - 48px);height:.5px;background-color:#fff}@media(max-width:575px){.footer__bottom-section:before{width:calc(100% - 32px)}}.footer__bottom-section__legal{display:flex;flex-direction:column;gap:1rem}@media(max-width:575px){.footer__bottom-section__legal{gap:2rem}}.footer__bottom-section__legal__links{display:flex;gap:.75rem;font-size:14px;font-size:.875rem;font-weight:500;line-height:1.4285714286;letter-spacing:0}@media(max-width:575px){.footer__bottom-section__legal__links{flex-direction:column}}.footer__bottom-section__legal__links a:hover{color:#b3b8db}.footer__bottom-section__linkedin{display:flex}.footer__bottom-section__linkedin:focus-visible{outline:2px solid #85acd5}.header{transition:transform .4s ease-in-out;position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#fff}.header__container{position:relative;padding-block:1.5rem;display:flex;align-items:center;z-index:200;background-color:#fff;transition:box-shadow .4s ease-in-out}@media(max-width:820px){.header__container{padding-block:1rem}.header__container:not(:has(~.mobile-navbar.--open)){box-shadow:0 12px 20px -4px rgba(28,34,65,.0588235294),0 4px 8px -2px rgba(28,34,65,.0588235294)}}.header.--scrolled{transform:translateY(-100%)}.header__logo{display:flex}.header__logo:focus-visible{outline:2px solid #85acd5}@media(max-width:820px){.header__logo img{height:24px;width:auto}}.header .desktop-navbar{margin-left:5rem;width:100%}@media(max-width:820px){.header .desktop-navbar{display:none}}.header .desktop-navbar ul{display:flex;gap:1.5rem;align-items:center}.header .desktop-navbar ul .desktop-navbar__link{position:relative}.header .desktop-navbar ul .desktop-navbar__link:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;opacity:0;background-color:#d1f801;transition:all .1s ease-in-out}.header .desktop-navbar ul .desktop-navbar__link.--active:after,.header .desktop-navbar ul .desktop-navbar__link:hover:after{bottom:-4px;opacity:1}.header .desktop-navbar ul .desktop-navbar__link a{color:#141414;font-size:14px;font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:0}.header .desktop-navbar ul .desktop-navbar__link a:focus-visible{outline:2px solid #85acd5}.header .desktop-navbar ul .profile-btn{margin-left:auto}.header .mobile-menu-btn{position:absolute;right:1rem;top:1rem;cursor:pointer;background-color:rgba(0,0,0,0);display:none;margin-left:auto;height:24px;width:24px;justify-content:center;gap:.25rem;flex-direction:column;z-index:200}.header .mobile-menu-btn:focus-visible{outline:2px solid #85acd5}@media(max-width:820px){.header .mobile-menu-btn{display:flex}}.header .mobile-menu-btn span{display:block;width:100%;height:2px;background-color:#141414;transition:all .2s ease-in-out}.header .mobile-menu-btn.--active span{transform-origin:center center}.header .mobile-menu-btn.--active span:first-child{transform:translateY(6px) rotate(45deg)}.header .mobile-menu-btn.--active span:nth-child(2){opacity:0}.header .mobile-menu-btn.--active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header .mobile-navbar{position:absolute;left:0;width:100%;top:100%;display:none;transform:translateY(calc(-100% - 56px));transition:all .4s ease-in-out;padding-block:1.5rem;border-radius:0 0 8px 8px;box-shadow:0 12px 20px -4px rgba(28,34,65,.0588235294),0 4px 8px -2px rgba(28,34,65,.0588235294);background-color:#fff}@media(max-width:820px){.header .mobile-navbar{display:flex}}.header .mobile-navbar.--open{transform:translateY(0)}.header .mobile-navbar ul{display:flex;flex-direction:column;gap:.5rem;width:100%}.header .mobile-navbar ul .mobile-navbar__link a{display:block;padding:.75rem 1rem;cursor:pointer;font-size:16px;font-size:1rem;font-weight:600;line-height:1.5;letter-spacing:0}.header .mobile-navbar ul .mobile-navbar__link a:focus-visible{outline:2px solid #85acd5}.header .mobile-navbar ul .mobile-navbar__link.--active{background-color:#eaecf5;color:#3e4784}.header .mobile-navbar ul .profile-btn{width:100%;padding-left:.75rem;margin-top:3rem}.header .profile-btn{cursor:pointer;color:#141414;font-size:14px;font-size:.875rem;font-weight:600;line-height:1.2;letter-spacing:0}.header .profile-btn a{display:inline-flex;gap:.25rem;align-items:center}.header .profile-btn:focus-visible{outline:2px solid #85acd5}html:has(.mobile-navbar.--open){overflow:hidden}
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{-moz-tab-size:4;tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{padding:0;border-style:none}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}button{border:none}ul{list-style:none}:focus{outline:none}a{color:inherit;text-decoration:inherit}.--max-width-sm{max-width:400px}.--max-width-md{max-width:600px}.--max-width-lg{max-width:800px}*{box-sizing:border-box;padding:0;margin:0}html{overflow-x:hidden}body,html{max-width:100vw}body{overflow:visible;min-height:100vh;font-family:var(--font-montserrat);font-optical-sizing:auto}main{min-height:calc(100vh - 90px - 448px)}[data-animate-container] [data-animate-fade-in]{opacity:0;transform:translateY(20px);will-change:opacity,transform}html:has(.modal-overlay){overflow:hidden!important}.toast-title{font-weight:400;font-size:14px}@media(max-width:639px){.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0_5{margin:.25rem!important}.mt-0_5{margin-top:.25rem!important}.mr-0_5{margin-right:.25rem!important}.mb-0_5{margin-bottom:.25rem!important}.ml-0_5,.mx-0_5{margin-left:.25rem!important}.mx-0_5{margin-right:.25rem!important}.my-0_5{margin-top:.25rem!important;margin-bottom:.25rem!important}.p-0_5{padding:.25rem!important}.pt-0_5{padding-top:.25rem!important}.pr-0_5{padding-right:.25rem!important}.pb-0_5{padding-bottom:.25rem!important}.pl-0_5,.px-0_5{padding-left:.25rem!important}.px-0_5{padding-right:.25rem!important}.py-0_5{padding-top:.25rem!important;padding-bottom:.25rem!important}.m-1{margin:.5rem!important}.mt-1{margin-top:.5rem!important}.mr-1{margin-right:.5rem!important}.mb-1{margin-bottom:.5rem!important}.ml-1,.mx-1{margin-left:.5rem!important}.mx-1{margin-right:.5rem!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.p-1{padding:.5rem!important}.pt-1{padding-top:.5rem!important}.pr-1{padding-right:.5rem!important}.pb-1{padding-bottom:.5rem!important}.pl-1,.px-1{padding-left:.5rem!important}.px-1{padding-right:.5rem!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.m-1_5{margin:.75rem!important}.mt-1_5{margin-top:.75rem!important}.mr-1_5{margin-right:.75rem!important}.mb-1_5{margin-bottom:.75rem!important}.ml-1_5,.mx-1_5{margin-left:.75rem!important}.mx-1_5{margin-right:.75rem!important}.my-1_5{margin-top:.75rem!important;margin-bottom:.75rem!important}.p-1_5{padding:.75rem!important}.pt-1_5{padding-top:.75rem!important}.pr-1_5{padding-right:.75rem!important}.pb-1_5{padding-bottom:.75rem!important}.pl-1_5,.px-1_5{padding-left:.75rem!important}.px-1_5{padding-right:.75rem!important}.py-1_5{padding-top:.75rem!important;padding-bottom:.75rem!important}.m-2{margin:1rem!important}.mt-2{margin-top:1rem!important}.mr-2{margin-right:1rem!important}.mb-2{margin-bottom:1rem!important}.ml-2,.mx-2{margin-left:1rem!important}.mx-2{margin-right:1rem!important}.my-2{margin-top:1rem!important;margin-bottom:1rem!important}.p-2{padding:1rem!important}.pt-2{padding-top:1rem!important}.pr-2{padding-right:1rem!important}.pb-2{padding-bottom:1rem!important}.pl-2,.px-2{padding-left:1rem!important}.px-2{padding-right:1rem!important}.py-2{padding-top:1rem!important;padding-bottom:1rem!important}.m-3{margin:1.5rem!important}.mt-3{margin-top:1.5rem!important}.mr-3{margin-right:1.5rem!important}.mb-3{margin-bottom:1.5rem!important}.ml-3,.mx-3{margin-left:1.5rem!important}.mx-3{margin-right:1.5rem!important}.my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.p-3{padding:1.5rem!important}.pt-3{padding-top:1.5rem!important}.pr-3{padding-right:1.5rem!important}.pb-3{padding-bottom:1.5rem!important}.pl-3,.px-3{padding-left:1.5rem!important}.px-3{padding-right:1.5rem!important}.py-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.m-4{margin:2rem!important}.mt-4{margin-top:2rem!important}.mr-4{margin-right:2rem!important}.mb-4{margin-bottom:2rem!important}.ml-4,.mx-4{margin-left:2rem!important}.mx-4{margin-right:2rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.p-4{padding:2rem!important}.pt-4{padding-top:2rem!important}.pr-4{padding-right:2rem!important}.pb-4{padding-bottom:2rem!important}.pl-4,.px-4{padding-left:2rem!important}.px-4{padding-right:2rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.m-5{margin:2.5rem!important}.mt-5{margin-top:2.5rem!important}.mr-5{margin-right:2.5rem!important}.mb-5{margin-bottom:2.5rem!important}.ml-5,.mx-5{margin-left:2.5rem!important}.mx-5{margin-right:2.5rem!important}.my-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.p-5{padding:2.5rem!important}.pt-5{padding-top:2.5rem!important}.pr-5{padding-right:2.5rem!important}.pb-5{padding-bottom:2.5rem!important}.pl-5,.px-5{padding-left:2.5rem!important}.px-5{padding-right:2.5rem!important}.py-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.mx-6{margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.px-6{padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.m-7{margin:3.5rem!important}.mt-7{margin-top:3.5rem!important}.mr-7{margin-right:3.5rem!important}.mb-7{margin-bottom:3.5rem!important}.ml-7,.mx-7{margin-left:3.5rem!important}.mx-7{margin-right:3.5rem!important}.my-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.p-7{padding:3.5rem!important}.pt-7{padding-top:3.5rem!important}.pr-7{padding-right:3.5rem!important}.pb-7{padding-bottom:3.5rem!important}.pl-7,.px-7{padding-left:3.5rem!important}.px-7{padding-right:3.5rem!important}.py-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.m-8{margin:4rem!important}.mt-8{margin-top:4rem!important}.mr-8{margin-right:4rem!important}.mb-8{margin-bottom:4rem!important}.ml-8,.mx-8{margin-left:4rem!important}.mx-8{margin-right:4rem!important}.my-8{margin-top:4rem!important;margin-bottom:4rem!important}.p-8{padding:4rem!important}.pt-8{padding-top:4rem!important}.pr-8{padding-right:4rem!important}.pb-8{padding-bottom:4rem!important}.pl-8,.px-8{padding-left:4rem!important}.px-8{padding-right:4rem!important}.py-8{padding-top:4rem!important;padding-bottom:4rem!important}.m-10{margin:5rem!important}.mt-10{margin-top:5rem!important}.mr-10{margin-right:5rem!important}.mb-10{margin-bottom:5rem!important}.ml-10,.mx-10{margin-left:5rem!important}.mx-10{margin-right:5rem!important}.my-10{margin-top:5rem!important;margin-bottom:5rem!important}.p-10{padding:5rem!important}.pt-10{padding-top:5rem!important}.pr-10{padding-right:5rem!important}.pb-10{padding-bottom:5rem!important}.pl-10,.px-10{padding-left:5rem!important}.px-10{padding-right:5rem!important}.py-10{padding-top:5rem!important;padding-bottom:5rem!important}.m-15{margin:7.5rem!important}.mt-15{margin-top:7.5rem!important}.mr-15{margin-right:7.5rem!important}.mb-15{margin-bottom:7.5rem!important}.ml-15,.mx-15{margin-left:7.5rem!important}.mx-15{margin-right:7.5rem!important}.my-15{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.p-15{padding:7.5rem!important}.pt-15{padding-top:7.5rem!important}.pr-15{padding-right:7.5rem!important}.pb-15{padding-bottom:7.5rem!important}.pl-15,.px-15{padding-left:7.5rem!important}.px-15{padding-right:7.5rem!important}.py-15{padding-top:7.5rem!important;padding-bottom:7.5rem!important}}@media(min-width:640px){.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0_5{margin:.5rem!important}.mt-0_5{margin-top:.5rem!important}.mr-0_5{margin-right:.5rem!important}.mb-0_5{margin-bottom:.5rem!important}.ml-0_5,.mx-0_5{margin-left:.5rem!important}.mx-0_5{margin-right:.5rem!important}.my-0_5{margin-top:.5rem!important;margin-bottom:.5rem!important}.p-0_5{padding:.5rem!important}.pt-0_5{padding-top:.5rem!important}.pr-0_5{padding-right:.5rem!important}.pb-0_5{padding-bottom:.5rem!important}.pl-0_5,.px-0_5{padding-left:.5rem!important}.px-0_5{padding-right:.5rem!important}.py-0_5{padding-top:.5rem!important;padding-bottom:.5rem!important}.m-1{margin:1rem!important}.mt-1{margin-top:1rem!important}.mr-1{margin-right:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.mx-1{margin-right:1rem!important}.my-1{margin-top:1rem!important;margin-bottom:1rem!important}.p-1{padding:1rem!important}.pt-1{padding-top:1rem!important}.pr-1{padding-right:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.px-1{padding-right:1rem!important}.py-1{padding-top:1rem!important;padding-bottom:1rem!important}.m-1_5{margin:1.5rem!important}.mt-1_5{margin-top:1.5rem!important}.mr-1_5{margin-right:1.5rem!important}.mb-1_5{margin-bottom:1.5rem!important}.ml-1_5,.mx-1_5{margin-left:1.5rem!important}.mx-1_5{margin-right:1.5rem!important}.my-1_5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.p-1_5{padding:1.5rem!important}.pt-1_5{padding-top:1.5rem!important}.pr-1_5{padding-right:1.5rem!important}.pb-1_5{padding-bottom:1.5rem!important}.pl-1_5,.px-1_5{padding-left:1.5rem!important}.px-1_5{padding-right:1.5rem!important}.py-1_5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.m-2{margin:2rem!important}.mt-2{margin-top:2rem!important}.mr-2{margin-right:2rem!important}.mb-2{margin-bottom:2rem!important}.ml-2,.mx-2{margin-left:2rem!important}.mx-2{margin-right:2rem!important}.my-2{margin-top:2rem!important;margin-bottom:2rem!important}.p-2{padding:2rem!important}.pt-2{padding-top:2rem!important}.pr-2{padding-right:2rem!important}.pb-2{padding-bottom:2rem!important}.pl-2,.px-2{padding-left:2rem!important}.px-2{padding-right:2rem!important}.py-2{padding-top:2rem!important;padding-bottom:2rem!important}.m-3{margin:3rem!important}.mt-3{margin-top:3rem!important}.mr-3{margin-right:3rem!important}.mb-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.mx-3{margin-right:3rem!important}.my-3{margin-top:3rem!important;margin-bottom:3rem!important}.p-3{padding:3rem!important}.pt-3{padding-top:3rem!important}.pr-3{padding-right:3rem!important}.pb-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.px-3{padding-right:3rem!important}.py-3{padding-top:3rem!important;padding-bottom:3rem!important}.m-4{margin:4rem!important}.mt-4{margin-top:4rem!important}.mr-4{margin-right:4rem!important}.mb-4{margin-bottom:4rem!important}.ml-4,.mx-4{margin-left:4rem!important}.mx-4{margin-right:4rem!important}.my-4{margin-top:4rem!important;margin-bottom:4rem!important}.p-4{padding:4rem!important}.pt-4{padding-top:4rem!important}.pr-4{padding-right:4rem!important}.pb-4{padding-bottom:4rem!important}.pl-4,.px-4{padding-left:4rem!important}.px-4{padding-right:4rem!important}.py-4{padding-top:4rem!important;padding-bottom:4rem!important}.m-5{margin:5rem!important}.mt-5{margin-top:5rem!important}.mr-5{margin-right:5rem!important}.mb-5{margin-bottom:5rem!important}.ml-5,.mx-5{margin-left:5rem!important}.mx-5{margin-right:5rem!important}.my-5{margin-top:5rem!important;margin-bottom:5rem!important}.p-5{padding:5rem!important}.pt-5{padding-top:5rem!important}.pr-5{padding-right:5rem!important}.pb-5{padding-bottom:5rem!important}.pl-5,.px-5{padding-left:5rem!important}.px-5{padding-right:5rem!important}.py-5{padding-top:5rem!important;padding-bottom:5rem!important}.m-6{margin:6rem!important}.mt-6{margin-top:6rem!important}.mr-6{margin-right:6rem!important}.mb-6{margin-bottom:6rem!important}.ml-6,.mx-6{margin-left:6rem!important}.mx-6{margin-right:6rem!important}.my-6{margin-top:6rem!important;margin-bottom:6rem!important}.p-6{padding:6rem!important}.pt-6{padding-top:6rem!important}.pr-6{padding-right:6rem!important}.pb-6{padding-bottom:6rem!important}.pl-6,.px-6{padding-left:6rem!important}.px-6{padding-right:6rem!important}.py-6{padding-top:6rem!important;padding-bottom:6rem!important}.m-7{margin:7.5rem!important}.mt-7{margin-top:7.5rem!important}.mr-7{margin-right:7.5rem!important}.mb-7{margin-bottom:7.5rem!important}.ml-7,.mx-7{margin-left:7.5rem!important}.mx-7{margin-right:7.5rem!important}.my-7{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.p-7{padding:7.5rem!important}.pt-7{padding-top:7.5rem!important}.pr-7{padding-right:7.5rem!important}.pb-7{padding-bottom:7.5rem!important}.pl-7,.px-7{padding-left:7.5rem!important}.px-7{padding-right:7.5rem!important}.py-7{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.m-8{margin:8rem!important}.mt-8{margin-top:8rem!important}.mr-8{margin-right:8rem!important}.mb-8{margin-bottom:8rem!important}.ml-8,.mx-8{margin-left:8rem!important}.mx-8{margin-right:8rem!important}.my-8{margin-top:8rem!important;margin-bottom:8rem!important}.p-8{padding:8rem!important}.pt-8{padding-top:8rem!important}.pr-8{padding-right:8rem!important}.pb-8{padding-bottom:8rem!important}.pl-8,.px-8{padding-left:8rem!important}.px-8{padding-right:8rem!important}.py-8{padding-top:8rem!important;padding-bottom:8rem!important}.m-10{margin:10rem!important}.mt-10{margin-top:10rem!important}.mr-10{margin-right:10rem!important}.mb-10{margin-bottom:10rem!important}.ml-10,.mx-10{margin-left:10rem!important}.mx-10{margin-right:10rem!important}.my-10{margin-top:10rem!important;margin-bottom:10rem!important}.p-10{padding:10rem!important}.pt-10{padding-top:10rem!important}.pr-10{padding-right:10rem!important}.pb-10{padding-bottom:10rem!important}.pl-10,.px-10{padding-left:10rem!important}.px-10{padding-right:10rem!important}.py-10{padding-top:10rem!important;padding-bottom:10rem!important}.m-15{margin:15rem!important}.mt-15{margin-top:15rem!important}.mr-15{margin-right:15rem!important}.mb-15{margin-bottom:15rem!important}.ml-15,.mx-15{margin-left:15rem!important}.mx-15{margin-right:15rem!important}.my-15{margin-top:15rem!important;margin-bottom:15rem!important}.p-15{padding:15rem!important}.pt-15{padding-top:15rem!important}.pr-15{padding-right:15rem!important}.pb-15{padding-bottom:15rem!important}.pl-15,.px-15{padding-left:15rem!important}.px-15{padding-right:15rem!important}.py-15{padding-top:15rem!important;padding-bottom:15rem!important}}