:root{--main-green: 0, 236, 181;--main-purple: 169, 87, 241;--main-blue: 16, 0, 236;--main-background: #13151a;--main-text: hsl(244, 100%, 99%)}:root.dark{--main-background: #13151a;--main-text: hsl(244, 100%, 99%);--main-highlight: 0, 236, 181}@media (prefers-color-scheme: dark){:root{--main-background: #13151a;--main-text: hsl(244, 100%, 99%);--main-highlight: 0, 236, 181}}:root.light{--main-background: hsl(244, 40%, 97%);--main-text: #13151a;--main-highlight: 16, 0, 236}@media (prefers-color-scheme: light){:root{--main-background: hsl(244, 40%, 97%);--main-text: #13151a;--main-highlight: 16, 0, 236}}*{box-sizing:border-box;margin:0;font-family:Hiragino kaku gothic pro,Menlo,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}html{font-family:system-ui,sans-serif;background:var(--main-background);color:var(--main-text);line-height:125%;scroll-behavior:smooth}.nav[data-astro-cid-dmqpwcec]{display:grid;grid-template:auto auto / 1fr 1fr 1fr;padding-top:1em;justify-items:center;align-items:center;position:absolute;top:0;width:100%}.nav[data-astro-cid-dmqpwcec] h1[data-astro-cid-dmqpwcec]{grid-column:2 / 3;display:inline;display:flex;justify-content:center;align-items:center;padding:10px 5px 10px 10px;line-height:1em;font-family:EB Garamond,STFangsong,Beirut,serif,sans-serif;font-size:3em}.toggle-button-wrapper[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;position:relative;height:fit-content;grid-row:1 / 2;grid-column:3 / 4;justify-self:end;padding-right:.5em}input[data-astro-cid-dmqpwcec][type=checkbox]{height:0;width:0;visibility:hidden}label[data-astro-cid-dmqpwcec]{cursor:pointer;width:50px;height:25px;background:rgb(var(--main-green));display:block;border-radius:100px;position:relative;display:grid;grid-template:auto / 1fr 1fr;align-items:center;justify-items:center}label[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;top:2.5px;left:2.5px;width:20px;height:20px;background:var(--main-background);border-radius:90px;transition:all .3s ease-out}input[data-astro-cid-dmqpwcec]:checked+label[data-astro-cid-dmqpwcec]{background:rgb(var(--main-blue))}input[data-astro-cid-dmqpwcec]:checked+label[data-astro-cid-dmqpwcec]:after{left:calc(100% - 2.5px);transform:translate(-100%);background:var(--main-background)}label[data-astro-cid-dmqpwcec]:active:after{width:45px}.switch-bulb[data-astro-cid-dmqpwcec]{height:75%;width:75%}hr[data-astro-cid-dmqpwcec]{border-radius:0 0 0 5px;border:none;right:0;position:absolute}.animation-container[data-astro-cid-dmqpwcec]{grid-column-start:1}hr[data-astro-cid-dmqpwcec].animated-1{height:.7em;animation:expand-3 2s ease-in-out .4s forwards,wiggle-3 6.7s linear infinite 2.4s;background-color:rgb(var(--main-green))}hr[data-astro-cid-dmqpwcec].animated-2{height:.5em;animation:expand-2 2s ease-in-out .2s forwards,wiggle-2 6s linear infinite 2.2s;background-color:rgb(var(--main-purple))}hr[data-astro-cid-dmqpwcec].animated-3{height:.28em;animation:expand-1 2s ease-in-out forwards,wiggle-1 5.2s linear infinite 2.2s;background-color:rgb(var(--main-blue))}@keyframes wiggle-1{0%{width:87%}25%{width:88%}50%{width:87%}75%{width:86%}to{width:87%}}@keyframes expand-1{0%{width:0%}to{width:87%}}@keyframes wiggle-2{0%{width:84%}25%{width:85%}50%{width:84%}75%{width:83%}to{width:84%}}@keyframes expand-2{0%{width:0%}to{width:84%}}@keyframes wiggle-3{0%{width:81%}25%{width:82%}50%{width:81%}75%{width:80%}to{width:81%}}@keyframes expand-3{0%{width:0%}to{width:81%}}@media (max-width: 520px){.nav-links[data-astro-cid-dmqpwcec]{display:grid;grid-template:auto auto / 1fr 1fr;align-items:center;text-align:center;gap:1em}}@media (max-width: 350px){.nav-links[data-astro-cid-dmqpwcec]{display:grid;grid-template:auto auto auto auto/ 1fr;align-items:center;text-align:center;gap:1em}}.hero-component[data-astro-cid-bbe6dxrz]{display:grid;flex-flow:column nowrap;justify-items:center;align-items:end;grid-template:75% 25% / 100%;height:100vh;min-height:100vh;overflow-x:hidden;width:100vw}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center;max-width:75%;max-height:75%;border-radius:50%;transform:translate(300%) rotate(180deg);animation:rollin 2s forwards .8s;visibility:hidden;aspect-ratio:1 / 1;background:radial-gradient(ellipse farthest-corner at 0% 0%,rgba(var(--main-blue),.5) 5%,rgba(var(--main-purple),.7) 35%,rgba(var(--main-green),.9),rgba(var(--main-purple),1) 65%,rgba(var(--main-blue),1) 90%)}.hero-image[data-astro-cid-bbe6dxrz]{background-color:var(--main-background);border-radius:50%;height:98%;width:98%}@keyframes rollin{0%{transform:translate(300%) rotate(179deg)}50%{transform:rotate(360deg)}to{transform:translate(0);visibility:visible}}.arrow-container[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:100%;width:min(50vw,500px);align-items:center;justify-content:center;overflow:hidden;opacity:0;animation:arrow-flash 3s linear 2.5s forwards}.arrow-wrapper[data-astro-cid-bbe6dxrz]{height:100%;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.arrow[data-astro-cid-bbe6dxrz]{width:100%;height:.3em;background-color:var(--main-text)}.left[data-astro-cid-bbe6dxrz]{transform:skew(15deg) rotate(15deg);border-radius:2% 0 0 100%}.right[data-astro-cid-bbe6dxrz]{transform:skew(345deg) rotate(345deg);border-radius:0 2% 100% 0}@keyframes arrow-flash{0%{opacity:0}20%{opacity:1}40%{opacity:0}60%{opacity:1}80%{opacity:0}to{opacity:1}}@media (max-width: 300px){.hero-component[data-astro-cid-bbe6dxrz]{height:calc(100vh - 8em)}}@media (max-height: 450px){.hero-image-wrapper[data-astro-cid-bbe6dxrz]{max-height:70%}}@media (max-height: 420px){.hero-image-wrapper[data-astro-cid-bbe6dxrz]{max-height:60%}}.contact-card[data-astro-cid-h2ja5j4y]{width:80%;height:auto;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center;opacity:.9}.contact-card[data-astro-cid-h2ja5j4y] img[data-astro-cid-h2ja5j4y]{width:min(100%,200px)}.contacts-container[data-astro-cid-xmivup5a]{height:70vh;display:grid;grid-template:14% 28% 56% 2%/ 1fr 1fr 1fr 1fr;justify-items:center;align-items:center}.outer-header-wrapper[data-astro-cid-xmivup5a]{grid-column:1 / 5;grid-row:2 / 3;display:flex;justify-content:center;align-items:center;transform:rotateY(180deg);backface-visibility:hidden;transition:all .7s ease-in;background:radial-gradient(ellipse farthest-corner at 0% 0%,#00ecb5e6 15%,#1000ec33 25%,#00ecb5bf 50%,#1000ec 69%,#a957f1cc 72%,#1000ec99 80%,#00ecb5 95%);width:100%;height:4em}.inner-header-wrapper[data-astro-cid-xmivup5a]{width:100%;height:90%;display:flex;justify-content:center;align-items:center;background:var(--main-background);backface-visibility:hidden}.contact-header[data-astro-cid-xmivup5a]{transform:rotateY(180deg);backface-visibility:hidden;transition:all .8s ease-in}.contact-card-wrapper[data-astro-cid-xmivup5a]{width:100%;height:100%;grid-row:3 / 4;display:flex;justify-content:center;align-items:center;transform:rotateY(180deg);transition:all 1.2s ease-out;backface-visibility:hidden}.pop-in[data-astro-cid-xmivup5a]{transform:rotateY(0)}.pop-first[data-astro-cid-xmivup5a]{transition-delay:.2s}.pop-second[data-astro-cid-xmivup5a]{transition-delay:.4s}.pop-third[data-astro-cid-xmivup5a]{transition-delay:.6s}.pop-fourth[data-astro-cid-xmivup5a]{transition-delay:.8s}.hide[data-astro-cid-xmivup5a]{display:none}footer[data-astro-cid-sz7xmlte]{height:4em;display:flex;justify-content:center;align-items:center;padding:5em 0 2.25em}.footer-content-wrapper[data-astro-cid-sz7xmlte]{height:2em;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.footer-background[data-astro-cid-sz7xmlte]{width:200%;height:200vh;background:radial-gradient(ellipse farthest-corner at 25% 0%,rgb(var(--main-purple)) 0%,var(--main-background) 17%,rgb(var(--main-purple)) 34%,var(--main-background) 50%,rgb(var(--main-purple)) 66%,var(--main-background) 83%,rgb(var(--main-purple)) 100%);animation:spin-background 20s linear infinite;transform:rotate(0)}.footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{background:var(--main-background);height:1.5em;width:100%;display:flex;justify-content:center;align-items:center;position:absolute}@keyframes spin-background{to{transform:rotate(360deg)}}main[data-astro-cid-j7pv25f6]{display:grid;grid-template:auto auto auto auto / 1fr}
