.navbar{height:55px;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;background:#0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5}.navbar .container{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar a:hover{transition:.5s}.navbar .links{display:flex;align-items:center;gap:40px;text-align:center}.navbar .links .link{min-width:70px}.navbar .links .link.active,.mobile-nav-content .active{border-bottom:2px solid var(--primary-color)}.navbar .hamburger-menu{display:none}.logo-wrapper{display:flex;align-items:center;gap:8px}.logo-wrapper h2{display:flex;gap:8px}.logo-image{width:45px;height:45px;object-fit:contain}@media screen and (min-width: 768px){.mobile-nav-content-wrapper{display:none}}@media screen and (max-width: 1300px){.navbar .container h2{font-size:1.7rem}.navbar .brand{display:none}.navbar .content{justify-content:center}.navbar .links{gap:25px}.logo-wrapper h2{display:none}}@media screen and (max-width: 768px){.navbar{height:70px;display:flex;align-items:center}.logo-image{width:55px;height:55px}.navbar .brand{display:block}.navbar .content{justify-content:space-between;width:100%}.navbar .links{display:none}.navbar .hamburger-menu{display:block}.mobile-nav{position:fixed;top:70px;left:0;display:flex;flex-direction:column;align-items:center;width:100%;height:2000px;background:#00000080;z-index:1000}.mobile-nav-content-wrapper{width:100%;background-color:var(--bg-color);display:flex;justify-content:center;box-shadow:0 5px 5px #000;border-top:1px solid #fff}.mobile-nav-content{width:450px;display:flex;flex-direction:column;align-items:center;padding:10px}.mobile-nav-content a,.mobile-nav-content button{display:block;width:100%;padding:.7rem;margin:10px 0;font-size:1.8rem;color:#fff;background-color:var(--bg-secundary-color);text-decoration:none;text-align:center;border:1px solid #fff;border-radius:5px}.mobile-nav-content button:last-of-type{width:auto;padding:.4rem}body.mobile-nav-active{overflow:hidden}}@media screen and (max-width: 480px){.mobile-nav-content{width:330px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.header{display:flex;align-items:center;justify-content:space-around;text-align:center}.header .text-side{display:flex;flex-direction:column;align-items:start;height:550px;justify-content:center;gap:1rem}.header .titles{display:flex;flex-direction:column;align-items:start}.header .photo-side{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;width:380px;height:380px}.header .photo-side img{border-radius:50%;width:320px;height:320px;object-fit:cover;box-shadow:0 0 20px #0000001a,0 0 40px #0000000d}.header .photo-side:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:340px;border-radius:50%;background:linear-gradient(45deg,#22c8a4,#1eb091,#1a9b7d,#00d4aa,#22c8a4);background-size:400% 400%;animation:gradientShift 6s ease-in-out infinite;box-shadow:inset 0 0 30px #ffffff4d,0 0 60px #22c8a480,0 0 100px #22c8a433;border:4px solid rgba(255,255,255,.4);z-index:-1}@keyframes gradientShift{0%{background-position:0% 50%;transform:translate(-50%,-50%) rotate(0) scale(1)}25%{background-position:50% 0%;transform:translate(-50%,-50%) rotate(90deg) scale(1.05)}50%{background-position:100% 50%;transform:translate(-50%,-50%) rotate(180deg) scale(1)}75%{background-position:50% 100%;transform:translate(-50%,-50%) rotate(270deg) scale(1.05)}to{background-position:0% 50%;transform:translate(-50%,-50%) rotate(360deg) scale(1)}}.header .motion{width:360px;height:360px;position:relative}.header .photo-side .svg-frame{position:absolute;top:0;left:0;width:380px;height:380px;pointer-events:none;z-index:2}.header .photo-side .svg-frame circle{fill:transparent;stroke-width:10px;stroke-linecap:round;stroke-linejoin:round}.text-animation{font-size:28px;font-weight:600;color:var(--main-color);min-height:40px}.text-animation span{white-space:nowrap;padding-right:5px}@media screen and (max-width: 1300px){.header .titles .title{font-size:1.7rem}.text-animation{font-size:22px;font-weight:600;color:var(--main-color);min-height:40px}}@media screen and (max-width: 768px){.header{flex-direction:column;justify-content:center;gap:40px}.header .text-side{align-items:center}.header .text-side{height:auto}.header .titles{align-items:center}}@media screen and (max-width: 480px){.header .photo-side{display:none}}.resume{display:flex;justify-content:space-between;align-items:center;background:var(--bg-color)}.resume .container{display:flex;justify-content:space-between;align-items:center;width:100%}.resume .content{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;width:300px}.resume .text-content{font-size:16px}.resume .button-group{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.resume .button-group button{width:100%}.resume .dynamic-view{width:900px;height:600px;background:var(--bg-color-v);border-radius:14px;box-shadow:0 0 2px #fff}@media screen and (max-width: 1300px){.resume .container{flex-direction:column;gap:50px;padding:75px 0}.resume .dynamic-view{width:750px}.resume .button-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);justify-items:center}.resume .button-group button{width:200px}.resume .text-content{align-self:center}.resume .content{width:100%}}@media screen and (max-width: 768px){.resume .dynamic-view{width:460px}}@media screen and (max-width: 480px){.resume .button-group button{width:150px}.resume .dynamic-view{width:350px}}.experience{padding:20px;display:flex;flex-direction:column;gap:20px}.experience-item{border:1px solid var(--primary-color);border-radius:8px;padding:15px;background-color:var(--bg-color);box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.experience-item h4,.experience-item h5,.experience-item p{margin:5px 0}.experience-details{margin-top:15px;border-top:1px solid var(--primary-color);padding-top:10px;max-height:370px;overflow-y:auto;padding-right:10px}.detail-item{margin-bottom:15px}.experience-details::-webkit-scrollbar{width:8px}.experience-details::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.experience-details::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.experience .customer-name{color:var(--primary-color);font-size:18px}@media screen and (max-width: 480px){.experience-details{max-height:350px}}.education{display:flex;flex-direction:column;max-height:max-content;padding:0 10px}.education-container{padding:20px 5px;max-height:560px;overflow-y:auto}.education-group{margin-bottom:30px}.education-type{font-size:1.8rem;font-weight:700;margin-bottom:15px}.education-items{display:flex;flex-wrap:wrap;gap:20px}.education-item{width:238px;background-color:var(--bg-color);border-radius:8px;padding:15px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:160px}.education-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.education-name{font-size:1.2rem;font-weight:700;margin-bottom:10px}.education-institution{font-size:1rem;margin-bottom:10px;color:#555}.education-link{display:flex;justify-content:center;align-items:center;background:transparent;border:2px solid var(--primary-color);font-size:1.8rem;border-radius:50%;color:var(--primary-color);transition:.3s ease-in-out;padding:.3rem;width:30px;height:30px}.education-link:hover{color:var(--bg-color-v);transform:scale(1.1);box-shadow:0 0 25px var(--primary-color);background-color:var(--primary-color);border:2px solid #fff}@media screen and (max-width: 1300px){.education-item{width:190px}}@media screen and (max-width: 768px){.education-item{flex:1 1 100%;max-width:100%}}.skills{display:flex;flex-direction:column;gap:50px;justify-content:center;align-items:center;padding:20px}.skills .wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:50px;justify-items:center;width:100%;max-width:800px}.skills .card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;gap:10px;border-radius:15px;box-shadow:0 0 10px #00000080;border:2px solid transparent;transition:transform .3s ease,box-shadow .3s ease}.skills .card img{width:60px;height:60px}.skills .filter-buttons{position:relative;width:400px;height:50px;border-radius:8px;background-color:var(--bg-color);border:1px solid var(--primary-color);display:flex;justify-content:center;align-items:center}.skills .filter-buttons a{position:relative;display:inline-block;font-weight:600;width:100px;height:50px;z-index:1;text-align:center;align-content:center;cursor:pointer;color:var(--primary-color);transition:color .3s}.skills .filter-buttons a.active{color:var(--bg-color-v)}.skills .filter-buttons span{position:absolute;top:0;left:0;width:100px;height:100%;background:var(--primary-color);border-radius:8px;transition:.5s;box-shadow:0 0 10px var(--primary-color)}.skills .filter-buttons a:nth-child(1).active~span{left:0}.skills .filter-buttons a:nth-child(2).active~span{left:100px}.skills .filter-buttons a:nth-child(3).active~span{left:200px}.skills .filter-buttons a:nth-child(4).active~span{left:300px}@media screen and (max-width: 768px){.skills{max-height:560px;overflow-y:auto;place-content:baseline}.skills .wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr)}.skills .card{width:80%}}@media screen and (max-width: 480px){.skills .filter-buttons{display:none}}.about{padding:20px;display:flex;flex-direction:column;gap:2rem}.about .personal-info,.about .info{display:flex;flex-direction:column;gap:.5rem}.about .info span{color:#999}.about .hobbies{display:flex;flex-direction:column;gap:.5rem}.about p{font-size:1.2rem}.about .social-icons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.about .social-icons a{display:inline-flex;justify-content:center;align-items:center;width:3rem;height:3rem;background:transparent;border:2px solid var(--primary-color);font-size:2.5rem;border-radius:50%;color:var(--primary-color);transition:.3s ease-in-out}.about .social-icons a:hover{color:var(--bg-color-v);transform:scale(1.2);box-shadow:0 0 15px var(--primary-color);background-color:var(--primary-color);border:2px solid #fff}.about .tooltip{position:absolute;transform:translateY(150%);background-color:var(--primary-color);opacity:.9;color:var(--bg-color-v);padding:5px 10px;border:2px solid #fff;border-radius:15px;z-index:10;text-align:center;white-space:nowrap;font-size:16px;font-weight:600;pointer-events:none;visibility:hidden;transition:opacity .3s,visibility .3s;box-shadow:0 0 15px var(--primary-color)}.about .social-icons a:hover .tooltip{visibility:visible}.projects{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:50px 0}.projects hr{border:none;border-top:1px solid #fff;margin:8px 0;width:100%}.card-wrapper{display:flex;justify-content:space-between;align-items:center;gap:30px}.card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.card-content .details{display:flex;flex-direction:column;gap:10px}.card-content .details p{font-size:1rem;height:90px}.card-content .details .numeration{font-size:4rem}.card-content .details h2{font-size:2rem;margin-bottom:10px}.card-content .details .techs ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:20px}.card-content .details .techs ul li{font-size:1rem;color:var(--primary-color);display:flex;align-items:center;gap:5px}.card-image img{width:100%;height:400px;width:auto;object-fit:cover;box-shadow:0 0 5px #000}.navigation{display:flex;width:100%;justify-content:end;gap:20px}.projects .card-content .buttons{display:flex;gap:20px}.projects .card-content .buttons .in-develop{display:flex;gap:.5rem;justify-content:center;align-items:center;padding:.1em 0;font-weight:600;font-size:1rem}.projects .indicators{display:flex;gap:10px;justify-content:center;align-items:center;height:20px;width:30%;margin:0 auto}.projects .indicator{width:10px;height:10px;background-color:var(--primary-color);opacity:.4;position:relative}.projects .indicator.active{width:100%;opacity:1}@media screen and (max-width: 1300px){.projects .card-wrapper{flex-direction:column}.projects .buttons a{text-align:-webkit-center}.navigation,.projects .card-content .buttons{justify-content:center}}@media screen and (max-width: 768px){.card-image img{height:auto;width:460px}}@media screen and (max-width: 480px){.card-content .details .techs ul{gap:15px}.card-image img{width:350px}.card-content .details p{height:110px}.card-content{width:350px}.projects .card-content .buttons{gap:7px}.projects .card-content .buttons button{font-size:14px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-color)}.contact .container{display:flex;flex-direction:column;width:460px;margin:0 auto;gap:50px}.contact .form{display:flex;flex-direction:column;gap:25px;width:100%}.contact .form .form-group{position:relative}.contact .form .form-group .error-message{position:absolute;bottom:-20px;color:var(--contrast-color);font-size:12px}.contact .input,.contact .textarea{width:100%;padding:14px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-weight:500;font-style:normal;letter-spacing:.4px;font-size:16px}.contact .textarea{height:100px;resize:vertical;max-height:300px;min-height:100px}.contact .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.contact .Toastify__toast--success{background-color:var(--primary-color);color:#fff}.contact .Toastify__toast--error{background-color:var(--contrast-color);color:#fff}@media screen and (max-width: 1300px){.contact{padding:75px 0 0}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-color-v) 0%,var(--bg-color) 100%);position:relative;overflow:hidden}.not-found-content{text-align:center;position:relative;z-index:2}.error-code{margin-bottom:2rem}.error-code h1{font-size:8rem;font-weight:700;margin:0;text-shadow:0 0 30px var(--primary-color);background:linear-gradient(45deg,var(--primary-color),var(--contrast-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-message{margin-bottom:3rem}.error-message h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.error-message p{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto;line-height:1.6}.error-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid var(--primary-color);background:transparent;color:var(--primary-color);cursor:pointer}.btn-primary{background-color:var(--primary-color);color:var(--bg-color-v);box-shadow:0 0 10px var(--primary-color)}.btn-primary:hover{background-color:transparent;color:var(--primary-color);box-shadow:0 0 25px var(--primary-color);transform:translateY(-2px)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--bg-color-v);box-shadow:0 0 25px var(--primary-color);transform:translateY(-2px)}.error-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-elements{position:relative;width:100%;height:100%}.element{position:absolute;border-radius:50%;background:linear-gradient(45deg,var(--primary-color),var(--contrast-color));opacity:.1;animation:float 6s ease-in-out infinite}.element-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.element-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.element-3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media screen and (max-width: 768px){.error-code h1{font-size:6rem}.error-message h2{font-size:2rem}.error-message p{font-size:1rem;padding:0 1rem}.error-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:200px;justify-content:center}}@media screen and (max-width: 480px){.error-code h1{font-size:4rem}.error-message h2{font-size:1.8rem}.element-1,.element-2,.element-3{display:none}}*{margin:0;padding:0;text-decoration:none;border:none;outline:none;font-family:JetBrains Mono,monospace;font-weight:300;font-style:normal;letter-spacing:.4px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:JetBrains Mono,monospace}:root{--primary-color: #22c8a4;--contrast-color: #e14f6e;--bg-color: #131313;--bg-color-v: #1c1c22}body{margin:0;padding:0;min-height:100vh;background-color:var(--bg-color-v);color:#fff}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-thumb{background-color:var(--primary-color)}::-webkit-scrollbar-track{background-color:var(--bg-color)}section{min-height:100vh}.container{max-width:1280px;margin:0 auto}h1,h2,h3,h4,a,p{margin:0;padding:0;font-weight:500}h1{font-size:3.4rem}h2{font-size:2rem}h3{font-size:2.6rem;text-align:center;text-decoration:underline;text-decoration-color:var(--primary-color)}h4{font-size:1.8rem}p{font-size:.9rem}a{text-decoration:none;cursor:pointer;color:var(--primary-color);font-size:1rem;font-weight:500}a:hover{color:var(--primary-color);text-shadow:0 0 25px var(--primary-color)}button{display:flex;gap:.5rem;justify-content:center;align-items:center;border-radius:12px;padding:.6em 1.2em;font-weight:600;cursor:pointer;background-color:var(--bg-primary-color);color:var(--primary-color);border:2px solid var(--primary-color);font-size:1rem;transition:all .25s ease}.fill{background-color:var(--primary-color);color:#000;box-shadow:0 0 5px var(--primary-color)}button:hover{background-color:var(--primary-color);border-color:#fff;color:var(--bg-color-v);box-shadow:0 0 25px var(--primary-color);scale:1.05}.active-button{background-color:var(--primary-color);color:var(--bg-color-v);box-shadow:0 0 5px var(--primary-color)}button:focus,button:focus-visible{outline:none}.text-white{color:#fff}.text-color{color:var(--primary-color);font-weight:500}.social-media{display:flex;justify-content:center;gap:20px;gap:1.8rem}.social-media a{display:flex;justify-content:center;align-items:center;background:transparent;border:2px solid var(--primary-color);font-size:1.8rem;border-radius:50%;color:var(--primary-color);transition:.3s ease-in-out;padding:.3rem}.social-media a:hover{color:var(--bg-color-v);transform:scale(1.1);box-shadow:0 0 25px var(--primary-color);background-color:var(--primary-color);border:2px solid #fff}@media screen and (max-width: 1300px){.container{max-width:750px}h4{font-size:1.4rem}h1{font-size:2.5rem}}@media screen and (max-width: 768px){.container{max-width:460px}h2{font-size:1.8rem}h3{font-size:2.4rem}h4{font-size:1.6rem}}@media screen and (max-width: 480px){.container{max-width:350px}h1{font-size:2.5rem}h2{font-size:1.6rem}h3{font-size:2.2rem}h4{font-size:1.4rem}}
