@charset "utf-8";.Section{height:100vh;max-height:100vh;min-height:100vh;background-color:#FFDE00;background-image:url(/media/images/home-shadow-top.svg),url(/media/images/home-shadow-bottom.svg);background-repeat:no-repeat;background-position:top right,bottom left;background-size:100%;padding:80px calc(var(--column-size) + var(--column-gap))}.Section__in{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:100%;position:relative}.Section__fullwide-chips{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.Section__fullwide-chip{display:block;border-radius:48px;min-height:48px;width:fit-content;border:1px solid;border-color:#101010;box-sizing:border-box;color:#101010;font-size:20px;font-weight:700;line-height:24px;padding:11px 23px;cursor:pointer;user-select:none;transition:border-color .2s}.Section__fullwide-chip:hover,.Section__fullwide-chip:active{border-color:rgba(16,16,16,.80)}.Section__fullwide-chip + .Section__fullwide-chip{margin-left:10px}.Section__fullwide-logo{width:auto;height:auto;max-width:100%;max-height:60px;position:absolute;display:block;top:0;right:0}.Section__fullwide-title{color:#101010;font-size:128px;font-weight:800;line-height:154px}.Section__fullwide-text{color:#101010;font-size:36px;font-weight:600;line-height:44px;margin-top:24px;max-width:550px}@media (max-width:1660px){.Section{padding:80px calc(var(--column-size) + var(--column-gap) - 64px) 100px calc(var(--column-size) + var(--column-gap) - 64px)}}@media (max-width:732px){.Section{height:calc(100vh - 64px);max-height:calc(100vh - 64px);min-height:calc(100vh - 64px);padding:24px var(--column-indent);display:flex;align-items:center}.Section__in{justify-content:flex-end}.Section__fullwide-chips{flex-direction:column;align-items:flex-start;margin-top:124px}.Section__fullwide-chip + .Section__fullwide-chip{margin-left:0;margin-top:12px}.Section__fullwide-logo{display:none}.Section__fullwide-content{order:-1}.Section__fullwide-title{font-size:58px;line-height:68px}.Section__fullwide-text{font-size:18px;line-height:22px;margin-top:54px;max-width:278px}}