/* wp-content/themes/latter-theme/assets/dist/blocks/heroScreen/css/v8.css */
.v8-heroscreen{background:var(--heroscreen-block-bg);color:var(--heroscreen-main-color)}.v8-heroscreen__content{padding:48px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:64px}.v8-heroscreen__content,.v8-heroscreen__info{display:-webkit-box;display:-ms-flexbox;display:flex}.v8-heroscreen__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;width:100%}.v8-heroscreen__info-title{color:var(--heroscreen-text-main);font-size:36px;font-weight:600;line-height:120%}.v8-heroscreen__info-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v8-heroscreen__info-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;width:100%}.v8-heroscreen__info-buttons__item{-webkit-box-flex:1;-ms-flex:1;flex:1}.v8-heroscreen__info-buttons__item:has(svg){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.v8-heroscreen__info-buttons .vAll-meta-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.v8-heroscreen__img{-ms-flex-negative:0;border-radius:12px;flex-shrink:0;height:auto;overflow:hidden;width:38%}.v8-heroscreen__img img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.v8-heroscreen .v8-promocode__timer{background:var(--card-bg);color:var(--card-text)}@media (max-width:1024px){.v8-heroscreen__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:32px 0}.v8-heroscreen__img{width:100%}}@media (max-width:768px){.v8-heroscreen__info-title{font-size:30px;font-weight:600;line-height:130%}.v8-heroscreen__info-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}
/* wp-content/themes/latter-theme/assets/dist/blocks/faq/css/v8.css */
.v8-faq .section__title{margin-bottom:16px}.v8-faq__list{display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:16px}.v8-faq__list-item{interpolate-size:allow-keywords;background-color:var(--card-bg);border-radius:12px;color:var(--card-text);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:16px 56px 16px 16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.v8-faq__list-item::details-content{block-size:0;overflow:hidden;-webkit-transition:block-size .3s,content-visibility .3s;transition:block-size .3s,content-visibility .3s;transition-behavior:allow-discrete}.v8-faq__list-item[open]::details-content{block-size:auto}.v8-faq__list-item summary{cursor:pointer;list-style:none;position:relative}.v8-faq__list-item summary::-webkit-details-marker{display:none}.v8-faq__list-item summary:after{-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--card-text);content:"";font-family:latter-icons;font-size:20px;height:24px;line-height:24px;position:absolute;right:-40px;text-align:center;top:0;width:24px}.v8-faq__list-item summary:after,.v8-faq__list-item__question{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v8-faq__list-item__question{display:inline-block;font-size:18px;font-weight:500;line-height:150%}.v8-faq__list-item .text-block{color:var(--contrast-color);font-size:16px;font-weight:400;line-height:150%}.v8-faq__list-item[open]{background-color:var(--contrast-bg)}.v8-faq__list-item[open] summary:after{color:var(--contrast-color);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.v8-faq__list-item[open] .v8-faq__list-item__question{color:var(--contrast-color);margin-bottom:16px}@media (max-width:768px){.v8-faq__list{grid-template-columns:1fr}}