.layout{flex-flow:row;display:flex;position:relative}@media (max-width:1024px){.layout{flex-direction:column-reverse;gap:24px}}.layout--100>*{flex:0 0 100%}.layout--50-50,.layout--33-33-33{justify-content:space-between;align-items:stretch}.layout--70-30{justify-content:center;align-items:flex-start;column-gap:15px;display:flex}@media (min-width:1025px){.layout--70-30>:first-child{flex:0 0 calc(70% - 15px);max-width:calc(67% - 10px)}.layout--70-30>:last-child{flex:1 0 calc(30% - 15px)}.layout--30-70>:first-child{flex:0 0 calc(30% - 15px);max-width:calc(30% - 15px)}.layout--30-70>:last-child{flex:0 0 calc(70% - 15px);max-width:calc(70% - 15px)}}
