/* wp-content/themes/latter-theme/assets/dist/blocks/games/css/v5.css */
.v5-games-advanced .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:16px}.v5-games-advanced__list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.v5-games-advanced__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--card-bg);border-radius:8px;color:var(--card-text);-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.v5-games-advanced__card-header{-ms-flex-negative:0;flex-shrink:0;position:relative;width:100%}.v5-games-advanced__card-img{position:relative}.v5-games-advanced__card-img img{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.v5-games-advanced__card-tags{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:8px;top:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;z-index:1}.v5-games-advanced__card-tag{border-radius:4px;font-size:12px;font-weight:700;line-height:150%;padding:4px 8px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v5-games-advanced__card-tag_new{background:var(--success-darken-1);color:var(--white)}.v5-games-advanced__card-tag_popular{background:var(--error-base);color:var(--white)}.v5-games-advanced__card-tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v5-games-advanced__card-content{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v5-games-advanced__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.v5-games-advanced__card-info__title{font-size:24px;font-weight:700;line-height:130%}.v5-games-advanced__card-info__category{background:var(--site-bg);border-radius:4px;color:var(--text-main);font-size:12px;font-weight:700;line-height:150%;padding:4px 8px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v5-games-advanced__card-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:32px;justify-content:space-between;margin-bottom:12px}.v5-games-advanced__card-detail{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:8px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.v5-games-advanced__card-detail:first-child{text-align:left}.v5-games-advanced__card-detail:last-child{text-align:right}.v5-games-advanced__card-detail__title{color:var(--card-text-secondary);font-size:14px;font-weight:400;line-height:150%}.v5-games-advanced__card-detail__value{color:var(--card-text);font-size:16px;font-weight:700;line-height:150%}.v5-games-advanced__card-buttons{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:8px;margin-top:auto}.v5-games-advanced__link{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1260px){.v5-games-advanced__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.v5-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v5-games-advanced .container{gap:8px}.v5-games-advanced__list{gap:16px;margin-top:8px}.v5-games-advanced__card-info__title{font-size:20px;font-weight:700;line-height:140%}.v5-games-advanced__link{margin-top:8px}}@media (max-width:600px){.v5-games-advanced__list{grid-template-columns:repeat(1,1fr)}.v5-games-advanced__link{width:100%}}@media (hover:hover){.v5-games-advanced__card: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);-webkit-transform:translateY(-8px);transform:translateY(-8px)}}
/* wp-content/themes/latter-theme/assets/dist/blocks/howTo/css/v5.css */
.v5-how-to{color:var(--text-main)}.v5-how-to .container{gap:16px}.v5-how-to .container,.v5-how-to__steps{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}.v5-how-to__steps{gap:24px;margin-top:8px}.v5-step{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text-main);gap:24px}.v5-step__content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v5-step__content,.v5-step__title{display:-webkit-box;display:-ms-flexbox;display:flex}.v5-step__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.v5-step__title-num{background:var(--contrast-bg);border-radius:50%;color:var(--contrast-color);display:block;font-size:14px;font-weight:700;height:22px;line-height:22px;text-align:center;width:22px;-ms-flex-negative:0;flex-shrink:0}.v5-step__title-text{font-size:26px;font-weight:700;text-transform:capitalize}.v5-step .vAll-button{margin-top:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v5-step__img{border-radius:5px;height:auto;overflow:hidden;width:100%}.v5-step__img img{display:block;height:auto;width:100%}@media (max-width:768px){.v5-step{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:16px}.v5-step__title-text{font-size:20px;font-weight:700;line-height:140%}.v5-step .vAll-button{margin-top:0;width:100%}.v5-step__img{margin:0 auto;max-width:500px}}
/* wp-content/themes/latter-theme/assets/dist/blocks/faq/css/v5.css */
.v5-faq .container{gap:16px}.v5-faq .container,.v5-faq__list{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}.v5-faq__list{gap:24px}.v5-faq__list-item{interpolate-size:allow-keywords;border:1px solid var(--theme-color);border-radius:10px;padding:16px 24px 16px 54px;width:100%}.v5-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}.v5-faq__list-item[open]::details-content{block-size:auto}.v5-faq__list-item summary{cursor:pointer;list-style:none;position:relative}.v5-faq__list-item summary::-webkit-details-marker{display:none}.v5-faq__list-item summary:before{-webkit-box-sizing:border-box;box-sizing:border-box;content:"►";font-family:latter-icons;font-size:20px;height:22px;left:-30px;line-height:20px;position:absolute;text-align:center;top:6px;width:22px}.v5-faq__list-item summary:before,.v5-faq__list-item__question{color:var(--text-main);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v5-faq__list-item__question{display:inline-block;font-size:26px;font-weight:700;line-height:normal}.v5-faq__list-item .text-block{color:var(--text-main)}.v5-faq__list-item[open] summary:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.v5-faq__list-item[open] .v5-faq__list-item__question{margin-bottom:16px}@media (max-width:768px){.v5-faq__list-item__question{font-size:20px;font-weight:600;line-height:140%}}