@import "https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,400&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.menu_cont{z-index:9999;border-right:1px solid #4e4e5080;flex-direction:column;width:18rem;height:100%;transition:all .4s cubic-bezier(.21,.1,.04,.99);display:flex;position:fixed;top:0;left:0}.menu_cont .avatar_cont{border-bottom:1px solid #4e4e5080;flex:none;justify-content:center;align-items:center;padding:2rem 0;display:flex}.menu_cont .avatar_cont img{aspect-ratio:1;object-fit:cover;-webkit-filter:grayscale(.5);border:6px solid #4e4e5080;border-radius:50%;flex:none;width:10rem;max-width:60%;height:10rem}@media screen and (height<=700px){.menu_cont .avatar_cont{padding:1.2rem 0}.menu_cont .avatar_cont img{width:7rem;height:7rem}}.menu_cont_links{flex:auto;overflow-y:auto}.menu_cont_links ul{flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;display:flex}.menu_cont_links ul li{width:100%;display:block}.menu_cont_links ul a{text-align:center;z-index:1;width:100%;padding:.6rem;font-size:1.1rem;display:block;position:relative}.menu_cont_links ul a:before{content:"";z-index:-1;background-color:#c3083f1a;width:0;height:100%;transition:all .6s;position:absolute;top:0;left:0}.menu_cont_links ul a:hover{color:#ffffff80;font-weight:500}.menu_cont_links ul a:hover:before{background-color:#c3083f33;width:100%}.menu_cont_links ul a.active{color:#b7b7b7;font-weight:500}.menu_cont_links ul a.active:before{background-color:#c3083f80;width:100%}.menu_cont .menu_toggle{z-index:2;display:none;position:absolute;top:37px;right:-61px}@media screen and (width<=900px){.menu_cont .menu_toggle{display:block}}.menu_cont .menu_toggle span{cursor:pointer;background-color:#1a1a1c;border:1px solid #343436;border-left-color:#0000;justify-content:center;align-items:center;padding:.8rem 1.2rem;display:flex}.menu_cont .menu_toggle span i{font-size:1.8rem}.menu_cont.close{left:-18rem}@media screen and (width<=900px){body:has(.menu_cont.open){overflow:hidden}}.menu_overlay{display:none}@media screen and (width<=900px){.menu_overlay{z-index:9998;cursor:pointer;background-color:#0009;width:100%;height:100%;transition:opacity .4s,visibility .4s;display:block;position:fixed;top:0;left:0}.menu_overlay.close{opacity:0;visibility:hidden}.menu_overlay.open{opacity:1;visibility:visible}}.homepage{justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.homepage_section{text-align:center;z-index:9;width:80%;margin:auto;position:relative}@media screen and (width<=600px){.homepage_section{width:100%}}.homepage_section h1{color:#b7b7b7;margin-top:2rem;margin-bottom:1.5rem;font-size:3.7rem;font-weight:700}@media screen and (width<=600px){.homepage_section h1 .co_main{display:block}}.homepage_section p{width:85%;margin:0 auto 2rem;font-size:1.5rem}.homepage_section .homepage_location{color:#a4acc4;margin-bottom:1.5rem;font-size:1.1rem}.homepage_section .homepage_location i{color:#c3083f;margin-right:.5rem}.homepage_section .links{justify-content:center;align-items:center;margin-top:1.5rem;display:flex}.homepage_section .links a{text-transform:uppercase;border:2px solid #4e4e50;border-radius:50%;margin:0 .7rem;padding:.8rem;transition:all .5s cubic-bezier(.075,.82,.165,1);display:block}.homepage_section .links a i{color:#a4acc4;font-size:1.1rem;transition:all .8s cubic-bezier(.075,.82,.165,1)}.homepage_section .links a:hover{border-color:#c3083f}.homepage_section .links a:hover i{color:#c3083f}.main_heading{text-transform:uppercase;color:#b7b7b7;z-index:1;flex-direction:column;font-size:2.5rem;font-weight:600;display:inline-block;position:relative}.main_heading .shadow{color:#191d2b70;text-transform:uppercase;z-index:-1;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:6rem;font-weight:900;line-height:1;display:inline-block;position:absolute;top:34%;left:0}@media screen and (width<=900px){.main_heading .shadow{font-size:3.2rem}}.main_heading span{background-color:#6f2232;border-radius:100rem;width:50%;height:5px;margin-top:1rem;display:block;position:relative}.main_heading span:before{content:"";background-color:#c3083f;border-radius:100rem;width:40%;height:100%;position:absolute;top:0;left:0}.about_page{width:100%;height:100%;min-height:100vh;padding:6rem 2rem 4rem}@media screen and (width<=600px){.about_page{padding:8rem 1rem 2rem}}.about_page-container{align-items:flex-start;margin-top:4rem;display:flex}@media screen and (width<=900px){.about_page-container{flex-direction:column}}.about_page-img{width:35%;margin-right:2rem}@media screen and (width<=900px){.about_page-img{justify-self:center;width:90%;margin-bottom:2rem}}.about_page-about{width:55%}@media screen and (width<=900px){.about_page-about{width:99%}}.about_page-about h3{color:#b7b7b7;margin-bottom:1rem;font-size:2rem}.about_page-about p{max-width:40rem;margin-bottom:1rem}.about_page-about .info{flex-direction:column;margin-bottom:2rem;display:flex}.about_page-about .info li{text-transform:capitalize;margin-bottom:1rem;display:flex}.about_page-about .info li span{min-width:5rem;margin-right:2rem;font-weight:700;display:block}.custom_btn{color:#eee;text-transform:uppercase;background-color:#c3083f;justify-content:center;align-items:center;min-width:11rem;padding:1.1rem 1rem;font-size:1rem;display:inline-flex;position:relative}.custom_btn:before{content:"";background-color:#eee;width:0%;height:2px;transition:all .5s cubic-bezier(.075,.82,.165,1);position:absolute;bottom:0;left:0}.custom_btn:hover:before{width:100%}.skills_section{flex-wrap:wrap;justify-content:space-between;margin-top:3rem;display:flex}.skills_section .skill{flex-direction:column;width:47%;margin-bottom:2.5rem;display:flex}@media screen and (width<=600px){.skills_section .skill{width:100%}}.skills_section .skill_name{text-transform:uppercase;color:#ccc;font-size:1.1rem;font-weight:600}.skills_section .skill .progress-bar-rect-wrap-container{flex-direction:row-reverse}.skills_section .skill .progress-bar-rect-wrap-container h2{margin:.6rem 1rem .6rem 0!important;font-size:1.1rem!important}.skills_section .skill .progress-bar-rect-wrap-container .inner-rect-bar{background-color:#c3083f!important;border-radius:0!important}.sec_heading{text-transform:capitalize;color:#eee;align-items:center;font-size:1.8rem;font-weight:600;display:flex}.sec_heading i{color:#eee;margin-right:.8rem;font-size:1.4rem}.resume_section{z-index:2;margin-top:5rem;position:relative}.resume_section_main{margin-top:3rem}.resume_section_main .work_ex_sec{flex-direction:column;margin:2rem 0;display:flex}.resume_section_main .work_ex_sec .work_ex{border-left:2px solid #4e4e50;padding:.4rem 0 3rem 1rem;display:flex;position:relative}.resume_section_main .work_ex_sec .work_ex:before{content:"";background-color:#10121b;border:3px solid #4e4e50;border-radius:50%;width:8px;height:8px;position:absolute;top:13px;left:-8px}.resume_section_main .work_ex_sec .work_ex--period{width:30%;max-width:14rem;margin-top:5px;margin-right:10%;font-size:1rem}.resume_section_main .work_ex_sec .work_ex--details{width:70%}.resume_section_main .work_ex_sec .work_ex--details .role{text-transform:capitalize;margin-bottom:.5rem;font-size:1.4rem;position:relative}.resume_section_main .work_ex_sec .work_ex--details .role:before{content:"";background-color:#4e4e50;width:25px;height:1px;position:absolute;top:50%;left:-41px}.resume_section_main .work_ex_sec .work_ex--details .company{text-transform:capitalize;color:#b7b7b7}.portfolio_page .port_section{margin-top:4rem}.portfolio_page .port_section:first-of-type{margin-top:3rem}.portfolio_page .port_section_title{color:#ccc;border-bottom:1px solid #c3083f59;padding-bottom:.6rem;font-size:1.5rem;font-weight:700}.portfolio_page .port_section_note{color:#7d8496;margin-top:.8rem;font-size:.95rem;font-style:italic}.portfolio_page .stack_list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;list-style:none;display:flex}.portfolio_page .stack_list li{color:#eee;white-space:nowrap;background-color:#c3083f26;border:1px solid #c3083f;border-radius:20px;padding:.3rem .9rem;font-size:.85rem}.portfolio_page .case_studies{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.portfolio_page .case_study{background-color:#1a1a1c80;border:1px solid #4e4e5099;border-left:3px solid #c3083f;padding:1.6rem 1.8rem}@media screen and (width<=750px){.portfolio_page .case_study{padding:1.2rem}}.portfolio_page .case_study h3{color:#ccc;font-size:1.3rem;font-weight:700}.portfolio_page .case_study .case_study_context{color:#c3083f;margin-top:.3rem;font-size:.9rem;display:block}.portfolio_page .case_study .case_study_role{color:#7d8496;margin-top:.35rem;font-size:.9rem;display:block}.portfolio_page .case_study dl{margin-top:1.2rem}.portfolio_page .case_study dt{letter-spacing:.08em;text-transform:uppercase;color:#7d8496;margin-bottom:.35rem;font-size:.8rem;font-weight:700}.portfolio_page .case_study dd{color:#a4acc4;margin:0 0 1.1rem;font-size:1rem;line-height:1.6}.portfolio_page .case_study dd:last-of-type{margin-bottom:0}.portfolio_page .port_item_meta{color:#7d8496;margin-bottom:.5rem;font-size:.9rem;display:block}.portfolio_page .port_items{flex-wrap:wrap;margin-top:2rem;display:flex}@media screen and (width<=1200px){.portfolio_page .port_items{justify-content:space-between}}.portfolio_page .port_items .port_item{flex-direction:column;width:calc(33.3% - 21px);display:flex}.portfolio_page .port_items .port_item:not(:nth-of-type(3n)){margin-right:2rem}@media screen and (width<=1200px){.portfolio_page .port_items .port_item:not(:nth-of-type(3n)){margin-right:0}.portfolio_page .port_items .port_item{width:48%}}@media screen and (width<=750px){.portfolio_page .port_items .port_item{width:100%}}.portfolio_page .port_items .port_item .back_img{justify-content:center;align-items:center;width:100%;height:166px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}@media screen and (width<=1200px){.portfolio_page .port_items .port_item .back_img{height:180px}}@media screen and (width<=750px){.portfolio_page .port_items .port_item .back_img{height:180px;margin-bottom:1rem}}.portfolio_page .port_items .port_item .back_img .back_img_photo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.portfolio_page .port_items .port_item .back_img .link_div{z-index:1;background:#ffffffad;width:0;height:calc(100% - 30px);transition:all .4s ease-in-out;position:absolute;top:15px;left:15px}.portfolio_page .port_items .port_item .back_img a.app_link{z-index:2;visibility:hidden;background-color:#4e4e50cc;border-radius:50%;justify-content:center;align-items:center;padding:1rem;transition:all .4s ease-in-out;display:flex;position:relative;transform:translateY(2rem)}.portfolio_page .port_items .port_item .back_img a.app_link i{color:#eee;font-size:1.2rem}.portfolio_page .port_items .port_item .back_img a.app_link:hover{background-color:#6f112e}.portfolio_page .port_items .port_item .back_img:hover .link_div{width:calc(100% - 30px)}.portfolio_page .port_items .port_item .back_img:hover a{visibility:visible;transform:translateY(0)}.portfolio_page .port_items .port_item h3{color:#ccc;width:100%;margin-bottom:.7rem;font-size:1.4rem;font-weight:700}@media screen and (width<=750px){.portfolio_page .port_items .port_item h3{margin-bottom:.3rem}}.portfolio_page .port_items .port_item p{color:#a4acc4;width:100%;font-size:1rem;line-height:1.3rem}.contact{flex-wrap:wrap;justify-content:space-between;margin-top:7rem;display:flex}.contact>*{flex-direction:column;display:flex}@media screen and (width<=1200px){.contact>*{width:100%}}.contact_info{flex-flow:wrap;width:100%;margin-bottom:3rem;display:flex}.contact_info_panel{background-color:#1a1a1c;align-items:center;width:30%;min-width:340px;margin-bottom:1.2rem;margin-right:1%;padding:1.5rem;display:flex}.contact_info_panel .icon{border:1px solid #4e4e5080;justify-content:center;align-items:center;margin-right:1rem;padding:1rem;display:flex}.contact_info_panel .icon i{font-size:1.5rem}.contact_info_panel .text h4{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.contact_info_panel .text a{color:#a4acc4;margin-bottom:.5rem;font-size:1rem;font-weight:300;transition:all .5s cubic-bezier(.075,.82,.165,1);display:block}.contact_info_panel .text a:hover{color:#c3083f}.contact_form{width:100%;max-width:45rem}.contact_form>p{margin-bottom:5px;font-size:1.5rem;font-weight:600}.contact_form .input_group{margin-top:30px;position:relative}.contact_form .input_group label{pointer-events:none;background:#10121b;padding:0 10px;font-size:.94rem;transition:all .4s ease-out;position:absolute;top:-13px;left:15px}.contact_form .input_group input,.contact_form .input_group textarea{color:#a4acc4;background:0 0;border:1px solid #2e344e;width:100%;height:44px;padding:0 1rem;font-family:Nunito,sans-serif;font-size:1rem}.contact_form .input_group textarea{resize:none;height:10rem;padding:1rem}input:-webkit-autofill{transition:background-color 600000s,color 600000s}input:-webkit-autofill:focus{transition:background-color 600000s,color 600000s}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}p{font-size:1.1rem;line-height:1.4}.swal2-popup.swal2-toast{box-sizing:border-box;pointer-events:all;background:#19191a;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;grid-area:1/1/4/4!important}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{text-align:initial;margin:.5em 1em;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-area:1/3/99/3;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{overflow:initial;text-align:initial;margin:.5em 1em;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-area:1/1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-area:1/1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{align-items:center;font-size:1.8em;font-weight:700;display:flex}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{width:1.375em;top:.875em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;width:1.6em;height:3em;position:absolute;transform:rotate(45deg)}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{transform-origin:2em 2em;border-radius:4em 0 0 4em;top:-.8em;left:-.5em;transform:rotate(-45deg)}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{transform-origin:0 1.5em;border-radius:0 4em 4em 0;top:-.25em;left:.9375em}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{width:.4375em;height:2.6875em;top:0;left:.4375em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{width:.75em;top:1.125em;left:.1875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{width:1.375em;top:.9375em;right:.1875em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:.75s swal2-toast-animate-success-line-tip}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:.75s swal2-toast-animate-success-line-long}.swal2-popup.swal2-toast.swal2-show{animation:.5s swal2-toast-show}.swal2-popup.swal2-toast.swal2-hide{animation:.1s forwards swal2-toast-hide}.swal2-container{z-index:1060;box-sizing:border-box;-webkit-overflow-scrolling:touch;grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);grid-template-areas:"top-start top top-end""center-start center center-end""bottom-start bottom-center bottom-end";height:100%;padding:.625em;transition:background-color .1s;display:grid;position:fixed;inset:0;overflow-x:hidden}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:#19191abf}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top-start,.swal2-container.swal2-center-start,.swal2-container.swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-top,.swal2-container.swal2-center,.swal2-container.swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-top-end,.swal2-container.swal2-center-end,.swal2-container.swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;place-self:start center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}.swal2-container.swal2-center-start>.swal2-popup,.swal2-container.swal2-center-left>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-area:2/2;place-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-area:2/3;place-self:center end}.swal2-container.swal2-bottom-start>.swal2-popup,.swal2-container.swal2-bottom-left>.swal2-popup{grid-area:3/1;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-area:3/2;place-self:end center}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-area:3/3;place-self:end}.swal2-container.swal2-grow-row>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{box-sizing:border-box;color:#545454;background:#19191a;border:none;border-radius:5px;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;font-family:inherit;font-size:1rem;display:none;position:relative}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{color:#e1e1e1;text-align:center;text-transform:none;word-wrap:break-word;max-width:100%;margin:0;padding:.8em 1em 0;font-size:1.875em;font-weight:600;position:relative}.swal2-actions{z-index:1;box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;width:auto;margin:1.25em auto 0;padding:0;display:flex}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}.swal2-loader{border:.25em solid #2778c4;border-color:#2778c4 #0000;border-radius:100%;justify-content:center;align-items:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:1.5s linear infinite swal2-rotate-loading;display:none}.swal2-styled{margin:.3125em;padding:.625em 1.1em;font-weight:500;transition:box-shadow .1s;box-shadow:0 0 0 3px #0000}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{background:initial;color:#fff;background-color:#7066e0;border:0;border-radius:.25em;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}.swal2-styled.swal2-deny{background:initial;color:#fff;background-color:#dc3741;border:0;border-radius:.25em;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}.swal2-styled.swal2-cancel{background:initial;color:#fff;background-color:#6e7881;border:0;border-radius:.25em;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 1px #19191a,0 0 0 3px #8ab0d580}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{color:#bbb;border-top:1px solid #555;justify-content:center;margin:1em 0 0;padding:1em 1em 0;font-size:1em}.swal2-timer-progress-bar-container{border-bottom-right-radius:5px;border-bottom-left-radius:5px;position:absolute;bottom:0;left:0;right:0;overflow:hidden;grid-column:auto!important}.swal2-timer-progress-bar{background:#e1e1e199;width:100%;height:.25em}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;justify-self:end;align-items:center;width:1.2em;height:1.2em;margin-top:0;margin-bottom:-1.2em;margin-right:0;padding:0;font-family:monospace;font-size:2.5em;transition:color .1s,box-shadow .1s;overflow:hidden}.swal2-close:hover{color:#f27474;background:0 0;transform:none}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;color:#e1e1e1;text-align:center;word-wrap:break-word;word-break:break-word;justify-content:center;margin:1em 1.6em .3em;padding:0;font-size:1.125em;font-weight:400;line-height:normal;overflow:auto}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em 2em 3px}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;color:#e1e1e1;background:#323234;border:1px solid #d9d9d9;border-radius:.1875em;width:auto;font-size:1.125em;transition:border-color .1s,box-shadow .1s;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{background:#19191a;margin:1em 2em 3px}.swal2-range input{width:80%}.swal2-range output{color:#e1e1e1;text-align:center;width:20%;font-weight:600}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{background:#323234;width:75%;margin-left:auto;margin-right:auto;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{color:#e1e1e1;background:#323234;min-width:50%;max-width:100%;padding:.375em .625em;font-size:1.125em}.swal2-radio,.swal2-checkbox{color:#e1e1e1;background:#19191a;justify-content:center;align-items:center}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{flex-shrink:0;margin:0 .4em}.swal2-input-label{justify-content:center;margin:1em auto 0;display:flex}.swal2-validation-message{color:#e1e1e1;background:#323234;justify-content:center;align-items:center;margin:1em 0 0;padding:.625em;font-size:1em;font-weight:300;overflow:hidden}.swal2-validation-message:before{content:"!";color:#fff;text-align:center;background-color:#f27474;border-radius:50%;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;font-weight:600;line-height:1.5em;display:inline-block}.swal2-icon{box-sizing:content-box;cursor:default;-webkit-user-select:none;user-select:none;border:.25em solid #000;border-radius:50%;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;font-family:inherit;line-height:5em;position:relative}.swal2-icon .swal2-icon-content{align-items:center;font-size:3.75em;display:flex}.swal2-icon.swal2-error{color:#f27474;border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{flex-grow:1;position:relative}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;width:2.9375em;height:.3125em;display:block;position:absolute;top:2.3125em}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:.5s swal2-animate-error-icon}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:.5s swal2-animate-error-x-mark}.swal2-icon.swal2-warning{color:#f8bb86;border-color:#facea8}.swal2-icon.swal2-warning.swal2-icon-show{animation:.5s swal2-animate-error-icon}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:.5s swal2-animate-i-mark}.swal2-icon.swal2-info{color:#3fc3ee;border-color:#9de0f6}.swal2-icon.swal2-info.swal2-icon-show{animation:.5s swal2-animate-error-icon}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:.8s swal2-animate-i-mark}.swal2-icon.swal2-question{color:#87adbd;border-color:#c9dae1}.swal2-icon.swal2-question.swal2-icon-show{animation:.5s swal2-animate-error-icon}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:.8s swal2-animate-question-mark}.swal2-icon.swal2-success{color:#a5dc86;border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;width:3.75em;height:7.5em;position:absolute;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em;top:-.4375em;left:-2.0635em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0;top:-.6875em;left:1.875em;transform:rotate(-45deg)}.swal2-icon.swal2-success .swal2-success-ring{z-index:2;box-sizing:content-box;border:.25em solid #a5dc864d;border-radius:50%;width:100%;height:100%;position:absolute;top:-.25em;left:-.25em}.swal2-icon.swal2-success .swal2-success-fix{z-index:1;width:.4375em;height:5.625em;position:absolute;top:.5em;left:1.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{z-index:2;background-color:#a5dc86;border-radius:.125em;height:.3125em;display:block;position:absolute}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:1.5625em;top:2.875em;left:.8125em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{width:2.9375em;top:2.375em;right:.5em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:.75s swal2-animate-success-line-tip}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:.75s swal2-animate-success-line-long}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:4.25s ease-in swal2-rotate-success-circular-line}.swal2-progress-steps{background:0 0;flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;color:#fff;text-align:center;background:#2778c4;border-radius:2em;flex-shrink:0;width:2em;height:2em;line-height:2em}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{color:#fff;background:#58585b}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#58585b}.swal2-progress-steps .swal2-progress-step-line{z-index:10;background:#2778c4;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:.3s swal2-show}.swal2-hide{animation:.15s forwards swal2-hide}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{width:50px;height:50px;position:absolute;top:-9999px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{left:auto;right:0}@keyframes swal2-toast-show{0%{transform:translateY(-.625em)rotate(2deg)}33%{transform:translateY(0)rotate(-2deg)}66%{transform:translateY(.3125em)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes swal2-toast-hide{to{opacity:0;transform:rotate(1deg)}}@keyframes swal2-toast-animate-success-line-tip{0%{width:0;top:.5625em;left:.0625em}54%{width:0;top:.125em;left:.125em}70%{width:1.625em;top:.625em;left:-.25em}84%{width:.5em;top:1.0625em;left:.75em}to{width:.75em;top:1.125em;left:.1875em}}@keyframes swal2-toast-animate-success-line-long{0%{width:0;top:1.625em;right:1.375em}65%{width:0;top:1.25em;right:.9375em}84%{width:1.125em;top:.9375em;right:0}to{width:1.375em;top:.9375em;right:.1875em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes swal2-animate-success-line-tip{0%{width:0;top:1.1875em;left:.0625em}54%{width:0;top:1.0625em;left:.125em}70%{width:3.125em;top:2.1875em;left:-.375em}84%{width:1.0625em;top:3em;left:1.3125em}to{width:1.5625em;top:2.8125em;left:.8125em}}@keyframes swal2-animate-success-line-long{0%{width:0;top:3.375em;right:2.875em}65%{width:0;top:3.375em;right:2.875em}84%{width:3.4375em;top:2.1875em;right:0}to{width:2.9375em;top:2.375em;right:.5em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{opacity:0;margin-top:1.625em;transform:scale(.4)}50%{opacity:0;margin-top:1.625em;transform:scale(.4)}80%{margin-top:-.375em;transform:scale(1.15)}to{opacity:1;margin-top:0;transform:scale(1)}}@keyframes swal2-animate-error-icon{0%{opacity:0;transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{opacity:0;transform:rotate(45deg)}25%{opacity:.4;transform:rotate(-25deg)}50%{opacity:.8;transform:rotate(15deg)}75%{opacity:1;transform:rotate(-5deg)}to{opacity:1;transform:rotateX(0)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{pointer-events:none;background-color:#0000!important}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #19191abf}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;pointer-events:none;background-color:#0000;width:360px;max-width:100%}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.swal2-html-container a,.swal2-html-container a:hover,.swal2-html-container a:visited{color:#fff;text-decoration:underline}:root{--animate-duration:.4s;--animate-delay:.25s;--mainColor:#c3083f;--seconderyColor:#255a83}::selection{background:var(--mainColor);color:#b7b7b7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__animated{animation-timing-function:ease;animation-duration:var(--animate-duration);animation-fill-mode:both}@media (prefers-reduced-motion:reduce){.animate__animated{animation-duration:1ms!important;animation-delay:0s!important}}.animate__fadeIn{animation-name:fadeIn}.animate__fadeInUp{animation-name:fadeInUp}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__slow{animation-duration:calc(var(--animate-duration) * 2)}.animate__delay-1s{animation-delay:var(--animate-delay)}.animate__delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animate__delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animate__delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animate__delay-5s{animation-delay:calc(var(--animate-delay) * 5)}body{color:#a4acc4;background-color:#10121b;font-family:Titillium Web,sans-serif;overflow-x:hidden}a{text-decoration:none}*{box-sizing:border-box}.bg_black{background-color:#1a1a1c}.co_black{color:#1a1a1c}.bg_main{background-color:var(--mainColor)}.co_main{color:var(--mainColor)}.co_white{color:#bbb}.page_container{max-width:100vw;min-height:100vh;display:flex;position:relative}.page_container .width_80{z-index:8;flex:80%;margin-left:18rem;position:relative}@media screen and (width<=900px){.page_container .width_80{flex:100%;margin-left:0}}.blue_btn,.swal2-confirm.swal2-styled{appearance:none;background:var(--seconderyColor);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;white-space:nowrap;will-change:box-shadow, transform;border:0;justify-content:center;align-items:center;min-width:8rem;height:48px;font-size:18px;line-height:1;text-decoration:none;list-style:none;box-shadow:unset!important}.blue_btn:focus,.blue_btn:hover,.blue_btn:active,.swal2-confirm.swal2-styled:focus,.swal2-confirm.swal2-styled:hover,.swal2-confirm.swal2-styled:active{background-image:linear-gradient(#0000001a,#0000001a)}.blue_btn:disabled,.swal2-confirm.swal2-styled:disabled{cursor:not-allowed;opacity:.6;background-image:none}
