.com_page_block_model{display:flex;flex-direction:column;gap:1rem}.com_page_block_model .name{font-size:1.6rem;text-transform:uppercase;color:#CDB8A2}.com_page_block_model .buttons{display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap;gap:1rem;row-gap:3rem;margin-top:1rem}.com_page_block_model .button{display:flex;flex-direction:column;width:calc((100% - 2rem) / 3);text-align:left}.com_page_block_model .button .image{text-align:center}.com_page_block_model .button img{width:80%}.com_page_block_model .button .title{font-size:1.1rem}.com_page_block_model .button .desc{margin-top:1rem;color:#8E9E91}.com_page_block_model .step_title{margin-top:1rem;font-size:1.2rem;text-transform:uppercase}.com_page_block_model .steps{display:grid;grid-template-columns:3rem auto;column-gap:1rem;margin-top:1rem;font-size:1.1rem}.com_page_block_model .cube{display:flex;justify-content:center;align-items:center;padding:20% 20% 0 0;aspect-ratio:1/1;background:url(../images/cube.svg);background-size:cover}.com_page_block_model .arrow{margin:.3rem auto;aspect-ratio:15/38;width:.7rem;background:url(../images/arrow.svg);background-size:cover}@media screen and (max-width:991px){.com_page_block_model .button{display:flex;flex-direction:column;width:calc((100% - 1rem) / 2)}}@media screen and (max-width:575px){.com_page_block_model .button{width:100%}}