/* 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/howTo/css/v12.css */
.v12-how-to .section__title{margin-bottom:16px}.v12-how-to__steps{display:grid;gap:32px 48px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v12-step{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;position:relative}.v12-step:after{background:var(--line-secondary);bottom:0;content:"";height:100%;position:absolute;right:-24px;width:1px}.v12-step:nth-child(3n):after{display:none}.v12-step:last-child:after{display:none!important}.v12-step__info{gap:8px}.v12-step__info,.v12-step__num{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v12-step__num{background:var(--contrast-bg);border-radius:50%;color:var(--contrast-color);height:28px;width:28px;-ms-flex-negative:0;flex-shrink:0;font-size:16px;font-weight:500;line-height:150%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v12-step__title{color:var(--text-main);font-size:18px;font-weight:600;line-height:150%}.v12-step__img{border-radius:12px;height:auto;overflow:hidden;width:100%}.v12-step__img img{display:block;height:auto;width:100%}.v12-step__text{font-size:16px;font-weight:400;line-height:150%}.v12-step .vAll-button{margin-top:auto}@media (max-width:1024px){.v12-how-to__steps{grid-template-columns:1fr 1fr}.v12-step:nth-child(3n):after{display:block}.v12-step:nth-child(2n):after{display:none}}@media (max-width:1024px)and (max-width:600px){.v12-step:nth-child(2n):after{display:block}}@media (max-width:600px){.v12-how-to__steps{gap:48px;grid-template-columns:1fr}.v12-step:after{bottom:-24px;height:1px;right:0;width:100%}}
/* 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}}