@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Roboto";src:url("/assetsFASGW/fontsSAD/Roboto-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;size-adjust:100%}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}:root{--font-family: "Inter", sans-serif;--second-family: "Roboto", sans-serif}body{font-family:var(--font-family);background:#faf9ff;color:#08041b;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none;padding:0;margin:0}p{padding:0;margin:0}h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-size:inherit;font-weight:inherit}input,textarea,select{padding:0;margin:0;border:none;font:inherit;color:inherit;background:none}img,picture,svg,video{display:block;max-width:100%}table{border-collapse:collapse;border-spacing:0}blockquote,figure{margin:0;padding:0}fieldset{border:none;padding:0;margin:0}legend{padding:0}address{font-style:normal}b,strong{font-weight:inherit}em,i{font-style:inherit}.notifications-container{position:fixed;top:20px;right:20px;z-index:10000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;pointer-events:none}@media(max-width: 1111px){.notifications-container{top:10px;right:10px;left:10px}}.notification{pointer-events:auto;-webkit-animation:slideIn .3s ease-out;animation:slideIn .3s ease-out;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.notification.show{opacity:1}.notification.notification-success .notification-content{background:linear-gradient(135deg, #008080 0%, #006666 100%);border:1px solid rgba(0,128,128,.3);-webkit-box-shadow:0 8px 32px rgba(0,128,128,.2);box-shadow:0 8px 32px rgba(0,128,128,.2)}.notification.notification-success .notification-icon{color:#4ade80;font-weight:bold;font-size:20px}.notification.notification-error .notification-content{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);border:1px solid rgba(239,68,68,.3);-webkit-box-shadow:0 8px 32px rgba(239,68,68,.2);box-shadow:0 8px 32px rgba(239,68,68,.2)}.notification.notification-error .notification-icon{color:#fca5a5;font-weight:bold;font-size:20px}.notification .notification-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px 20px;border-radius:8px;backdrop-filter:blur(10px);position:relative;overflow:hidden}.notification .notification-content::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:currentColor}.notification .notification-content p{margin:0;color:#fff;font-family:Roboto;font-size:14px;font-weight:500;line-height:1.4;-webkit-box-flex:1;-ms-flex:1;flex:1}.notification .notification-content .notification-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.2)}.notification .notification-content .notification-close{-ms-flex-negative:0;flex-shrink:0;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;-webkit-transition:all .2s ease;transition:all .2s ease}.notification .notification-content .notification-close:hover{background:hsla(0,0%,100%,.1)}.notification .notification-content .notification-close:active{background:hsla(0,0%,100%,.2);-webkit-transform:scale(0.95);transform:scale(0.95)}@-webkit-keyframes slideIn{from{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{from{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0}@media(max-width: 1280px){.container{padding:0 16px}}header{padding:10px 0;background:#fff;border-bottom:1px solid #f0f0f0}header .header_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}header .header_content nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}header .header_content nav ul .logo_link{width:295px;height:56px}header .header_content nav ul .hide_mob{width:60px}@media(max-width: 1300px){header .header_content nav ul .hide_mob{display:none}}header .header_content nav ul li a{color:var(--1, #08041b);font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:normal}header .header_content nav ul li.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}header .header_content nav ul li.active::after{content:"";width:4px;height:4px;border-radius:100px;background:var(--2, #2d59e5)}.burger_menu_btn{display:none;background:none;border:none;cursor:pointer;padding:8px;width:44px;height:44px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-webkit-transition:all .3s ease;transition:all .3s ease}.burger_menu_btn:hover{opacity:.7}@media(max-width: 1111px){.burger_menu_btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.burger_line{width:24px;height:2px;background:#08041b;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease}.main_navigation{-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 1111px){.main_navigation{display:none}}.logo_link.mobile{display:none}@media(max-width: 1111px){header .header_content{gap:20px}header nav ul{gap:20px}.logo_link.mobile{display:block}}.mobile_menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:999;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;visibility:hidden}.mobile_menu.active{visibility:visible;-webkit-box-shadow:-4px 0 12px rgba(0,0,0,.15);box-shadow:-4px 0 12px rgba(0,0,0,.15)}.mobile_menu_header{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #eee}.mobile_menu_close{background:none;border:none;font-size:28px;cursor:pointer;color:#08041b;padding:0;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu_close:hover{color:#6366f1}.mobile_menu_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0}.mobile_menu_list li{border-bottom:1px solid #f0f0f0}.mobile_menu_list li:last-child{border-bottom:none}.mobile_menu_link{display:block;padding:16px 20px;color:#08041b;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu_link:hover{background:#f5f5f5;color:#6366f1}.hero_section{height:85vh;padding-top:50px;padding-bottom:50px;background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/herovgGcWU.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section .hero_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:760px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.hero_section .hero_content .preview{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:100px;background:#fff}.hero_section .hero_content .preview b{color:var(--2, #2d59e5);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.hero_section .hero_content h1{color:#fff;text-align:center;font-family:Inter;font-size:clamp(32px,5vw,40px);font-style:normal;font-weight:700;line-height:normal}.hero_section .hero_content p{color:#fff;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.hero_section .hero_content p strong{font-weight:700}.hero_section .hero_content a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:100px;background:var(--1, #08041b);color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal;-webkit-transition:all .3s ease;transition:all .3s ease}.hero_section .hero_content a:hover{background:var(--2, #2d59e5);-webkit-box-shadow:0 0 19.7px 0 #2d59e5;box-shadow:0 0 19.7px 0 #2d59e5;opacity:.8}.facem_section{padding-top:70px;padding-bottom:70px}.facem_section .facem_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.facem_section .facem_content h2{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.facem_section .facem_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.facem_section .facem_content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.facem_section .facem_content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:290px;max-width:367px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;border-radius:20px;background:#edeafe}.facem_section .facem_content ul li i{background-image:url("/assetsFASGW/iconsSDf/facemsmile.svg");width:42px;height:42px;background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block}.facem_section .facem_content ul li h3{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.facem_section .facem_content ul li p{color:rgba(8,4,27,.5);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.jocuri_section{padding-top:70px;padding-bottom:70px}.jocuri_section .jocuri_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.jocuri_section .jocuri_content h2{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.jocuri_section .jocuri_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.jocuri_section .jocuri_content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.jocuri_section .jocuri_content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:310px;width:100%;max-width:561px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;border-radius:20px;border:1px solid #edeafe;background:rgba(0,0,0,0);-webkit-transition:all .8s ease;transition:all .8s ease}.jocuri_section .jocuri_content ul li:hover{border-radius:20px;border:1px solid var(--2, #2d59e5);background:radial-gradient(71.28% 69.11% at 35.54% 32.42%, #dde5ff 0%, #faf9ff 100%)}.jocuri_section .jocuri_content ul li .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch}.jocuri_section .jocuri_content ul li .heading i{font-size:33px}.jocuri_section .jocuri_content ul li .heading h3{color:var(--1, #08041b);font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.jocuri_section .jocuri_content ul li h4{color:#08041b;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.jocuri_section .jocuri_content ul li p{color:rgba(8,4,27,.5);font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-align:start}.jocuri_section .jocuri_content ul li .bottom{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 30px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:100px;background:rgba(45,89,229,.1)}.jocuri_section .jocuri_content ul li .bottom b{color:var(--2, #2d59e5);font-family:Inter;font-size:13px;font-style:normal;font-weight:700;line-height:normal;text-align:start}.nostru_section{padding-top:70px;padding-bottom:70px}.nostru_section .nostru_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.nostru_section .nostru_content h2{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.nostru_section .nostru_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.nostru_section .nostru_content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch;width:100%}.nostru_section .nostru_content ul .item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:754px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;border-radius:20px;background:var(--1, #08041b)}.nostru_section .nostru_content ul .item h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.nostru_section .nostru_content ul .item h3 strong{color:var(--2, #2d59e5);font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.nostru_section .nostru_content ul .item h4{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.nostru_section .nostru_content ul .item p{text-align:start;color:#fff;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.nostru_section .nostru_content ul .arrow_down{background-image:url("/assetsFASGW/iconsSDf/arrowdown.svg");width:15px;height:37px;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}.nostru_section .nostru_content b{color:rgba(8,4,27,.5);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.pachetului_section{padding-top:70px;padding-bottom:70px}.pachetului_section .pachetului_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.pachetului_section .pachetului_content h2{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.pachetului_section .pachetului_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.pachetului_section .pachetului_content .pach_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.pachetului_section .pachetului_content .pach_list .item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:290px;max-width:367px;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;border-radius:20px}.pachetului_section .pachetului_content .pach_list .item h3{font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.pachetului_section .pachetului_content .pach_list .item strong{font-family:Inter;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.pachetului_section .pachetului_content .pach_list .item .info ul{padding-left:20px;list-style:disc}.pachetului_section .pachetului_content .pach_list .item .info p,.pachetului_section .pachetului_content .pach_list .item .info li{font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-align:start}.pachetului_section .pachetului_content .pach_list .item:nth-child(1){background:-webkit-gradient(linear, left top, left bottom, from(#dde5ff), color-stop(54.33%, #c1d1ff), to(#dde5ff));background:linear-gradient(180deg, #dde5ff 0%, #c1d1ff 54.33%, #dde5ff 100%)}.pachetului_section .pachetului_content .pach_list .item:nth-child(1) h3{color:var(--1, #08041b)}.pachetului_section .pachetului_content .pach_list .item:nth-child(1) strong{color:var(--2, #2d59e5)}.pachetului_section .pachetului_content .pach_list .item:nth-child(1) p,.pachetului_section .pachetului_content .pach_list .item:nth-child(1) li{color:rgba(8,4,27,.5)}.pachetului_section .pachetului_content .pach_list .item:nth-child(2){background:#2d59e5}.pachetului_section .pachetului_content .pach_list .item:nth-child(2) h3,.pachetului_section .pachetului_content .pach_list .item:nth-child(2) strong,.pachetului_section .pachetului_content .pach_list .item:nth-child(2) p,.pachetului_section .pachetului_content .pach_list .item:nth-child(2) li{color:#fff}.pachetului_section .pachetului_content .pach_list .item:nth-child(3){background:-webkit-gradient(linear, left top, left bottom, from(#dde5ff), color-stop(54.33%, #c1d1ff), to(#dde5ff));background:linear-gradient(180deg, #dde5ff 0%, #c1d1ff 54.33%, #dde5ff 100%)}.pachetului_section .pachetului_content .pach_list .item:nth-child(3) h3{color:var(--1, #08041b)}.pachetului_section .pachetului_content .pach_list .item:nth-child(3) strong{color:var(--2, #2d59e5)}.pachetului_section .pachetului_content .pach_list .item:nth-child(3) p,.pachetului_section .pachetului_content .pach_list .item:nth-child(3) li{color:rgba(8,4,27,.5)}.pachetului_section .pachetului_content .pach_list .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;color:hsla(0,0%,100%,.5) !important;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.pachetului_section .pachetului_content .pach_list .heading i{background-image:url("/assetsFASGW/iconsSDf/star.svg");width:24px;height:24px;background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block}.pachetului_section .pachetului_content a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:100px;background:var(--1, #08041b);color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal;-webkit-transition:all .5s ease;transition:all .5s ease}.pachetului_section .pachetului_content a:hover{background:var(--2, #2d59e5);-webkit-box-shadow:0 0 19.7px 0 #2d59e5;box-shadow:0 0 19.7px 0 #2d59e5;opacity:.8}.pachetului_section .pachetului_content .warning{color:rgba(8,4,27,.5);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.vezi_section{padding-top:70px;padding-bottom:70px}.vezi_section .vezi_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.vezi_section .vezi_content h2{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.vezi_section .vezi_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.vezi_section .vezi_content img{width:100%;height:auto;max-height:696px}.contact_section.main{padding-top:70px;padding-bottom:70px}.contact_section.main .contact_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.contact_section.main .contact_content .title{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.contact_section.main .contact_content p{color:var(--1, #08041b);text-align:center;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.contact_section.main .contact_content .form_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact_section.main .contact_content .form_content form{width:100%;max-width:752px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.contact_section.main .contact_content .form_content form .inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;width:100%}@media(max-width: 768px){.contact_section.main .contact_content .form_content form .inputs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}}.contact_section.main .contact_content .form_content form .area{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;-ms-flex-item-align:stretch;align-self:stretch}.contact_section.main .contact_content .form_content form label{color:var(--1, #08041b);font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.contact_section.main .contact_content .form_content form input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:5px;border:1px solid #e0e0e0;background:#ede8fc}.contact_section.main .contact_content .form_content form textarea{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100px;padding:14px 16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:5px;border:1px solid #e0e0e0;background:#ede8fc}.contact_section.main .contact_content .form_content form button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:100px;background:var(--1, #08041b);color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;border:none}.contact_section.main .contact_content .form_content form button:hover{background:var(--2, #2d59e5);-webkit-box-shadow:0 0 19.7px 0 #2d59e5;box-shadow:0 0 19.7px 0 #2d59e5;opacity:.8}.contact_section.main .contact_content .form_content .info{min-width:290px;max-width:368px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:10px;background:#ede8fc}.contact_section.main .contact_content .form_content .info .info_part{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch}.contact_section.main .contact_content .form_content .info .info_part .svg_cont{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:100px;background:var(--2, #2d59e5)}.contact_section.main .contact_content .form_content .info .info_part p{color:var(--1, #08041b);font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-align:start}.contact_section.main.page .contact_content .form_content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.about_page{padding-top:70px;padding-bottom:70px}.about_page .about_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about_page .about_content .text_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:560px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.about_page .about_content .text_content h1{color:var(--1, #08041b);font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.about_page .about_content .text_content p{color:var(--1, #08041b);font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.about_page .about_content .image{width:100%;max-width:560px;height:321px;background-image:url("/assetsFASGW/imagesFAaf/aboutpageGYUisr.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.rules_section{padding-top:70px;padding-bottom:70px}.rules_section .rules_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:30px;-ms-flex-item-align:stretch;align-self:stretch}.rules_section .rules_content h1{color:var(--1, #08041b);font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.rules_section .rules_content h2{color:var(--1, #08041b);font-family:Inter;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.rules_section .rules_content span{color:var(--1, #08041b);font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.rules_section .rules_content ul{padding-left:15px;list-style:none}.rules_section .rules_content p,.rules_section .rules_content li{color:var(--1, #08041b);font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.rules_section .rules_content .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}footer{padding:80px 0;background:var(--1, #08041b)}footer .footer_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;-ms-flex-item-align:stretch;align-self:stretch}footer .footer_content .first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer_content .first .first_container{min-width:290px;max-width:366px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer_content .first .first_container img{max-width:295px;height:56px}footer .footer_content .first .first_container span{color:#fff !important;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}footer .footer_content .first .first_container p{color:#fff !important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:normal}footer .footer_content .first .first_container .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}footer .footer_content .first .first_container strong{color:#fff !important;font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:normal}footer .footer_content .second ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:40px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer_content .second ul li a{color:#fff;font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}footer .footer_content .copyright{color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fade-in-up,.fade-in-down,.fade-in-left,.fade-in-right,.zoom-in{opacity:0}.fade-in-up.animate{-webkit-animation:fadeInUp .8s ease-out forwards;animation:fadeInUp .8s ease-out forwards}.fade-in-down.animate{-webkit-animation:fadeInDown .8s ease-out forwards;animation:fadeInDown .8s ease-out forwards}.fade-in-left.animate{-webkit-animation:fadeInLeft .8s ease-out forwards;animation:fadeInLeft .8s ease-out forwards}.fade-in-right.animate{-webkit-animation:fadeInRight .8s ease-out forwards;animation:fadeInRight .8s ease-out forwards}.zoom-in.animate{-webkit-animation:zoomIn .8s ease-out forwards;animation:zoomIn .8s ease-out forwards}.animate-on-scroll{opacity:0}@-webkit-keyframes pulse{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}@keyframes pulse{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}