/* Hero */
.home .hero{ background: var(--black); color: var(--white); max-height: 1100px; }
.home .hero:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); display: block; z-index: 5; }
.home .hero:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; }

.home .hero video{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; }
.home .hero .content{ display: flex; align-items: center; justify-content: center; position: relative; z-index: 30; }
.home .hero .text{ max-width: 800px; text-align: center; }
.home .hero .text h1{ color: var(--white); letter-spacing: -1px; margin-bottom: 30px; font-size: 92px; font-weight: 500; line-height: 1; font-family: var(--hanken); }
.home .hero .text h1 span{ display: block; }
.home .hero .text p{ font-weight: 200; font-size: 19px; line-height: 1.6; }
.home .hero .text .buttons{ margin-top: 30px; }
.home .hero .trusted-by{ position: absolute; font-size: 14px; color: #CED8FC; text-align: center; bottom: 150px; z-index: 10; }
.home .hero .logos-clients{ z-index: 10; }

/* Next Era */
.home .next-era{ background: var(--black); color: var(--white); padding: 140px 0; position: relative; }
.home .next-era #ai-pillars{ position: relative; top: -120px; }
.home .next-era:before{ content: ""; position: absolute; top: 50px; left: 50%; margin-left: -700px; width: 1400px; height: 436px; background: url("../img/homepage/v3/grad.jpg") no-repeat center center; background-size: 100% 100%; }
.home .next-era .content{ position: relative; z-index: 10; max-width: 1380px; }

.home .next-era .head{ text-align: center; margin-bottom: 60px; }
.home .next-era .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .next-era .head .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .next-era .head .title{ letter-spacing: -1px; position: relative; font-family: var(--hanken); font-size: 58px; }
.home .next-era .head .title span{ display: block; }
.home .next-era .head .title em{ font-style: italic; }
.home .next-era .head .title i{ font-size: 20px; position: relative; width: 0; display: inline-block; bottom: 24px; right: 2px; }
.home .next-era .head .description{ font-size: 17px; color: #CED8FC; line-height: 1.6; margin-top: 20px; font-weight: 300; }
.home .next-era .head .description span{ display: block; }

.home .next-era .ai-agents{ display: flex; justify-content: stretch; gap: 40px; }
.home .next-era .ai-agents li{ width: 33.333%; }
.home .next-era .ai-agents li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); height: 100%; padding: 1px; border-radius: 20px; }
.home .next-era .ai-agents li .box-content{ display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 50px 40px; background: linear-gradient(180deg, #000000 45.65%, #10083D 100%); border-radius: 20px; height: 100%; position: relative; overflow: hidden; }
.home .next-era .ai-agents li .box-content figure{ width: 100%; height: 190px; margin-bottom: 60px; margin-top: 40px; z-index: 10; }
.home .next-era .ai-agents li .box-content figure img{ height: 100%; width: auto; }
.home .next-era .ai-agents li .box-content h3{ font-size: 28px; margin-bottom: 15px; letter-spacing: -1px; z-index: 10; }
.home .next-era .ai-agents li .box-content p{ font-size: 16px; color: #CED8FC; font-weight: 300; line-height: 1.6; z-index: 10; }
.home .next-era .ai-agents li .box-content .button{ margin-top: 30px; z-index: 10; }
.home .next-era .ai-agents li .box-content .button:hover{ background: transparent !important; color: var(--white) !important; }

.home .next-era .ai-agents li .box-content:before{ content: ""; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: radial-gradient(81.48% 81.48% at 51.8% 116.72%, #8673F6 0%, #3C2E91 41.33%, #000000 100%); transition: all .6s; opacity: 0; }
.home .next-era .ai-agents li .box-content:hover:before{ opacity: 1; }
.home .next-era .ai-agents li .box-content:hover .button{ background: var(--white); color: var(--black); border-color: var(--white); }

    .home .next-era .ai-agents li.accelerate figure img{}
    .home .next-era .ai-agents li.agentic figure img{}
    .home .next-era .ai-agents li.data-foundation figure img{}

/* Outcomes */
.home .outcomes{ background: var(--black); color: var(--white); padding: 60px 0; position: relative; }
.home .outcomes .head{ text-align: center; margin-bottom: 60px; }
.home .outcomes .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .outcomes .head .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .outcomes .head .title{ letter-spacing: -1px; font-family: var(--hanken); }

.home .outcomes .outcomes-table{ background: url("../img/homepage/v3/outcomes-table.svg"); background-size: 100% 100%; width: 1024px; height: 530px; margin: 80px auto 0; display: flex; flex-wrap: wrap; }
.home .outcomes .outcomes-table li{ width: 341px; height: 253px; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.home .outcomes .outcomes-table li .value{ background: linear-gradient(90.22deg, #FFFFFF -5.98%, #A3C0FF 92.23%); background-clip: text; color: transparent; letter-spacing: -3px; font-size: 68px; font-weight: 200; }
.home .outcomes .outcomes-table li .description{ font-size: 14px; font-weight: 300; line-height: 1.6; }
.home .outcomes .outcomes-table li .description span{ display: block; }

/* Security */
.home .security-matters{ background: var(--black); color: var(--white); padding: 100px 0; position: relative; }
.home .security-matters .head{ text-align: center; margin-bottom: 60px; }
.home .security-matters .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .security-matters .head .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .security-matters .head .title{ letter-spacing: -1px; font-family: var(--hanken); }
.home .security-matters .head .title span{ display: block; }
.home .security-matters .head .title em{ font-style: italic; }
.home .security-matters .head .title i{ font-size: 29px; position: relative; width: 0; display: inline-block; bottom: 10px; right: -4px; }

.home .security-matters .circle{ position: relative; }
.home .security-matters .circle .main-image{ width: 570px; margin: 0 auto; }
.home .security-matters .circle .main-image img{ width: 100%; }

.home .security-matters .circle .floating-text{ position: absolute; max-width: 320px; }
.home .security-matters .circle .floating-text figure{ display: none; }
.home .security-matters .circle .floating-text figure img{ width: 100%; }
.home .security-matters .circle .floating-text h4{ font-size: 24px; margin-bottom: 10px; }
.home .security-matters .circle .floating-text h4 span{ display: block; }
.home .security-matters .circle .floating-text p{ font-size: 15px; color: #CED8FC; font-weight: 300; line-height: 1.6; }

    .home .security-matters .circle .floating-text.regulatory{ top: 150px; left: -20px; text-align: right; } 
    .home .security-matters .circle .floating-text.transparent{ top: 150px; right: -10px; } 
    .home .security-matters .circle .floating-text.human{ bottom: -80px; text-align: center; left: 50%; margin-left: -160px; } 

/* Accelerate AI */
.home .accelerate-ai{ background: var(--black); color: var(--white); padding: 20px 0; position: relative; line-height: 1.6; }
.home .accelerate-ai .content{ display: flex; justify-content: space-between; align-items: center; max-width: 1100px; position: relative; }
.home .accelerate-ai .left{ width: 400px; }
.home .accelerate-ai .left h2{ letter-spacing: -1px; font-size: 44px; margin-bottom: 20px; font-family: var(--hanken); }
.home .accelerate-ai .left h2 span{ font-size: 15px; display: inline-block; position: relative; top: -21px; right: -5px; }
.home .accelerate-ai .left .subtitle{ font-weight: 300; margin-bottom: 20px; }
.home .accelerate-ai .left .description{ color: #CED8FC; font-size: 15px; margin-bottom: 40px; font-weight: 300; }
.home .accelerate-ai .left .button{ margin-bottom: 40px; }
.home .accelerate-ai .left .badges{ display: flex; gap: 15px; align-items: center; }
.home .accelerate-ai .left .badges li{ width: 60px; }
.home .accelerate-ai .left .badges li figure{ width: 100%; }
.home .accelerate-ai .left .badges li figure img{ width: 100%; }

    .home .accelerate-ai .left .badges li.soc{ width: 50px; }
    .home .accelerate-ai .left .badges li.iso{ width: 60px; }
    .home .accelerate-ai .left .badges li.iso2{ width: 60px; }
    .home .accelerate-ai .left .badges li.s{ width: 36px; }

.home .accelerate-ai .right{ width: 500px; position: relative; }
.home .accelerate-ai .right .main-image{}
.home .accelerate-ai .right .main-image img{ width: 100%; }

.home .accelerate-ai .right .floating-text{ position: absolute; max-width: 320px; }
.home .accelerate-ai .right .floating-text h4{ font-size: 18px; margin-bottom: 5px; }
.home .accelerate-ai .right .floating-text figure{ display: none; }
.home .accelerate-ai .right .floating-text figure img{ width: 100%; }
.home .accelerate-ai .right .floating-text h4 span{ display: block; }
.home .accelerate-ai .right .floating-text p{ font-size: 13px; color: #CED8FC; font-weight: 300; line-height: 1.6; max-width: 200px; }

    .home .accelerate-ai .right .floating-text.loop{ top: 1px; right: -52px; } 
    .home .accelerate-ai .right .floating-text.responsible{ bottom: 90px; left: -190px; text-align: right; } 
    .home .accelerate-ai .right .floating-text.augmented{ bottom: 193px; right: -204px; } 

/* Agentic Factory */
.home .agentic-factory{ background: var(--black); color: var(--white); padding: 140px 0; position: relative; line-height: 1.6; }
.home .agentic-factory .content{ display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; max-width: 1100px; position: relative; }
.home .agentic-factory .left{ width: 400px; }
.home .agentic-factory .left h2{ letter-spacing: -1px; font-size: 44px; margin-bottom: 20px; font-family: var(--hanken); }
.home .agentic-factory .left h2 span{ font-size: 15px; display: inline-block; position: relative; top: -21px; right: -5px; }
.home .agentic-factory .left .subtitle{ font-weight: 300; margin-bottom: 20px; font-size: 22px; }
.home .agentic-factory .left .description{ color: #CED8FC; font-size: 15px; margin-bottom: 30px; font-weight: 300; }
.home .agentic-factory .left .button{ margin-bottom: 60px; }
.home .agentic-factory .left .tailor{ display: flex; justify-content: stretch; gap: 15px; }
.home .agentic-factory .left .tailor li{ width: 100px; }
.home .agentic-factory .left .tailor li .box-border{ background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%); padding: 1px; border-radius: 10px; height: 100%; }
.home .agentic-factory .left .tailor li .box-content{ background: #09051f; box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset; border-radius: 10px; padding: 0 0 10px; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; text-align: center; height: 100%; }
.home .agentic-factory .left .tailor li .box-content i{ font-size: 52px; display: block; height: 80px; }
.home .agentic-factory .left .tailor li .box-content p{ font-size: 11px; color: #E6E7FF; }
.home .agentic-factory .left .tailor li .box-content p span{ display: block; }

.home .agentic-factory .right{ width: 550px; position: relative; }
.home .agentic-factory .right figure{}
.home .agentic-factory .right figure img{ width: 100%; }

.home .agentic-factory .right .floating-text{ position: absolute; width: 100%; text-align: center; font-size: 15px; }

    .home .agentic-factory .right .floating-text.industry{ top: 47px; } 
    .home .agentic-factory .right .floating-text.platform{ top: 123px; } 
    .home .agentic-factory .right .floating-text.techs{ top: 212px; } 

/* Techs Bar */
.home .techs-bar{ background: var(--black); color: var(--white); padding: 140px 0; position: relative; }
.home .techs-bar .content{ background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%); padding: 1px 0; position: relative; z-index: 10; }
.home .techs-bar .radial-gradient-top,
.home .techs-bar .radial-gradient-bottom{ width: 700px; height: 190px; background: radial-gradient(96.06% 155.94% at 50% 205.94%, #545DFF 0%, #000000 100%); position: absolute; margin-left: -350px; left: 50%; top: -20px; opacity: .8; }
.home .techs-bar .radial-gradient-bottom{ rotate: 180deg; top: auto; bottom: -15px; }
.home .techs-bar .box-content{ height: 100px; background: var(--black); }
.home .techs-bar .box-content ul{ display: flex; align-items: center; justify-content: center; gap: 40px; height: 100%; }
.home .techs-bar .box-content ul li{}
.home .techs-bar .box-content ul li figure{}
.home .techs-bar .box-content ul li figure img{ width: 100%; }

    .home .techs-bar .box-content ul li.databricks{ width: 140px; }
    .home .techs-bar .box-content ul li.aws{ width: 60px; }
    .home .techs-bar .box-content ul li.azure{ width: 110px; }
    .home .techs-bar .box-content ul li.openai{ width: 110px; }
    .home .techs-bar .box-content ul li.anthropic{ width: 130px; }
    .home .techs-bar .box-content ul li.landgraph{ width: 140px; }
    .home .techs-bar .box-content ul li.nvidia{ width: 120px; }
    .home .techs-bar .box-content ul li.llama{ width: 75px; }

/* Studios Logos Bar */
.home .studios-logos-bar{ background: var(--black); color: var(--white); padding: 150px 0 0; position: relative; }
.home .studios-logos-bar .section-title-wrap{ margin-bottom: 60px; }
.home .studios-logos-bar .section-title-wrap .section-title{ text-align: center; letter-spacing: -1px; font-size: 42px; font-family: var(--hanken); }
.home .studios-logos-bar .section-title-wrap .section-title span{ display: block; }
.home .studios-logos-bar .content{ background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%); padding: 1px 0; }
.home .studios-logos-bar .box-content{ height: 80px; background: var(--black); }
.home .studios-logos-bar .box-content .studios{ display: flex; justify-content: space-between; align-items: center; height: 100%; }
.home .studios-logos-bar .box-content .studios li{ position: relative; padding-right: 10px; margin-right: 10px; }
.home .studios-logos-bar .box-content .studios li:before{ content: ""; display: block; width: 1px; height: 40px; background: linear-gradient(90deg, #020032 0%, #626262 54%, #020031 100%); position: absolute; opacity: .6; top: 0; left: -15px; }
.home .studios-logos-bar .box-content .studios li:first-child:before{ display: none; }
.home .studios-logos-bar .box-content .studios li a{ display: flex; align-items: center; color: var(--white); }
.home .studios-logos-bar .box-content .studios li i{ color: #B8BCFF; font-size: 32px; margin-right: 5px; }
.home .studios-logos-bar .box-content .studios li p{ font-size: 11px; line-height: 1.3; }
.home .studios-logos-bar .box-content .studios li span{ display: block; }

/* Data Foundation */
.home .data-foundation{ background: var(--black); color: var(--white); padding: 100px 0 0; position: relative; line-height: 1.6; }
.home .data-foundation .content{ display: flex; justify-content: space-between; align-items: center; max-width: 1100px; position: relative; z-index: 10; }
.home .data-foundation .left{ width: 450px; }
.home .data-foundation .left h2{ letter-spacing: -1px; font-size: 44px; margin-bottom: 20px; font-family: var(--hanken); }
.home .data-foundation .left h2 span{ font-size: 15px; display: inline-block; position: relative; top: -21px; right: -5px; }
.home .data-foundation .left .subtitle{ font-weight: 300; margin-bottom: 20px; font-size: 22px; }
.home .data-foundation .left .description{ color: #CED8FC; font-size: 15px; margin-bottom: 30px; font-weight: 300; }
.home .data-foundation .left .button{ margin-bottom: 60px; }
.home .data-foundation .left .badges{ display: flex; align-items: center; }
.home .data-foundation .left .badges li{ margin-right: 30px; }
.home .data-foundation .left .badges li figure{ width: 100%; }
.home .data-foundation .left .badges li figure img{ width: 100%; }

    .home .data-foundation .left .badges li.aws{ width: 110px; }
    .home .data-foundation .left .badges li.databricks{ width: 110px; }
    .home .data-foundation .left .badges li.snowflake{ width: 120px; }

.home .data-foundation .right{ width: 550px; position: relative; }
.home .data-foundation .right figure{}
.home .data-foundation .right figure img{ width: 100%; }

.home .data-foundation .right .floating-text{ position: absolute; width: 100%; text-align: center; font-size: 14px; }
    
    .home .data-foundation .right .floating-text.ai{ top: 107px; }
    .home .data-foundation .right .floating-text.analytics{ top: 168px; }
    .home .data-foundation .right .floating-text.management{ top: 237px; }
    .home .data-foundation .right .floating-text.storage{ top: 313px; }
    .home .data-foundation .right .floating-text.governance{ top: 393px; }

/* Data Foundation Bar */
.home .data-foundation-bar{ background: var(--black); color: var(--white); padding: 140px 0; position: relative; }
.home .data-foundation-bar .content{ background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%); padding: 1px 0; position: relative; z-index: 10; }
.home .data-foundation-bar .radial-gradient-top,
.home .data-foundation-bar .radial-gradient-bottom{ width: 700px; height: 190px; background: radial-gradient(96.06% 155.94% at 50% 205.94%, #545DFF 0%, #000000 100%); position: absolute; margin-left: -350px; left: 50%; top: -20px; opacity: .8; }
.home .data-foundation-bar .radial-gradient-bottom{ rotate: 180deg; top: auto; bottom: -15px; }
.home .data-foundation-bar .box-content{ height: 100px; background: var(--black); }
.home .data-foundation-bar .box-content ul{ display: flex; align-items: center; justify-content: center; gap: 60px; height: 100%; }
.home .data-foundation-bar .box-content ul li{}
.home .data-foundation-bar .box-content ul li figure{}
.home .data-foundation-bar .box-content ul li figure img{ width: 100%; }

    .home .data-foundation-bar .box-content ul li.databricks{ width: 190px; }
    .home .data-foundation-bar .box-content ul li.azure{ width: 130px; }
    .home .data-foundation-bar .box-content ul li.aws{ width: 70px; }
    .home .data-foundation-bar .box-content ul li.gcp{ width: 200px; }
    .home .data-foundation-bar .box-content ul li.snowflake{ width: 160px; }

/* Trusted */
.home .trusted{ background: var(--black); color: var(--white); padding: 100px 0 150px; position: relative; }
.home .trusted .head{ text-align: center; margin-bottom: 50px; }
.home .trusted .head .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .trusted .head .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .trusted .head .title{ letter-spacing: -1px; font-family: var(--hanken); }

.home .trusted .trusted-testimonials{ display: flex; justify-content: space-between; gap: 70px; line-height: 1.6; text-align: center; }
.home .trusted .trusted-testimonials li{}
.home .trusted .trusted-testimonials li .box-content{}
.home .trusted .trusted-testimonials li .box-content figure{ margin: 0 auto; height: 90px; display: flex; align-items: center; }
.home .trusted .trusted-testimonials li .box-content figure img{ width: 100%; height: auto; }
.home .trusted .trusted-testimonials li .box-content .quote{ font-size: 14px; font-weight: 300; text-align: center; color: #D6D6D6; margin-bottom: 20px; }
.home .trusted .trusted-testimonials li .box-content .quoter{ font-size: 14px; white-space: nowrap; }
.home .trusted .trusted-testimonials li .box-content .quoter span{ display: inline-block; color: #444; padding: 0 5px; }

    .home .trusted .trusted-testimonials li.cardiex .box-content figure{ width: 130px; } 
    .home .trusted .trusted-testimonials li.carebridge .box-content figure{ width: 120px; } 
    .home .trusted .trusted-testimonials li.liongard .box-content figure{ width: 180px; } 

/* Avant Case */
.home .avant-case{ background: var(--black); color: var(--white); padding: 100px 0 70px; position: relative; overflow: hidden; }
.home .avant-case:before{ content: ""; display: block; width: 1440px; height: 800px; background: url("../img/homepage/v3/bg-avant.png"); background-size: cover; position: absolute; top: 0; left: 50%; margin-left: -720px; z-index: 1; opacity: .8; }
.home .avant-case .content{ display: flex; justify-content: space-between; position: relative; z-index: 10; }
.home .avant-case .content .left{ width: 600px; }
.home .avant-case .content .left figure{ width: 220px; margin-bottom: 30px; }
.home .avant-case .content .left figure img{ width: 100%; }
.home .avant-case .content .left h2{ font-family: var(--hanken); letter-spacing: -1px; font-size: 38px; margin-bottom: 20px; line-height: 1.1; max-width: 500px; }
.home .avant-case .content .left p{ color: #DCE3FF; line-height: 1.8; font-size: 14px; font-weight: 300; max-width: 500px; }
.home .avant-case .content .left .values{ display: flex; flex-wrap: wrap; margin-top: 30px; margin-left: -10px; }
.home .avant-case .content .left .values li{ width: 50%; padding: 5px; }
.home .avant-case .content .left .values li .box-content{ background: linear-gradient(272.9deg, #EDECFF -52.95%, #FFFFFF 76.32%); padding: 0 10px; display: flex; border-radius: 15px; align-items: center; }
.home .avant-case .content .left .values li .box-content .value{ background: linear-gradient(281.46deg, #0E5AFF 29.24%, #A5CEFF 102.23%); background-clip: text; color: transparent; font-size: 52px; font-weight: 700; letter-spacing: -3px; padding-right: 15px; font-family: var(--hanken); }
.home .avant-case .content .left .values li .box-content .description{ color: #01427A; font-size: 13px; line-height: 1.4; font-weight: 500; }
.home .avant-case .content .left .values li .box-content .description span{ display: block; }
.home .avant-case .content .left .button{ margin-top: 30px; }

.home .avant-case .content .right{ width: 550px; position: relative; top: 50px; }
.home .avant-case .content .right figure{}
.home .avant-case .content .right figure img{ width: 100%; }

/* White Paper */
.home .white-paper-home{ background: var(--black); color: var(--white); margin-top: -40px; border-radius: 0; z-index: 10; position: relative; height: 700px; padding: 0; overflow: hidden; }
.home .white-paper-home:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; }
.home .white-paper-home .content{ display: flex; flex-direction: row-reverse; position: relative; padding: 120px 0; height: 100%; align-items: center; }
.home .white-paper-home .left{ position: absolute; top: 120px; left: -50px; height: auto; width: 580px; }
.home .white-paper-home .left img{ width: 100%; height: auto; }
.home .white-paper-home .right{ max-width: 500px; position: relative; z-index: 20; }
.home .white-paper-home .right .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .white-paper-home .right .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .white-paper-home .right .title{ font-size: 52px; font-weight: 600; margin-bottom: 30px; font-family: var(--hanken); letter-spacing: -1px; }
.home .white-paper-home .right .title span{ display: block; }
.home .white-paper-home .right .description{ line-height: 1.7; font-size: 15px; margin-bottom: 40px; font-weight: 300; }

.home .report-modal .modal-content{ width: 96%; height: 96%; padding: 0; }
.home .report-modal .modal-content iframe{ width: 100%; height: 100%; }

/* Case Study OnePay */
.home .one-case-section{ background: var(--black); color: var(--white); overflow: hidden; padding: 0; }
.home .one-case-section:before{ content: ""; display: block; width: 1430px; height: 1794px; background: url("../img/homepage/zigzag.svg"); position: absolute; top: 50%; left: 50%; margin-left: -450px; margin-top: -880px; }
.home .one-case-section .shadows{ height: 100%; padding: 100px 0; position: relative; }
.home .one-case-section .shadows:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; rotate: 180deg; }
.home .one-case-section .shadows:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 500px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; }
.home .one-case-section .content{ position: relative; z-index: 20; }
.home .one-case-section .text{ max-width: 520px; position: relative; z-index: 10; }
.home .one-case-section .text .one-logo{ width: 150px; margin-bottom: 30px; }
.home .one-case-section .text .one-logo img{ width: 100%; }
.home .one-case-section .text .title{ line-height: 1.2; font-size: 38px; letter-spacing: -1px; margin-bottom: 30px; font-weight: 400; font-family: var(--hanken); }
.home .one-case-section .text .description{ line-height: 1.5; font-weight: 200; font-size: 16px; }
.home .one-case-section .text .button{ margin-top: 30px; }
.home .one-case-section .values{ margin-top: 50px; position: relative; z-index: 10; display: flex; }
.home .one-case-section .values li{ margin-bottom: 30px; margin-right: 40px; }
.home .one-case-section .values li .big{ font-weight: 600; font-size: 48px; letter-spacing: -1px; margin-bottom: 5px; background: linear-gradient(281.46deg, #0E5AFF 29.24%, #A5CEFF 102.23%); background-clip: text; color: transparent; }
.home .one-case-section .values li .small{ font-size: 17px; font-weight: 300; }
.home .one-case-section .one-phone{ position: absolute; top: 50px; right: 0; width: 660px; }
.home .one-case-section .one-phone img{ width: 100%; }

/*Recognitions*/
.home .recognitions{ padding: 130px 0; position: relative; background: var(--black); color: var(--white); }
.home .recognitions .content{ position: relative; } 
.home .recognitions .header-info{ position: absolute; right: 70px; width: 360px; top: 0; }
.home .recognitions .header-info .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .recognitions .header-info .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .recognitions .header-info h2{ font-size: 37px; letter-spacing: -1px; font-weight: 500; font-family: var(--hanken); }

.home .recognitions .left-image{ width: 550px; height: 720px; background: #111; border-radius: 20px; top: 70px; position: relative; overflow: hidden; }
.home .recognitions .left-image img{ width: 100%; height: 100%; object-fit: cover; }

.home .recognitions .recognitions-carrousel{ position: absolute; bottom: -40px; right: -50px; padding: 50px; overflow: visible; }
.home .recognitions .recognitions-carrousel .certificates-list{ display: flex; align-items: stretch; }
.home .recognitions .recognitions-carrousel .certificates-list .certification-box{ width: 310px; padding: 50px 30px 30px; border-radius: 20px; background: radial-gradient(100.14% 100.1% at 50% 132.84%, #8673F6 0%, #7F6CED 0%, #3C2E91 37.82%, #000000 100%); box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.08); border: 1px solid #232531; margin-right: 20px; position: relative; height: auto; }
.home .recognitions .recognitions-carrousel .certificates-list .certification-box figure{ width: 90px; position: absolute; top: 0; right: 0; }
.home .recognitions .recognitions-carrousel .certificates-list .certification-box figure img{ width: 100%; }
.home .recognitions .recognitions-carrousel .certificates-list .certification-box h4{ font-size: 28px; line-height: 1.1; margin-bottom: 40px; letter-spacing: -1px; }
.home .recognitions .recognitions-carrousel .certificates-list .certification-box p{ line-height: 1.6; margin-bottom: 25px; font-size: 15px; font-weight: 300; }

    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.nps figure{ width: 65px; top: -48px; right: 15px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.gptw figure{ width: 61px; top: -40px; right: 30px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch figure{ width: 77px; top: -26px; right: 31px; }
    
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch{ margin-right: 0; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch .reviews-awards .reviews .rating-title{ margin-bottom: 5px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch .reviews-awards .reviews .stars-block li.reviews-number{ font-size: 14px; position: relative; top: 2px; }

/*Security*/
.home .security{ padding: 100px 0 140px; background: var(--black); color: var(--white); }
.home .security .content{ position: relative; }
.home .security .header-info{ display: flex; justify-content: space-between; }
.home .security .header-info .left{ width: 400px; }
.home .security .header-info .left .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .security .header-info .left .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .security .header-info h2{ font-size: 37px; letter-spacing: -1px; font-weight: 500; font-family: var(--hanken); }
.home .security .header-info .description{ color: #CFCFCF; width: 540px; line-height: 1.5; font-size: 16px; padding-top: 46px; font-weight: 300; }

.home .security .big-image{ height: 450px; overflow: hidden; border-radius: 20px; margin: 70px 0; }
.home .security .big-image img{ width: 100%; height: 100%; object-fit: cover; object-position: 0 0; }

.home .security .security-certificates{ display: flex; justify-content: space-between; }
.home .security .security-certificates li{ display: flex; align-items: center; width: 45%; }
.home .security .security-certificates li figure{ width: 80px; min-width: 80px; margin-right: 40px; }
.home .security .security-certificates li figure img{ width: 100%; }
.home .security .security-certificates li p{ color: #CFCFCF; line-height: 1.6; font-size: 16px; font-weight: 300; }
.home .security .security-certificates li.iso figure{ width: 90px; min-width: 90px; }

/* Databricks */
.home .databricks-home{ background: var(--black); color: var(--white); position: relative; height: 700px; padding: 0; overflow: hidden; }
.home .databricks-home:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; rotate: 180deg; }
.home .databricks-home:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); display: block; z-index: 5; }
.home .databricks-home .content{ display: flex; flex-direction: row-reverse; justify-content: space-between; position: relative; padding: 120px 0; height: 100%; align-items: center; max-width: 960px; }
.home .databricks-home .left{ width: 250px; min-width: 250px; border-radius: 20px; overflow: hidden; line-height: 0; }
.home .databricks-home .left img{ width: 100%; }
.home .databricks-home .right{ max-width: 550px; position: relative; z-index: 20; }
.home .databricks-home .right .label{ text-transform: uppercase; font-size: 13px; background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%); display: inline-block; padding: 1px; border-radius: 30px; margin-bottom: 20px; }
.home .databricks-home .right .label span{ display: inline-block; padding: 6px 12px; border-radius: 30px; background: var(--black); }
.home .databricks-home .right .title{ font-size: 36px; font-weight: 600; margin-bottom: 30px; font-family: var(--hanken); }
.home .databricks-home .right .title span{ display: block; }
.home .databricks-home .right .description{ line-height: 1.7; font-size: 15px; margin-bottom: 40px; font-weight: 300; }
.home .databricks-home .right .description strong{ font-weight: 600; }

.home .databricks-home .iso{ width: 1000px; height: 1000px; background: url("../img/homepage/v3/databricks-gray.svg"); background-size: 1000px 1000px; position: absolute; top: -250px; right: 50%; margin-right: -980px; opacity: .3; }

.home .report-modal .modal-content{ width: 96%; height: 96%; padding: 0; }
.home .report-modal .modal-content iframe{ width: 100%; height: 100%; }

@media screen and (max-width: 1520px){

    /* Next era */
    .home .next-era .content{ padding: 0 20px; }

    /* Accelerate AI */
    .home .accelerate-ai .right{ width: 430px; position: relative; left: -110px; }
    .home .accelerate-ai .right .floating-text.loop { top: 1px; right: -72px; }
    .home .accelerate-ai .right .floating-text.augmented { bottom: 153px; right: -204px; }
    .home .accelerate-ai .right .floating-text.responsible { bottom: 70px; left: -195px; }


}

@media screen and (max-width: 1280px){

    /* Hero */
    .home .hero .text h1{ font-size: 72px; }
    .home .hero .text p{ font-size: 16px; }

    /* White Paper Home */
    .home .white-paper-home{ height: 650px; }
    .home .white-paper-home .content{ padding: 120px 20px; }
    .home .white-paper-home .left{ top: 100px; left: -50px; width: 570px; }
    .home .white-paper-home .right{ max-width: 450px; }

    /* Next era */
    .home .next-era .ai-agents li .box-content figure{ height: 150px; }
    .home .next-era .ai-agents li .box-content h3{ font-size: 24px; }
    .home .next-era .ai-agents li .box-content p{ font-size: 14px; }

    /* Outcomes */
    .home .outcomes .outcomes-table{ width: 100%; height: auto; background: none; max-width: 660px; }
    .home .outcomes .outcomes-table li{ width: 50%; height: 200px; }
    .home .outcomes .outcomes-table li .value{ font-size: 58px; }
    .home .outcomes .outcomes-table li .description{ font-size: 13px; }
    .home .outcomes .outcomes-table li:nth-child(2),
    .home .outcomes .outcomes-table li:nth-child(3),
    .home .outcomes .outcomes-table li:nth-child(6){ background: url("../img/homepage/v3/table-bg-mobile.png"); background-size: 100% 100%; }

    /* Security */
    .home .security-matters .head .title{ font-size: 38px; }
    .home .security-matters .circle{ scale: .85; }
    .home .security-matters .circle .floating-text{ max-width: 300px; }
    .home .security-matters .circle .floating-text.transparent { right: 50%; margin-right: -580px; }
    .home .security-matters .circle .floating-text.regulatory { left: 50%; margin-left: -580px; }

    /* Techs Bar */
    .home .techs-bar{ padding: 70px 0; }
    .home .techs-bar .box-content{ height: auto; padding: 40px; }
    .home .techs-bar .box-content ul{ flex-wrap: wrap; }
    .home .techs-bar .radial-gradient-top, 
    .home .techs-bar .radial-gradient-bottom{ height: 110px; top: -20px; }
    .home .techs-bar .radial-gradient-bottom{ top: auto; bottom: -20px; }

    /* Studios Logos Bar */
    .home .studios-logos-bar{ padding: 60px 0 0; }
    .home .studios-logos-bar .section-title-wrap{ margin-bottom: 30px; }
    .home .studios-logos-bar .section-title-wrap .section-title{ font-size: 36px; }
    .home .studios-logos-bar .box-content{ height: auto; padding: 40px; }
    .home .studios-logos-bar .box-content ul{ flex-wrap: wrap; }
    .home .studios-logos-bar .box-content .studios{ justify-content: center; gap: 30px; }
    .home .studios-logos-bar .box-content .studios li{ padding: 0; margin: 0; }
    .home .studios-logos-bar .box-content .studios li:before{ display: none; }

    /* Data Foundation */
    .home .data-foundation{ padding: 0 0 40px; }
    .home .data-foundation .left h2{ font-size: 38px; }
    .home .data-foundation .left .subtitle{ font-size: 18px; }
    .home .data-foundation .left .description{ font-size: 14px; }
    
    .home .data-foundation .right figure{scale: .9; }
    
        .home .data-foundation .right .floating-text{ font-size: 13px; }
        .home .data-foundation .right .floating-text.ai{ top: 123px; }
        .home .data-foundation .right .floating-text.analytics{ top: 178px; }
        .home .data-foundation .right .floating-text.management{ top: 241px; }
        .home .data-foundation .right .floating-text.storage{ top: 309px; }
        .home .data-foundation .right .floating-text.governance{ top: 382px; }

    /* Data Foundation Bar */
    .home .data-foundation-bar{ padding: 70px 0; }
    .home .data-foundation-bar .box-content{ height: auto; padding: 40px; }
    .home .data-foundation-bar .box-content ul{ flex-wrap: wrap; }
    .home .data-foundation-bar .radial-gradient-top, 
    .home .data-foundation-bar .radial-gradient-bottom{ height: 110px; top: -20px; }
    .home .data-foundation-bar .radial-gradient-bottom{ top: auto; bottom: -20px; }

    /* Accelerate AI */
    .home .accelerate-ai .content{ flex-direction: column; }
    .home .accelerate-ai .left{ width: 100%; max-width: 710px; }
    .home .accelerate-ai .left h2{ font-size: 38px; }
    .home .accelerate-ai .left .subtitle{ font-size: 18px; }
    .home .accelerate-ai .left .description{ font-size: 14px; }
    .home .accelerate-ai .right{ scale: .9; left: 0; margin-top: 30px; }

    /* Agentic Factory */
    .home .agentic-factory{ padding: 100px 0 20px; }
    .home .agentic-factory .left h2{ font-size: 38px; }
    .home .agentic-factory .left .subtitle{ font-size: 18px; }
    .home .agentic-factory .left .description{ font-size: 14px; }

    /* Avant Case */
    .home .avant-case{ padding: 60px 0 70px; }
    .home .avant-case .content .left h2{ font-size: 32px; }
    .home .avant-case .content .left p{ font-size: 13px; }

    /* Trusted */
    .home .trusted .head .title{ font-size: 42px; }

    /*Recognitions*/
    .home .recognitions .header-info{ top: -40px; }
    .home .recognitions .certificates-list{ right: 40px; bottom: 0; }
    .home .recognitions .certificates-list .certification-box{ width: 380px; padding: 70px 50px 30px; }
    .home .recognitions .certificates-list .certification-box.nps figure{ width: 110px; }
    .home .recognitions .certificates-list .certification-box.gptw figure{ width: 75px; }
    .home .recognitions .left-image{ width: 440px; height: 730px; }

    /* Case Study OnePay */
    .home .one-case-section .text .one-logo{ width: 130px; }
    .home .one-case-section .text .title{ font-size: 32px; }
    .home .one-case-section .text .description{ font-size: 16px; }
    .home .one-case-section .values li .big{ font-size: 38px; }
    .home .one-case-section .values li .small{ font-size: 17px; }
    .home .one-case-section .one-phone{ width: 590px; right: 20px; }


}

@media screen and (max-width: 1024px){

    /* Hero */
    .home .hero .text h1{ font-size: 62px; }

    /* White Paper Home */
    .home .white-paper-home{ height: auto; }
    .home .white-paper-home .content{ padding: 50px 20px 70px; flex-direction: column-reverse; }
    .home .white-paper-home .left{ position: relative; width: 80%; left: auto; top: auto; padding-top: 40%; margin-top: 30px; }
    .home .white-paper-home .left img{ position: absolute; top: 0; left: 0; }
    .home .white-paper-home .right{ max-width: 100%; }
    .home .white-paper-home .right .title{ font-size: 38px; }
    .home .white-paper-home .right .title span{ display: inline; }
    .home .white-paper-home .right .description{ font-size: 14px; }
    .home .white-paper-home:after{ height: 140px; }

    /* Next era */
    .home .next-era{ padding: 140px 0 0; }
    .home .next-era .head .title{ font-size: 42px; }
    .home .next-era .head .title span{ display: inline; }
    .home .next-era .head .description{ font-size: 14px; }
    .home .next-era .head .description span{ display: inline; }
    .home .next-era .ai-agents{ flex-direction: column; max-width: 450px; margin: 0 auto; }
    .home .next-era .ai-agents li{ width: 100%; }

    /* Outcomes */
    .home .outcomes .head .title{ font-size: 32px; }
    .home .outcomes .outcomes-table{ width: 100%; height: auto; flex-direction: column; background: none; max-width: 400px; }
    .home .outcomes .outcomes-table li{ width: 100%; height: 200px; }
    .home .outcomes .outcomes-table li:nth-child(2),
    .home .outcomes .outcomes-table li:nth-child(3),
    .home .outcomes .outcomes-table li:nth-child(6){ background: none; }
    .home .outcomes .outcomes-table li:nth-child(odd){ background: url("../img/homepage/v3/table-bg-mobile.png") !important; background-size: 100% 100% !important; }
    .home .outcomes .outcomes-table li .value{ font-size: 52px; }
    .home .outcomes .outcomes-table li .description{ font-size: 13px; }

    /* Security */
    .home .security-matters{ padding: 10px 0; }
    .home .security-matters .head .title{ font-size: 32px; }
    .home .security-matters .circle{ scale: 1; padding-left: 90px; max-width: 450px; margin: 0 auto; }
    .home .security-matters .circle .main-image{ display: none; }
    .home .security-matters .circle .floating-text{ position: relative; max-width: 100%; padding-left: 20px; margin-bottom: 60px; }
    .home .security-matters .circle .floating-text figure{ display: block; width: 130px; position: absolute; left: -110px; top: -40px; }
    .home .security-matters .circle .floating-text h4{ font-size: 20px; }
    .home .security-matters .circle .floating-text p{ font-size: 14px; }
    .home .security-matters .circle .floating-text h4 span{ display: inline; }
    .home .security-matters .circle .floating-text.transparent { top: 0; right: 0; margin-right: 0; text-align: left; }
    .home .security-matters .circle .floating-text.regulatory { top: 0; left: 0; margin-left: 0; text-align: left; }
    .home .security-matters .circle .floating-text.human{ bottom: 0; left: 0; margin-left: 0; text-align: left; }

    /* Agentic factory */
    .home .agentic-factory{ padding: 80px 0; }
    .home .agentic-factory .content{ flex-direction: column; }
    .home .agentic-factory .left{ width: 100%; max-width: 450px; }
    .home .agentic-factory .left h2{ font-size: 32px; }
    .home .agentic-factory .left .subtitle{ font-size: 17px; }
    .home .agentic-factory .left .description{ font-size: 14px; }
    .home .agentic-factory .right{ scale: .9; margin-top: 30px; }

    /* Data foundation */
    .home .data-foundation{ padding: 0; }
    .home .data-foundation .content{ flex-direction: column; }
    .home .data-foundation .left{ width: 100%; max-width: 450px; margin-top: -40px; }
    .home .data-foundation .left h2{ font-size: 32px; }
    .home .data-foundation .left .subtitle{ font-size: 17px; }
    .home .data-foundation .left .description{ font-size: 14px; }
    .home .data-foundation .right{ margin-bottom: 40px; }

        .home .data-foundation .left .badges li.aws{ width: 90px; }
        .home .data-foundation .left .badges li.databricks{ width: 90px; }
        .home .data-foundation .left .badges li.snowflake{ width: 100px; }

    /* Data Foundation Bar */
    .home .data-foundation-bar .box-content ul{ gap: 40px; }
    
    /* Avant Case */
    .home .avant-case .content{ flex-direction: column; }

    /* Trusted */
    .home .trusted{ padding: 50px 0 110px; }
    .home .trusted .head .title{ font-size: 32px; }
    .home .trusted .trusted-testimonials{ flex-direction: column; max-width: 600px; margin: 0 auto; }
    .home .trusted .trusted-testimonials li .box-content .quoter{ font-size: 13px; }

    /* Accelerate AI */
    .home .accelerate-ai .left { max-width: 420px; margin-bottom: 30px; }
    .home .accelerate-ai .left h2{ font-size: 32px; }
    .home .accelerate-ai .left .subtitle{ font-size: 17px; }
    .home .accelerate-ai .left .description{ font-size: 14px; }
    .home .accelerate-ai .right{ scale: 1; width: 100%; max-width: 430px; }
    .home .accelerate-ai .right .main-image{ display: none; }
    .home .accelerate-ai .right .floating-text{ position: relative; width: 100%; max-width: 100%; margin-bottom: 40px; padding-left: 85px; }
    .home .accelerate-ai .right .floating-text h4 span{ display: inline; }
    .home .accelerate-ai .right .floating-text p{ max-width: 100%; }
    .home .accelerate-ai .right .floating-text figure{ display: block; width: 70px; position: absolute; left: 0; top: -10px; }
    .home .accelerate-ai .right .floating-text.loop{ top: 0; right: 0; } 
    .home .accelerate-ai .right .floating-text.responsible{ bottom: 0; left: 0; text-align: left; } 
    .home .accelerate-ai .right .floating-text.augmented{ bottom: 0; right: 0; } 

    /* Avant Case */
    .home .avant-case .content .right{ width: 100%; max-width: 550px; margin: 0 auto; top: 0; }
    .home .avant-case .content .left{ width: 100%; margin-top: 20px; }
    .home .avant-case .content .left figure{ width: 190px; }
    .home .avant-case .content .left h2{ max-width: 100%; }
    .home .avant-case .content .left p{ max-width: 100%; }
    .home .avant-case .content .left .values{ flex-direction: column; }
    .home .avant-case .content .left .values li{ width: 100%; max-width: 400px; }
    .home .avant-case .content .left .values li .box-content{ width: 100%; padding-right: 20px; }
    .home .avant-case .content .left .values li .box-content .description span{ display: inline; }

    /* Case Study OnePay */
    .home .one-case-section .shadows{ padding: 60px 0 80px; }
    .home .one-case-section .text{ max-width: 100%; }
    .home .one-case-section .text .title{ font-size: 28px; }
    .home .one-case-section .text .description{ font-size: 15px; }
    .home .one-case-section .text .one-logo{ width: 100px; margin-bottom: 20px; }
    .home .one-case-section .one-phone{ display: none; }

    /*Recognitions*/
    .home .recognitions{ padding: 80px 0; }
    .home .recognitions .header-info { position: relative; top: 0; left: 0; right: auto; width: 100%; }
    .home .recognitions .header-info h2{ font-size: 32px; }
    .home .recognitions .header-info .label{ font-size: 14px; }
    .home .recognitions .header-info .label:before { width: 10px; height: 10px; top: 2px; margin-right: 8px; }

    .home .recognitions .left-image { width: 140%; height: 730px; left: -50px; }

    .home .recognitions .certificates-list{ right: 0; }
    .home .recognitions .recognitions-carrousel { right: auto; left: 0; padding: 50px 20px; width: 100%; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box{ width: 90%; padding: 50px 30px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box p{ font-size: 15px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box h4{ font-size: 28px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.gptw figure { width: 55px; top: -46px; right: 30px; }
    .home .recognitions .recognitions-carrousel .certificates-list .certification-box.nps figure { width: 60px; top: -50px; right: 15px; }

    /*Security*/
    .home .security{ padding: 70px 0; }
    .home .security .header-info{ flex-direction: column; }
    .home .security .header-info .left{ width: 100%; }
    .home .security .header-info h2{ font-size: 32px; }
    .home .security .header-info .description{ width: 100%; font-size: 15px; }
    .home .security .header-info .label{ font-size: 14px; }
    .home .security .header-info .label:before { width: 10px; height: 10px; top: 2px; margin-right: 8px; }

    .home .security .big-image{ height: auto; padding-top: 56%; margin: 50px 0; }
    .home .security .big-image img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-position: center; }

    .home .security .security-certificates li p{ font-size: 14px; }

    /* Databricks */
    .home .databricks-home .iso{ margin-right: 0; right: -600px; }
    .home .databricks-home .content{ flex-direction: column; max-width: 100%; align-items: flex-start; padding: 70px 20px; height: auto; }
    .home .databricks-home .left{ height: auto; overflow: visible; width: 120px; min-width: 120px; margin-bottom: 50px; }
    .home .databricks-home .right{ max-width: 100%; }
    .home .databricks-home .right .title{ font-size: 28px; }
    .home .databricks-home .right .description{ font-size: 14px; }

    /* Studios Logos Bar */
    .home .studios-logos-bar .section-title-wrap .section-title{ font-size: 32px; }

}

@media screen and (max-width: 767px){

    /* Hero */
    .home .hero .text h1{ font-size: 48px; }
    .home .hero .text p{ font-size: 15px; }

    /* Data foundation */
    .home .data-foundation .right{ scale: .8; }

    /* Agentic Factory */
    .home .agentic-factory .right{ scale: .8; }

    /*Security*/
    .home .security .security-certificates{ flex-direction: column; } 
    .home .security .security-certificates li{ width: 100%; margin-bottom: 30px; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
    .home .security .security-certificates li figure{ margin-bottom: 15px; }
    .home .security .security-certificates li.iso figure{ width: 80px; min-width: 80px; }

    /* Case Study OnePay */
    .home .one-case-section .text .description{ font-size: 14px; }
    .home .one-case-section .values{ margin-top: 60px; flex-direction: column; }
    .home .one-case-section .values li{ margin-bottom: 20px; }
    .home .one-case-section .values li .big{ font-size: 28px; }
    .home .one-case-section .values li .small{ font-size: 15px; }
    .home .one-case-section .one-phone{ display: none; }
    
}
