@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap);:root{--dark-color:#323a45;--color-fff:#fff;--color-100:#f0f0f0;--color-200:#eee;--color-300:#e0e0e0;--color-400:#bdbdbd;--color-500:#555;--color-600:#757575;--color-700:#616161;--color-800:#424242;--color-900:#212121;--color-000:#000;--border-color:#f0f0f0;--card-color:#fff;--body-color:#f9fbfd;--white-color:#fff;--sidebar-color:#fcfcfc;--text-color:#212529;--svg-color:#76808f;--hc-font-color:#555;--hc-bg-color:#f0f0f0;--primary-color:#feb019;--secondary-color:#a0e7e5}[data-theme=dark]{--dark-color:#323a45;--color-fff:#000;--color-100:#212121;--color-200:#262727;--color-300:#616161;--color-400:#757575;--color-500:#8f8f8f;--color-600:#bdbdbd;--color-700:#e0e0e0;--color-800:#eee;--color-900:#f0f0f0;--color-000:#fff;--border-color:#353535;--card-color:#262727;--body-color:#282c34;--white-color:#fff;--sidebar-color:#fcfcfc;--text-color:#8f8f8f;--hc-font-color:#555;--hc-bg-color:#f0f0f0}[data-theme=dark] [class=theme-cyan]{--primary-color:#00bdaa}[data-theme=dark] [class=theme-indigo]{--border-color:#212020;--card-color:#101010;--body-color:#050505}[data-theme=dark] [class=theme-blue]{--primary-color:#7258db;--border-color:#1a1f2d;--card-color:#10141f;--body-color:#080b13}[data-theme=dark] [class=theme-orange]{--border-color:#092940;--card-color:#052133;--body-color:#051c2c}[data-theme=dark] [class=theme-blush]{--border-color:#242331;--card-color:#1a1925;--body-color:#15141f}[data-theme=dark] [class=theme-red]{--primary-color:#f73e60;--border-color:#222335;--card-color:#161725;--body-color:#11121d}body{background-color:#f9fbfd;background-color:var(--body-color);color:#555;color:var(--color-500);font-size:15px;font-weight:font-weight-normal;margin:0!important;min-height:100vh;transition:.1s ease}body.font-opensans{font-family:Open Sans,sans-serif}body.font-poppins{font-family:Poppins,sans-serif;font-size:15px}body.font-montserrat{font-family:Montserrat,sans-serif;font-size:15px}body.font-Plex{font-family:IBM Plex Sans,sans-serif;font-size:15px}@media only screen and (max-width:554px){body{font-size:13px}}body a{color:#212529;color:var(--text-color)}body a,body a:hover{text-decoration:none}body a:hover{color:#a0e7e5;color:var(--secondary-color)}.d-flex{display:flex!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.j-c-start{justify-content:flex-start!important}.j-c-end{justify-content:flex-end!important}.j-c-center{justify-content:center!important}.j-c-between{justify-content:space-between!important}.j-c-around{justify-content:space-around!important}.j-c-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5,.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:3.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:3.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:3.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:3.5rem!important}.header{background-color:#f9fbfd;background-color:var(--body-color);height:100px;position:fixed;top:0;width:100%}.nav{opacity:0;overflow:hidden;position:relative;-webkit-transform:translate(0);transform:translate(0);visibility:hidden}.nav,.nav-active{transition:all .5s}.nav-active{left:0;-webkit-transform:translate(-10rem);transform:translate(-10rem)}.visuallyHidden{clip:rect(0 0 0 0);border:0;height:1px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px}.hamburger-container{position:fixed;right:50px;top:40px}.hamburger{cursor:pointer;height:20px;margin:0 auto;position:relative;width:20px}.hamburger .bar{background-color:#f0f0f0a1;border-radius:4px;display:block;height:2.2px;padding:0;position:absolute;transition:all .4s ease-in-out;width:20px}.bar1{top:0}.bar2,.bar3{background-color:#f0f0f061!important;top:9px}.bar3{right:0}.bar4{bottom:0}.checkbox2:checked+label>.hamburger2>.bar1{background-color:initial;-webkit-transform:translateX(40px);transform:translateX(40px)}.checkbox2:checked+label>.hamburger2>.bar2{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox2:checked+label>.hamburger2>.bar3{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox2:checked+label>.hamburger2>.bar4{background-color:initial;-webkit-transform:translateX(-40px);transform:translateX(-40px)}#home{min-height:100vh;padding:0 15rem}
/*# sourceMappingURL=main.c283acfc.css.map*/