:root{--safe-top: env(safe-area-inset-top);--safe-left: env(safe-area-inset-left);--safe-bottom: env(safe-area-inset-bottom);--safe-right: env(safe-area-inset-right)}*{margin:0;padding:0;text-decoration:none;font-size:1em;font-family:"Noto Sans TC",sans-serif;letter-spacing:0;word-wrap:break-word;border:none;outline:none;resize:none;background-color:rgba(0,0,0,0);color:#000;box-sizing:border-box !important;scrollbar-width:none;-ms-overflow-style:none;touch-action:manipulation;-webkit-touch-callout:inherit;-webkit-user-select:inherit;-khtml-user-select:inherit;-moz-user-select:inherit;-ms-user-select:inherit;user-select:inherit}*::-webkit-scrollbar{display:none}*.unsel{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*.sel{-webkit-touch-callout:initial;-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial}img{object-fit:cover}img[data-src]{content:url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");background:linear-gradient(to right, #EEF0F3, #E0E2E8, #EEF0F3)}a[href]:not([href=""]),button{cursor:pointer}html{position:fixed;top:0;left:0;bottom:0;right:0;display:block;width:100%;height:100%;overflow:hidden}body{position:relative;display:block;width:100%;height:100%;background-color:var(--bgcolor);overflow:hidden scroll}body>nav{position:sticky;z-index:1000;top:0;width:100%;background-color:var(--color-bg);backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem);transition:.4s}body>nav.white{background-color:rgba(255,255,255,.8039215686)}body>nav section{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 1rem;width:100%;height:6rem;max-width:var(--width-max)}body>nav section strong{position:relative;line-height:1.25rem;font-size:1.25rem}body>nav section strong::after{content:"";position:absolute;right:-0.5rem;bottom:0;width:.25rem;height:.25rem;background-color:var(--color-brand)}body>nav section>ul{position:fixed;display:flex;flex-flow:column;gap:1rem;top:0;left:0;bottom:0;right:0;padding:0;width:100vw;height:0;list-style:none;transition:max-width .1s;background-color:#fff;opacity:0;overflow:hidden}body>nav section>ul.show{padding:2rem;height:100vh;opacity:1}@media screen and (min-width: 800px){body>nav section>ul{position:relative;flex-flow:row;top:0;left:0;bottom:0;right:0;padding:0;width:initial;height:initial;background-color:rgba(0,0,0,0);opacity:1;overflow:visible}}body>nav section>ul[index="0"] li:nth-child(1)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="0"] li:nth-child(1):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="1"] li:nth-child(2)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="1"] li:nth-child(2):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="2"] li:nth-child(3)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="2"] li:nth-child(3):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="3"] li:nth-child(4)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="3"] li:nth-child(4):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="4"] li:nth-child(5)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="4"] li:nth-child(5):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="5"] li:nth-child(6)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="5"] li:nth-child(6):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="6"] li:nth-child(7)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="6"] li:nth-child(7):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="7"] li:nth-child(8)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="7"] li:nth-child(8):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="8"] li:nth-child(9)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="8"] li:nth-child(9):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul[index="9"] li:nth-child(10)::before{max-width:100%;background-color:var(--color-brand)}body>nav section>ul[index="9"] li:nth-child(10):has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul>li{position:relative;padding:0 1rem;line-height:4rem;font-family:"Varela Round",sans-serif;white-space:nowrap;cursor:pointer}body>nav section>ul>li:has(ul)::before{background-color:rgba(0,0,0,0)}body>nav section>ul>li::before{content:"";position:absolute;left:0;bottom:0;width:100%;max-width:0;height:.125rem;background-color:var(--color-hint);transition:.4s}body>nav section>ul>li:hover::before{max-width:100%}@media screen and (min-width: 800px){body>nav section>ul>li:hover ul{position:absolute;top:5rem;max-height:100vh;background-color:#fff;opacity:1}}body>nav section>ul>li ul{position:relative;display:flex;flex-flow:column;gap:.5rem;top:0;left:0;padding:1rem;border-radius:.25rem;opacity:1;list-style-position:inside;overflow:hidden;transition:.4s}@media screen and (min-width: 800px){body>nav section>ul>li ul{position:absolute;top:2rem;max-height:0;opacity:0;box-shadow:0 0 .5rem rgba(0,0,0,.1019607843);list-style:none}}body>nav section>ul>li ul li{padding:0 1rem;line-height:3rem;border-radius:.25rem;transition:.4s}body>nav section>ul>li ul li:hover{background-color:var(--color-bg)}body>nav section button{position:absolute;z-index:10001;right:1rem;max-width:100%;opacity:1;transition:.5s;opacity:1;overflow:hidden}@media screen and (min-width: 800px){body>nav section button{opacity:0}}body>nav section button i{font-size:1.5rem;pointer-events:none}body>footer{position:relative;width:100%;overflow:hidden;border-top:.125rem solid;border-image-slice:1;border-image-source:linear-gradient(to left, #743ad5, #d53a9d)}body>footer::before{content:"footer";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>footer>section:nth-child(1){position:relative;z-index:1;display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;gap:2rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}@media screen and (min-width: 960px){body>footer>section:nth-child(1){flex-flow:row}}body>footer>section:nth-child(1)>section{position:relative;display:flex;flex-flow:column;width:calc((100% - 2rem)/2);max-width:calc((480px - 2rem)/2)}@media screen and (min-width: 512px){body>footer>section:nth-child(1)>section{width:calc((100% - 4rem)/3);max-width:calc((480px - 4rem)/3)}}@media screen and (min-width: 960px){body>footer>section:nth-child(1)>section{width:calc((100% - 6rem)*.2);max-width:unset}}body>footer>section:nth-child(1)>section:nth-child(1){padding-right:4rem;margin:0 calc((100% - 480px)/2);width:100%;max-width:480px}@media screen and (min-width: 960px){body>footer>section:nth-child(1)>section:nth-child(1){margin:0;width:calc((100% - 6rem)*.4);max-width:unset}}body>footer>section:nth-child(1)>section:nth-child(4){width:100%;max-width:480px}@media screen and (min-width: 512px){body>footer>section:nth-child(1)>section:nth-child(4){width:calc((100% - 4rem)/3);max-width:calc((480px - 4rem)/3)}}@media screen and (min-width: 960px){body>footer>section:nth-child(1)>section:nth-child(4){width:calc((100% - 6rem)*.2);max-width:unset}}body>footer>section:nth-child(1)>section strong{padding-bottom:1.5rem;font-size:1.5rem}body>footer>section:nth-child(1)>section h6{padding-bottom:1.5rem;font-size:1.125rem}body>footer>section:nth-child(1)>section p{line-height:1.75rem;color:var(--color-dark-0)}body>footer>section:nth-child(1)>section ul{display:flex;flex-flow:column;list-style:none}body>footer>section:nth-child(1)>section ul li{line-height:2.5rem;color:var(--color-dark-0);opacity:.8;cursor:pointer}body>footer>section:nth-child(1)>section label{position:relative;margin-top:1.5rem;width:100%;border-radius:.25rem;overflow:hidden}body>footer>section:nth-child(1)>section label input{padding:0 4.5rem 0 1rem;width:100%;line-height:2.5rem;font-size:.875rem;background-color:var(--color-bg)}body>footer>section:nth-child(1)>section label button{position:absolute;top:0;right:0;bottom:0;width:4rem;line-height:2.5rem;font-size:.875rem;background-color:var(--color-purple-1);color:#fff}body>footer>section:nth-last-child(1){position:relative;z-index:1;display:flex;flex-flow:column;justify-content:center;align-items:center;gap:1rem;margin:0 auto;padding:2rem 1rem;width:100%;max-width:var(--width-max)}body>footer>section:nth-last-child(1) p{font-size:.875rem;color:var(--color-dark-0)}body>footer>section:nth-last-child(1) ul{display:flex;justify-content:center;gap:1rem;width:100%;list-style:none}body>footer>section:nth-last-child(1) ul li i{font-size:1.25rem;color:var(--color-dark-1)}body>section>header{width:100%;background-color:var(--color-bg)}body>section>header>section{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>header>section>section{display:flex;flex-flow:column}body>section>header>section>section b{color:var(--color-dark-1)}body>section>header>section>section h1{margin-top:1rem;width:100%;max-width:30rem;font-size:3rem}body>section>header>section>section p{margin-top:1rem;width:100%;max-width:25rem;line-height:2rem;font-size:.875rem;color:var(--color-dark-0)}body>section>header>section>section>section{display:flex;align-items:center;gap:1rem;margin-top:2rem}body>section>header>section>section>section a,body>section>header>section>section>section button{position:relative;padding:0 2rem;line-height:3rem;font-weight:500;background-color:var(--color-dark-1);border-radius:1.5rem;color:#fff;overflow:hidden}body>section>header>section>section>section a:hover::before,body>section>header>section>section>section button:hover::before{width:100%}body>section>header>section>section>section a::before,body>section>header>section>section>section button::before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;height:100%;background-color:#000;transition:.4s}body>section>header>section>section>section a::after,body>section>header>section>section>section button::after{content:attr(txt);position:absolute;top:0;left:0;bottom:0;width:100%;line-height:3rem;height:100%;text-align:center;font-weight:500;color:#fff}body>section>header>section img{width:50%;max-width:0;transition:.4s}@media screen and (min-width: 800px){body>section>header>section img{max-width:22rem}}@media screen and (min-width: 1024px){body>section>header>section img{max-width:30rem}}body>section>section#section-3{position:relative;width:100%}body>section>section#section-3::before{content:"section-3";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-3>section{display:flex;justify-content:space-between;align-items:center;gap:4rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-3>section img{margin-right:-4rem;width:100%;max-width:0;transition:.4s}@media screen and (min-width: 800px){body>section>section#section-3>section img{margin-right:0;max-width:16rem}}@media screen and (min-width: 960px){body>section>section#section-3>section img{max-width:24rem}}@media screen and (min-width: 1120px){body>section>section#section-3>section img{max-width:32rem}}body>section>section#section-3>section>section{display:flex;flex-flow:column;width:100%}body>section>section#section-3>section>section h6{width:100%;max-width:40rem;font-size:2rem}body>section>section#section-3>section>section>section{display:flex;flex-flow:row wrap;gap:2rem;margin-top:2rem;width:100%}body>section>section#section-3>section>section>section div{display:flex;align-items:flex-start;gap:1rem;margin-top:2rem;width:100%;transition:.4s}@media screen and (min-width: 512px){body>section>section#section-3>section>section>section div{width:calc((100% - 2rem)/2)}}body>section>section#section-3>section>section>section div i,body>section>section#section-3>section>section>section div img{flex-shrink:0;width:4rem;line-height:4rem;height:4rem;text-align:center;background:linear-gradient(to right bottom, var(--color-blue-1), var(--color-purple-1), var(--color-brand));color:#fff;border-radius:50%}body>section>section#section-3>section>section>section div>section{display:flex;flex-flow:column;width:100%}body>section>section#section-3>section>section>section div>section strong{font-size:1.125rem}body>section>section#section-3>section>section>section div>section p{margin-top:.5rem;line-height:1.5rem;font-size:.875rem;color:var(--color-dark-0)}body>section>section#section-4{position:relative;width:100%;background-color:rgba(255,0,0,.0509803922);overflow:hidden}body>section>section#section-4::before{content:"section-4";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-4>section{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:4rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-4>section h6{width:100%;max-width:40rem;font-size:2rem;text-align:center}body>section>section#section-4>section>section{display:flex;flex-flow:row wrap;justify-content:center;gap:2rem;width:100%}body>section>section#section-4>section>section div{position:relative;display:flex;align-items:center;flex-flow:column;gap:2rem;padding:5rem 2rem;width:100%;max-width:480px;background:linear-gradient(to right bottom, steelblue, purple, red);border-radius:1rem;transition:.4s}@media screen and (min-width: 800px){body>section>section#section-4>section>section div{width:calc((100% - 4rem)/3)}}body>section>section#section-4>section>section div:hover::before{top:.25rem;left:.25rem;bottom:.25rem;right:.25rem;width:calc(100% - .5rem);height:calc(100% - .5rem)}body>section>section#section-4>section>section div:hover i{background-color:var(--color-purple-1)}body>section>section#section-4>section>section div:hover svg{left:calc(50% + 1rem)}body>section>section#section-4>section>section div::before{content:"";position:absolute;z-index:0;top:-0.125rem;left:-0.125rem;bottom:-0.125rem;right:-0.125rem;width:calc(100% + .25rem);height:calc(100% + .25rem);background-color:#fff;border-radius:.75rem;transition:.2s}@media screen and (min-width: 800px){body>section>section#section-4>section>section div:nth-child(2)::before{top:.25rem;left:.25rem;bottom:.25rem;right:.25rem;width:calc(100% - .5rem);height:calc(100% - .5rem)}body>section>section#section-4>section>section div:nth-child(2) i{background-color:var(--color-purple-1)}body>section>section#section-4>section>section div:nth-child(2) svg{left:calc(50% + 1rem)}}body>section>section#section-4>section>section div i{position:relative;z-index:1;width:6rem;line-height:6rem;height:6rem;text-align:center;font-size:1.5rem;background-color:var(--color-blue-0);color:#fff;border-radius:50%;transition:.4s;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}body>section>section#section-4>section>section div svg{position:absolute;z-index:0;top:2rem;left:50%;width:5rem;transition:.4s}body>section>section#section-4>section>section div svg path{fill:var(--color-dark-0);opacity:.3}body>section>section#section-4>section>section div strong{position:relative;z-index:1;font-size:1.25rem}body>section>section#section-4>section>section div p{position:relative;z-index:1;line-height:2rem;text-align:center;color:var(--color-dark-0)}body>section>section#section-5{position:relative;width:100%;overflow:hidden}body>section>section#section-5::before{content:"section-5";position:absolute;bottom:0;right:0;font-size:.75rem;color:var(--color-dark-0)}body>section>section#section-5>section{display:flex;flex-flow:row wrap;gap:1rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-5>section>section{display:flex}body>section>section#section-5>section>section:nth-child(1){flex-flow:column;flex-shrink:0;gap:2rem;padding-right:2rem;width:100%;max-width:25rem}body>section>section#section-5>section>section:nth-child(1) h6{width:100%;font-size:2rem}body>section>section#section-5>section>section:nth-child(1) p{width:100%;line-height:2rem;color:var(--color-dark-0)}body>section>section#section-5>section>section:nth-child(2){margin-top:2rem;width:100%}body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:calc(-100% * 0)}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:calc(-50% * -1)}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:calc(-100% / 3 * -2)}}body>section>section#section-5>section>section:nth-child(2)[index="1"] img:nth-child(1){margin-left:calc(-100% * 1)}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2)[index="1"] img:nth-child(1){margin-left:calc(-50% * 0)}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="1"] img:nth-child(1){margin-left:calc(-100% / 3 * -1)}}body>section>section#section-5>section>section:nth-child(2)[index="2"] img:nth-child(1){margin-left:calc(-100% * 2)}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2)[index="2"] img:nth-child(1){margin-left:calc(-50% * 1)}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="2"] img:nth-child(1){margin-left:calc(-100% / 3 * 0)}}body>section>section#section-5>section>section:nth-child(2)[index="3"] img:nth-child(1){margin-left:calc(-100% * 3)}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2)[index="3"] img:nth-child(1){margin-left:calc(-50% * 2)}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="3"] img:nth-child(1){margin-left:calc(-100% / 3 * 1)}}body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:-100%}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:-50%}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:-33.3333333333%}}@media screen and (min-width: 800px){body>section>section#section-5>section>section:nth-child(2)[index="0"] img:nth-child(1){margin-left:0}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2)[index="1"] img:nth-child(1){margin-left:-33.3333333333%}}@media screen and (min-width: 800px){body>section>section#section-5>section>section:nth-child(2)[index="1"] img:nth-child(1){margin-left:0}}@media screen and (min-width: 800px){body>section>section#section-5>section>section:nth-child(2){margin-top:0;max-width:calc(100% - 26rem)}}body>section>section#section-5>section>section:nth-child(2) img{flex-shrink:0;width:100%;transition:.4s}@media screen and (min-width: 480px){body>section>section#section-5>section>section:nth-child(2) img{width:50%}}@media screen and (min-width: 640px){body>section>section#section-5>section>section:nth-child(2) img{width:33.3333333333%}}@media screen and (min-width: 800px){body>section>section#section-5>section>section:nth-child(2) img{width:100%;max-width:15rem}}body>section>section#section-6{position:relative;width:100%;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}body>section>section#section-6::before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;width:100%;height:70%;background:linear-gradient(to right, var(--color-blue-1), var(--color-purple-1), var(--color-brand))}body>section>section#section-6::after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background-color:#fff}body>section>section#section-6>section{position:relative;z-index:1;display:flex;flex-flow:column;align-items:center;gap:1rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-6>section h6{width:100%;max-width:40rem;font-size:2rem;text-align:center;color:#fff}body>section>section#section-6>section>section{display:flex;flex-flow:row wrap;justify-content:center;gap:2rem;margin-top:2rem;width:100%}body>section>section#section-6>section>section div{position:relative;width:100%;max-width:480px}@media screen and (min-width: 640px){body>section>section#section-6>section>section div{width:calc((100% - 2rem)/2)}}@media screen and (min-width: 960px){body>section>section#section-6>section>section div{width:calc((100% - 4rem)/3)}}body>section>section#section-6>section>section div:hover section{box-shadow:0 .25rem .5rem rgba(0,0,0,.1490196078)}body>section>section#section-6>section>section div:hover svg{right:-1rem;bottom:-1rem;opacity:1}body>section>section#section-6>section>section div section{position:relative;z-index:1;display:flex;flex-flow:column;align-items:center;background-color:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 0 .25rem rgba(0,0,0,.1019607843);transition:.4s}body>section>section#section-6>section>section div section b{font-size:1.125rem;color:var(--color-dark-1)}body>section>section#section-6>section>section div section strong{margin-top:.5rem;padding-bottom:2rem;font-size:3rem;color:var(--color-purple-1)}body>section>section#section-6>section>section div section strong::before{content:"$"}body>section>section#section-6>section>section div section strong::after{content:"/month";margin-left:.5rem;font-size:1rem;font-weight:400}body>section>section#section-6>section>section div section ul{position:relative;display:flex;flex-flow:column;align-items:center;padding-top:2rem;width:100%;list-style:none}body>section>section#section-6>section>section div section ul::before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:2px;background-color:#eee}body>section>section#section-6>section>section div section ul li{line-height:2rem;text-align:center;font-size:.875rem;color:var(--color-dark-0)}body>section>section#section-6>section>section div section a,body>section>section#section-6>section>section div section button{position:relative;margin-top:2rem;padding:0 2.5rem;line-height:3rem;background-color:var(--color-dark-0);color:#fff;border-radius:.5rem;overflow:hidden}body>section>section#section-6>section>section div section a:hover::before,body>section>section#section-6>section>section div section button:hover::before{width:100%}body>section>section#section-6>section>section div section a::before,body>section>section#section-6>section>section div section button::before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;height:100%;background-color:var(--color-dark-1);transition:.4s}body>section>section#section-6>section>section div section a::after,body>section>section#section-6>section>section div section button::after{content:"GET STARTED";position:absolute;top:0;left:0;bottom:0;width:100%;line-height:3rem;height:100%;text-align:center;color:#fff}body>section>section#section-6>section>section div svg{position:absolute;z-index:0;right:0;bottom:0;width:50%;opacity:0;transition:.4s}body>section>section#section-6>section>section div svg path{fill:var(--color-dark-0);opacity:.3}body>section>section#section-7{position:relative;width:100%}body>section>section#section-7::before{content:"section-7";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-7>section{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:4rem;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-7>section h6{width:100%;max-width:40rem;font-size:2rem;text-align:center}body>section>section#section-7>section>section{width:100%}body>section>section#section-7>section>section[num="1"] section,body>section>section#section-7>section>section[num="2"] section{justify-content:center}body>section>section#section-7>section>section[index="1"] section div:nth-child(1){margin-left:calc(-100% * 2)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="1"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 1)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="1"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 1)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="1"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 1)}}body>section>section#section-7>section>section[index="1"] section div:nth-child(3){opacity:1}body>section>section#section-7>section>section[index="1"] ul li:nth-child(2){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="2"] section div:nth-child(1){margin-left:calc(-100% * 3)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="2"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 2)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="2"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 2)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="2"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 2)}}body>section>section#section-7>section>section[index="2"] section div:nth-child(4){opacity:1}body>section>section#section-7>section>section[index="2"] ul li:nth-child(3){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="3"] section div:nth-child(1){margin-left:calc(-100% * 4)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="3"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 3)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="3"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 3)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="3"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 3)}}body>section>section#section-7>section>section[index="3"] section div:nth-child(5){opacity:1}body>section>section#section-7>section>section[index="3"] ul li:nth-child(4){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="4"] section div:nth-child(1){margin-left:calc(-100% * 5)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="4"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 4)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="4"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 4)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="4"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 4)}}body>section>section#section-7>section>section[index="4"] section div:nth-child(6){opacity:1}body>section>section#section-7>section>section[index="4"] ul li:nth-child(5){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="5"] section div:nth-child(1){margin-left:calc(-100% * 6)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="5"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 5)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="5"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 5)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="5"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 5)}}body>section>section#section-7>section>section[index="5"] section div:nth-child(7){opacity:1}body>section>section#section-7>section>section[index="5"] ul li:nth-child(6){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="6"] section div:nth-child(1){margin-left:calc(-100% * 7)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="6"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 6)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="6"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 6)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="6"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 6)}}body>section>section#section-7>section>section[index="6"] section div:nth-child(8){opacity:1}body>section>section#section-7>section>section[index="6"] ul li:nth-child(7){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="7"] section div:nth-child(1){margin-left:calc(-100% * 8)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="7"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 7)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="7"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 7)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="7"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 7)}}body>section>section#section-7>section>section[index="7"] section div:nth-child(9){opacity:1}body>section>section#section-7>section>section[index="7"] ul li:nth-child(8){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="8"] section div:nth-child(1){margin-left:calc(-100% * 9)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="8"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 8)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="8"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 8)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="8"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 8)}}body>section>section#section-7>section>section[index="8"] section div:nth-child(10){opacity:1}body>section>section#section-7>section>section[index="8"] ul li:nth-child(9){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="9"] section div:nth-child(1){margin-left:calc(-100% * 10)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="9"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 9)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="9"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 9)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="9"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 9)}}body>section>section#section-7>section>section[index="9"] section div:nth-child(11){opacity:1}body>section>section#section-7>section>section[index="9"] ul li:nth-child(10){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="10"] section div:nth-child(1){margin-left:calc(-100% * 11)}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="10"] section div:nth-child(1){margin-left:calc(((100% - 1rem) / -2 - 2rem) * 10)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="10"] section div:nth-child(1){margin-left:calc(((100% - 2rem) / -2 - 2rem) * 10)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="10"] section div:nth-child(1){margin-left:calc(((100% - 2rem * 2) / -3 - 2rem) * 10)}}body>section>section#section-7>section>section[index="10"] section div:nth-child(12){opacity:1}body>section>section#section-7>section>section[index="10"] ul li:nth-child(11){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section[index="0"] section div:nth-child(1){margin-left:-100%}@media screen and (min-width: 512px){body>section>section#section-7>section>section[index="0"] section div:nth-child(1){margin-left:calc((100% - 1rem)/-2 - 2rem)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section[index="0"] section div:nth-child(1){margin-left:calc((100% - 2rem)/-2 - 2rem)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section[index="0"] section div:nth-child(1){margin-left:0}}body>section>section#section-7>section>section[index="0"] section div:nth-child(2){opacity:1}body>section>section#section-7>section>section[index="0"] ul li:nth-child(1){width:1.25rem;background-color:var(--color-brand)}body>section>section#section-7>section>section section{display:flex;justify-content:flex-start;gap:0;width:100%;overflow:hidden}@media screen and (min-width: 512px){body>section>section#section-7>section>section section{gap:1rem}}@media screen and (min-width: 640px){body>section>section#section-7>section>section section{gap:2rem}}body>section>section#section-7>section>section section div{display:flex;flex-flow:column;flex-shrink:0;align-items:flex-start;gap:1rem;padding:2rem;width:100%;border-radius:1rem;opacity:.5;transition:.4s}@media screen and (min-width: 512px){body>section>section#section-7>section>section section div{width:calc((100% - 1rem)/2)}}@media screen and (min-width: 640px){body>section>section#section-7>section>section section div{width:calc((100% - 2rem)/2)}}@media screen and (min-width: 960px){body>section>section#section-7>section>section section div{width:calc((100% - 4rem)/3)}}body>section>section#section-7>section>section section div img{width:4rem;height:4rem;border-radius:50%}body>section>section#section-7>section>section section div strong{font-size:1.125rem}body>section>section#section-7>section>section section div p{line-height:1.75rem;color:var(--color-dark-0);font-size:.875rem}body>section>section#section-7>section>section ul{display:flex;justify-content:center;align-items:center;margin-top:1rem;gap:.5rem;width:100%;list-style:none}body>section>section#section-7>section>section ul li{width:.5rem;height:.5rem;background-color:var(--color-hint);border-radius:.5rem;cursor:pointer;transition:.4s}body>section>section#section-7>section>section ul li *{pointer-events:none}body>section>section#section-8{position:relative;width:100%;background:linear-gradient(to right, var(--color-blue-1), var(--color-purple-1), var(--color-brand));overflow:hidden}body>section>section#section-8::before{content:"section-8";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-8::after{content:"";position:absolute;top:2rem;left:4rem;width:3rem;height:3rem;background-color:rgba(199,208,255,.3019607843);border-radius:50%;animation:section-8 4s linear infinite;-webkit-animation:section-8 4s linear infinite;-moz-animation:section-8 4s linear infinite}@keyframes section-8{50%{top:4rem;left:6rem}}@-webkit-keyframes section-8{50%{top:4rem;left:6rem}}@-moz-keyframes section-8{50%{top:4rem;left:6rem}}body>section>section#section-8>section{position:relative;z-index:1;display:flex;justify-content:center;flex-flow:row wrap;align-items:center;margin:0 auto;padding:8rem 1rem;width:100%;max-width:var(--width-max)}@media screen and (min-width: 960px){body>section>section#section-8>section{justify-content:space-between;flex-flow:row}}body>section>section#section-8>section section{display:flex;flex-flow:column;align-items:flex-start;gap:2rem;width:100%;max-width:480px}@media screen and (min-width: 960px){body>section>section#section-8>section section{max-width:25rem}}body>section>section#section-8>section section h6{width:100%;font-size:2rem;color:#fff}body>section>section#section-8>section section p{color:#fff}body>section>section#section-8>section section section{display:flex;flex-flow:row;gap:1rem}body>section>section#section-8>section section section a,body>section>section#section-8>section section section button{position:relative;padding:0 2rem;line-height:2.5rem;background-color:var(--color-dark-0);color:#fff;border-radius:1.25rem;overflow:hidden}body>section>section#section-8>section section section a:hover::before,body>section>section#section-8>section section section button:hover::before{width:100%}body>section>section#section-8>section section section a::before,body>section>section#section-8>section section section button::before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;height:100%;background-color:var(--color-dark-1);transition:.4s}body>section>section#section-8>section section section a::after,body>section>section#section-8>section section section button::after{content:attr(txt);position:absolute;top:0;left:0;bottom:0;width:100%;line-height:2.5rem;height:100%;text-align:center;color:#fff}body>section>section#section-8>section img{margin-top:4rem;width:100%;max-width:40rem;transition:.4s}@media screen and (min-width: 960px){body>section>section#section-8>section img{margin-top:0}}body>section>section#section-8 svg{position:absolute;z-index:0;left:0;bottom:-3rem;width:10rem;height:10rem}body>section>section#section-8 svg path{fill:rgba(199,208,255,.3019607843)}body>section>section#section-9{position:relative;width:100%;overflow:hidden}body>section>section#section-9::before{content:"";position:absolute;z-index:1;left:-7rem;bottom:-9rem;width:19rem;height:19rem;background:linear-gradient(to right bottom, var(--color-blue-1), var(--color-purple-1), var(--color-brand));border-radius:50%;opacity:0;transition:.4s}@media screen and (min-width: 480px){body>section>section#section-9::before{opacity:1}}body>section>section#section-9::after{content:"";position:absolute;z-index:1;left:-4.5rem;bottom:-6.5rem;width:14rem;height:14rem;background-color:#fff;border-radius:50%;opacity:0;transition:.4s}@media screen and (min-width: 480px){body>section>section#section-9::after{opacity:1}}body>section>section#section-9>section{position:relative;z-index:2;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin:0 auto;padding:7rem 1rem;width:100%;max-width:var(--width-max)}@media screen and (min-width: 800px){body>section>section#section-9>section{flex-flow:row}}body>section>section#section-9>section section{display:flex;justify-content:center;flex-flow:column;gap:2rem;width:100%}@media screen and (min-width: 800px){body>section>section#section-9>section section{padding-left:4rem;width:initial;max-width:39rem}}body>section>section#section-9>section section h6{padding-bottom:4rem;width:100%;font-size:2.5rem;text-align:center}@media screen and (min-width: 800px){body>section>section#section-9>section section h6{padding-bottom:0;text-align:left}}body>section>section#section-9>section section section{display:flex;flex-flow:row;gap:1rem}body>section>section#section-9>section section section a,body>section>section#section-9>section section section button{position:relative;padding:0 2rem;line-height:2.5rem;background-color:var(--color-dark-0);color:#fff;border-radius:1.25rem;overflow:hidden}body>section>section#section-9>section section section a:hover::before,body>section>section#section-9>section section section button:hover::before{width:100%}body>section>section#section-9>section section section a::before,body>section>section#section-9>section section section button::before{content:"";position:absolute;top:0;left:0;bottom:0;width:0;height:100%;background-color:var(--color-dark-1);transition:.4s}body>section>section#section-9>section section section a::after,body>section>section#section-9>section section section button::after{content:attr(txt);position:absolute;top:0;left:0;bottom:0;width:100%;line-height:2.5rem;height:100%;text-align:center;color:#fff}body>section>section#section-9 img{position:absolute;z-index:0;left:-7rem;bottom:-9rem;width:19rem;height:19rem;border-radius:50%;animation:rotate 30s linear infinite;-webkit-animation:rotate 30s linear infinite;-moz-animation:rotate 30s linear infinite;transform:rotate(0) translateZ(0);opacity:0;transition:.4s}@media screen and (min-width: 480px){body>section>section#section-9 img{opacity:1}}@keyframes rotate{0%{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{transform:rotate(360deg)}}@-moz-keyframes rotate{0%{transform:rotate(360deg)}}body>section>section#section-contact{position:relative;width:100%}body>section>section#section-contact::before{content:"section-blog";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-contact>section{display:flex;flex-flow:column;align-items:center;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-contact>section>h6{font-size:3rem}body>section>section#section-contact>section iframe{margin-top:4rem;width:100%;aspect-ratio:4/3}@media screen and (min-width: 640px){body>section>section#section-contact>section iframe{aspect-ratio:2/1}}body>section>section#section-contact>section>section{display:flex;flex-flow:row wrap;gap:2rem;width:100%;max-width:480px}@media screen and (min-width: 800px){body>section>section#section-contact>section>section{flex-flow:row;gap:4rem}}body>section>section#section-contact>section>section>section{display:flex;flex-flow:column;margin-top:3rem}body>section>section#section-contact>section>section>section:nth-child(1){flex-flow:row wrap;gap:1rem;width:100%}body>section>section#section-contact>section>section>section:nth-child(1) textarea{margin-top:2rem;padding:0 1rem;width:100%;line-height:2.5rem;height:15rem;border:1px solid rgba(0,0,0,.1019607843);border-radius:.5rem;transition:.2s}body>section>section#section-contact>section>section>section:nth-child(1) textarea:focus{border:2px solid var(--color-hint)}body>section>section#section-contact>section>section>section:nth-child(1) input{padding:0 1rem;width:calc((100% - 1rem)/2);line-height:2.5rem;height:2.5rem;border:1px solid rgba(0,0,0,.1019607843);border-radius:.5rem;transition:.2s}body>section>section#section-contact>section>section>section:nth-child(1) input:focus{border:2px solid var(--color-hint)}body>section>section#section-contact>section>section>section:nth-child(1) button{margin-top:2rem;padding:1rem 2rem;border:1px solid var(--color-purple-0);border-radius:.5rem}body>section>section#section-contact>section>section>section:nth-child(2){flex-shrink:0;gap:2rem;width:20rem}body>section>section#section-contact>section>section>section:nth-child(2) a{display:flex;gap:1rem}body>section>section#section-contact>section>section>section:nth-child(2) a i{width:2rem;line-height:2rem;height:2rem;text-align:center;font-size:2rem;color:var(--color-dark-0)}body>section>section#section-contact>section>section>section:nth-child(2) a p{line-height:1.25rem;color:var(--color-dark-0)}body>section>section#section-contact>section>section>section:nth-child(2) a p b{display:block;padding-bottom:.5rem;font-weight:400}body>section>section#section-blog{position:relative;width:100%}body>section>section#section-blog::before{content:"section-blog";position:absolute;bottom:0;right:0;font-size:.75rem;color:#d3d3d3}body>section>section#section-blog>section{display:flex;flex-flow:column;align-items:center;margin:0 auto;padding:5rem 1rem;width:100%;max-width:var(--width-max)}body>section>section#section-blog>section>h6{font-size:3rem}body>section>section#section-blog>section>section{display:flex;justify-content:center;flex-flow:row wrap;gap:2rem;margin-top:4rem;width:100%}@media screen and (min-width: 800px){body>section>section#section-blog>section>section{flex-flow:row}}@media screen and (min-width: 1024px){body>section>section#section-blog>section>section{gap:4rem}}body>section>section#section-blog>section>section>section{display:flex;flex-flow:column}body>section>section#section-blog>section>section>section:nth-child(1){gap:3rem;width:100%;max-width:640px}@media screen and (min-width: 800px){body>section>section#section-blog>section>section>section:nth-child(1){max-width:calc(100% - 20rem - 4rem)}}body>section>section#section-blog>section>section>section:nth-child(1)>article{display:flex;flex-flow:column;align-items:flex-start;padding-bottom:2.5rem;width:100%;background-color:#fff;border-radius:.25rem;box-shadow:0 0 .25rem rgba(0,0,0,.1019607843);transition:.4s;cursor:pointer;overflow:hidden}body>section>section#section-blog>section>section>section:nth-child(1)>article:hover{background-color:rgba(0,0,0,.0509803922)}body>section>section#section-blog>section>section>section:nth-child(1)>article:hover figure img{transform:scale(110%)}body>section>section#section-blog>section>section>section:nth-child(1)>article figure{position:relative;width:100%;aspect-ratio:2/1;overflow:hidden}body>section>section#section-blog>section>section>section:nth-child(1)>article figure img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;transition:.4s}body>section>section#section-blog>section>section>section:nth-child(1)>article time{display:block;margin:-3rem 0 -1.5rem 3rem;padding:1rem 2rem;line-height:1.5rem;text-align:center;font-size:1.25rem;font-weight:500;background-color:var(--color-purple-1);border-radius:.5rem;color:#fff;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}body>section>section#section-blog>section>section>section:nth-child(1)>article time b{font-size:1.75rem;line-height:2rem;color:#fff}body>section>section#section-blog>section>section>section:nth-child(1)>article h6{margin-top:3rem;padding:0 3rem;width:100%;font-size:1.5rem}body>section>section#section-blog>section>section>section:nth-child(1)>article p{margin-top:1rem;padding:0 3rem;width:100%;line-height:1.75rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>article ul{display:flex;gap:1rem;margin-top:2rem;padding:0 3rem;list-style:none}body>section>section#section-blog>section>section>section:nth-child(1)>article ul li{position:relative;padding-right:1rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>article ul li::before{content:"";position:absolute;top:0;right:0;bottom:0;margin:auto;width:2px;height:.75rem;background-color:var(--color-dark-1)}body>section>section#section-blog>section>section>section:nth-child(1)>article ul li:nth-last-child(1)::before{opacity:0}body>section>section#section-blog>section>section>section:nth-child(1)>article ul li i{margin-right:.5rem;color:inherit}body>section>section#section-blog>section>section>section:nth-child(1)>ul{display:flex;justify-content:center;gap:1rem;width:100%;list-style:none}body>section>section#section-blog>section>section>section:nth-child(1)>ul li{padding:.5rem .75rem;border:1px solid var(--color-bg);border-radius:.25rem;cursor:pointer;transition:.4s}body>section>section#section-blog>section>section>section:nth-child(1)>ul li i{color:inherit}body>section>section#section-blog>section>section>section:nth-child(1)>ul li:hover{background-color:var(--color-purple-0);color:#fff}body>section>section#section-blog>section>section>section:nth-child(1)>section{display:flex;flex-flow:column;align-items:flex-start;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>figure{position:relative;width:100%;aspect-ratio:2/1;overflow:hidden}body>section>section#section-blog>section>section>section:nth-child(1)>section>figure img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;transition:.4s}body>section>section#section-blog>section>section>section:nth-child(1)>section>h6{margin-top:3rem;width:100%;font-size:1.5rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>p{margin-top:2rem;width:100%;line-height:1.75rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>ul{display:flex;gap:1rem;margin-top:1rem;list-style:none}body>section>section#section-blog>section>section>section:nth-child(1)>section>ul li{position:relative;padding-right:1rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>ul li::before{content:"";position:absolute;top:0;right:0;bottom:0;margin:auto;width:2px;height:.75rem;background-color:var(--color-dark-1)}body>section>section#section-blog>section>section>section:nth-child(1)>section>ul li:nth-last-child(1)::before{opacity:0}body>section>section#section-blog>section>section>section:nth-child(1)>section>ul li i{margin-right:.5rem;color:inherit}body>section>section#section-blog>section>section>section:nth-child(1)>section>section.md{display:block;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section.md #PDMDViewer{width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md){display:flex;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md)>h6{font-size:1.25rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).bottom{flex-flow:row;justify-content:space-between;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).bottom section{display:flex;align-items:center;gap:1rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).bottom section button{display:flex;align-items:center;gap:.5rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).bottom section button i{color:inherit}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).bottom section a i{color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page{flex-flow:row;justify-content:space-between;gap:4rem;margin-top:3rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button{display:flex;align-items:center;flex-grow:0;gap:1rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button:nth-child(1){text-align:left}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button:nth-last-child(1){justify-content:flex-start;text-align:right}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button img{width:4rem;height:4rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button section p{color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).page button section h6{display:-webkit-box;width:100%;line-height:1.75rem;max-height:1.75rem;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about{margin-top:2rem;padding-top:3rem;border-top:1px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about div{display:flex;gap:2rem;padding:2rem;width:100%;background-color:var(--color-bg)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about div img{width:4rem;height:4rem;border-radius:50%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about div section{display:flex;flex-flow:column;gap:.5rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about div section h6{font-size:1.25rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).about div section p{color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment{flex-flow:column;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section{display:flex;flex-flow:column;gap:3rem;padding-top:3rem;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div{display:flex;gap:1rem;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div img{width:4rem;height:4rem;border-radius:50%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section{display:flex;align-items:flex-end;flex-flow:column}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section>p{width:100%;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section strong{margin-top:1rem;width:100%}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section strong time{margin-left:1rem;font-weight:400;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section button{width:initial;color:var(--color-dark-1)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section section{padding-top:1rem}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section section div{padding:1rem;background-color:var(--color-bg)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).comment>section>div>section section div time{display:block;padding-top:1rem;color:var(--color-dark-0)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply{flex-flow:row wrap;gap:1rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply textarea{margin-top:2rem;padding:0 1rem;width:100%;line-height:2.5rem;height:15rem;border:1px solid rgba(0,0,0,.1019607843);border-radius:.5rem;transition:.2s}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply textarea:focus{border:2px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply input{padding:0 1rem;width:calc((100% - 1rem)/2);line-height:2.5rem;height:2.5rem;border:1px solid rgba(0,0,0,.1019607843);border-radius:.5rem;transition:.2s}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply input:focus{border:2px solid var(--color-hint)}body>section>section#section-blog>section>section>section:nth-child(1)>section>section:not(.md).reply button{margin-top:2rem;padding:1rem 2rem;border:1px solid var(--color-purple-0);border-radius:.5rem}body>section>section#section-blog>section>section>section:nth-child(2){flex-shrink:0;gap:2rem;width:100%;max-width:640px}@media screen and (min-width: 800px){body>section>section#section-blog>section>section>section:nth-child(2){width:20rem}}body>section>section#section-blog>section>section>section:nth-child(2)>section{display:flex;flex-flow:column;padding:0 1rem 1rem;width:100%;background-color:var(--color-bg);border-radius:.25rem}@media screen and (min-width: 800px){body>section>section#section-blog>section>section>section:nth-child(2)>section{padding:0 2rem 2rem}}body>section>section#section-blog>section>section>section:nth-child(2)>section>h6{margin-bottom:1rem;line-height:4rem;font-size:1.25rem;font-weight:400;border-bottom:1px solid var(--color-purple-0)}body>section>section#section-blog>section>section>section:nth-child(2)>section label{width:100%}body>section>section#section-blog>section>section>section:nth-child(2)>section label input{padding:0 1rem;width:100%;line-height:2.5rem;background-color:#fff;border-radius:.5rem}body>section>section#section-blog>section>section>section:nth-child(2)>section button{margin-top:.75rem;padding:0 1rem;width:100%;line-height:2.5rem;background-color:#fff;border-radius:.5rem;border:1px solid var(--color-purple-0)}body>section>section#section-blog>section>section>section:nth-child(2)>section ul{width:100%;list-style:none}body>section>section#section-blog>section>section>section:nth-child(2)>section ul.category li{line-height:4rem;color:var(--color-dark-0);border-bottom:1px solid var(--color-hint);cursor:pointer}body>section>section#section-blog>section>section>section:nth-child(2)>section ul.tag{display:flex;flex-flow:row wrap;gap:.5rem}body>section>section#section-blog>section>section>section:nth-child(2)>section ul.tag li{padding:.5rem 1rem;font-size:.75rem;background-color:#fff;cursor:pointer}body>section>section#section-blog>section>section>section:nth-child(2)>section article{display:flex;align-items:center;gap:1rem;margin-top:1rem;width:100%;cursor:pointer}body>section>section#section-blog>section>section>section:nth-child(2)>section article:hover figure img{transform:scale(110%)}body>section>section#section-blog>section>section>section:nth-child(2)>section article figure{position:relative;flex-shrink:0;width:4rem;height:4rem;border-radius:.25rem;overflow:hidden}body>section>section#section-blog>section>section>section:nth-child(2)>section article figure img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;transition:.4s}#copy{position:absolute;top:-100vh;left:-100vw;opacity:0}
