.hero-section{background:linear-gradient(180deg,var(--header-background) 0%,#FE8419 100%);--button-arrow-background:#FF2828}.hero-section-container{position:relative}.hero-section-top{display:flex;justify-content:space-between;gap:2.5rem}.hero-section-left{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:44.25rem;padding:7.5rem 0 2.5rem 0;gap:2.5rem}.hero-section-right{width:calc(50% + 5rem);position:relative;right:-5rem}.hero-section-right img{width:100%}.hero-section-left-buttons .hw-button{--main-text-color:#fff;--second-text-color:#1C1C1C}.hero-section-top{padding:0 var(--container-space)}.hero-section-left-text{display:flex;flex-direction:column;gap:1rem}.hero-section-left-text h1{font-size:5rem;letter-spacing:-.1rem}.hero-section-left-text>span{font-size:1.125rem;line-height:140%}.hero-section-left-buttons{display:flex;align-items:center;gap:1rem}.custom-dropdown{position:relative}.custom-dropdown .selected{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.12rem 1rem;border:1px solid #1c1c1c33;cursor:pointer}.custom-dropdown .dropdown-list{position:absolute;top:100%;left:0;right:0;padding:0;margin:0;display:none;background:#fff;z-index:2;overflow-y:auto;list-style:none}.custom-dropdown .dropdown-list li{cursor:pointer}.custom-dropdown .dropdown-list li a{display:flex;padding:1rem .75rem;color:var(--main-text-color);font-size:.875rem;font-weight:500}.custom-dropdown .dropdown-list li:hover{background-color:#F2F2F2}.custom-dropdown.is-open .selected{border-color:var(--main-text-color)}.custom-dropdown .selected svg{transform:rotate(0deg);transition:transform 0.3s}.custom-dropdown.is-open .selected svg{transform:rotate(180deg)}.hero-section-bottom{--bottom-image-over:40px;padding-top:calc(7.5rem - var(--bottom-image-over))}.hero-section-bottom-image{width:100%;position:relative;bottom:calc(-1 * var(--bottom-image-over));z-index:2}.hero-section-bottom-left-image{position:absolute;left:0;bottom:0;max-width:20.5%}@media (max-width:1335px){.hero-section-left-text h1{font-size:4rem;max-width:38rem}.hero-section-top{gap:0}}@media (max-width:992px){.hero-section-top{flex-direction:column}.hero-section-left{max-width:100%;padding-top:5rem;align-items:center;text-align:center}.hero-section-right{right:unset;margin-left:auto;margin-right:auto}.hero-section-left-text h1{font-size:3.5rem}}@media (max-width:768px){.hero-section-top{padding:0}.hero-section-left{padding-top:3rem;align-items:start;text-align:left;padding-left:var(--container-space);padding-right:var(--container-space)}.hero-section-right{width:100%}.hero-section-left-text h1{font-size:2.5rem}.hero-section-left-buttons{flex-direction:column;align-items:start}.hero-section-left-buttons>span{display:none}.hero-section-bottom{padding-top:0}}