@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900.buttonGroup buttonfamily=Roboto:ital,wght@0,100..900;1,100..900.buttonGroup buttondisplay=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Roboto,sans-serif;font-smooth:always}html{scroll-behavior:smooth;overflow-x:hidden}html:has(header.sidebarInvisible){overflow-y:hidden}abbr{position:relative}abbr:hover:after{display:flex;content:attr(data-title);justify-content:center;align-items:center;gap:5px;text-transform:capitalize;position:absolute;top:100%;right:-100%;width:fit-content;padding:5px;margin-left:auto;margin-right:auto;text-align:center;background-color:#1c1c1c;color:#f0f8ff;border-radius:4px;z-index:2}body{width:100vw;overflow-x:hidden;background-color:#1c1c1c}span.highlight{font-weight:600;color:#853ad0}span.italic{font-style:italic}.buttonGroup{display:flex;flex-wrap:wrap;width:100%;gap:15px}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}.salute{display:flex;align-items:center;height:fit-content;gap:5px}.salute.hidden .emoji{width:fit-content;font-size:24px;transform:translate(0);opacity:1}.salute.animate .emoji{animation:salute 1s ease-in-out 1.5s 2}.salute h3{font-size:24px}.hidden{opacity:0}.animate{animation:slideInLeft 1s ease .1s both}@keyframes slideInLeft{0%{transform:translate(-500px);opacity:0;filter:blur(5px)}to{transform:translate(0);opacity:1}}@keyframes salute{0%{transform:rotate(0)}50%{transform:rotate(70deg)}to{transform:rotate(0)}}@media (max-width: 1024px){.hidden{opacity:0}}@media (max-width: 600px){.hidden{opacity:0}.buttonGroup{flex-direction:column;justify-content:center;align-items:center}.buttonGroup a,.buttonGroup button{width:100%}}._background_1d7e0_1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 70px);background-image:url(/assets/ilya-pavlov-unsplash-hero-background.png);background-repeat:no-repeat;background-size:cover}._background_1d7e0_1 h1,._background_1d7e0_1 h2{color:#f0f8ff}._background_1d7e0_1 ._error_1d7e0_15{display:block;font-size:120px}._background_1d7e0_1 h2{font-weight:400;font-size:18px;margin-top:15px}._background_1d7e0_1 a{color:#853ad0;font-weight:700}._backgroundWrapper_1d7e0_29{--area: 450px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000080;border-radius:50%;padding:10px;width:var(--area);height:var(--area);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}header{display:flex;color:#f0f8ff;font-family:Roboto,sans-serif;justify-content:center;align-items:center;width:100%;height:70px;background-color:#1c1c1c;position:sticky;top:0;z-index:11;transition:box-shadow .2s ease-in-out}header:not(._sidebarInvisible_rtyyn_15){box-shadow:2px 2px 10px #00000080}._headerWrapper_rtyyn_19{display:flex;justify-content:space-between;align-items:center;width:clamp(580px,80%,1100px);max-width:1360px;height:100%}._headerWrapper_rtyyn_19 img{display:flex;justify-content:center;align-items:center;height:30px;cursor:pointer}._headerWrapper_rtyyn_19 nav,._headerWrapper_rtyyn_19 ul{display:flex;justify-content:center;align-items:center;gap:15px}._headerWrapper_rtyyn_19 ul{list-style:none}._headerWrapper_rtyyn_19 ul:first-child{margin-right:15px}._headerWrapper_rtyyn_19 li{font-size:18px}._headerWrapper_rtyyn_19 li a{color:#f0f8ff;text-decoration:none;transition:color .2s ease-in-out;position:relative}._headerWrapper_rtyyn_19 li a:after{content:"";width:0%;height:2px;background-color:#853ad0;position:absolute;bottom:0;left:0;transition:width .4s ease-in}._headerWrapper_rtyyn_19 li a:active,._headerWrapper_rtyyn_19 li a:hover,._headerWrapper_rtyyn_19 li a:focus-within{color:#853ad0}._headerWrapper_rtyyn_19 li a:active:after,._headerWrapper_rtyyn_19 li a:hover:after,._headerWrapper_rtyyn_19 li a:focus-within:after{width:100%}._headerWrapper_rtyyn_19 nav button{display:flex;justify-content:center;align-items:center;border-radius:50%;border:none;outline:2px solid #853ad0;padding:3px;cursor:pointer;background-color:#853ad0;color:#000}._headerWrapper_rtyyn_19 nav button:hover,._headerWrapper_rtyyn_19 nav button:focus-within{background-color:#000;outline:2px solid #000;color:#853ad0}._headerWrapper_rtyyn_19 nav button svg{--area: 18px;width:var(--area);height:var(--area)}#_mobile_rtyyn_1{display:none}@media (max-width: 600px){#_mobile_rtyyn_1{display:block}#_desktop_rtyyn_1{display:none}header{padding-inline:20px;position:fixed}header button#_mobile_rtyyn_1{display:flex;--area: 30px;justify-content:center;align-items:center;max-width:var(--area);width:var(--area);max-height:var(--area);height:var(--area);border:none;background-color:transparent;color:#853ad0}header button#_mobile_rtyyn_1 svg{width:80%;height:80%}}footer{display:flex;justify-content:center;align-items:center;width:100%;padding-block:50px;background-color:#853ad0}footer ._contactWrapper_bdsap_9{--area: 25px;display:flex;flex-direction:column;gap:15px}footer ._contactWrapper_bdsap_9 h2{color:#f0f8ff;line-height:32px;text-align:center}footer ._contactWrapper_bdsap_9 p{font-size:18px;cursor:pointer}footer ._contactWrapper_bdsap_9 p:hover a,footer ._contactWrapper_bdsap_9 p:focus-within a,footer ._contactWrapper_bdsap_9 p:hover svg,footer ._contactWrapper_bdsap_9 p:focus-within svg{color:#000}footer ._contactWrapper_bdsap_9 p a{display:flex;align-items:center;gap:5px;color:#f0f8ff;text-decoration:none}footer ._contactWrapper_bdsap_9 p svg{width:var(--area);height:var(--area)}footer ._contactWrapper_bdsap_9 ._socials_bdsap_38{display:flex;justify-content:space-around;align-items:center}footer ._contactWrapper_bdsap_9 ._socials_bdsap_38 button{display:flex;align-items:center;width:var(--area);height:var(--area);background-color:transparent;border:none;cursor:pointer}footer ._contactWrapper_bdsap_9 ._socials_bdsap_38 button:hover svg,footer ._contactWrapper_bdsap_9 ._socials_bdsap_38 button:focus-within svg{color:#000}footer ._contactWrapper_bdsap_9 ._socials_bdsap_38 button svg{width:100%;height:100%;color:#f0f8ff}#_mobile_18exh_1{display:none}@media (max-width: 600px){#_mobile_18exh_1{display:block}#_desktop_18exh_1{display:none}#_mobile_18exh_1._sidebar_18exh_12{display:flex;justify-content:center;align-items:center;translate:0;position:fixed;top:0;right:0;transition:translate .2s ease-in-out;width:100vw;height:100vh;background-color:#1c1c1c;z-index:10}#_mobile_18exh_1._sidebar_18exh_12._invisible_18exh_26{translate:100vw}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;gap:35px}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29 ul{display:flex;list-style:none;color:#f0f8ff;gap:35px}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29 ul:not(:has(button)){flex-direction:column;align-items:center}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29 ul:not(:has(button)) li{font-size:32px}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29 ul li:has(button) button{width:32px;height:32px;background-color:transparent;border:none;border-radius:50%}#_mobile_18exh_1._sidebar_18exh_12 ._sidebarWrapper_18exh_29 ul li:has(button) button svg{width:100%;height:100%;color:#f0f8ff}}._button_vhpa6_1{display:flex;justify-content:center;align-items:center;gap:5px;padding:10px 20px;width:200px;border:none;border-radius:4px;font-size:16px;transition:all .2s ease-in}._button_vhpa6_1._dark_vhpa6_13{background-color:#000;color:#f0f8ff}._button_vhpa6_1:hover,._button_vhpa6_1:focus-within{background-color:#853ad0;color:#f0f8ff;cursor:pointer}._tools_1ubc1_1{display:flex;flex-wrap:wrap;padding-inline:0 20px;gap:15px}._tools_1ubc1_1 button{padding:5px 15px;border:none;border-radius:4px;font-size:16px;color:#853ad0;background-color:#111;cursor:default}#_mobile_1ubc1_1{display:none}@media (max-width: 1024px){#_desktop_1ubc1_1{display:none}#_mobile_1ubc1_1{display:block}._tools_1ubc1_1{justify-content:center;align-items:center;padding-inline:0}}._about_1s49y_1{display:flex;justify-content:center;align-items:center;width:100%;height:fit-content;padding-block:50px;background-color:#1c1c1c}._about_1s49y_1 a{text-decoration:none}._aboutWrapper_1s49y_14{display:flex;justify-content:center;align-items:center;width:clamp(580px,80%,1100px);height:100%;gap:80px;position:relative}._aboutWrapper_1s49y_14:after,._aboutWrapper_1s49y_14:before{content:"";width:150px;height:150px;position:absolute;z-index:0;background:radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 0% 0%/50px 50px,radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 25px 25px/50px 50px,linear-gradient(#853ad0 2px,transparent 2px) 0px -1px/25px 25px,linear-gradient(90deg,#853ad0 2px,#1c1c1c 2px) -1px 0px/25px 25px #1c1c1c;background-size:50px 50px,50px 50px,25px 25px,25px 25px;background-color:#1c1c1c}._aboutWrapper_1s49y_14:after{top:0;right:0}._aboutWrapper_1s49y_14:before{bottom:0;left:0}._aboutWrapper_1s49y_14 ._col1_1s49y_41{z-index:1}._aboutWrapper_1s49y_14 ._col1_1s49y_41:after,._aboutWrapper_1s49y_14 ._col1_1s49y_41:before{content:"";position:absolute;width:150px;height:150px;background:radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 0% 0%/50px 50px,radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 25px 25px/50px 50px,linear-gradient(black 2px,transparent 2px) 0px -1px/25px 25px,linear-gradient(90deg,#000 2px,#1c1c1c 2px) -1px 0px/25px 25px #1c1c1c;background-size:50px 50px,50px 50px,25px 25px,25px 25px;background-color:#1c1c1c}._aboutWrapper_1s49y_14 ._col1_1s49y_41:after{top:0;right:0;translate:0 100%}._aboutWrapper_1s49y_14 ._col1_1s49y_41:before{bottom:0;left:0;translate:100%}._aboutWrapper_1s49y_14 ._col2_1s49y_63{display:flex;flex-direction:column;justify-content:center;gap:25px;width:950px;color:#f0f8ff;z-index:1}._aboutWrapper_1s49y_14 h2{font-size:44px}._aboutWrapper_1s49y_14 hr{width:50px;height:5px;background-color:#853ad0;border:2px solid #853ad0;border-radius:10px}._aboutWrapper_1s49y_14 p{line-height:24px;font-size:18px;font-weight:300}._aboutWrapper_1s49y_14 ._imageBackground_1s49y_88{background-color:#853ad0;height:300px;aspect-ratio:1/2}._aboutWrapper_1s49y_14 ._imageBackground_1s49y_88 img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;outline:2px solid black;outline-offset:-2px;object-fit:cover;translate:10px 10px}#_mobile_1s49y_1{display:none}@media (max-width: 1024px){#_desktop_1s49y_1{display:none}#_mobile_1s49y_1{display:block}._aboutWrapper_1s49y_14{gap:0;width:100vw}._aboutWrapper_1s49y_14:after,._aboutWrapper_1s49y_14:before{background:radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 0% 0%/50px 50px,radial-gradient(circle,transparent 20%,#1c1c1c 20%,#1c1c1c 80%,transparent 80%,transparent) 25px 25px/50px 50px,linear-gradient(#51237e 2px,transparent 2px) 0px -1px/25px 25px,linear-gradient(90deg,#51237e 2px,#1c1c1c 2px) -1px 0px/25px 25px #1c1c1c;background-size:50px 50px,50px 50px,25px 25px,25px 25px;background-color:#1c1c1c}._aboutWrapper_1s49y_14 ._aboutButtonGroup_1s49y_125{justify-content:center}._aboutWrapper_1s49y_14 ._col2_1s49y_63{text-align:center;padding-inline:10px}._aboutWrapper_1s49y_14 ._col2_1s49y_63 img{width:200px;height:200px;align-self:center;object-fit:cover;object-position:top;border-radius:50%;border:2px solid transparent;outline:4px solid #853ad0}._aboutWrapper_1s49y_14 ._col2_1s49y_63 hr{align-self:center}._aboutWrapper_1s49y_14 ._col2_1s49y_63 div:has(h3){justify-content:center}}._experiences_1sz5o_1{display:flex;justify-content:center;align-items:center;width:100%;padding-block:50px;color:#f0f8ff}._experiencesWrapper_1sz5o_10{display:flex;flex-direction:column;align-items:center;width:clamp(580px,80%,1100px);position:relative;gap:35px}._experiencesWrapper_1sz5o_10 h2{font-size:44px}._experiencesWrapper_1sz5o_10 h3{font-size:24px;font-weight:500}#_mobile_1sz5o_1{display:none}@media (max-width: 600px){#_mobile_1sz5o_1{display:block}#_desktop_1sz5o_1{display:none}._experiencesWrapper_1sz5o_10 h2{font-size:32px}._experiencesWrapper_1sz5o_10 h3{padding-inline:40px;text-align:center}}._buttonGroup_1obhy_1{display:flex;margin-top:15px;border-radius:4px;background-color:#151718;box-shadow:inset 0 0 10px #000;position:relative;overflow:hidden}._buttonGroup_1obhy_1:after{content:"";width:200px;height:100%;position:absolute;top:0;left:0;translate:calc(var(--position) * 200px);background-color:#853ad0;border-radius:4px;transition:translate .4s ease-in-out;z-index:1}._buttonGroup_1obhy_1 button{width:200px;padding:10px;background-color:transparent;border:none;color:#f0f8ff;cursor:pointer;z-index:2}#_mobile_1obhy_1{display:none}@media (max-width: 860px){._buttonGroup_1obhy_1:after{width:20vw;translate:calc(var(--position) * 20vw)}._buttonGroup_1obhy_1 button{width:20vw}}@media (max-width: 600px){#_mobile_1obhy_1{display:block}#_desktop_1obhy_1{display:none}}._container_11pi9_1{display:flex;justify-content:left;width:clamp(580px,80%,1100px);height:800px;border-radius:4px;overflow-x:hidden;position:relative;z-index:0}._container_11pi9_1:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 10px #000;pointer-events:none;z-index:2}._container_11pi9_1 ._containerWrapper_11pi9_22{display:flex;justify-content:center;scroll-snap-type:x mandatory;min-width:400%;height:100%;max-height:100%;translate:calc(var(--position) * 25% * -1);transition:translate .4s ease-in-out}#_mobile_11pi9_1{display:none}@media (max-width: 600px){#_mobile_11pi9_1{display:block}#_desktop_11pi9_1{display:none}._container_11pi9_1{width:90vw;min-height:80vh}}._experiencePage_17y7v_1{display:flex;flex-direction:column;scroll-snap-align:start;overflow-y:auto;align-items:center;width:100%;height:100%;background-color:#1c1c1c;position:relative}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12{display:flex;flex-direction:column;text-align:center;padding-block:50px;align-items:center;width:100%;height:auto;height:fit-content}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12:before{content:"";position:absolute;top:0;right:50%;width:5px;height:100%;overflow:visible;background-color:#853ad0}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12 h4{font-size:24px;padding-block:10px;margin-bottom:35px;background-color:#1c1c1c;z-index:1}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12 ._cardGroup_17y7v_39{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;position:relative;gap:35px}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12 ._cardGroup_17y7v_39:before{content:"";position:absolute;bottom:-50px;right:50%;width:5px;height:100%;overflow:visible;background-color:#853ad0}#_mobile_17y7v_1{display:none}@media (max-width: 600px){#_mobile_17y7v_1{display:block}#_desktop_17y7v_1{display:none}._experiencePage_17y7v_1{min-width:90vw;width:90vw;overflow-x:hidden}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12{min-width:90vw;width:90vw}._experiencePage_17y7v_1 ._pageWrapper_17y7v_12 ._cardGroup_17y7v_39{width:90vw;padding-inline:10px;padding-bottom:60px}}._card_fx7xa_1{display:flex;justify-content:center;align-items:center;gap:70px;position:relative}._card_fx7xa_1:nth-of-type(odd){flex-direction:row-reverse}._card_fx7xa_1:after{content:"";position:absolute;top:calc(50% - 17px);right:calc(50% - 17px);width:30px;height:30px;border-radius:50%;border:5px solid #853ad0}._card_fx7xa_1 ._col1_fx7xa_21,._card_fx7xa_1 ._col2_fx7xa_21{width:30%}._card_fx7xa_1 ._col1_fx7xa_21{display:flex;flex-direction:column;gap:15px;text-align:right}._card_fx7xa_1 ._col1_fx7xa_21 h5{font-size:24px}._card_fx7xa_1 ._col1_fx7xa_21 h6{font-size:16px;font-weight:600;color:#853ad0}._card_fx7xa_1:nth-of-type(odd) ._col1_fx7xa_21{text-align:left}._card_fx7xa_1 ._col2_fx7xa_21{background-color:#ddd;color:#000;padding:15px;border-radius:4px}._card_fx7xa_1 ._col2_fx7xa_21 p{text-align:justify}._card_fx7xa_1 ._col2_fx7xa_21 ul{display:flex;flex-direction:column;gap:5px;margin-top:20px;list-style:none}._card_fx7xa_1 ._col2_fx7xa_21 ul li{text-align:left;font-size:14px}._card_fx7xa_1 ._col2_fx7xa_21 ul li a{color:#853ad0}#_mobile_fx7xa_1{display:none}@media (max-width: 600px){#_mobile_fx7xa_1{display:block}#_desktop_fx7xa_1{display:none}._card_fx7xa_1{flex-direction:column;padding-top:20px;gap:0}._card_fx7xa_1:after{z-index:0;top:0}._card_fx7xa_1 ._col1_fx7xa_21,._card_fx7xa_1 ._col2_fx7xa_21{width:100%;z-index:1;text-align:left;background-color:#ddd}._card_fx7xa_1 ._col1_fx7xa_21{border-radius:10px 10px 0 0;padding:15px;color:#000;gap:5px}._card_fx7xa_1 ._col2_fx7xa_21{border-radius:0 0 10px 10px}._card_fx7xa_1:nth-of-type(odd){flex-direction:column}}._certificatesPage_80oz5_1{display:flex;flex-direction:column;scroll-snap-align:start;overflow-y:auto;align-items:center;width:100%;height:100%;background-color:#ddd;position:relative}._certificatesPage_80oz5_1 ._pageWrapper_80oz5_12{display:flex;flex-direction:column;text-align:center;padding-block:50px;align-items:center;width:100%;height:auto;overflow-x:hidden;height:fit-content}._certificatesPage_80oz5_1 ._pageWrapper_80oz5_12 h4{font-size:24px;padding-block:10px;margin-bottom:35px;color:#000}._certificatesPage_80oz5_1 ._pageWrapper_80oz5_12 a{text-decoration:none}._certificatesPage_80oz5_1 ._pageWrapper_80oz5_12 ._cardGroup_80oz5_32{width:100%;word-wrap:break-word}#_mobile_80oz5_1{display:none}@media (max-width: 600px){#_mobile_80oz5_1{display:block}#_desktop_80oz5_1{display:none}._certificatesPage_80oz5_1{min-width:90vw;width:90vw;overflow-x:hidden}._certificatesPage_80oz5_1 ._pageWrapper_80oz5_12{min-width:90vw;width:90vw;padding-bottom:60px}}a:last-child ._card_6h0am_1{border-bottom:2px solid rgba(0,0,0,.2)}._card_6h0am_1{display:flex;align-items:center;width:100%;min-height:250px;gap:15px;border-top:2px solid rgba(0,0,0,.2);cursor:pointer;padding:20px 50px}._card_6h0am_1 ._col1_6h0am_15{min-width:250px;max-width:250px;height:150px;overflow:hidden;background-color:gray}._card_6h0am_1 ._col1_6h0am_15 img{height:100%;object-fit:cover;transition:scale .2s ease-in-out;cursor:pointer}._card_6h0am_1 ._col1_6h0am_15:hover img{scale:1.2}._card_6h0am_1 ._col2_6h0am_31{display:flex;flex-direction:column;gap:5px;height:100%;width:50%;justify-content:center;text-align:left;padding-block:15px;color:#000}._card_6h0am_1 ._col2_6h0am_31 h5{font-size:18px}._card_6h0am_1 ._col2_6h0am_31 p{opacity:.5;line-height:24px}@media (max-width: 1024px){._card_6h0am_1{flex-direction:column}}@media (max-width: 600px){#_mobile_6h0am_1{display:block}#_desktop_6h0am_1{display:none}._card_6h0am_1{flex-direction:column;height:fit-content;width:90vw}._card_6h0am_1 ._col2_6h0am_31{width:250px}._card_6h0am_1 ._col2_6h0am_31 p:last-child{word-break:break-all}}._studyPage_lgncx_1{display:flex;flex-direction:column;scroll-snap-align:start;overflow-y:auto;align-items:center;width:100%;height:100%;background-color:#151718}._studyPage_lgncx_1 ._pageWrapper_lgncx_11{display:flex;flex-direction:column;text-align:center;padding-block:50px;align-items:center;width:100%;height:auto;height:fit-content}._studyPage_lgncx_1 ._pageWrapper_lgncx_11 h4{font-size:24px;padding-block:10px;margin-bottom:35px}._studyPage_lgncx_1 ._pageWrapper_lgncx_11 ._cardGroup_lgncx_26{display:flex;flex-direction:column;padding-inline:50px;align-items:start;width:100%}._studyPage_lgncx_1 a{text-decoration:none;color:#f0f8ff}#_mobile_lgncx_1{display:none}@media (max-width: 600px){#_mobile_lgncx_1{display:block}#_desktop_lgncx_1{display:none}._studyPage_lgncx_1{min-width:90vw;width:90vw;overflow-x:hidden}._studyPage_lgncx_1 ._pageWrapper_lgncx_11{min-width:90vw;width:90vw}._studyPage_lgncx_1 ._pageWrapper_lgncx_11 ._cardGroup_lgncx_26{padding-inline:0;padding-block:0 60px}}._card_19ayv_1{display:flex;width:100%;justify-content:space-between;align-items:center;text-align:left;padding:15px;border-top:2px solid rgba(128,128,128,.5)}._card_19ayv_1:last-child{border-bottom:2px solid rgba(128,128,128,.5)}._card_19ayv_1 ._metaData_19ayv_13{display:flex;flex-direction:column;gap:10px}._card_19ayv_1 h5{font-size:18px}._card_19ayv_1 p{opacity:.5}._card_19ayv_1 a svg{--area: 30px;opacity:.5;width:var(--area);height:var(--area)}._card_19ayv_1 a svg:hover{opacity:1}@media (max-width: 600px){#_mobile_19ayv_1{display:block}#_desktop_19ayv_1{display:none}._card_19ayv_1{width:90vw}._card_19ayv_1 p{width:240px;white-space:pre-line}}._testimonialsPage_pi35g_1{display:flex;flex-direction:column;scroll-snap-align:start;overflow-y:hidden;align-items:center;width:100%;height:100%;background:linear-gradient(to top,#1c1c1c00,#1c1c1c 50%),radial-gradient(ellipse farthest-corner at 160px 160px,#9058e5,#482c72 50%,#1c1c1c 50%) #1c1c1c;background-size:100% 100%,160px 160px;background-repeat:no-repeat,repeat}._testimonialsPage_pi35g_1 ._pageWrapper_pi35g_13{display:flex;flex-direction:column;text-align:center;padding-block:50px;align-items:center;width:100%;height:auto;height:100%}._testimonialsPage_pi35g_1 ._pageWrapper_pi35g_13 h4{font-size:24px;padding-block:10px;margin-bottom:35px}._testimonialsPage_pi35g_1 ._pageWrapper_pi35g_13 ._cellphone_pi35g_28{display:flex;flex-direction:column;width:360px;min-height:800px;max-height:800px;outline:10px solid #ddd;border-radius:20px;overflow:hidden;padding-top:40px;padding-inline:10px;background-color:#fff;color:#000;gap:15px;position:relative}._onboardingHand_pi35g_45{position:absolute;top:170px;left:50%;width:80px;height:80px;color:#fff;stroke:#000;stroke-width:30px;translate:-20% 20px;filter:drop-shadow(2px 2px 2px black);overflow:visible;z-index:3;animation:_interactable_pi35g_1 3s ease-in infinite;transition:opacity .2s ease-in-out 2s;pointer-events:none}._cellphone_pi35g_28:hover ._onboardingHand_pi35g_45,._onboardingHand_pi35g_45._invisible_pi35g_62{opacity:0;transition:opacity .2s ease-in-out;animation-play-state:paused}@keyframes _interactable_pi35g_1{0%{translate:-20% 20px}50%{translate:-50% 0px;rotate:0deg}55%{translate:-50% 0px;rotate:-4deg}60%{translate:-50% 0px;rotate:0deg}80%{translate:-50% 0px}to{translate:-20% 20px}}@media (max-width: 600px){#_mobile_pi35g_1{display:block}#_desktop_pi35g_1{display:none}._testimonialsPage_pi35g_1{min-width:90vw;width:90vw;overflow-x:hidden;background:linear-gradient(to top,#1c1c1c00,#1c1c1c 50%),radial-gradient(ellipse farthest-corner at 5px 5px,#9058e5,#482c72 50%,#1c1c1c 50%) #1c1c1c;background-size:100% 100%,5px 5px;background-repeat:no-repeat,repeat}._testimonialsPage_pi35g_1 ._pageWrapper_pi35g_13{min-width:90vw;width:90vw;overflow:hidden}._testimonialsPage_pi35g_1 ._pageWrapper_pi35g_13 ._cellphone_pi35g_28{width:70vw;min-height:800px;height:40vh;outline:10px solid #ddd;border-radius:20px;overflow:hidden;padding-top:40px;padding-inline:10px;background-color:#fff;color:#000;gap:15px;position:relative}}._chat_tu7t2_1{display:flex;flex-direction:column;position:absolute;top:0;right:0;width:100%;height:100%;translate:100%;flex-grow:1;background-color:#fff;transition:translate .4s ease-in-out}._chat_tu7t2_1 ._dateMessage_tu7t2_14{font-size:12px;color:#0009;padding:10px;border-radius:10px;background-color:#fff;width:fit-content}._chat_tu7t2_1._chatFocus_tu7t2_22{translate:0%;background-color:gray}._chat_tu7t2_1 ._chatMetaData_tu7t2_26{--area: 30px;display:flex;align-items:center;padding:40px 10px 10px;background-color:#fff;gap:5px;width:100%}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 img{height:var(--area);width:var(--area);border-radius:50%;overflow:hidden}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 h6{font-size:16px;font-weight:500;margin-right:auto;text-align:left}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 button{background-color:transparent;border:none;cursor:pointer}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 svg{height:calc(var(--area) - 5px);width:calc(var(--area) - 5px);color:#000;margin-left:10px}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 svg:first-child{height:calc(var(--area) / 2);width:calc(var(--area) / 2);margin-left:0}._chat_tu7t2_1 ._chatMessages_tu7t2_63{display:flex;flex-direction:column;align-items:center;height:600px;overflow-y:scroll;gap:15px;padding:10px 10px 180px;background-image:radial-gradient(ellipse farthest-corner at 80px 80px,#9058e5,#9058e5 50%,#1c1c1c 50%);background-size:80px 80px;background-color:#1c1c1c;flex-grow:1}@media (max-width: 600px){#_mobile_tu7t2_1{display:block}#_desktop_tu7t2_1{display:none}._chat_tu7t2_1 ._chatMetaData_tu7t2_26{--area: 7vw}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 h6{font-size:3vw}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 svg{height:calc(var(--area) - 5px);width:calc(var(--area) - 5px);color:#000;margin-left:10px}._chat_tu7t2_1 ._chatMetaData_tu7t2_26 svg:first-child{height:calc(var(--area) / 2);width:calc(var(--area) / 2);margin-left:0}._chat_tu7t2_1 ._chatMessages_tu7t2_63{padding:10px 10px 240px}}._networkMessage_1l1aq_1,._localMessage_1l1aq_2,._tipMessage_1l1aq_3,._downloadMessage_1l1aq_4{padding:10px;border-radius:10px;background-color:#fff;width:fit-content}._networkMessage_1l1aq_1{margin-right:auto;font-size:14px;padding-bottom:20px;text-align:left;position:relative}._networkMessage_1l1aq_1 ._hour_1l1aq_18{position:absolute;bottom:5px;right:5px;font-size:10px;opacity:.5}._localMessage_1l1aq_2{margin-left:auto;text-align:right;background-color:#d5ff96;width:auto;font-size:14px;padding-bottom:20px;position:relative}._localMessage_1l1aq_2 ._hour_1l1aq_18{position:absolute;bottom:5px;right:20px;font-size:10px;opacity:.5}._localMessage_1l1aq_2 ._hour_1l1aq_18 svg{width:15px;height:15px;position:absolute;bottom:0;right:-15px}._tipMessage_1l1aq_3{background-color:#ffffa7;color:#0009;font-size:14px}._downloadMessage_1l1aq_4{display:flex;flex-direction:column;gap:15px;font-size:14px;margin-left:auto;margin-right:auto;background-color:#cfcfff}._downloadMessage_1l1aq_4 img{width:100%;max-height:100px;border-radius:10px;object-fit:cover;object-position:top}._allContacts_wb2v4_1{flex-grow:1;transition:translate .4s ease-in-out,background-color .4s ease-in-out,filter .4s ease-in-out;filter:brightness(100%);background-color:#fff}._allContacts_wb2v4_1._chatFocus_wb2v4_7{translate:-50%;background-color:gray;filter:brightness(50%)}._allContacts_wb2v4_1 h5{color:green;font-size:24px;font-weight:500;margin-bottom:15px;text-align:left}._allContacts_wb2v4_1 ._content_wb2v4_19{width:100%;height:100%;overflow-y:scroll;flex-grow:1}._allContacts_wb2v4_1 ._contactList_wb2v4_25{display:flex;flex-direction:column;width:100%;flex-grow:1}._allContacts_wb2v4_1 ._searchBar_wb2v4_31{display:flex;align-items:center;background-color:#eee;padding:10px;border-radius:20px;margin-bottom:15px;gap:5px}._allContacts_wb2v4_1 ._searchBar_wb2v4_31 svg{opacity:.5}._allContacts_wb2v4_1 ._searchBar_wb2v4_31 input{flex-grow:1;background-color:transparent;border:none;outline:none}._cellphoneMetaData_wb2v4_50{display:flex;justify-content:center;align-items:center;padding:10px 10px 0;position:absolute;top:0;left:0;width:100%;gap:5px;z-index:4}._cellphoneMetaData_wb2v4_50 p{font-size:12px}._cellphoneMetaData_wb2v4_50 ._time_wb2v4_65{margin-right:auto}._contact_1aj2w_1{display:flex;align-items:center;width:100%;height:fit-content;padding-block:10px;gap:10px;cursor:pointer}._contact_1aj2w_1:active{background-color:#fff;filter:brightness(80%)}._contact_1aj2w_1 img{--area: 40px;width:var(--area);height:var(--area);border-radius:50%}._contact_1aj2w_1 ._contactMetaData_1aj2w_20{display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:left;margin-right:auto}._contact_1aj2w_1 ._contactMetaData_1aj2w_20 h6{font-size:14px}._contact_1aj2w_1 ._contactMetaData_1aj2w_20 p{display:flex;align-items:center;font-size:14px;opacity:.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}._contact_1aj2w_1 ._contactMetaData_1aj2w_20 p svg{margin-right:5px}._contact_1aj2w_1 ._lastMessaged_1aj2w_45{display:flex;align-items:start;font-size:12px;opacity:.5;align-self:start}._onboardingHand_1568g_1{position:absolute;top:20px;right:0;width:80px;height:80px;color:#fff;stroke:#000;stroke-width:30px;translate:10px;filter:drop-shadow(2px 2px 2px black);overflow:visible;z-index:1;animation:_interactable_1568g_1 5s ease-in infinite;transition:opacity .2s ease-in-out;pointer-events:none}._onboardingHand_1568g_1._invisible_1568g_18{opacity:0;transition:opacity .2s ease-in-out;animation-play-state:paused}@keyframes _interactable_1568g_1{0%{translate:-170px}15%{translate:-170px;rotate:0deg}30%{translate:-170px}35%{translate:-170px;rotate:-8deg}40%{translate:-170px;rotate:0deg}45%{translate:-110px}50%{translate:-110px;rotate:-8deg}55%{translate:-110px;rotate:0deg}60%{translate:-50px}65%{translate:-50px;rotate:-8deg}70%{translate:-50px;rotate:0deg}75%{translate:10px}80%{translate:10px;rotate:-8deg}85%{translate:10px}90%{translate:10px}to{translate:-170px}}#_mobile_1568g_93{display:none}@media (max-width: 600px){#_mobile_1568g_93{display:block}#_desktop_1568g_1{display:none}#_mobile_1568g_93._mobileSegment_1568g_93{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:260px;padding:10px;border-radius:10px;background-color:#853ad076;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute;bottom:30px;box-shadow:5px 5px 10px #00000080}#_mobile_1568g_93._mobileSegment_1568g_93 ._node_1568g_107{width:40px;height:40px;background-color:#dddddd50;border-radius:50%;transition:background-color .2s ease-in-out}#_mobile_1568g_93._mobileSegment_1568g_93 ._node_1568g_107._active_1568g_114{background-color:#dddddde0;filter:invert(100%)}}._hero_1pmmt_1{display:flex;justify-content:center;align-items:center;width:100%;padding-block:10px;background-image:url(/assets/ilya-pavlov-unsplash-hero-background.png);background-repeat:no-repeat;background-size:cover;color:#f0f8ff;overflow:hidden;position:relative}._hero_1pmmt_1 a{text-decoration:none}._heroBackground_1pmmt_18{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1c1c1cd3;z-index:0}._heroWrapper_1pmmt_28{display:flex;justify-content:space-between;align-items:center;width:clamp(580px,80%,1100px);height:82vh;max-height:800px;z-index:1;position:relative}._heroWrapper_1pmmt_28 ._backgroundChecker_1pmmt_38{display:flex;justify-content:right;align-items:center;position:absolute;bottom:50px;right:0;width:30px;height:30px;font-size:15px;background-color:#000;outline:2px solid #853ad0;border-radius:50%;overflow:hidden;transition:width .2s ease-in .2s,border-radius .2s ease-in .25s}._heroWrapper_1pmmt_28 ._backgroundChecker_1pmmt_38 p:first-child{position:absolute;top:50%;left:50%;translate:-50% -50%;color:#f0f8ff;transition:translate .2s ease-in .25s}._heroWrapper_1pmmt_28 ._backgroundChecker_1pmmt_38 p:last-child{white-space:nowrap;padding-right:30px;color:#f0f8ff80}._heroWrapper_1pmmt_28 ._backgroundChecker_1pmmt_38:hover{width:200px;padding:0 0 0 10px;border-radius:4px;transition:width .2s ease-in .2s,border-radius .2s ease-in}._heroWrapper_1pmmt_28 ._backgroundChecker_1pmmt_38:hover p:first-child{translate:0 -100px;transition:translate .2s ease-in}._heroWrapper_1pmmt_28 ._col1_1pmmt_77,._heroWrapper_1pmmt_28 ._col2_1pmmt_77{display:flex;flex-direction:column;justify-content:center;height:100%;max-height:200px;width:50%}._heroWrapper_1pmmt_28 ._col1_1pmmt_77{gap:25px;align-items:start}._heroWrapper_1pmmt_28 ._col2_1pmmt_77{align-items:end;margin-left:25px}._heroWrapper_1pmmt_28 img{display:flex;justify-content:center;align-items:center;--area: 500px;width:var(--area);aspect-ratio:1/1;object-fit:cover;border-radius:50%;border:3px solid transparent;outline:4px solid #853ad0;box-shadow:10px 10px 10px #000}._heroWrapper_1pmmt_28 h1{font-size:28px;color:#f0f8ff}._heroWrapper_1pmmt_28 ._name_1pmmt_110{display:block;color:#000;font-size:54px;text-shadow:2px 0px 1px #853ad0,0px 2px 1px #853ad0,-2px 0px 1px #853ad0,0px -2px 1px #853ad0,2px 2px 1px #853ad0,-2px -2px 1px #853ad0,2px -2px 1px #853ad0,-2px 2px 1px #853ad0}#_mobile_1pmmt_1{display:none}@media (max-width: 1024px){._heroWrapper_1pmmt_28 img{--area: 300px}._heroWrapper_1pmmt_28 ._col1_1pmmt_77{width:35%}}@media (max-width: 600px){#_mobile_1pmmt_1{display:block}#_desktop_1pmmt_1{display:none}._hero_1pmmt_1{height:97vh}._heroWrapper_1pmmt_28{width:100vw;gap:0}._heroWrapper_1pmmt_28 h1{width:100%}._heroWrapper_1pmmt_28 ._col1_1pmmt_77{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-inline:10px;width:100vw}#_buttonGroup_1pmmt_1{width:fit-content}}._projectGroup_160jo_1{display:flex;flex-direction:column;gap:90px;justify-content:center;align-items:center}._projectGroup_160jo_1 a{text-decoration:none}#_mobile_160jo_1{display:none}@media (max-width: 600px){#_desktop_160jo_1{display:none}#_mobile_160jo_1{display:block}._projectGroup_160jo_1>a{padding-inline:40px;width:100%}._projectGroup_160jo_1>a>button{width:100%}}._projectCard_kub5d_1{display:flex;width:80%}._projectCard_kub5d_1 ._col1_kub5d_5{width:80%;position:relative;cursor:pointer;border-radius:4px;overflow:hidden}._projectCard_kub5d_1 ._col1_kub5d_5 img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .2s ease-in .4s,scale .4s ease-in}._projectCard_kub5d_1 ._col1_kub5d_5:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#853ad0;opacity:.3;transition:opacity .2s ease-in .45s;pointer-events:none}._projectCard_kub5d_1 ._col1_kub5d_5:hover img{filter:grayscale(0);scale:1.05;transition:filter .2s ease-in,scale .4s ease-in .2s}._projectCard_kub5d_1 ._col1_kub5d_5:hover:after{opacity:0;transition:opacity .2s ease-in}._projectCard_kub5d_1 ._col2_kub5d_40{display:flex;flex-direction:column;justify-content:center;gap:15px;width:50%;position:relative;text-align:right}._projectCard_kub5d_1 ._col2_kub5d_40 h3{font-size:28px;font-weight:400}xf ._projectCard_kub5d_1 ._col2_kub5d_40 h4{font-weight:400;opacity:.5}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57,._projectCard_kub5d_1 ._col2_kub5d_40 ._externalLinks_kub5d_57{display:flex;list-style:none;gap:15px}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57{flex-direction:row-reverse;color:#00000080}._projectCard_kub5d_1 ._col2_kub5d_40 p{color:#00000080;font-size:14px}._projectCard_kub5d_1 ._sources_kub5d_70{---area: 18px;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:15px}._projectCard_kub5d_1 ._sources_kub5d_70 li{width:var(---area);height:var(---area)}._projectCard_kub5d_1 ._sources_kub5d_70 ._externalLinks_kub5d_57 svg{color:#00000080;width:var(---area);height:var(---area)}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57 li span{color:#00000080;font-size:14px}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57 li svg{---area: 18px;color:#00000080;width:var(---area);height:var(---area)}._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97{display:flex;flex-direction:column;align-items:end;gap:15px;background-color:#c5cbd1;position:relative;right:50%;border-radius:4px;box-shadow:2px 2px 5px #000;line-height:24px;width:150%;padding:15px;transition:box-shadow .2s ease-in}._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97:hover{box-shadow:2px 2px 10px #000}._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97 p{display:-webkit-box;font-size:16px;max-height:200px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-clamp:5;-webkit-line-clamp:5}._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97 button{padding:5px 15px;width:fit-content;background-color:#853ad0;color:#f0f8ff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease-in}._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97 button:hover,._projectCard_kub5d_1 ._col2_kub5d_40>._description_kub5d_97 button:focus-within{background-color:#f0f8ff;color:#000}._projectCard_kub5d_1:nth-of-type(odd){flex-direction:row-reverse}._projectCard_kub5d_1:nth-of-type(odd) ._col2_kub5d_40{text-align:left}._projectCard_kub5d_1:nth-of-type(odd) ._col2_kub5d_40>._description_kub5d_97{align-items:start;right:0}._projectCard_kub5d_1:nth-of-type(odd) ._sources_kub5d_70{flex-direction:row}._projectCard_kub5d_1:nth-of-type(odd) ._tools_kub5d_57{flex-direction:row}#_mobile_kub5d_1{display:none}@media (max-width: 1024px){#_desktop_kub5d_1{display:none}._projectCard_kub5d_1 ._col1_kub5d_5{position:absolute;top:0;left:0;width:100%;height:100%}._projectCard_kub5d_1 ._col1_kub5d_5:after{background-color:#2a1144}._projectCard_kub5d_1 ._col1_kub5d_5:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}._projectCard_kub5d_1 ._col1_kub5d_5 img{opacity:.2}._projectCard_kub5d_1 ._col2_kub5d_40{width:100%;color:#f0f8ff;padding:40px 25px;text-align:left}._projectCard_kub5d_1 ._col2_kub5d_40 h4{font-weight:500;color:#853ad0;filter:brightness(130%);line-height:24px}._projectCard_kub5d_1 ._col2_kub5d_40 p{color:#f0f8ff;filter:brightness(70%);line-height:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden}._projectCard_kub5d_1 ._col2_kub5d_40 p span{filter:brightness(160%)}._projectCard_kub5d_1 ._col2_kub5d_40 ._sources_kub5d_70,._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57{flex-direction:row;flex-wrap:wrap;justify-content:left}._projectCard_kub5d_1 ._col2_kub5d_40 ._sources_kub5d_70 svg,._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57 svg{color:#f0f8ff;opacity:.7}._projectCard_kub5d_1 ._col2_kub5d_40 ._sources_kub5d_70 button{background-color:#853ad0;color:#f0f8ff;padding:10px 15px;border-radius:4px;border:none}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57#_mobile_kub5d_1{display:flex;margin-block:20px;color:#ffffff80}._projectCard_kub5d_1 ._col2_kub5d_40 ._tools_kub5d_57#_mobile_kub5d_1 svg{color:#fff}._projectCard_kub5d_1:nth-of-type(odd) ._col2_kub5d_40{text-align:left}._projectCard_kub5d_1:nth-of-type(odd) ._col2_kub5d_40>._description_kub5d_97{align-items:left;right:0}#_mobile_kub5d_1{display:block}}._project_16u01_1{display:flex;justify-content:center;align-items:center;width:100%;padding-block:50px;background-color:#ddd}._projectWrapper_16u01_10{display:flex;flex-direction:column;justify-content:center;align-items:center;width:clamp(580px,80%,1100px);height:100%;gap:35px}._projectWrapper_16u01_10>h2{font-size:44px}._projectWrapper_16u01_10>h3{font-size:24px;font-weight:500;text-align:center;width:100vw}._projectWrapper_16u01_10 hr{width:100px;height:1px;border:2px solid #853ad0;border-radius:4px}._projectDocumentation_ca479_1{display:flex;justify-content:center;align-items:center;width:100%;background-color:#d2d9df}._projectDocumentationWrapper_ca479_9{display:flex;flex-direction:column;align-items:center;gap:15px;padding-inline:10px;background-color:#f0f8ff;padding-block:0 50px;width:clamp(580px,80%,1100px)}._projectDocumentationWrapper_ca479_9 ._thumbnail_ca479_19{position:relative;width:100vw;height:500px;overflow:hidden}._projectDocumentationWrapper_ca479_9 ._thumbnail_ca479_19 img{width:100vw;height:100%;object-fit:cover;object-position:top}._projectDocumentationWrapper_ca479_9 ._thumbnail_ca479_19:after{content:"";position:absolute;top:0;left:0;width:100vw;height:100%;background:linear-gradient(transparent,#2a1144);z-index:1}._projectDocumentationWrapper_ca479_9 table{table-layout:fixed;width:100%}._projectDocumentationWrapper_ca479_9 table td,._projectDocumentationWrapper_ca479_9 table th{border:2px solid black;text-transform:capitalize;padding:5px;text-align:center;word-wrap:break-word}._projectDocumentationWrapper_ca479_9 a:has(button){text-decoration:none}._content_ca479_56{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%}._content_ca479_56 h2{margin-block:15px;font-family:Poppins,sans-serif}._content_ca479_56 span>div{border:2px solid #2a1144;border-radius:4px;padding:15px;background-color:#853ad0;opacity:.5;color:#f0f8ff}._content_ca479_56 span>div h3{width:100%;margin-block:0 15px;font-family:Poppins,sans-serif}._content_ca479_56 div,._content_ca479_56 p{width:100%;max-width:500px;line-height:24px;font-family:Roboto,sans-serif}._content_ca479_56 div ._highlight_ca479_86,._content_ca479_56 p ._highlight_ca479_86{font-weight:medium;color:#000}._content_ca479_56 ul,._content_ca479_56 ol{padding-left:15px}._content_ca479_56 img{max-width:500px;margin-block:15px;border-radius:4px}#_mobile_ca479_1{display:none}@media (max-width: 600px){#_mobile_ca479_1{display:block}#_desktop_ca479_1{display:none}._projectDocumentationWrapper_ca479_9 table{table-layout:fixed;width:100vw;font-size:3vw}._content_ca479_56{width:100vw;padding-inline:40px}._content_ca479_56 img{width:100vw;margin-block:15px;padding-inline:40px;border-radius:4px}}
