#top-bar{background-color:#fff;padding:10px 0;font-size:13px}#top-bar .container{max-width:1305px;margin:0 auto;padding:0 15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}#top-bar .member-badge{display:flex;align-items:center;gap:10px;color:#b8b8b8}#top-bar .member-badge img{height:29px;width:auto}#top-bar .right-section{display:flex;align-items:center;gap:20px}#top-bar .lang-switcher{display:flex;list-style:none;margin:0;padding:0;gap:5px}#top-bar .lang-switcher li a{display:flex;align-items:center;gap:5px;color:#b8b8b8;text-decoration:none;padding:4px 8px;border-radius:3px;font-size:15px;text-transform:uppercase}#top-bar .lang-switcher li a:hover,#top-bar .lang-switcher li a[aria-current=true]{color:#333}#top-bar .lang-switcher img{width:16px;height:11px}#top-bar .social-section{display:flex;align-items:center;gap:10px;color:#b8b8b8}#top-bar .social-section span{font-size:12px}#top-bar .social-section a{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;text-decoration:none;font-size:14px}#top-bar .social-section a.facebook{background-color:#21579a}#top-bar .social-section a.linkedin{background-color:#0077ab}#top-bar .social-section a:hover{opacity:.9}#main-header{background-color:#f4f4f4;position:sticky;top:0;z-index:1000;padding:10px 0;transition:padding .3s ease}#main-header .container{max-width:1305px;margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between;min-height:70px;transition:min-height .3s ease}#main-header .logo img{height:52px;width:auto;transition:height .3s ease}#main-header .header-right{display:flex;align-items:end;flex-direction:column;gap:5px}#main-header .phone{display:flex;align-items:center;gap:8px;color:#333;text-decoration:none;font-weight:400;font-size:14px;margin-right:15px;background-color:#f8b134;border-radius:20px;padding:5px 10px}#main-header .phone img{width:12px;height:20px}#main-header .phone:hover{color:#1166b0}#main-header.is-sticky .phone{display:none}#main-header.is-sticky{padding:0}#main-header.is-sticky .logo img{height:45px}#main-nav{display:flex}#main-nav>ul{display:flex;list-style:none;margin:0;padding:0;gap:5px}#main-nav>ul>li{position:relative}#main-nav>ul>li>a{display:flex;align-items:center;gap:5px;padding:10px 15px;color:#333;text-decoration:none;font-size:18px;border-radius:4px;white-space:nowrap;text-transform:uppercase}#main-nav>ul>li>a:hover,#main-nav>ul>li:hover>a{background-color:#f5f5f5;color:#1166b0}#main-nav .caret{display:inline-block;width:11px;height:6px;background:#f9b234;margin-left:5px;vertical-align:middle}#main-nav .dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 20px #00000026;border-radius:4px;min-width:280px;padding:10px 0;list-style:none;margin:0;z-index:1001}#main-nav>ul>li:hover .dropdown-menu{display:block}#main-nav .dropdown-menu li a{display:block;padding:10px 20px;color:#333;text-decoration:none;font-size:14px}#main-nav .dropdown-menu li a:hover{background-color:#f5f5f5;color:#1166b0}#menu-toggle{display:none;flex-direction:column;gap:5px;padding:10px;background:none;border:none;cursor:pointer;z-index:1010}#menu-toggle span{display:block;width:25px;height:3px;background-color:#333;border-radius:2px;transition:transform .3s ease,opacity .3s ease}#menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5.5px,5.5px)}#menu-toggle.active span:nth-child(2){opacity:0}#menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5.5px,-5.5px)}@media(max-width:992px){#top-bar .container{justify-content:space-between}#top-bar .member-badge{display:flex;font-size:11px}#top-bar .member-badge img{height:22px}#top-bar .social-section{display:none}#main-header .header-right{align-items:center;flex-direction:row}#main-nav{display:none;position:fixed;inset:0;background:#fff;z-index:1005;padding:111px 20px 20px;overflow-y:auto}#main-nav.active{display:block}#main-nav>ul{flex-direction:column;gap:0}#main-nav>ul>li{border-bottom:1px solid #eee}#main-nav>ul>li>a{padding:15px 10px;font-size:16px;justify-content:space-between}#main-nav>ul>li:hover .dropdown-menu{display:none}#main-nav>ul>li.dropdown-open .dropdown-menu{position:static;display:none;box-shadow:none;padding:0;background:#f9f9f9;min-width:100%}#main-nav>ul>li.dropdown-open .dropdown-menu{display:block}#main-nav .dropdown-menu li a{padding:12px 20px;font-size:15px}#main-nav .caret{transition:transform .3s ease}#main-nav>ul>li.dropdown-open .caret{transform:rotate(180deg)}#menu-toggle{display:flex}#main-header .phone{margin-right:0}#main-header.is-sticky .phone{display:flex}#main-header.is-sticky{padding:0}#main-header.is-sticky .container{min-height:50px}#main-header.is-sticky .logo img{height:35px}#main-header.is-sticky #menu-toggle{display:none}}@media(max-width:576px){#top-bar{padding:5px 4px}#top-bar .container{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:0 10px}#top-bar .member-badge{display:flex;align-items:start;gap:6px;font-size:9px;flex-direction:column}#top-bar .member-badge img{height:20px}#top-bar .right-section{gap:10px}#top-bar .social-section{display:none}#top-bar .lang-switcher{gap:0}#top-bar .lang-switcher li a{padding:0 5px;font-size:12px;line-height:27px}#top-bar .lang-switcher img{width:20px;height:14px}#main-header .container{min-height:60px}#main-header .logo img{height:40px}#menu-toggle{margin-right:-10px}#main-header .header-right{gap:0}#main-header .phone{font-size:12px;gap:5px}}#hero{max-width:1305px;margin:15px auto 0;padding:0 15px;position:relative;overflow:hidden}#hero .slides-container{position:relative;width:100%;user-select:none;-webkit-user-select:none;border-radius:10px;overflow:hidden}#hero .slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}#hero .slide.active{opacity:1;visibility:visible;position:relative}#hero .slide .banner-img{position:relative;overflow:hidden;aspect-ratio:1536 / 864;background-color:#1a1a2e;height:max(60vh,640px);width:100%}#hero .slide .banner-img:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,#1166b099 23%,#719dc41f)}#hero .slide img{display:block;width:100%;height:100%;object-fit:cover}#hero .slide-content{position:absolute;inset:0;display:flex;align-items:center;z-index:10}#hero .slide-text{width:100%;max-width:1200px;margin:0 auto;padding:0 40px 80px}#hero .slide-text h1,#hero .slide-text .banner-header{color:#fff;font-family:Source Sans Pro,Arial,sans-serif;font-size:clamp(1.5rem,4vw,3.75rem);font-weight:700;line-height:1.2;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}#hero .slide-text .sub-header{color:#fff;font-family:Source Sans Pro,Arial,sans-serif;font-size:clamp(1rem,2vw,1.125rem);font-weight:400;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(max-width:992px){#hero .slide .banner-img{aspect-ratio:4 / 3}}@media(max-width:768px){#hero .slide .banner-img{aspect-ratio:3 / 4;min-height:400px}#hero .slide-content{align-items:start}#hero .slide-text{padding:100px 15px 80px}#hero .slide-text h1,#hero .slide-text .banner-header{font-size:clamp(1.2rem,10vw,1.8rem);line-height:1.3}#hero .slide-text .sub-header{font-size:clamp(.9rem,3.5vw,1.1rem)}}@media(max-width:480px){#hero .slide .banner-img{aspect-ratio:9 / 16;min-height:450px}#hero .slide-text{padding:100px 12px 90px}}#hero .hero-dots{position:absolute;bottom:84px;left:50%;transform:translate(-50%);z-index:30;display:flex;gap:8px;align-items:center}#hero .hero-dot{width:28px;height:4px;background:#ffffff80;border:none;border-radius:2px;cursor:pointer;padding:0;transition:background .3s ease,width .3s ease}#hero .hero-dot:hover{background:#fffc}#hero .hero-dot.active{background:#fff;width:36px}@media(max-width:992px){#hero .hero-dots{bottom:60px}}@media(max-width:768px){#hero .hero-dots{display:none}}#hero .get-support{position:absolute;bottom:100px;left:0;right:0;z-index:15;padding:0 20px}#hero .get-support .container{max-width:620px;margin:0 auto}#hero .get-support .gs-form{background:transparent}#hero .get-support .gs-wrap{display:flex;flex-wrap:wrap;gap:0;align-items:stretch}#hero .get-support .gs-input{flex:1 1 0;min-width:200px}#hero .get-support .gs-input input{width:100%;padding:15px 20px;border:none;border-radius:10px 0 0 10px;font-size:15px;background:#fff;height:52px;box-sizing:border-box}#hero .get-support .gs-input input::placeholder{color:#888}#hero .get-support .gs-action{flex:0 0 auto}#hero .get-support .gs-action button{background-color:#1e88c7;color:#fff;padding:15px 28px;border:none;border-radius:0 10px 10px 0;cursor:pointer;font-weight:600;font-size:15px;white-space:nowrap;height:52px;box-sizing:border-box}#hero .get-support .gs-action button:hover{background-color:#1976b5}#hero .get-support .gs-action button.loading{opacity:.7;cursor:wait}#hero .get-support .gs-note{width:100%;text-align:center;margin-top:12px}#hero .get-support .gs-note p{color:#ffffffe6;font-size:13px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.4)}@media(max-width:768px){#hero .get-support{bottom:180px;padding:0 20px}#hero .get-support .container{max-width:100%;padding:0 15px}#hero .get-support .gs-wrap{display:flex;flex-direction:row;flex-wrap:wrap;gap:0}#hero .get-support .gs-input{flex:1}#hero .get-support .gs-input input{width:100%;padding:12px 15px;font-size:16px;height:44px;border-radius:10px 0 0 10px}#hero .get-support .gs-action{flex:0 0 auto}#hero .get-support .gs-action button{font-size:0;width:44px;height:44px;padding:0;border-radius:0 10px 10px 0;background:#1166b0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></svg>') center/22px no-repeat}#hero .get-support .gs-note{width:100%;margin-top:8px}#hero .get-support .gs-note p{font-size:12px}}@media(max-width:576px){#hero .get-support{bottom:220px}}@media(max-width:480px){#hero .get-support{bottom:175px;padding:0 15px}#hero .get-support .container{padding:0 10px}}#hero .overlay-box{position:absolute;bottom:0;left:20px;right:20px;z-index:15;display:flex;flex-wrap:nowrap;justify-content:center;overflow:hidden}#hero .overlay-box .wrap-overlay{display:flex;justify-content:center;flex-wrap:wrap;background:#f0f5faf2;border-radius:6px 6px 0 0;box-shadow:0 -2px 10px #0000001a}#hero .overlay-item{display:flex;align-items:center;gap:12px;padding:15px 28px;border-right:1px solid rgba(200,210,220,.5)}#hero .overlay-item:last-child{border-right:none}#hero .overlay-item img{width:32px;height:32px;flex-shrink:0}#hero .overlay-content h4{color:#1166b0;font-size:15px;font-weight:600;margin:0;white-space:nowrap}#hero .overlay-content p{color:#666;font-size:12px;margin:3px 0 0;white-space:nowrap}@media(max-width:1200px){#hero .overlay-box{left:15px;right:15px}#hero .overlay-item{padding:12px 20px;gap:10px}#hero .overlay-item img{width:28px;height:28px}#hero .overlay-content h4{font-size:14px}#hero .overlay-content p{font-size:11px}}@media(max-width:992px){#hero .overlay-box{left:20px;right:20px;flex-wrap:wrap;justify-content:center;padding:8px 5px}#hero .overlay-item{flex:0 0 auto;padding:8px 14px;gap:8px;justify-content:center;border-right:none;border-bottom:none}#hero .overlay-item img{width:20px;height:20px}#hero .overlay-content h4{font-size:12px}#hero .overlay-content p{font-size:11px;display:block}}@media(max-width:768px){#hero .hero-dots{display:none}#hero .overlay-box{left:10px;right:10px;bottom:10px;border-radius:8px;padding:15px}#hero .overlay-item{padding:10px 5px;gap:10px}#hero .overlay-item img{width:28px;height:28px}#hero .overlay-content h4{font-size:14px;white-space:nowrap}#hero .overlay-content p{font-size:11px;white-space:nowrap}}@media(max-width:480px){#hero .overlay-box{left:16px;right:16px;bottom:0;border-radius:8px;padding:10px}#hero .overlay-item{padding:8px 10px;gap:8px}#hero .overlay-item img{width:24px;height:24px}#hero .overlay-content h4{font-size:12px}#hero .overlay-content p{font-size:10px}#hero .overlay-box .wrap-overlay{border-radius:8px}}.gs-backdrop{position:fixed;inset:0;background-color:#0009;z-index:9998;opacity:0;transition:opacity .3s ease}.gs-backdrop.active{opacity:1}.gs-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:9999;opacity:0;transition:all .3s ease}.gs-modal.active{opacity:1;transform:translate(-50%,-50%) scale(1)}.gs-card{background-color:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90vw;position:relative}.gs-close{position:absolute;top:15px;right:15px;width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.gs-close:hover{background:#e0e0e0;color:#333}.gs-card img{margin:0 auto 20px;height:52px;width:auto}.gs-title{font-size:24px;font-weight:700;color:#333;margin:0 0 10px}.gs-desc{color:#666;font-size:14px;margin:0 0 25px;line-height:1.5}.gs-actions{display:flex;justify-content:center;gap:10px}.gs-btn{padding:12px 30px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:none}.gs-btn-secondary{background-color:#1166b0;color:#fff}.gs-btn-secondary:hover{background-color:#0a4a7a}#footer-offices{position:relative;padding:60px 0 40px;min-height:850px}#footer-offices:before{content:"";position:absolute;inset:0;background-image:url(https://valians-international.com/wp-content/themes/valians/images/kontakt-tlo.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2;z-index:0}#footer-offices .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}#footer-offices .header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:20px}#footer-offices .logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px}#footer-offices .logo-section img{height:52px;width:auto}#footer-offices .logo-section .tagline{color:#575656;font-size:14px;margin:0;max-width:200px;line-height:1.4}#footer-offices .title{font-size:70px;font-weight:700;color:#575656;margin:0;text-transform:uppercase;text-align:center;flex:1}#footer-offices .phone-top{display:flex;align-items:center;gap:8px;background-color:#f8b134;border-radius:20px;padding:0 15px;height:30px;font-size:14px;color:#333;white-space:nowrap}#footer-offices .phone-top img{width:12px;height:auto}#footer-offices .offices-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:start}#footer-offices .office-card{background-color:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 10px #0000000d;font-size:23px;text-transform:uppercase}#footer-offices .office-card .blue{color:#1166b0;text-transform:uppercase;display:block}#footer-offices .office-card .bold{font-weight:700;color:#333;display:block;margin-bottom:10px}#footer-offices .office-card .address{font-size:18px;color:#666;line-height:1.5;margin:0 0 10px}#footer-offices .office-card img{width:100%;height:auto;border-radius:4px}#footer-offices .map-section{display:flex;align-items:center;justify-content:center}#footer-offices .map-section img{max-width:100%;height:auto}#footer-offices .left-col{display:flex;flex-direction:column;gap:20px}@media(max-width:992px){#footer-offices .offices-grid{grid-template-columns:1fr 1fr}#footer-offices .map-section{grid-column:1 / -1;order:-1}#footer-offices .title{font-size:50px}}@media(max-width:768px){#footer-offices{min-height:680px;padding:40px 0}#footer-offices .header-row{flex-direction:column;align-items:center;text-align:center;gap:15px}#footer-offices .logo-section{align-items:center;text-align:center}#footer-offices .logo-section img{height:45px}#footer-offices .logo-section .tagline{max-width:100%}#footer-offices .title{font-size:40px;order:-1}#footer-offices .phone-top{display:none}#footer-offices .offices-grid{grid-template-columns:1fr;gap:20px}#footer-offices .map-section{display:none}#footer-offices .office-card{background:#ffffffb3;border-radius:12px;text-align:center;font-size:18px;text-transform:uppercase;padding:15px}#footer-offices .office-card .blue,#footer-offices .office-card .bold{font-size:18px}#footer-offices .office-card img{display:none}#footer-offices .left-col{gap:15px;flex-direction:column-reverse}}@media(max-width:576px){#footer-offices .offices-grid{grid-template-columns:1fr}#footer-offices .logo-section{flex-direction:column;text-align:center}}@media(max-width:400px){#footer-offices{min-height:580px}}#footer-contact{background:#ffffffd9;padding:30px 0;position:relative}#footer-contact .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}#footer-contact .left{display:flex;flex-direction:column;gap:10px}#footer-contact .contact-item{display:flex;align-items:center;gap:12px;color:#333;font-size:14px}#footer-contact .contact-item .icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f8b134;border-radius:100%}#footer-contact .contact-item img{width:20px;height:20px}#footer-contact .contact-item a{color:#1166b0;text-decoration:none}#footer-contact .contact-item a:hover{color:#0d5090}#footer-contact .right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}#footer-contact .social-row{display:flex;align-items:center;gap:10px;color:#666;font-size:13px}#footer-contact .social-row a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff}#footer-contact .social-row a.facebook{background-color:#21579a}#footer-contact .social-row a.linkedin{background-color:#0077ab}#footer-contact .social-row a:hover{opacity:.85}#footer-contact .policy-links{display:flex;flex-direction:column;align-items:end}#footer-contact .policy-links a{color:#1166b0;text-decoration:none;font-size:13px}#footer-contact .policy-links a:hover{color:#0d5090}@media(max-width:768px){#footer-contact .container{flex-direction:column;text-align:center;gap:25px}#footer-contact .left,#footer-contact .right{align-items:center}#footer-contact .policy-links{justify-content:center;align-items:center}}#footer-copyright{background-color:#f8f8f8;padding:15px 0}#footer-copyright .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}#footer-copyright p{margin:0;color:#888;font-size:12px}#footer-copyright .agency{display:flex;align-items:center;gap:8px;color:#888;text-decoration:none;font-size:12px}#footer-copyright .agency:hover{color:#666}#footer-copyright .agency img{height:20px;width:auto}@media(max-width:576px){#footer-copyright .container{flex-direction:column;text-align:center}}#news-section{background-color:#1166b0;background-repeat:no-repeat;background-position:right}#news-section .container{max-width:1200px;margin:0 auto;padding:0 20px}#news-section .grid{display:grid;grid-template-columns:1fr 1fr}#news-section .grid .left-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}#news-section .values-col{padding:20px 0}#news-section .values-col .title1{color:#fff;font-size:23px;font-weight:700;margin:0}#news-section .values-col .title3{color:#fff;text-align:center;font-size:23px;font-weight:700;margin:0}#news-section .values-col .title4{color:#fff;text-align:right;font-size:23px;font-weight:700;margin:0 0 5px}#news-section .values-col .content{color:#ffffffe6;font-size:14px;line-height:1.6;margin:0 0 10px}#news-section .cta-col{position:relative}#news-section .cta-image{width:100%;height:100%;object-fit:cover;object-position:center}#news-section .cta-button{background-color:#f9b234;color:#1166b0;padding:0 5px;text-decoration:none;font-weight:700;display:inline-flex;gap:5px;justify-content:center;align-items:center;font-size:16px;line-height:1.5;text-transform:capitalize}.cta-col .cta-button{position:absolute;bottom:30px;right:15px}#news-section .cta-button:hover{background-color:#f0f0f0}#news-section .cta-button img{width:10px;height:10px}#news-section .news-col{margin-left:50%;padding:20px 0}#news-section .news-col .title2{font-size:40px;font-weight:700;color:#fff;margin:10px 0}#news-section .news-item{border-left:3px solid white;padding-left:15px;margin-bottom:20px}#news-section .news-item .date{color:#f9b234;font-size:14px;margin:0 0 10px}#news-section .news-item .content{color:#ffffffe6;font-size:14px;line-height:1.5;margin:0 0 10px}#news-section.js-slider .news-col .news-items-wrapper{position:relative;overflow:hidden;user-select:none;-webkit-user-select:none}#news-section.js-slider .news-item{display:none}#news-section.js-slider .news-item.active{display:block}.news-nav{display:none}.js-slider .news-nav{display:flex;align-items:center;gap:8px;margin-bottom:15px;justify-content:space-between}.news-nav button{width:32px;height:32px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.news-nav button:hover{opacity:.7}.news-nav button:disabled{opacity:.3;cursor:not-allowed}.news-nav button img{width:auto;display:block}@media(max-width:991px){#news-section .grid{grid-template-columns:2fr 1fr}#news-section .news-col{margin-left:20px}}@media(max-width:768px){#news-section .grid{grid-template-columns:1fr;gap:30px}#news-section .news-col{margin-left:0}}@media(max-width:567px){#news-section .grid .left-grid{grid-template-columns:1fr}}#cookie-notice{position:fixed;bottom:0;left:0;right:0;z-index:9999;background-color:#000;color:#fff;padding:15px 20px;box-shadow:0 -2px 10px #0003}#cookie-notice.cn-effect-fade{opacity:0;transition:opacity .3s ease}#cookie-notice:not([hidden]).cn-effect-fade{opacity:1}.cookie-notice-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;position:relative}#cn-notice-text{flex:1;font-size:14px;line-height:1.5;color:#fff}#cn-notice-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cn-button{padding:5px 20px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-block}#cn-accept-cookie{background-color:#1166b0;color:#fff}#cn-accept-cookie:hover{background-color:#0d5090}#cn-more-info{background-color:transparent;color:#fff;border:1px solid #fff}#cn-more-info:hover{background-color:#ffffff1a}.cn-close-icon{position:absolute;top:18px;right:10px;width:28px;height:28px;border:none;background:#fff3;color:#fff;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.cn-close-icon:hover{background-color:#ffffff4d}@media(max-width:768px){#cookie-notice{padding:15px}.cookie-notice-container{flex-direction:column;align-items:flex-start;gap:15px}#cn-notice-text{width:100%;padding-right:30px}#cn-notice-buttons{width:100%;justify-content:flex-start}.cn-button{flex:1;text-align:center;min-width:120px}.cn-close-icon{top:10px;right:10px}}@media(max-width:480px){#cookie-notice{padding:12px}#cn-notice-text{font-size:13px}.cn-button{font-size:13px;padding:8px 15px}}#services-intro{background-color:#fff;padding:60px 0 40px;text-align:center}#services-intro .container{max-width:1200px;margin:0 auto;padding:0 20px}#services-intro h2{color:#1166b0;font-size:32px;font-weight:700;margin:0 0 20px;text-transform:uppercase}#services-intro p{color:#333;font-size:18px;line-height:1.6;max-width:800px;margin:0 auto}#services-intro .highlight{color:#1166b0;font-weight:600}#services-grid{background-color:#fff;padding:0 0 60px}#services-grid .container{max-width:1200px;margin:0 auto;padding:0 20px}#services-grid .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:992px){#services-grid .grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){#services-grid .grid{grid-template-columns:1fr}}#services-grid .service-card{position:relative;display:block;text-decoration:none;border-radius:8px;overflow:hidden;min-height:280px;background-size:cover;background-position:center}#services-grid .service-card:before{content:"";position:absolute;inset:0;background-color:#fff3}#services-grid .service-card:hover:before{background-color:#1166b0cc}#services-grid .service-card:hover .service-footer{background:#1166b0;color:#fff}#services-grid .service-card:hover p{opacity:1;transform:translateY(0)}#services-grid .service-content{position:absolute;bottom:0;left:0;right:0;color:#fff}#services-grid .service-content p{font-size:14px;line-height:1.5;margin:0 0 15px;width:100%;padding:0 16px 8px;color:#fff;opacity:0;transform:translateY(8px);transition:opacity .25s ease,max-height .25s ease,transform .25s ease,margin .25s ease;overflow:hidden;line-height:1.4em;font-weight:600;font-size:21px}#services-grid .service-footer{min-height:76px;display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fffffff2;color:#036;transition:all .25s ease}#services-grid .service-footer h3{font-size:12px;font-weight:600;margin:0;flex:1}#services-grid .service-footer svg{flex-shrink:0}#services-grid .arrow-icon{width:20px;height:20px}#zone-couverte{background:#fff;background:linear-gradient(#fff,#e8e7e7);padding:0;position:relative;height:622px;overflow:hidden}#zone-couverte:before{content:"";background-image:url(https://valians-international.com/wp-content/themes/valians/images/solution-mapa8.png);height:680px;width:99%;background-repeat:no-repeat;position:absolute;background-position:right;top:0;right:0;z-index:1}#zone-couverte .container{max-width:1170px;margin:0 auto;padding:0 15px;position:relative;z-index:2}#zone-couverte .title{color:#f9b234;font-size:40px;font-weight:700;margin:0 0 20px;padding-top:140px}#zone-couverte .countries{width:43%;font-size:16px;line-height:1.68;margin:0}#zone-couverte .countries span{display:inline-block;background-color:#336baf;color:#fff;padding:0 10px;border-radius:3px;font-size:16px;font-weight:400;line-height:1.5;margin-right:3px;margin-bottom:3px}@media(max-width:991px){#zone-couverte .title{font-size:35px}#zone-couverte .countries{width:100%;font-size:20px;text-align:center}}@media(max-width:767px){#zone-couverte{height:auto;padding:30px 0 40px}#zone-couverte:before{display:none}#zone-couverte .title{font-size:30px;text-align:center;padding-top:0;margin-top:30px}#zone-couverte .countries{width:100%;text-align:center}#zone-couverte .countries span{font-size:14px;margin-right:5px;margin-bottom:5px}}#references-carousel{background-color:#fff;padding:50px 0}#references-carousel .container{max-width:1200px;margin:0 auto;padding:0 20px}#references-carousel .title{color:#1166b0;font-size:50px;font-weight:700;text-align:center;margin:0 0 30px;text-transform:uppercase}#references-carousel .logos-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;align-items:center}@media(max-width:992px){#references-carousel .logos-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:576px){#references-carousel .logos-grid{grid-template-columns:repeat(3,1fr)}}#references-carousel .logo-item{display:flex;align-items:center;justify-content:center;padding:10px;background:#fff;border-radius:4px}#references-carousel .logo-item img{max-width:100%;height:auto;max-height:75px;object-fit:contain}#references-carousel.js-carousel .logos-grid{display:flex;overflow-x:hidden;scrollbar-width:none;gap:15px;padding-bottom:10px;user-select:none;-webkit-user-select:none}#references-carousel.js-carousel .logos-grid::-webkit-scrollbar{display:none}#references-carousel.js-carousel .logo-item{flex:0 0 auto;width:170px}#back-to-top{cursor:pointer;position:fixed;bottom:30px;right:20px;background-color:#1166b0;border-radius:5px;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}#back-to-top.show{opacity:1;visibility:visible;pointer-events:auto}#back-to-top:hover{opacity:1;transform:translateY(-3px)}#back-to-top img{max-width:25px;margin:10px}
