.module--hellio-tree .hellio-tree{align-items:center;color:var(--black-color);display:flex;flex-flow:column;gap:calc(var(--spacing-base)*8)}.module--hellio-tree .hellio-tree__sub-branches{display:flex;gap:calc(var(--spacing-base)*6);justify-content:space-between;padding-top:calc(var(--spacing-base)*13);position:relative;width:100%}.module--hellio-tree .hellio-tree__sub-branches:before{border-left:1px solid var(--light-gray-color);border-radius:calc(var(--spacing-base)*4);border-right:1px solid var(--light-gray-color);border-top:1px solid var(--light-gray-color);content:"";display:flex;height:100px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:80%;z-index:-1}.module--hellio-tree .hellio-tree__main-branch,.module--hellio-tree .hellio-tree__sub-branches__branch{align-items:center;background-color:var(--white-color);border:1px solid var(--light-gray-color);border-radius:calc(var(--spacing-base)*4);display:flex;flex-flow:column;gap:calc(var(--spacing-base)*2);padding:calc(var(--spacing-base)*4)}.module--hellio-tree .hellio-tree__sub-branches__branch{flex:0 1 210px;height:fit-content}.module--hellio-tree .hellio-tree__main-branch{position:relative}.module--hellio-tree .hellio-tree__main-branch__shape{bottom:-26px;position:absolute;transform:translateY(100%)}.module--hellio-tree .hellio-tree__main-branch:before{background-color:var(--light-gray-color);bottom:0;content:"";display:flex;height:calc(var(--spacing-base)*8);left:50%;position:absolute;transform:translate(-50%,100%);width:1px}.module--hellio-tree picture{height:32px;width:68px}.module--hellio-tree picture img{height:100%;object-fit:contain;width:100%}