/* wp-content/themes/latter-theme/assets/dist/blocks/heroScreen/css/v3.css */
.v3-heroscreen{color:var(--heroscreen-main-color);container-type:inline-size}.v3-heroscreen__content{background:var(--heroscreen-block-bg);border-radius:25px;display:grid;gap:128px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;padding:64px 32px 0 64px}.v3-heroscreen__info{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:64px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-heroscreen__info-title{font-size:36px;font-weight:600;letter-spacing:-.72px;line-height:120%}.v3-heroscreen__info-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v3-heroscreen__info-description a{color:var(--heroscreen-links-color)}.v3-heroscreen__info-buttons{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.v3-heroscreen__img{width:100%;-ms-flex-item-align:end;align-self:flex-end}.v3-heroscreen__img-content{height:auto;width:100%}.v3-heroscreen .v3-rating{color:var(--heroscreen-secondary-color)}@media (max-width:1360px){.v3-heroscreen__content{gap:32px}}@media (max-width:1200px){.v3-heroscreen__content{grid-template-columns:repeat(1,1fr);padding:64px 64px 0}.v3-heroscreen__info{padding-bottom:0;width:100%}}@media (max-width:768px){.v3-heroscreen__content{padding:32px 32px 0}.v3-heroscreen__info{gap:16px}.v3-heroscreen__info-buttons{grid-template-columns:repeat(1,1fr)}}@media (max-width:560px){.v3-heroscreen__content{padding:16px 16px 0}.v3-heroscreen__info-title{font-size:30px;font-weight:600;line-height:130%}}
/* wp-content/themes/latter-theme/assets/dist/blocks/news/css/v3.css */
.v3-latest{color:var(--text-main)}.v3-latest .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-latest__list{display:grid;gap:20px;grid-template-columns:1fr}.v3-news{background-color:var(--card-bg);border-radius:50px;gap:32px;padding:16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v3-news,.v3-news__info{display:-webkit-box;display:-ms-flexbox;display:flex}.v3-news__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px}.v3-news__title{color:var(--card-text);font-size:20px;font-weight:600;line-height:140%}.v3-news__thumb{-ms-flex-negative:0;border-radius:50px;flex-shrink:0;height:180px;overflow:hidden;width:180px}.v3-news__thumb-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.v3-news .vAll-button{margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v3-news .text-block{color:var(--card-text)}@media (max-width:1100px){.v3-news .vAll-button{margin-top:24px;padding:12px 24px}}@media (max-width:800px){.v3-latest__link{margin-top:16px}.v3-latest__list{gap:16px}.v3-news{border-radius:20px;gap:16px}.v3-news__thumb{border-radius:16px;height:80px;width:80px}}@media (max-width:768px){.v3-latest .container{gap:16px}}@media (max-width:600px){.v3-news .vAll-button{width:100%}}@media (hover:hover){.v3-news:hover{-webkit-box-shadow:0 4px 16px 0 rgba(15,15,16,.08),0 8px 24px 0 rgba(15,15,16,.12);box-shadow:0 4px 16px 0 rgba(15,15,16,.08),0 8px 24px 0 rgba(15,15,16,.12)}.v3-news:hover .v3-news__thumb-img{-webkit-transform:scale(1.02);transform:scale(1.02)}}