.left-side-about{display:flex;flex-direction:column;gap:3rem;justify-content:space-between;height:100%;align-items:center}.is-image-title{padding:1rem;background-color:var(--black-tile);border-radius:10px;text-align:center}.titles-about{display:flex;flex-direction:column;text-align:center;align-items:center}.is-subtitle{margin-top:0!important}p.subtitle.is-white-text,p.title.is-white-text{color:#fff!important}.is-title{margin-bottom:4rem}.is-technologies{display:flex;flex-direction:rows;align-items:center;justify-content:left;gap:1.5rem;flex-basis:100%}.is-techend{margin-bottom:2rem}.is-about-me{margin-top:4rem}.has-padding-x-column-left{padding-left:2rem!important;padding-right:3rem!important;padding-bottom:1rem}.has-padding-x-column-right{padding-right:2rem;padding-left:3rem;padding-bottom:0}.is-linebreak{height:5px;background-image:linear-gradient(to right top,#22c55e,#cafe00);margin-bottom:3rem}@media screen and (max-width:768px){.has-padding-x-column-left{padding-left:0!important;padding-right:0!important;padding-bottom:0}.has-padding-x-column-right{padding-right:0;padding-left:0;padding-bottom:0}p.title.is-title-green{margin-right:-.5rem!important}}.label{color:var(--white-text)}.input,.textarea{background-color:transparent;border-radius:4px;border:none;border-bottom:2px solid #dbdbdb;border-radius:0}.input:active,.input:focus,.textarea:active,.textarea:focus{border:none;border-bottom:2px solid;box-shadow:none}.is-button{align-items:center;background-image:linear-gradient(to right top,#22c55e,#cafe00);border:0;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-family:Phantomsans,sans-serif;font-size:1rem;justify-content:center;line-height:.3em;max-width:100%;padding:3px;text-decoration:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;cursor:pointer;transition:all .3s;font-weight:700}.is-button:active,.is-button:hover{outline:0}.is-button span{background-color:var(--black-tile);padding:16px 24px;border-radius:6px;width:100%;height:100%;transition:.3s}.is-button:hover span{background:none}.is-button:active{background-image:linear-gradient(to right top,#00a33c,#9edc00);transform:scale(.98)}.input-container{position:relative}.input-field{display:block;width:100%;padding:10px 0;font-size:16px;border:0;border-bottom:2px solid #ccc;outline:none;background-color:transparent;color:#fff}.input-highlight{position:absolute;bottom:0;left:0;height:2px;width:0;background-image:linear-gradient(to right top,#22c55e,#cafe00);transition:all .5s ease}.input-field:focus+.input-highlight{width:100%}textarea.input-field{max-height:40em;min-height:4.5em}.label:not(:last-child){margin-bottom:0}.field:not(:last-child){margin-bottom:1rem}.cyberpunk-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #59e322;border-radius:5px;background-color:transparent;display:inline-block;position:relative;margin-right:10px;cursor:pointer}.cyberpunk-checkbox:before{content:"";background-image:linear-gradient(to right top,#22c55e,#cafe00);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;border-radius:3px;transition:all .3s ease-in-out;border-color:transparent;border-width:1px}.cyberpunk-checkbox:checked:before{transform:translate(-50%,-50%) scale(1)}.cyberpunk-checkbox-label{font-size:18px;color:var(--white-text);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:none}.spiner{width:2em;transform-origin:center;animation:rotate4 2s linear infinite}.spiner.home{padding:auto 10px;margin:auto 4rem}.spiner.contact{padding:auto 10px;margin:auto 1.7rem}circle{fill:none;stroke:var(--black-body);stroke-width:4;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.is-tech{display:flex;flex-direction:rows;align-items:center;justify-content:left;color:var(--white-text)}.is-framework,.is-icon{margin-right:.5rem}.progress-loader{width:80px;background:hsla(240,6%,93%,.253)}.progress,.progress-loader{height:10px;border-radius:7px}.progress{width:0;background-image:linear-gradient(to right top,#22c55e,#cafe00);transition:1s}.card-titles{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}p.is-gray{color:#7a7a7a!important}.divider-gray{height:1px;background-color:#7a7a7a;margin:2rem 0}.divider-gray.is-last{margin-bottom:0;background-color:transparent}.is-name-card{transition:all .2s ease-in-out}.is-name-card:hover{transform:scale(1.1);transform-origin:left}