@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);header{height:100vh;overflow:hidden;padding-top:7rem}.header__container{height:100%;position:relative;text-align:center}.cta{display:flex;gap:1.2rem;justify-content:center;margin-top:2.5rem}.header__socials{align-items:center;bottom:3rem;display:flex;flex-direction:column;gap:.8rem;left:0;position:absolute}.header__socials:after{background:var(--color-primary);content:"";height:2rem;width:1px}.me{background:linear-gradient(var(--color-primary),transparent);border-radius:12rem 12rem 0 0;height:30rem;left:calc(50% - 11rem);margin-top:4rem;overflow:hidden;padding:5rem 1.5rem 1.5rem;position:absolute;width:22rem}.scroll__down{bottom:5rem;font-size:.9rem;font-weight:300;position:absolute;right:-2.3rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:1024px){header{height:68vh}}@media screen and (max-width:600px){header{height:100vh}.header__socials,.scroll__down{display:none}}nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.3);border-radius:3rem;bottom:2rem;display:block;gap:.8rem;left:50%;padding:.7rem 1.7rem;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-max-content;width:max-content;z-index:2}nav,nav a{display:flex}nav a{background:transparent;border-radius:50%;color:var(--color-light);font-size:1.1rem;padding:.9rem}nav a:hover{background:rgba(0,0,0,.3)}nav a.active{background:var(--color-primary);color:var(--color-bg)}@media screen and (max-width:768px){nav{bottom:1rem;flex-direction:column;left:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:10%}nav,nav a{align-items:center}nav a{flex:1 1;justify-content:center;margin-top:.5rem}}.about__container{grid-gap:15%;display:grid;gap:15%;grid-template-columns:35% 50%}.about__me{aspect-ratio:1/1;background:linear-gradient(45deg,transparent,var(--color-primary),transparent);border-radius:2rem;display:grid;place-items:center;width:100%}.about__me-image{border-radius:2rem;overflow:hidden;-webkit-transform:rotate(10deg);transform:rotate(10deg);transition:var(--transition)}.about__me-image:hover{-webkit-transform:rotate(0);transform:rotate(0)}.about__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.about__card{background:var(--color-bg-varient);border:1px solid transparent;border-radius:1rem;padding:2rem;text-align:center;transition:var(--transition)}.about__card:hover{background:transparent;border-color:var(--color-primary-varient);cursor:default}.about__icon{color:var(--color-primary);font-size:1.4rem;margin-bottom:1rem}.about__card h5{font-size:.95rem}.about__card small{color:var(--color-light);font-size:.8rem}.about__content p{color:var(--color-light);margin:2rem 0 2.6rem}@media screen and (max-width:1024px){.about__container{gap:0;grid-template-columns:1fr}.about__me{margin:2rem auto 4rem;width:50%}.about__content p{margin:1rem auto 1.5rem}}@media screen and (max-width:600px){.about__me{margin:0 auto 3rem;width:65%}.about__cards{gap:1rem;grid-template-columns:1fr 1fr}.about__content{text-align:center}.about__content p{margin:1.5rem 0}}.experience__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr}.experience__container>div{background:var(--color-bg-varient);border:1px solid transparent;border-radius:2rem;padding:2.4rem 5rem;transition:var(--transition)}.experience__container>div:hover{background:transparent;border-color:var(--color-primary-varient);cursor:default}.experience__container>div h3{color:var(--color-primary);margin-bottom:2rem;text-align:center}.experience__content{grid-row-gap:2rem;display:grid;grid-template-columns:1fr 1fr;row-gap:2rem}.experience__details{display:flex;gap:1rem}.experience__details-icon{color:var(--color-primary);margin-top:6px}@media screen and (max-width:1024px){.experience__container{grid-template-columns:1fr}.experience__container>div{margin:0 auto;padding:2rem;width:80%}.experience__content{padding:1rem}}@media screen and (max-width:600px){.experience__container{gap:1rem}.experience__container>div{margin:0 auto;padding:2rem 1rem;width:100%}}.services__container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}.service{background:var(--color-bg-varient);border:1px solid var(--color-primary);border-radius:0 0 1.5rem 1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition:var(--transition)}.service:hover{background:transparent;border-color:var(--color-primary-varient);cursor:default}.service__head{background:var(--color-primary);border-radius:0 0 1.5rem 1.5rem;box-shadow:0 2rem 1rem rgba(0,0,0,.1);padding:2rem}.service__head h3{color:var(--color-bg);font-size:1rem;text-align:center}.service__list{padding:2rem}.service__list li{display:flex;gap:1rem;margin-bottom:.8rem}.service__list-icon{color:var(--color-primary);margin-top:2px}.service__list p{font-size:.9rem}.service__item{background:var(--color-bg-varient);border:1px solid transparent;border-radius:2rem;padding:1.3rem;transition:var(--transition)}.service__item:hover{background:transparent;border-color:var(--color-primary-varient)}.service__item-image{border-radius:1rem;overflow:hidden}.service__item h3{margin:1.2rem 0 2rem;text-align:center}@media screen and (max-width:1024px){.services__container{gap:2rem;grid-template-columns:1fr 1fr}.service{height:auto}}@media screen and (max-width:600px){.services__container{gap:1.5rem;grid-template-columns:1fr}}.portfolio__container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.portfolio__item{background:var(--color-bg-varient);border:1px solid transparent;border-radius:2rem;padding:1.3rem;transition:var(--transition)}.portfolio__item:hover{background:transparent;border-color:var(--color-primary-varient)}.portfolio__item-image{border-radius:1.5rem;overflow:hidden}.portfolio__item h3{margin:1.2rem 0 2rem}.portfolio__item-cta{display:flex;gap:1rem;justify-content:center;margin:1rem}.portfolio__categories{display:flex;justify-content:center;margin-bottom:20px}.portfolio__category{background-color:var(--color-white);border:none;border-radius:5px;cursor:pointer;display:inline-block;margin-right:10px;padding:5px 10px;transition:background-color .3s}.portfolio__category.active{background-color:var(--color-bg-varient)}@media screen and (max-width:1024px){.portfolio__container{gap:1.2rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.portfolio__container{gap:1rem;grid-template-columns:1fr}}.portfolio__categories button{background-color:var(--color-bg);border:none;border-radius:5px;color:var(--color-primary);cursor:pointer;padding:8px 16px}.portfolio__categories button.active{background-color:var(--color-primary);border-radius:5px;color:var(--color-text)}.education__icon{margin-top:25%}.timeline{list-style:none;padding:20px 0;position:relative}.timeline:before{background-color:#eee;bottom:0;content:" ";left:50%;margin-left:-1.5px;position:absolute;top:0;width:3px}.timeline>li{margin-bottom:20px;position:relative}.timeline>li:after,.timeline>li:before{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-panel{border:1px solid #d4d4d4;border-radius:12px;box-shadow:10px 4px 42px 9px rgba(0,0,0,.75);-webkit-box-shadow:10px 4px 42px 9px rgba(0,0,0,.75);-moz-box-shadow:10px 4px 42px 9px rgba(0,0,0,.75);float:left;padding:20px;position:relative;width:50%}.timeline>li.timeline-inverted+li:not(.timeline-inverted),.timeline>li:not(.timeline-inverted)+li.timeline-inverted{margin-top:-60px}.timeline>li:not(.timeline-inverted){padding-right:90px}.timeline>li.timeline-inverted{padding-left:90px}.timeline>li>.timeline-panel:before{border-color:transparent #ccc;border-style:solid;border-width:15px 0 15px 15px;content:" ";display:inline-block;position:absolute;right:-15px;top:26px}.timeline>li>.timeline-panel:after{border-color:transparent #fff;border-style:solid;border-width:14px 0 14px 14px;content:" ";display:inline-block;position:absolute;right:-14px;top:27px}.timeline>li>.timeline-badge{background-color:var(--color-primary);border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;border-top-right-radius:50%;color:#fff;font-size:1.4em;height:50px;left:50%;line-height:50px;margin-left:-25px;position:absolute;text-align:center;top:16px;width:50px;z-index:100}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}.timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline-badge.primary{background-color:#2e6da4!important}.timeline-badge.success{background-color:#3f903f!important}.timeline-badge.warning{background-color:#f0ad4e!important}.timeline-badge.danger{background-color:#d9534f!important}.timeline-badge.info{background-color:#5bc0de!important}.timeline-title{color:inherit;margin-top:0}.timeline-body>p,.timeline-body>ul{margin-bottom:0}.timeline-body>p+p{margin-top:5px}.timeline-panel{margin-bottom:60px}.experience{position:relative}.experience-content{margin:0 auto;max-width:1400px}.experience-list{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 auto;padding-left:0;position:relative}.experience-list>li{border-radius:5px;margin:20px 10px;min-width:290px;width:390px}.experience-list>li>div{height:100%}.textLink{color:#159fdc;cursor:pointer}.experience-link{cursor:default;height:100%;text-decoration:none}.experience-card,.experience-card-wrapper{height:100%;transition:.2s}.experience-card{align-items:center;background-color:#3b4353;border-radius:5px;cursor:pointer;min-height:158px;position:relative}.experience-card-wrapper:hover .experience-card{background-color:#474f63;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.experience-card-top{align-items:center;display:flex;height:150px;justify-content:center;position:relative;width:100%}.experience-card-top>h2{color:#fff;font-size:22px;font-weight:700;margin:0 30px;position:absolute;text-align:center;text-decoration:none;top:30px;z-index:1}.image-wrapper{align-items:center;border-radius:50%;bottom:-50px;box-shadow:0 2px 16px 0 rgba(0,0,0,.25);display:flex;height:100px;justify-content:center;position:absolute;width:100px}.experience-card-bottom{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:calc(100% - 150px);justify-content:space-between;padding:65px 20px 20px;position:relative;text-align:center;width:100%}.experience-card-bottom h2{margin:0}.experience-card-bottom h3{font-size:18px;margin:20px 0}.experience-card-bottom ul{list-style-type:disc;text-align:left}.experience-card-bottom li{font-size:16px}.experience-card-tech{margin-top:20px}.experience-card-tech>ul{display:flex;flex-wrap:wrap;list-style-type:none;margin-left:-7px;margin-top:-7px}.experience-card-tech>ul>li{background-color:#5e6a80;border-radius:5px;font-size:12px;font-weight:600;margin-left:7px;margin-top:7px;padding:5px 10px}.experience-bg{border-radius:5px 5px 0 0;height:100%;position:absolute;width:100%}.logo-bg{border-radius:50%}.company-logo{max-width:150px;pointer-events:none;z-index:1}@media screen and (max-width:599px){.experience-card-wrapper:hover .experience-card{background-color:#3b4353;-webkit-transform:translateY(0);transform:translateY(0)}.experience-card-bottom{padding:65px 15px 20px}}.contact__container{grid-gap:12%;display:grid;gap:12%;grid-template-columns:30% 58%;width:58%}.contact__options{display:flex;flex-direction:column;gap:1.2rem}.contact__option{background:var(--color-bg-varient);border:1px solid transparent;border-radius:1.2rem;padding:1.2rem;text-align:center;transition:var(--transition)}.contact__option:hover{background:transparent;border-color:var(--color-primary-varient)}.contact__option-icon{font-size:1.5rem;margin:.5rem}.contact__option a{display:inline-block;font-size:.8rem;margin-top:.7rem}form{display:flex;flex-direction:column;gap:1.2rem}input,textarea{background:transparent;border:2px solid var(--color-primary-varient);border-radius:.5rem;color:var(--color-white);padding:1.5rem;resize:none;width:100%}@media screen and (max-width:1024px){.contact__container{gap:2rem;grid-template-columns:1fr}}@media screen and (max-width:600px){.contact__container{width:var(--container-width-sm)}}footer{background:var(--color-primary);font-size:.9rem;margin-top:7rem;padding:3rem 0;text-align:center}footer a{color:var(--color-bg)}.footer__logo{display:inline-block;font-size:2rem;font-weight:500;margin-bottom:2rem}.permalinks{flex-wrap:wrap;gap:2rem;margin:0 auto 3rem}.footer__socials,.permalinks{display:flex;justify-content:center}.footer__socials{gap:1rem;margin-bottom:4rem}.footer__socials a{background:var(--color-bg);border:1px solid transparent;border-radius:.7rem;color:var(--color-white);display:flex;padding:.8rem}.footer__socials a:hover{background:transparent;border-color:var(--color-bg);color:var(--color-bg)}.footer__copyright{color:var(--color-bg);margin-bottom:4rem}@media screen and (max-width:600px){.permalinks{flex-direction:column;gap:1.5rem}.footer__socials{margin-bottom:2.6rem}}._39IQj{background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-size:cover;max-height:382px;overflow:auto;padding:20px}._1mXIm,._39IQj{position:relative}._1mXIm{background-color:#fff;border-radius:0 8px 8px;box-shadow:0 1px .5px rgba(0,0,0,.13);margin-top:4px;max-width:calc(100% - 120px);padding:7px 14px 6px;-webkit-transform-origin:center top;transform-origin:center top;transition:all .3s ease 0s}._3sxfE{color:rgba(0,0,0,.4);font-size:13px;font-weight:700;line-height:18px}._1iYf5{color:#111;font-size:14px;line-height:19px;margin-top:4px;white-space:pre-wrap}._3Oyio{border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 20px 20px 0;display:inline-block;height:0;left:-10px;position:absolute;top:0;width:0}._3--Dl{color:hsla(0,0%,7%,.5);display:flex;font-size:12px;justify-content:flex-end;line-height:16px;margin-top:4px}._2uc4w{background-color:#095e54;display:flex}._lI8mw{color:#f0ffffa1;cursor:pointer;font-size:1.5em;position:absolute;right:10px;top:10px}._3jDIS{align-items:center;align-self:center;background:#fff;border-radius:50%;color:#5f9ea0;font-size:2em;height:45px;margin:5px;padding:10px;width:45px}._3jDIS,._3trGj{display:flex;justify-content:center}._3trGj{color:#fff;flex-direction:column;margin-left:16px;margin-right:16px}._3XZUa{display:block;font-size:16px;font-weight:700;line-height:20px}._Muogh{font-size:13px;line-height:18px;margin-top:4px}._3XP0H{background-color:#f0f0f0;display:flex;flex-direction:column;padding:15px}._siqLL{background-color:#fefefe;margin-bottom:10px;padding:12px}._3twZq,._siqLL{border:none;border-radius:20px}._3twZq{background:#4fce5d;box-shadow:0 1px 1px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:15px;font-weight:700;line-height:20px;margin:0 20px;padding:6px 12px}._2qp0Z{-webkit-box-align:center;-webkit-box-pack:center;align-items:center;align-self:flex-end;background-color:#fff;border-radius:50%;bottom:25px;box-shadow:0 3px 12px rgba(0,0,0,.15);color:#4fce5d;cursor:pointer;display:flex;font-size:2em;height:64px;justify-content:center;outline:transparent;position:fixed;right:25px;transition:.2s ease;-webkit-user-select:none;user-select:none;width:64px}._2qp0Z:hover{background-color:#5ad167}._2qp0Z:hover svg{fill:#fff}@media (max-width:480px){._2qp0Z{font-size:1.5em;height:48px;width:48px}}._1yCVn{background-color:#fff;border-radius:15px;bottom:110px;box-shadow:0 12px 24px 0 rgba(0,0,0,.1);display:none;flex-direction:column;overflow:hidden;position:fixed;right:25px;touch-action:auto;-webkit-transform:translateZ(0);transform:translateZ(0);width:360px}._1qse9{-webkit-animation:_2-Apl .25s ease-in-out both;animation:_2-Apl .25s ease-in-out both;display:flex}._--3fm{display:none}@-webkit-keyframes _2-Apl{0%{opacity:0}to{opacity:1}}@keyframes _2-Apl{0%{opacity:0}to{opacity:1}}@media (max-width:480px){._1yCVn{bottom:85px;width:270px}}*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--color-bg:#1f1f38;--color-bg-varient:#2c2c6c;--color-primary:#4d82ff;--color-primary-varient:rgba(77,181,255,.4);--color-white:#fff;--color-light:hsla(0,0%,100%,.6);--transition:all 400ms ease;--container-width-lg:75%;--container-width-md:86%;--container-width-sm:90%}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{background:#1f1f38;background:var(--color-bg);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKcWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wMS0xN1QxODo0NzozMVoiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDEtMTlUMTA6NDE6MzBaIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wMS0xOVQxMDo0MTozMFoiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRkZmE3YzdlLTljMjMtZGY0NS1hNjE3LTI1ZmIxN2MwYzI2YiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQ1NzM3ODMzLTZkNDMtZTU0Yy05ZGJlLTkzM2ZjN2QyNWQ2MSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFkZWMyZmNmLTBlN2MtYmY0NC04MjdhLTYyN2IxOTdkODg1ZiIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSIxIiBleGlmOlBpeGVsWERpbWVuc2lvbj0iMTYiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIxNiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWRlYzJmY2YtMGU3Yy1iZjQ0LTgyN2EtNjI3YjE5N2Q4ODVmIiBzdEV2dDp3aGVuPSIyMDIyLTAxLTE3VDE4OjQ3OjMxWiIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphMTc3MmY0ZS1jZGNkLTcyNDYtYjYyNi1kNzRlNWQxMGZiYmQiIHN0RXZ0OndoZW49IjIwMjItMDEtMThUMTc6MjBaIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuNCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmJkMmQ3ZDMyLTU2YWEtNTY0OS04NDdmLTBmMWYzZThmMGJkYiIgc3RFdnQ6d2hlbj0iMjAyMi0wMS0xOVQxMDo0MTozMFoiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGRmYTdjN2UtOWMyMy1kZjQ1LWE2MTctMjVmYjE3YzBjMjZiIiBzdEV2dDp3aGVuPSIyMDIyLTAxLTE5VDEwOjQxOjMwWiIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiZDJkN2QzMi01NmFhLTU2NDktODQ3Zi0wZjFmM2U4ZjBiZGIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiNTQwNjllOC1iYmI1LWJhNGYtOGQ0Ny1kMWM2OWIwZDEwNDQiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphZGVjMmZjZi0wZTdjLWJmNDQtODI3YS02MjdiMTk3ZDg4NWYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hJkGIAAAAgUlEQVQ4jaWTSwqAMAwFxxp15ff+VxQ/O1GsGwUpttr4IMuZFJqHMUIglWSFWGvxjQnADdBu67KFNvgE9TmveRLU5/ZPcQVRsCuIhu8CFQwgQAeUGvh6QaKFL0EPTH8EAKNWcv8FlcS9g2jJ0yVGSXxdGIH5iyDU5QHYU8kF8DbyAFHyKD3LdWDGAAAAAElFTkSuQmCC);color:#fff;color:var(--color-white);font-family:Poppins,sans-serif;line-height:1.7}.container{margin:0 auto;width:75%;width:var(--container-width-lg)}h1,h2.h3,h4,h5{font-weight:500}h1{font-size:2.5rem}section{margin-top:8rem}section>h2,section>h5{color:hsla(0,0%,100%,.6);color:var(--color-light);text-align:center}section>h2{color:#4d82ff;color:var(--color-primary);margin-bottom:3rem}.text-light{color:hsla(0,0%,100%,.6);color:var(--color-light)}a{color:#4d82ff;color:var(--color-primary);transition:all .4s ease;transition:var(--transition)}a:hover{color:#fff;color:var(--color-white)}.btn{border:1px solid #4d82ff;border:1px solid var(--color-primary);border-radius:.4rem;color:#4d82ff;color:var(--color-primary);cursor:pointer;display:inline-block;padding:.75rem 1.2rem;transition:all .4s ease;transition:var(--transition);width:-webkit-max-content;width:max-content}.btn:hover{background:#fff;background:var(--color-white);border-color:transparent}.btn-primary,.btn:hover{color:#1f1f38;color:var(--color-bg)}.btn-primary{background:#4d82ff;background:var(--color-primary)}img{display:block;object-fit:cover;width:100%}@media screen and (max-width:1024px){.container{width:86%;width:var(--container-width-md)}section{margin-top:6rem}}@media screen and (max-width:600px){.container{width:90%;width:var(--container-width-sm)}section>h2{margin-bottom:2rem}}
/*# sourceMappingURL=main.2d10ab69.css.map*/