.hero-section.base-style-section{background-repeat:no-repeat;background-size:cover;background-position:50%;padding:13rem 0 3rem}.hero-section .box{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.hero-section .content{width:100%;max-width:750px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;z-index:1}.hero-section .content h1{color:var(--accent-color-2)}.hero-section .content h1 span:first-child{color:var(--accent-color-3)}.hero-section .content h1 span:last-child{color:var(--accent-color-2)}.hero-section .content .wrapper:first-of-type{gap:0}.hero-section .content .wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.hero-section .buttons-border-box{width:fit-content;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.hero-section .button-border-box{display:flex;flex-direction:row;justify-content:center;align-items:center;border:1px solid var(--text-color-white-2);border-radius:var(--border-radius-1)}.hero-section .button-border-box:hover{background-color:rgb(255,255,255,.35)}.hero-section .button-border-box .box-1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:5.5rem;border:1px solid var(--text-color-white-2);border-radius:var(--border-radius-1);padding:0 1rem}.hero-section .button-border-box .box-1 img{width:50px}.hero-section .button-border-box .box-2{padding:0 1rem}.hero-section .button-border-box .box-2,.hero-section picture{display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-section picture{width:100%;max-width:500px}.hero-section picture img{width:100%;object-fit:cover;object-position:center}.hero-section .cards{margin-top:3rem;position:relative;justify-content:space-between;gap:2rem}.hero-section .cards .card{max-width:450px;flex-direction:row}.hero-section .cards .card,.hero-section .cards .card .icon-box{width:100%;display:flex;justify-content:center;align-items:center}.hero-section .cards .card .icon-box{max-width:100px;flex-direction:column;padding:4.1rem 5rem 4.1rem 3.5rem;background-image:url(/img/icons/hero-section-cards-icons/card-bg-border.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.hero-section .cards .card .text-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:-2rem}@media screen and (min-width:0px) and (max-width:700px){.hero-section{padding:9rem 0 0}.hero-section .box{flex-wrap:wrap}}@media screen and (min-width:0px) and (max-width:990px){.hero-section.base-style-section{background-image:url(/img/hero-section-bg-m.png)}.hero-section .cards{flex-wrap:wrap;gap:0}}