*{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;border:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-family:"Montserrat",sans-serif;font-optical-sizing:auto}img{max-width:100%;display:block}html{font-size:62.5%;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width: 1500px){html{font-size:57%}}@media(max-width: 991px){html{font-size:55%}}@media(max-width: 520px){html{font-size:62.5%}}@media(max-width: 320px){html{font-size:55%}}html,body{background:var(--white);height:100%}html{scrollbar-width:thin;scrollbar-color:var(--primary) var(--white)}body{overflow-x:hidden}body.no-scroll{overflow-y:hidden}button{background-color:rgba(0,0,0,0)}button,a{cursor:pointer}span,strong{font-size:inherit;font-family:inherit}input,textarea,select{appearance:none}a[href^=tel],h2[href^=tel],p[href^=tel]{color:inherit;text-decoration:none}.container{width:100%;max-width:128rem;padding:0 3.2rem;margin:0 auto}@media(max-width: 991px){.container{padding:0 2.4rem}}@media(max-width: 520px){.container{padding:0 1.6rem}}:root{--primary: #BF0D0D;--secondary: #F39F01;--text: #3C3C3B;--background-one: #F4F4F4;--background-two: #E2E2E2;--white: #FFF;--black: #020202}h1{font-size:5.6rem;font-weight:700;line-height:120%;letter-spacing:-0.112rem;color:var(--white);text-align:center}@media(max-width: 991px){h1{font-size:4.8rem;letter-spacing:-0.096rem}}@media(max-width: 520px){h1{font-size:4rem;letter-spacing:-0.08rem}}h1 span{color:var(--secondary)}h2{font-size:4.8rem;font-weight:700;line-height:120%;letter-spacing:-0.096rem;color:var(--black)}@media(max-width: 991px){h2{font-size:4rem;letter-spacing:-0.08rem}}@media(max-width: 520px){h2{font-size:3.2rem;line-height:130%;letter-spacing:-0.064rem}}h2 span{color:var(--primary)}h3{font-size:3.2rem;font-weight:700;line-height:130%;letter-spacing:-0.064rem}@media(max-width: 520px){h3{font-size:2.4rem;letter-spacing:-0.048rem}}h4{font-size:2.4rem;font-weight:700;line-height:130%;letter-spacing:-0.048rem}@media(max-width: 520px){h4{font-size:2rem;letter-spacing:-0.04rem}}h5{font-size:1.6rem;font-weight:700;line-height:100%;letter-spacing:-0.032rem;color:var(--primary);text-transform:uppercase}a{font-size:1.6rem;font-weight:700;line-height:150%;transition:all .3s ease}p{font-size:1.6rem;font-weight:500;line-height:150%;color:var(--text)}.tag{width:fit-content;display:block;font-family:"Lobster",cursive;font-size:2rem;font-weight:400;line-height:100%;letter-spacing:-0.04rem;color:var(--white);background:var(--primary);border-radius:5rem;padding:1rem 1.6rem}@media(max-width: 991px){.tag{font-size:1.8rem;letter-spacing:-0.036rem}}@media(max-width: 520px){.tag{font-size:1.6rem;letter-spacing:-0.032rem;padding:1rem}}.title{display:flex;flex-direction:column;gap:2.4rem}@media(max-width: 520px){.title{gap:1.6rem}}.top{padding-top:12rem}@media(max-width: 991px){.top{padding-top:8rem}}@media(max-width: 520px){.top{padding-top:6rem}}.bottom{padding-bottom:12rem}@media(max-width: 991px){.bottom{padding-bottom:8rem}}@media(max-width: 520px){.bottom{padding-bottom:6rem}}@keyframes moveUpDown{0%{transform:translate(0, 0)}25%{transform:translate(5px, -5px)}50%{transform:translate(0, -10px)}75%{transform:translate(-5px, -5px)}100%{transform:translate(0, 0)}}.s-header{position:absolute;top:0;left:0;width:100%;z-index:99999}.s-header-wrapper{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.3);padding:2.4rem 0}.s-header-menu{display:flex;align-items:center;gap:4.8rem}@media(max-width: 768px){.s-header-menu{gap:3.2rem}}@media(max-width: 600px){.s-header-menu{display:none}}.s-header-menu a{color:var(--white)}.s-header-menu a:hover{color:var(--secondary)}.s-header .hidden{display:none}@media(max-width: 600px){.s-header .hidden{display:flex}.s-header .nav{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(50% 50% at 50% 50%, #BF0D0D 0%, #780909 100%);opacity:0;pointer-events:none;overflow:hidden;transition:all .5s ease}.s-header .nav__items{position:absolute;top:55%;left:50%;transform:translate(-50%, -50%);width:100%;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.s-header .nav__item:nth-child(1) a{transition-delay:.1s}.s-header .nav__item:nth-child(2) a{transition-delay:.15s}.s-header .nav__item:nth-child(3) a{transition-delay:.2s}.s-header .nav__item:nth-child(4) a{transition-delay:.25s}.s-header .nav__item:nth-child(5) a{transition-delay:.3s}.s-header .nav__link{font-size:3.2rem;color:var(--white);opacity:0;transform:translateY(-2rem)}}@media(max-width: 600px)and (max-width: 520px){.s-header .nav__link{font-size:2.4rem}}@media(max-width: 600px){.s-header .nav__link:hover{color:var(--secondary)}.s-header .nav__open{display:flex;flex-direction:column;gap:4px;cursor:pointer;z-index:9999}.s-header .nav__open:hover i{background:var(--secondary)}.s-header .nav__open i{width:2.4rem;height:3px;background:var(--white);border-radius:5rem;transition:all .3s ease}.s-header .nav__open i:nth-child(2){opacity:1}.s-header #nav:checked~.nav{opacity:1;pointer-events:auto;z-index:-1}.s-header #nav:checked~.nav ul li a{opacity:1;transform:translateY(0)}.s-header #nav:checked+.nav__open{transform:rotate(45deg)}.s-header #nav:checked+.nav__open i{background-color:var(--white)}.s-header #nav:checked+.nav__open i:nth-child(1){transform:translateY(8px) rotate(180deg)}.s-header #nav:checked+.nav__open i:nth-child(2){opacity:0}.s-header #nav:checked+.nav__open i:nth-child(3){transform:translateY(-6px) rotate(90deg)}}.s-footer{background:var(--background-one);padding:3.2rem 0}.s-footer-wrapper{display:flex;align-items:center;justify-content:space-between}@media(max-width: 768px){.s-footer-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:4rem}}@media(max-width: 520px){.s-footer-wrapper{grid-template-columns:repeat(1, 1fr);gap:3.2rem}}.s-footer-wrapper-div{display:flex;align-items:center;gap:3.2rem}@media(max-width: 991px){.s-footer-wrapper-div{gap:2.4rem}}@media(max-width: 768px){.s-footer-wrapper-div{gap:3.2rem}}@media(max-width: 520px){.s-footer-wrapper-div{justify-content:center}}@media(max-width: 768px){.s-footer-wrapper-div.first{order:1;grid-column:2 span;justify-content:center}}@media(max-width: 520px){.s-footer-wrapper-div.first{grid-column:unset}}@media(max-width: 768px){.s-footer-wrapper-div.last{justify-content:flex-end}}@media(max-width: 520px){.s-footer-wrapper-div.last{justify-content:center}}.s-footer p{font-weight:700;color:var(--primary)}.s-footer a{color:var(--text)}.s-footer a:hover{color:var(--secondary)}.s-footer-socials-item{max-width:3.2rem;width:100%;transition:all .3s ease}@media(max-width: 520px){.s-footer-socials-item{max-width:2.4rem}}.s-footer-socials-item:hover{transform:scale(1.03)}.s-footer-image{width:100%;height:19rem;overflow:hidden}@media(max-width: 1700px){.s-footer-image{height:17rem}}@media(max-width: 1500px){.s-footer-image{height:16rem}}@media(max-width: 1400px){.s-footer-image{height:15rem}}@media(max-width: 1300px){.s-footer-image{height:14rem}}@media(max-width: 1200px){.s-footer-image{height:13rem}}@media(max-width: 1080px){.s-footer-image{height:11rem}}@media(max-width: 991px){.s-footer-image{height:9rem}}@media(max-width: 768px){.s-footer-image{height:8rem}}@media(max-width: 600px){.s-footer-image{height:7rem}}@media(max-width: 520px){.s-footer-image{height:4rem}}.s-footer-image img{width:100%;height:100%;object-fit:cover;object-position:center}.s-divider{display:flex;align-items:center;justify-content:space-between;gap:5.6rem}@media(max-width: 991px){.s-divider{gap:4rem}}@media(max-width: 520px){.s-divider{gap:2.4rem}}.s-divider-line{width:100%;height:1px;background:var(--background-two)}.s-divider-image{max-width:8.4rem;width:100%}@media(max-width: 520px){.s-divider-image{max-width:5.6rem}}.s-hero{position:relative;background:radial-gradient(50% 50% at 50% 50%, #BF0D0D 0%, #780909 100%);overflow:hidden}.s-hero:before{content:"";position:absolute;bottom:-4rem;left:-10rem;width:437px;height:750px;background:url(../assets/images/hero-before-image.svg);background-position:center;background-repeat:no-repeat;background-size:cover;pointer-events:none;mix-blend-mode:soft-light}@media(max-width: 1500px){.s-hero:before{left:-11rem}}@media(max-width: 1080px){.s-hero:before{bottom:unset}}@media(max-width: 991px){.s-hero:before{top:7rem;left:-11.5rem}}@media(max-width: 520px){.s-hero:before{left:-10rem}}.s-hero-wrapper{display:flex;align-items:center;justify-content:space-between;padding:14rem 0 7rem}@media(max-width: 991px){.s-hero-wrapper{flex-direction:column-reverse;gap:4.8rem}}@media(max-width: 520px){.s-hero-wrapper{gap:4rem}}.s-hero-image{position:relative;max-width:56.9rem;width:100%;animation:moveUpDown 6s linear infinite}@media(max-width: 1080px){.s-hero-image{max-width:43.9rem}}@media(max-width: 991px){.s-hero-image{max-width:56.9rem}}.s-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.s-hero-content{position:relative;max-width:59.2rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:3.2rem}@media(max-width: 991px){.s-hero-content{gap:2.4rem}}@media(max-width: 520px){.s-hero-content{gap:2rem}}.s-hero-content p{color:var(--white);text-align:center}.s-hero-logo{max-width:19.2rem;width:100%}@media(max-width: 520px){.s-hero-logo{max-width:14.2rem}}.s-about{padding-top:9.6rem}@media(max-width: 991px){.s-about{padding-top:8rem}}@media(max-width: 520px){.s-about{padding-top:5.6rem}}.s-about .title{align-items:center;padding-bottom:6.4rem}@media(max-width: 991px){.s-about .title{padding-bottom:5.6rem}}@media(max-width: 520px){.s-about .title{padding-bottom:4rem}}.s-about .title h2{max-width:62.4rem;width:100%;text-align:center}@media(max-width: 520px){.s-about .title h2{font-size:3rem}}@media(max-width: 420px){.s-about .title h2{font-size:2.9rem}}.s-about-wrapper{display:flex;justify-content:space-between;gap:3.2rem}@media(max-width: 1080px){.s-about-wrapper{flex-direction:column}}@media(max-width: 520px){.s-about-wrapper{gap:2.4rem}}.s-about-card{position:relative;max-width:48.8rem;width:100%;display:flex;justify-content:space-between;background:var(--primary);border-radius:2.4rem;padding:4rem 2.4rem 0 3.2rem;overflow:hidden}@media(max-width: 1080px){.s-about-card{max-width:100%}}@media(max-width: 520px){.s-about-card{flex-direction:column;align-items:center;gap:2.4rem;padding:3.2rem 2.4rem 0 2.4rem}}.s-about-card:before{content:"";position:absolute;top:-2.4rem;right:-8rem;width:203px;height:348px;background:url(../assets/images/about-card-before-image.svg);background-position:center;background-repeat:no-repeat;background-size:cover;pointer-events:none;mix-blend-mode:soft-light}@media(max-width: 1080px){.s-about-card:before{transform:rotate(270deg);top:9.6rem;left:8rem;right:unset}}@media(max-width: 600px){.s-about-card:before{top:8rem}}@media(max-width: 520px){.s-about-card:before{transform:unset;top:-2.4rem;right:-8rem;left:unset}}.s-about-card h3{max-width:16rem;width:100%;color:var(--white)}@media(max-width: 1080px){.s-about-card h3{max-width:44rem}}@media(max-width: 520px){.s-about-card h3{text-align:center}}.s-about-card h3 span{color:var(--secondary)}.s-about-card h3 svg{max-width:4.4rem;width:100%;height:100%}.s-about-card-image{position:relative;max-width:25.9rem;width:100%}@media(max-width: 1080px){.s-about-card-image{max-width:28.9rem}}@media(max-width: 991px){.s-about-card-image{max-width:29.9rem}}@media(max-width: 600px){.s-about-card-image{max-width:27.9rem}}@media(max-width: 520px){.s-about-card-image{max-width:25.9rem}}.s-about-card-image img{width:100%;height:100%;object-fit:cover;object-position:center}.s-about-content{max-width:69.6rem;width:100%;background:var(--background-one);border-radius:2.4rem}@media(max-width: 1080px){.s-about-content{max-width:100%}}.s-about-content-top{display:flex;align-items:center;gap:3.2rem;padding:3.2rem;border-bottom:3px solid var(--white)}@media(max-width: 520px){.s-about-content-top{flex-direction:column;align-items:flex-start;gap:1.6rem;padding:2.4rem}}.s-about-content-bottom{padding:3.2rem}@media(max-width: 520px){.s-about-content-bottom{padding:2.4rem}}.s-about-content-icon{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;background:var(--primary);border-radius:5rem}@media(max-width: 520px){.s-about-content-icon{width:4rem;height:4rem}}.s-about-content-icon svg{max-width:2.4rem;width:100%}.s-about-content h4{flex:1;color:var(--black)}.s-about-content p{font-size:1.8rem}@media(max-width: 520px){.s-about-content p{font-size:1.6rem}}@media(max-width: 991px){.s-security .title{align-items:center}}.s-security-wrapper{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:6.4rem}@media(max-width: 991px){.s-security-wrapper{flex-direction:column;align-items:center;gap:2.4rem;padding-bottom:5.6rem}}@media(max-width: 520px){.s-security-wrapper{padding-bottom:4rem}}.s-security-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:3.2rem}@media(max-width: 1080px){.s-security-cards{column-gap:2.4rem}}@media(max-width: 991px){.s-security-cards{grid-template-columns:repeat(2, 1fr);row-gap:4.8rem}}@media(max-width: 768px){.s-security-cards{grid-template-columns:repeat(1, 1fr)}}.s-security-cards-item{width:100%;display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 1080px){.s-security-cards-item{gap:2.4rem}}@media(max-width: 768px){.s-security-cards-item{align-items:center}}@media(max-width: 991px){.s-security-cards-item:last-of-type{grid-column:2 span;max-width:60%;width:100%;margin:0 auto}}@media(max-width: 768px){.s-security-cards-item:last-of-type{grid-column:unset;max-width:100%}}.s-security-cards-image{width:100%;border-radius:2.4rem}.s-security-cards-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:2.4rem}@media(max-width: 768px){.s-security-cards-text{max-width:80%;width:100%;text-align:center}}@media(max-width: 600px){.s-security-cards-text{max-width:90%}}@media(max-width: 520px){.s-security-cards-text{max-width:100%}}.s-security-title{max-width:66.6rem;width:100%}@media(max-width: 991px){.s-security-title{max-width:55.6rem;text-align:center}}.s-security-description{max-width:38.4rem;width:100%}@media(max-width: 1200px){.s-security-description{max-width:37.4rem}}@media(max-width: 1080px){.s-security-description{max-width:32.8rem}}@media(max-width: 991px){.s-security-description{max-width:53.4rem;text-align:center}}.s-advantages{padding-top:6.4rem}@media(max-width: 991px){.s-advantages{padding-top:8rem}}@media(max-width: 520px){.s-advantages{padding-top:6rem}}.s-advantages-wrapper{display:flex;align-items:center;justify-content:space-between}@media(max-width: 991px){.s-advantages-wrapper{flex-direction:column;gap:5.6rem}}@media(max-width: 520px){.s-advantages-wrapper{gap:21rem}}.s-advantages-text{color:var(--text)}@media(max-width: 768px){.s-advantages-text{font-size:2.9rem}}@media(max-width: 600px){.s-advantages-text{font-size:2.7rem}}@media(max-width: 520px){.s-advantages-text{font-size:2.3rem}}@media(max-width: 360px){.s-advantages-text{font-size:2.2rem}}.s-advantages-text-div{max-width:46.9rem;width:100%;display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 991px){.s-advantages-text-div{max-width:78.9rem;width:100%;text-align:center}}.s-advantages-content{position:relative;width:100%;display:flex;align-items:center;justify-content:flex-end}@media(max-width: 991px){.s-advantages-content{width:80%}}@media(max-width: 768px){.s-advantages-content{width:100%}}@media(max-width: 520px){.s-advantages-content{justify-content:center}}.s-advantages-image{position:absolute;left:4.8rem;max-width:42rem;width:100%;z-index:-1}@media(max-width: 1080px){.s-advantages-image{left:3.2rem}}@media(max-width: 991px){.s-advantages-image{left:0}}@media(max-width: 520px){.s-advantages-image{top:-50%}}.s-advantages-image img{width:100%;height:100%;object-fit:cover;object-position:center}.s-advantages-list{max-width:38.4rem;width:100%;display:flex;flex-direction:column}@media(max-width: 1080px){.s-advantages-list{max-width:34.4rem}}@media(max-width: 991px){.s-advantages-list{max-width:38.4rem}}@media(max-width: 600px){.s-advantages-list{max-width:34.4rem}}.s-advantages-list svg{max-width:3.2rem;width:100%}@media(max-width: 520px){.s-advantages-list svg{max-width:2.4rem}}.s-advantages-list svg path{stroke:var(--black);transition:all .3s ease}.s-advantages-list h4{color:var(--black);transition:all .3s ease}.s-advantages-list-item{display:flex;align-items:center;gap:2rem;background:var(--background-one);border-bottom:1px solid var(--background-two);padding:3.2rem 2.4rem;transition:all .3s ease}@media(max-width: 520px){.s-advantages-list-item{padding:2.4rem}}.s-advantages-list-item:first-of-type{border-top-left-radius:2.4rem;border-top-right-radius:2.4rem}.s-advantages-list-item:last-of-type{border-bottom-left-radius:2.4rem;border-bottom-right-radius:2.4rem;border-bottom:unset}.s-advantages-list-item.active{background:var(--primary)}.s-advantages-list-item.active svg path{stroke:var(--white)}.s-advantages-list-item.active h4{color:var(--white)}.s-benefits{background:var(--background-one);padding-top:10rem;overflow:hidden}@media(max-width: 991px){.s-benefits{padding-top:8rem}}@media(max-width: 520px){.s-benefits{padding-top:6rem}}.s-benefits-wrapper{display:flex;justify-content:space-between}@media(max-width: 991px){.s-benefits-wrapper{flex-direction:column}}.s-benefits-content{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:13rem}@media(max-width: 1080px){.s-benefits-content{padding-bottom:5rem}}@media(max-width: 991px){.s-benefits-content{flex-direction:row;justify-content:space-around}}@media(max-width: 768px){.s-benefits-content{flex-direction:column;align-items:center;gap:5rem}}.s-benefits-content-div{max-width:36.3rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media(max-width: 768px){.s-benefits-content-div{max-width:58.3rem}}@media(max-width: 768px){.s-benefits-content-div.first{max-width:39.3rem}}@media(max-width: 768px){.s-benefits-content-div.last{max-width:47.3rem}}.s-benefits-content:first-of-type .s-benefits-subtitle{max-width:65%}@media(max-width: 768px){.s-benefits-content:first-of-type .s-benefits-subtitle{max-width:100%}}@media(max-width: 991px){.s-benefits-content:last-of-type{padding-bottom:7rem}}.s-benefits-content:last-of-type .s-benefits-subtitle{max-width:85%}@media(max-width: 768px){.s-benefits-content:last-of-type .s-benefits-subtitle{max-width:100%}}.s-benefits-image{max-width:35.2rem;width:100%}@media(max-width: 1080px){.s-benefits-image{max-width:30.2rem}}@media(max-width: 991px){.s-benefits-image{order:1;align-self:center}}@media(max-width: 520px){.s-benefits-image{max-width:22.2rem}}.s-benefits-image img{width:100%;height:100%;object-fit:cover;object-position:center}.s-benefits-icon{max-width:4rem;width:100%}@media(max-width: 520px){.s-benefits-icon{max-width:3.2rem}}.s-benefits h4{color:var(--black);text-align:center}.s-benefits p{text-align:center}.s-differentials{overflow-x:hidden}.s-differentials .title{align-items:center;padding-bottom:6.4rem}@media(max-width: 991px){.s-differentials .title{padding-bottom:5.6rem}}@media(max-width: 520px){.s-differentials .title{padding-bottom:4rem}}.s-differentials .title h2{text-align:center}@media(max-width: 991px){.s-differentials .table-container{overflow-x:auto}}.s-differentials table{width:100%}@media(max-width: 991px){.s-differentials table{width:125%}}@media(max-width: 768px){.s-differentials table{width:150%}}@media(max-width: 600px){.s-differentials table{width:165%}}@media(max-width: 520px){.s-differentials table{width:180%}}.s-differentials table th{font-size:1.6rem;font-weight:700;line-height:100%;letter-spacing:-0.032rem;color:var(--primary);text-align:start;text-transform:uppercase;border-bottom:1px solid var(--background-two);padding-bottom:2.4rem}.s-differentials table td{font-size:1.6rem;font-weight:500;line-height:130%;color:var(--text);border-bottom:1px solid var(--background-two);padding:2.4rem 0}.s-differentials table td.subtitle{max-width:40%;width:100%;font-size:2.4rem;font-weight:700;line-height:130%;letter-spacing:-0.048rem}@media(max-width: 1080px){.s-differentials table td.subtitle{max-width:35%}}@media(max-width: 520px){.s-differentials table td.subtitle{max-width:unset;width:unset;font-size:2rem;letter-spacing:-0.04rem}}.s-brands-wrapper{display:flex;align-items:center;justify-content:space-between}@media(max-width: 1080px){.s-brands-wrapper{flex-direction:column;gap:4.8rem}}.s-brands .title{max-width:25rem;width:100%}@media(max-width: 1080px){.s-brands .title{max-width:100%;align-items:center}.s-brands .title h2{text-align:center}}@media(max-width: 420px){.s-brands .title{max-width:95%}}.s-brands-cards{display:flex;gap:3.2rem}@media(max-width: 1080px){.s-brands-cards{width:100%}}@media(max-width: 991px){.s-brands-cards{gap:2.4rem}}@media(max-width: 600px){.s-brands-cards{gap:2rem}}@media(max-width: 520px){.s-brands-cards{flex-direction:column;gap:2.4rem}}.s-brands-cards-item{position:relative;max-width:38.4rem;width:100%;height:38.4rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:2.4rem;background:var(--primary);padding:3.2rem 4.8rem 3.2rem 3.2rem}@media(max-width: 1080px){.s-brands-cards-item{max-width:100%;padding:3.2rem}}@media(max-width: 768px){.s-brands-cards-item{height:33.4rem}}@media(max-width: 600px){.s-brands-cards-item{padding:2.4rem}}@media(max-width: 520px){.s-brands-cards-item{height:100%;gap:4.8rem}}.s-brands-cards-item:before{content:"";position:absolute;top:-1.6rem;right:-1.6rem;width:129px;height:103px;background:url(../assets/images/logo-before-drfoods.svg);background-position:center;background-repeat:no-repeat;background-size:cover;pointer-events:none;mix-blend-mode:soft-light}.s-brands-cards-item h3{color:var(--white)}.s-brands-cards-item p{color:var(--white)}@media(max-width: 1080px){.s-brands-cards-item p{max-width:28rem;width:100%}}.s-brands-logo{max-width:16.4rem;width:100%}@media(max-width: 520px){.s-brands-logo{max-width:11.4rem}}.s-brands-texts{display:flex;flex-direction:column;gap:2.4rem}@media(max-width: 520px){.s-brands-texts{gap:1.6rem}}.page-template-page-politica .s-header{background:radial-gradient(50% 50% at 50% 50%, #BF0D0D 0%, #780909 100%)}.s-policy{padding-top:12rem;padding-bottom:8rem}.s-policy-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.s-policy h2{color:var(--primary);text-align:center}.s-policy h3{color:var(--primary);margin:4rem 0 1.6rem}.s-policy .last{margin-top:1.6rem}