<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;display=swap";: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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&gt;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:.7s}.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}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button&gt;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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--font-garamond: "EB Garamond", serif;--yellow: #ffd159;--black: #081a1f;--white: #ffffff;--toastify-color-success: #ffd159;--toastify-text-color-success: #fff;--toastify-font-family: var(--font-garamond)}html,body{font-family:var(--font-garamond);background-color:var(--yellow);overflow-x:hidden;color:var(--black)}p,li{font-weight:500;font-size:17px}input,textarea{font-weight:600;font-family:var(--font-garamond);font-size:17px}*{box-sizing:border-box;margin:0;padding:0}li{list-style:none}a{text-decoration:none}button{border:none;background:none;font-family:var(--font-garamond)}.main{position:relative}.main .bubble_animation{position:absolute;width:25%;height:100%;top:0;overflow:hidden}.main .bubble_animation .bubble{position:absolute;bottom:calc(-100vh + 100px);width:40px;height:40px;background:var(--white);border-radius:50%;animation:rise 10s infinite}.main .bubble_animation .bubble:nth-child(1){width:45px;height:45px;animation-duration:20s;transform:translate(140px)}.main .bubble_animation .bubble:nth-child(2){width:25px;height:25px;animation-duration:10s;animation-delay:2s;transform:translate(30px)}.main .bubble_animation .bubble:nth-child(3){width:50px;height:50px;animation-duration:14s;animation-delay:4s;transform:translate(100px)}.main .bubble_animation .bubble:nth-child(4){width:80px;height:80px;animation-duration:18s;transform:translate(170px)}.main .bubble_animation .bubble:nth-child(5){width:35px;height:35px;animation-duration:15s;animation-delay:5s;transform:translate(120px)}.main .bubble_animation .bubble:nth-child(6){width:45px;height:45px;animation-duration:16s;animation-delay:1s;transform:translate(200px)}.main .bubble_animation .bubble:nth-child(7){width:90px;height:90px;animation-duration:23s;animation-delay:4s;transform:translate(10px)}.main .bubble_animation .bubble:nth-child(8){width:25px;height:25px;animation-duration:12s;transform:translate(180px)}.main .bubble_animation .bubble:nth-child(9){width:30px;height:30px;animation-duration:17s;animation-delay:6s;transform:translate(80px)}.main .bubble_animation .bubble:nth-child(10){width:90px;height:90px;animation-duration:16s;animation-delay:4s;transform:translate(220px)}.main .bubble_animation .bubble:nth-child(11){width:35px;height:35px;animation-duration:15s;transform:translate(280px)}.main .bubble_animation .bubble:nth-child(12){width:60px;height:60px;animation-duration:23s;animation-delay:2s;transform:translate(120px)}@keyframes rise{0%{bottom:-100px}to{bottom:100%}}@media screen and (max-width: 480px){.main .bubble_animation{width:100%;pointer-events:none}.main .bubble_animation .bubble:nth-child(1){width:45px;height:45px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(2){width:25px;height:25px;animation-delay:20s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(3){width:50px;height:50px;animation-delay:8s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(4){width:65px;height:65px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(5){width:35px;height:35px;animation-delay:30s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(6){width:45px;height:45px;animation-delay:10s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(7){width:55px;height:55px;animation-delay:10s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(8){width:25px;height:25px;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(9){width:30px;height:30px;animation-delay:6s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(10){width:40px;height:40px;animation-delay:4s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(11){width:35px;height:35px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(12){width:60px;height:60px;animation-delay:2s;transform:translate(-50%,-50%)}@keyframes rise{0%{bottom:-100px}to{bottom:100%}}}@media screen and (min-width: 481px) and (max-width: 768px){.main .bubble_animation{width:100%;pointer-events:none}.main .bubble_animation .bubble:nth-child(1){width:45px;height:45px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(2){width:25px;height:25px;animation-delay:20s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(3){width:50px;height:50px;animation-delay:8s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(4){width:65px;height:65px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(5){width:35px;height:35px;animation-delay:30s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(6){width:45px;height:45px;animation-delay:10s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(7){width:55px;height:55px;animation-delay:10s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(8){width:25px;height:25px;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(9){width:30px;height:30px;animation-delay:6s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(10){width:40px;height:40px;animation-delay:4s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(11){width:35px;height:35px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(12){width:60px;height:60px;animation-delay:2s;transform:translate(-50%,-50%)}@keyframes rise{0%{bottom:-100px}to{bottom:100%}}}@media screen and (min-width: 769px) and (max-width: 1024px){.main .bubble_animation{width:100%;pointer-events:none}.main .bubble_animation .bubble:nth-child(1){width:45px;height:45px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(2){width:25px;height:25px;animation-delay:20s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(3){width:50px;height:50px;animation-delay:8s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(4){width:65px;height:65px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(5){width:35px;height:35px;animation-delay:30s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(6){width:45px;height:45px;animation-delay:10s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(7){width:55px;height:55px;animation-delay:10s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(8){width:25px;height:25px;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(9){width:30px;height:30px;animation-delay:6s;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(10){width:40px;height:40px;animation-delay:4s;transform:translate(-50%,-50%)}.main .bubble_animation .bubble:nth-child(11){width:35px;height:35px;transform:translate(50%,50%);right:0}.main .bubble_animation .bubble:nth-child(12){width:60px;height:60px;animation-delay:2s;transform:translate(-50%,-50%)}@keyframes rise{0%{bottom:-100px}to{bottom:100%}}}@media screen and (min-width: 1025px) and (max-width: 1200px){.main .bubble_animation .bubble:nth-child(6){transform:translate(100px)}.main .bubble_animation .bubble:nth-child(10){transform:translate(120px)}.main .bubble_animation .bubble:nth-child(11){transform:translate(180px)}}.header{position:fixed;width:100%;pointer-events:none;z-index:1}.header .header_img_container,.header .header_img_container .header_img{position:relative;background-color:var(--black);width:25vw;height:25vw;border-radius:0 50% 50%;justify-content:center;align-items:center;display:flex;transition:1s all}.header .header_img_container .header_img img{z-index:3;width:22vw;height:22vw;object-fit:cover;border-radius:0 50% 50%;transition:1s all}.header .header_img_container .bg_img{position:absolute;transform:scale(.42);transition:1s all}.header .tiny_header_img_container,.header .tiny_header_img_container .header_img{width:15vw;height:15vw}.header .tiny_header_img_container .header_img img{width:12vw;height:12vw}.header .tiny_header_img_container .bg_img{position:absolute;transform:scale(.25)}.header .header_name{position:absolute;top:0;left:0;height:30vh;width:100%;background-color:var(--black);display:flex;z-index:2;transition:1s;justify-content:right}.header .header_name h1{text-align:center;font-size:42px;width:40%;align-self:center;color:var(--yellow)}.header .header_name p{opacity:0;transition:1s;text-align:center;font-size:22px;width:30%;align-self:center;color:var(--yellow)}.header .tiny_header_name{height:15vh}.header .tiny_header_name p{opacity:1}@media screen and (max-width: 480px){.header .header_img_container{background-color:transparent;width:100vw;height:25vh;border-radius:0;align-items:end;left:0}.header .header_img_container .header_img{width:30vw;height:30vw;border-radius:50%}.header .header_img_container .header_img img{border-radius:50%}.header .header_img_container .bg_img{display:none}.header .tiny_header_img_container{left:-400px}.header .tiny_header_img_container .header_img{width:30vw;height:30vw}.header .tiny_header_img_container .header_img img{width:22vw;height:22vw}.header .header_name{height:20vh;flex-direction:column;justify-content:center}.header .header_name h1{font-size:26px;width:80%}.header .header_name p{font-size:18px;width:80%}.header .tiny_header_name{height:15vh}.header .tiny_header_name p{opacity:1}}@media screen and (min-width: 481px) and (max-width: 768px){.header .header_img_container{background-color:transparent;width:100vw;bottom:-10vh;right:0}.header .header_img_container .header_img{width:25vw;height:25vw;border-radius:50%}.header .header_img_container .header_img img{width:18vw;height:18vw;border-top-left-radius:50%}.header .header_img_container .bg_img{transform:scale(.26)}.header .tiny_header_img_container{bottom:-2vh;right:40%}.header .tiny_header_img_container .header_img{width:15vw;height:15vw}.header .tiny_header_img_container .header_img img{width:12vw;height:12vw}.header .tiny_header_img_container .bg_img{transform:scale(0)}.header .header_name{height:20vh;justify-content:center;flex-direction:column}.header .header_name h1{font-size:34px;width:100%}.header .header_name p{width:100%}.header .tiny_header_name{height:15vh}}@media screen and (min-width: 769px) and (max-width: 1024px){.header .header_img_container{width:32vw;height:32vw;border-top-left-radius:0;top:100px}.header .header_img_container .header_img{width:32vw;height:32vw;border-top-left-radius:50%}.header .header_img_container .header_img img{width:26vw;height:26vw;border-top-left-radius:50%}.header .header_img_container .bg_img{transform:scale(.32)}.header .tiny_header_img_container{width:17vw;height:17vw;top:5vh}.header .tiny_header_img_container .header_img{width:17vw;height:17vw}.header .tiny_header_img_container .header_img img{width:14vw;height:14vw}.header .tiny_header_img_container .bg_img{transform:scale(.18)}.header .header_name{height:20vh;flex-direction:column;justify-content:center}.header .header_name h1,.header .header_name p{width:100%}.header .tiny_header_name{height:12vh}.header .tiny_header_name p{opacity:1}}@media screen and (min-width: 1025px){.header{position:fixed;width:100%;pointer-events:none;z-index:1}.header .header_img_container,.header .header_img_container .header_img{position:relative;background-color:var(--black);width:25vw;height:25vw;border-radius:0 50% 50%;justify-content:center;align-items:center;display:flex;transition:1s all}.header .header_img_container .header_img img{z-index:3;width:22vw;height:22vw;object-fit:cover;border-radius:0 50% 50%;transition:1s all}.header .header_img_container .bg_img{position:absolute;transform:scale(.42);transition:1s all}.header .tiny_header_img_container,.header .tiny_header_img_container .header_img{width:15vw;height:15vw}.header .tiny_header_img_container .header_img img{width:12vw;height:12vw}.header .tiny_header_img_container .bg_img{position:absolute;transform:scale(.25)}.header .header_name{position:absolute;top:0;left:0;height:22vh;width:100%;background-color:var(--black);display:flex;z-index:2;transition:1s;justify-content:right}.header .header_name h1{text-align:center;font-size:42px;width:40%;align-self:center;color:var(--yellow)}.header .header_name p{opacity:0;transition:1s;text-align:center;font-size:22px;width:30%;align-self:center;color:var(--yellow)}.header .tiny_header_name{height:15vh}.header .tiny_header_name p{opacity:1}}.intro{color:var(--black);height:100vh;display:flex;padding:25vh 0 0 10vw;justify-content:center;width:100%;position:relative}.intro .intro_content{display:flex;flex-direction:column;justify-content:space-evenly;height:40vh;align-self:center;width:60%}.intro .intro_content h1{font-size:40px;font-weight:700;color:#fff;position:relative;width:fit-content}.intro .intro_content h1:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:2px;background-color:#fff;transition:1s all}.intro .intro_content .text_animation:after{content:"";position:absolute;left:0;width:100%}@media screen and (max-width: 480px){.intro{padding:1em}.intro .intro_content{height:60vh;width:90%}.intro .intro_content h1{font-size:32px}}@media screen and (min-width: 481px) and (max-width: 768px){.intro{padding:1em}.intro .intro_content{height:30vh;width:80%}}@media screen and (min-width: 769px) and (max-width: 1024px){.intro{padding:1em}.intro .intro_content{height:30vh;width:80%}.intro .intro_content p{font-size:19px}}.experience{height:60vh;padding-left:10vw}.experience .experience_content{width:60%;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;height:70%}.experience .experience_content .experience_content_source{display:flex;width:15%;justify-content:space-between;align-items:center}.experience .experience_content h2{font-size:32px;position:relative;color:#fff;width:fit-content}.experience .experience_content h2:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:2px;background-color:#fff;transition:1s all}.experience .experience_content .text_animation:after{content:"";position:absolute;left:0;bottom:-5px;width:100%}@media screen and (max-width: 480px){.experience{height:100vh;padding:1em}.experience .experience_content{width:90%;height:80%}.experience .experience_content .experience_content_source{width:50%}.experience .experience_content h2{font-size:32px}}@media screen and (min-width: 481px) and (max-width: 768px){.experience{height:50vh;padding:1em}.experience .experience_content{width:80%;height:70%}.experience .experience_content .experience_content_source{width:30%}}@media screen and (min-width: 769px) and (max-width: 1024px){.experience{height:50vh;padding:1em}.experience .experience_content{width:80%;height:70%}.experience .experience_content .experience_content_source{width:30%}.experience .experience_content p{font-size:19px}}.competence{height:100vh;width:100%;background-color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;pointer-events:none}.competence h2{font-size:32px;padding:30px}.competence ul li{list-style:circle;color:var(--black)}.competence .competence_animation_reveal{position:absolute;left:0;width:200%;height:100vh;background-image:-webkit-radial-gradient(100% 50%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0);transition:1s all}.competence .animation_reveal{left:-50%;width:100%}.competence .competence_animation_reveal_detail{height:100vh;width:100vh;background-color:var(--white);position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;border-radius:50%}@media screen and (max-width: 480px){.competence{width:100%}.competence h2{font-size:28px;padding:1em}.competence ul{padding:1em}.competence .animation_reveal{width:0%}.competence .competence_animation_reveal_detail{display:none}}@media screen and (min-width: 481px) and (max-width: 768px){.competence .competence_animation_reveal{background-image:-webkit-radial-gradient(100% 50%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0)}.competence .animation_reveal{left:-20%}.competence .competence_animation_reveal_detail{height:20vh;width:20vh;left:-50%}}@media screen and (min-width: 769px) and (max-width: 1024px){.competence{height:80vh}.competence .competence_animation_reveal{height:80.5vh}.competence .competence_animation_reveal_detail{height:20vh;width:20vh}}.academy{height:100vh;display:flex;align-items:center;padding-left:10vw}.academy .academy_content{width:60%;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;height:60%}.academy .academy_content h2{font-size:32px;color:#fff;position:relative;width:fit-content}.academy .academy_content h2:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:2px;background-color:#fff;transition:1s all}.academy .academy_content .text_animation:after{content:"";position:absolute;left:0;width:100%}.academy .academy_content .academy_content_source{display:flex;width:10%;justify-content:space-between;align-items:center}.academy .academy_content .academy_content_source img{width:40px;filter:invert(70%) sepia(98%) saturate(361%) hue-rotate(31deg) brightness(97%) contrast(74%)}.academy .academy_content .academy_acomplish{display:flex;flex-direction:column;justify-content:space-evenly;height:40vh}@media screen and (max-width: 480px){.academy{padding:10vw}.academy .academy_content{width:100%;height:70%}}@media screen and (min-width: 481px) and (max-width: 768px){.academy{padding:10vw;height:70vh}.academy .academy_content{width:90%;height:60%}.academy .academy_content .academy_content_source{width:20%;margin-top:20px}}@media screen and (min-width: 769px) and (max-width: 1024px){.academy{padding:10vw;height:70vh}.academy .academy_content{width:90%;height:60%}.academy .academy_content .academy_content_source{width:20%;margin-top:20px}}.contact{width:100%;height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--white)}.contact .contact_form{display:flex;flex-direction:column;height:80%;justify-content:space-evenly;width:40%}.contact .contact_form section{display:flex;flex-direction:column;position:relative}.contact .contact_form section label{position:absolute;top:1px;left:15px;pointer-events:none;transition:.3s all;font-weight:500}.contact .contact_form section input{position:relative;background-color:transparent;border:0;height:25px;border:1px solid var(--black);outline:none;transition:.3s all;border-radius:15px;padding-left:10px;color:var(--black);font-weight:600}.contact .contact_form section .error_form{font-weight:600;color:red;position:absolute;bottom:-22px;padding-left:15px}.contact .contact_form section input:focus,.contact .contact_form section input:valid{background-color:var(--yellow)}.contact .contact_form section input:focus+label{top:-20px}.contact .contact_form section input:valid+label{top:-20px}.contact .contact_form section textarea{resize:none;position:relative;background-color:transparent;border:0;height:20vh;border:1px solid var(--black);outline:none;transition:.3s all;border-radius:15px;padding:10px 0 0 10px;color:var(--black);font-weight:600}.contact .contact_form section textarea:focus,.contact .contact_form section textarea:valid{background-color:var(--yellow)!important}.contact .contact_form section textarea:focus+label{top:-20px}.contact .contact_form section textarea:valid+label{top:-20px}.contact .contact_form .button{height:30px;border-radius:15px;border:1px solid var(--black);font-weight:500px;cursor:pointer;transition:.4s all}.contact .contact_form .button:hover{border:none;border:1px solid var(--yellow);background-color:var(--yellow)}.contact .contact_form .disabled{background-color:gray}.contact .contact_form .disabled:hover{background-color:gray;border:1px solid gray}.contact .contact_animation_reveal{position:absolute;left:0;width:100vw;height:85vh;background-image:-webkit-radial-gradient(50% 135%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0);pointer-events:none}@media screen and (max-width: 480px){.contact{height:80vh}.contact .contact_form{height:70%;width:80%}.contact .contact_animation_reveal{height:80vh;background-image:-webkit-radial-gradient(50% 55%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0)}}@media screen and (min-width: 481px) and (max-width: 768px){.contact{height:80vh}.contact .contact_form{height:60%;width:60%}.contact .contact_animation_reveal{height:80vh;background-image:-webkit-radial-gradient(50% 65%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0)}}@media screen and (min-width: 769px) and (max-width: 1024px){.contact{height:80vh}.contact .contact_form{height:60%;width:60%}.contact .contact_animation_reveal{height:80vh;background-image:-webkit-radial-gradient(50% 60%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0)}}@media screen and (min-width: 1025px) and (max-width: 1200px){.contact{height:85vh}.contact .contact_form{height:60%;width:60%}.contact .contact_animation_reveal{height:85.2vh;background-image:-webkit-radial-gradient(50% 90%,circle closest-corner,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%,black 0,var(--yellow) 0)}}
</pre></body></html>