/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,h2,h3,h4,p,ol,figure,ul{margin:0}ol,ul,li,button{padding:0}li{list-style:none}a{text-decoration:none}button,input,textarea{border:none;background-color:rgba(0,0,0,0)}img{max-width:100%}textarea{resize:none}video{position:relative}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.c-container-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:1rem}@media screen and (min-width: 1280px){.c-container-grid{gap:2rem}}.c-left-text{grid-column:1/13}@media screen and (min-width: 540px){.c-left-text{grid-column:2/12}}@media screen and (min-width: 768px){.c-left-text{grid-column:2/8}}.c-left-img{display:none}@media screen and (min-width: 540px){.c-left-img{grid-column:2/12}}@media screen and (min-width: 768px){.c-left-img{display:block;grid-column:2/6}}.c-right-img{grid-column:1/13;display:none}@media screen and (min-width: 540px){.c-right-img{grid-column:2/12}}@media screen and (min-width: 768px){.c-right-img{display:block;grid-column:8/12}}.c-main-img{grid-column:1/13;padding:2rem}@media screen and (min-width: 540px){.c-main-img{grid-column:2/12;padding:2rem}}@media screen and (min-width: 768px){.c-main-img{grid-column:2/12;padding:6rem 0 10rem}}.c-right-text{grid-column:1/13}@media screen and (min-width: 540px){.c-right-text{grid-column:2/12}}@media screen and (min-width: 768px){.c-right-text{grid-column:7/12}}.c-container{width:min(192rem,100%);margin:0 auto}.c-container-gridx4{display:grid;grid-template-columns:1fr;grid-column:1/13;gap:2rem}@media screen and (min-width: 768px){.c-container-gridx4{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1024px){.c-container-gridx4{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1280px){.c-container-gridx4{grid-template-columns:repeat(4, 1fr)}}.c-container-gridx9{display:block;grid-column:1/13}@media screen and (min-width: 540px){.c-container-gridx9{grid-column:2/11}}@media screen and (min-width: 768px){.c-container-gridx9{grid-column:2/9}}@media screen and (min-width: 1024px){.c-container-gridx9{grid-column:2/10}}@media screen and (min-width: 1280px){.c-container-gridx9{grid-column:2/11}}.c-grid-col{grid-column:1/13;margin-bottom:2rem}@media screen and (min-width: 540px){.c-grid-col{grid-column:2/11}}.c-grid-col-full{grid-column:1/13;margin-bottom:2rem}.c-grid-col-full li{list-style:disc;margin-top:1rem}@media screen and (min-width: 540px){.c-grid-col-full{grid-column:2/12}}.c-grid-col-all{grid-column:1/13;margin-bottom:2rem}@media screen and (min-width: 540px){.c-grid-col-all{grid-column:2/13}}.c-container-sub-grid{grid-column:2/12}.grecaptcha-badge{display:none}.c-font-h1{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:4.8rem;line-height:.9;z-index:2}@media screen and (min-width: 1280px){.c-font-h1{font-size:9.6rem}}@media screen and (min-width: 1600px){.c-font-h1{font-size:14rem}}.c-font-h1-bigger{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:3.2rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h1-bigger{font-size:5.2rem}}@media screen and (min-width: 1600px){.c-font-h1-bigger{font-size:9rem}}.c-font-h2{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:3.2rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h2{font-size:5.2rem}}@media screen and (min-width: 1600px){.c-font-h2{font-size:7.6rem}}.c-font-h3{font-family:Alegreya,sans-serif;font-weight:700;font-size:2.6rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h3{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-h3{font-size:5.2rem}}.c-font-card-title{color:var(--color-title);font-size:2.4rem;line-height:1.1}@media screen and (min-width: 1280px){.c-font-card-title{font-size:3rem}}@media screen and (min-width: 1600px){.c-font-card-title{font-size:4.8rem}}.c-font-section-title{font-weight:600;font-size:2rem;text-decoration:underline}@media screen and (min-width: 1280px){.c-font-section-title{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-section-title{font-size:3.4rem}}.c-font-preview{font-size:2.4rem;line-height:1.1}@media screen and (min-width: 1280px){.c-font-preview{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-preview{font-size:4.8rem}}p.c-grid-col-full a{color:var(--color-title)}p.c-grid-col-full a:hover{text-decoration:underline}.c-base-indents-x{padding-left:var(--base-indent);padding-right:var(--base-indent)}.c-header-indent{margin-top:var(--header-height)}.c-title-indent-b{margin-bottom:var(--title-indent)}.c-content-indent-b{margin-bottom:var(--content-indent)}.c-text-indents:not(.c-text-indents:last-child){margin-bottom:var(--base-text-indent)}.c-text-indents-large:not(.c-text-indents-large:last-child){margin-bottom:var(--large-text-indent)}.c-layout{display:flex;flex-direction:column}.c-layout>main{flex-grow:1;position:relative}.c-layout>footer{flex-shrink:0}.c-hidden{display:none !important}.c-section-center{display:flex;flex-direction:column;align-items:center}.c-link-pseudo-full::after{content:"";position:absolute;inset:0}.c-border-top{border-top:1px solid var(--color-font);padding-top:7rem}.c-round{border-radius:var(--base-border-radius)}.c-round-top{border-radius:var(--base-border-radius) var(--base-border-radius) 0 0}.c-round-bottom{border-radius:0 0 var(--base-border-radius) var(--base-border-radius)}.c-over{position:relative;z-index:2}.c-visually-hidden{position:absolute;z-index:-100;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.c-upper{text-transform:uppercase}.c-link{color:var(--color-link);position:relative;text-decoration:underline}.c-link:visited{color:var(--color-link);text-decoration:none}@font-face{font-family:"Alegreya";font-style:normal;font-weight:700;src:url(/local/templates/qegg/builds/prod/font/Alegreya-Bold.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/Alegreya-Bold.woff) format("woff");font-display:swap}@font-face{font-family:"Myriad Pro";font-style:normal;font-weight:600;src:url(/local/templates/qegg/builds/prod/font/MyriadPro-Semibold.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/MyriadPro-Semibold.woff) format("woff");font-display:swap}@font-face{font-family:"Myriad Pro";font-style:normal;font-weight:400;src:url(/local/templates/qegg/builds/prod/font/MyriadPro-Regular.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/MyriadPro-Regular.woff) format("woff");font-display:swap}*,*::before,*::after{box-sizing:inherit}html,body,.c-layout{height:100%;scrollbar-gutter:stable}body,.c-layout{width:100%}html.game,html.game body{scrollbar-gutter:unset}html{--color-brown: #441406;--color-brown-light: #99735d;--color-beige: #e9dac9;--color-orange: #f5a02c;--color-gray: #e8e8e8;--color-cacao: #e8c1aa;--color-white: #fff;--color-black: #000;--color-title: var(--color-brown);--color-link: var(--color-brown);--color-font: var(--color-brown-light);--color-bg: var(--color-gray);--color-menu-item: var(--color-font);--color-menu-item-current: var(--color-brown);--color-header-bg: var(--color-white);--color-header-expanded-bg: var(--color-brown);--color-header-menu-brd: var(--color-cacao);--color-header-search: var(--color-white);--color-footer: var(--color-white);--color-footer-link: var(--color-cacao);--color-footer-bg: var(--color-brown-light);--color-feedback-form-brd: var(--color-cacao);--color-feedback-form: var(--color-white);--color-modal-bg: rgb(255 255 255 / 90%);--color-modal-content-bg: var(--color-brown-light);--color-modal-close: var(--color-white);--color-modal-close-bg: var(--color-brown);--colol-news-card-bg: var(--color-beige);--color-search-result: var(--color-brown);--color-search-result-bg: var(--color-beige);--btn-color: var(--color-brown-light);--btn-border-color: var(--color-brown-light);--btn-bg-color: var(--color-gray);--btn-color-hover: var(--color-white);--btn-border-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-brown-light);--btn-slider-color: var(--color-brown);--btn-slider-border-color: var(--color-white);--btn-slider-bg-color: var(--color-white);--btn-slider-color-hover: var(--color-white);--btn-slider-border-color-hover: var(--color-brown);--btn-slider-bg-color-hover: var(--color-brown);--base-transition-time: 300ms;--base-transition-fn: ease;--base-transition: var(--base-transition-time) var(--base-transition-fn);--base-border-radius: 3rem;--header-height: 6rem;--base-indent: 2rem;--title-indent: 3.5rem;--content-indent: 3.5rem;--base-text-indent: 1.8rem;--large-text-indent: 1.5rem;box-sizing:border-box;font-size:62.5%}@media screen and (min-width: 1280px){html{--base-border-radius: 3.5rem}}@media screen and (min-width: 1600px){html{--base-border-radius: 5rem}}@media screen and (min-width: 768px){html{--base-indent: 3rem}}@media screen and (min-width: 1024px){html{--title-indent: 8rem;--content-indent: 6rem}}@media screen and (min-width: 1280px){html{--header-height: 10.5rem;--base-indent: 6rem}}@media screen and (min-width: 1600px){html{--header-height: 12rem;--title-indent: 10rem;--content-indent: 7.5rem;--base-text-indent: 3rem;--large-text-indent: 2.5rem}}body{position:relative;min-width:320px;background-color:var(--color-bg);color:var(--color-font);font-family:"Myriad Pro",helvetica,roboto,arial,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.25}body::before{--grid-color: rgb(255 0 0 / 20%);--grid-sides: 2rem;--grid-gutter: 1rem;--grid-columns: 12;--grid-column-width: calc((100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));position:absolute;z-index:1;opacity:0;inset:0;content:"";pointer-events:none;border:solid rgba(0,0,0,0);border-width:0 calc(var(--grid-sides) - var(--grid-gutter)/2);background-repeat:no-repeat;background-image:repeating-linear-gradient(to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter)))}@media screen and (min-width: 1280px){body::before{--grid-sides: 6rem;--grid-gutter: 2rem}}@media screen and (min-width: 1600px){body{font-size:1.8rem}}@media screen and (min-width: 1600px){body{font-size:2.6rem}}
.b-breadcrumb__items{grid-column:1/12;margin:2rem 0;display:flex;flex-wrap:wrap}@media screen and (min-width: 540px){.b-breadcrumb__items{grid-column:2/12;margin:2rem 0 3rem}}@media screen and (min-width: 1280px){.b-breadcrumb__items{grid-column:2/13;margin:4rem 0 6rem}}@media screen and (min-width: 1600px){.b-breadcrumb__items{grid-column:2/10;margin:4rem 0 6rem}}.b-breadcrumb__item a span{color:var(--color-font, #441406)}.b-breadcrumb__item span{position:relative;margin-right:1.8rem;font-size:1rem;line-height:194.5%}@media screen and (min-width: 540px){.b-breadcrumb__item span{font-size:1.3rem;margin-right:4.2rem}}@media screen and (min-width: 768px){.b-breadcrumb__item span{font-size:1.3rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item span{font-size:1.6rem}}.b-breadcrumb__item span{color:var(--color-title, #441406)}.b-breadcrumb__item{white-space:nowrap}.b-breadcrumb__item a span::before{position:absolute;top:.4rem;left:-1.4rem;content:"";width:1rem;height:.1rem;background-color:var(--color-font, #441406)}@media screen and (min-width: 540px){.b-breadcrumb__item a span::before{width:3.3rem;left:-3.8rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item a span::before{top:.8rem}}.b-breadcrumb__item:nth-last-child(-n+2) a span::after{position:absolute;top:.4rem;right:-1.4rem;content:"";width:1rem;height:.1rem;background-color:var(--color-font, #441406)}@media screen and (min-width: 540px){.b-breadcrumb__item:nth-last-child(-n+2) a span::after{width:3.3rem;right:-3.8rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item:nth-last-child(-n+2) a span::after{top:.8rem}}.b-breadcrumb__item:first-child span::before,.b-breadcrumb__item i::before{display:none}
.b-button{display:inline-flex;gap:1rem;align-items:center;font-size:1.8rem;color:var(--btn-color);background-color:var(--btn-bg-color);border:.1rem solid var(--btn-border-color);transition-property:background-color,color,border-color;transition-timing-function:var(--base-transition-fn);transition-duration:var(--base-transition-time);border-radius:6.8rem;padding:1.5rem 2.5rem 1.3rem;cursor:pointer;z-index:2}.b-button--trans{background-color:rgba(0,0,0,0)}@media screen and (min-width: 1280px){.b-button{font-size:2.2rem;padding:1.8rem 2.5rem}}@media screen and (min-width: 1600px){.b-button{font-size:3rem;padding:2.5rem 4.5rem}}.b-button--link:visited,.b-button--link:active{color:var(--btn-color)}.b-button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-color-hover);border-color:var(--btn-border-color-hover)}.b-button:hover--link:visited,.b-button:hover--link:active{color:var(--btn-color-hover)}.b-button--icon-only{position:relative;padding:0;width:4.5rem;height:4.5rem}@media screen and (min-width: 1280px){.b-button--icon-only{width:7rem;height:7rem}}@media screen and (min-width: 1600px){.b-button--icon-only{width:8rem;height:8rem}}.b-button--icon-only>span{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-button--icon-only svg{max-height:1.7rem;max-width:2rem}@media screen and (min-width: 1280px){.b-button--icon-only svg{max-height:unset;max-width:unset}}@media screen and (min-width: 1280px){.b-button--icon-only.b-button--small-icon{width:3.5rem;height:3.5rem}}@media screen and (min-width: 1600px){.b-button--icon-only.b-button--small-icon{width:5rem;height:5rem}}.b-button--icon-only.b-button--small-icon svg{max-width:1.7rem;max-height:1.5rem}@media screen and (min-width: 1600px){.b-button--icon-only.b-button--small-icon svg{max-width:1.7rem;max-height:1.5rem}}.b-button--small{line-height:1.35;font-size:1.4rem;padding:.9rem 2rem .55rem}@media screen and (min-width: 1600px){.b-button--small{font-size:1.8rem;padding:1.4rem 2rem 1rem}}.b-button--game{width:-moz-fit-content;width:fit-content;border:1px solid var(--color-cacao)}.b-button--game:hover{border:1px solid var(--color-cacao)}
.b-chatblock{margin-top:-30rem;padding:2rem 2rem 0 0;margin-left:auto;width:23.4rem;z-index:0;display:flex;position:sticky;right:0;bottom:0;opacity:0;justify-content:flex-end;overflow:hidden}@media screen and (min-width: 540px){.b-chatblock{width:34.5rem}}@media screen and (min-width: 768px){.b-chatblock{opacity:1;z-index:6;height:-moz-max-content;height:max-content}}.b-chatblock--min{width:15.2rem}.b-chatblock.absolute{position:absolute}
.b-chatbot-block *{opacity:0;transition:1s}.b-chatbot-block{opacity:1;rotate:43deg;z-index:4;background-color:var(--color-brown-light);width:auto;max-width:29rem;transition:1s;min-height:50rem;border-radius:24.5rem 4rem 4rem 12rem;margin-bottom:-21rem;margin-right:-14rem}@media screen and (min-width: 540px){.b-chatbot-block{border-radius:17rem 4rem 4rem 12rem;margin-bottom:-13rem;margin-right:-7rem}}.b-chatbot-block--min{height:5rem;rotate:90deg;width:12rem;border-radius:17rem;margin-right:-21rem;margin-bottom:-13.2rem}@media screen and (min-width: 540px){.b-chatbot-block--min{margin-bottom:-12.8rem}}.b-chatbot-block__close svg{padding:1rem;height:4rem;width:4rem;top:1.2rem;right:1.8rem;position:absolute}.b-chatbot-block__close:hover svg path{stroke:#b9b9b9}.b-chatbot-block__content{padding:2.5rem 1.5rem 1rem 2.3rem}@media screen and (min-width: 540px){.b-chatbot-block__content{padding:4.5rem 2.5rem 1rem 4.3rem}}.b-chatbot-block__content .user-msg{margin-left:19%;color:var(--color-white)}.b-chatbot-block__content .bot-msg .shop-link{color:var(--color-white);width:100%;display:flex;text-align:left;text-decoration:none;align-items:center}.b-chatbot-block__content .bot-msg .shop-link img{margin-right:1rem;width:3rem}.b-chatbot-block__content .bot-msg .shop-link span{vertical-align:.8rem}.b-chatbot-block__content .bot-msg .shop-link:hover{text-decoration:underline}.b-chatbot-block__content .skeleton{width:20rem}.b-chatbot-block__content .skeleton div{height:1rem;border-radius:4rem;margin-top:1rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite}.b-chatbot-block__content .bot-msg{position:relative;margin:0;color:var(--color-white);font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.75rem;margin-top:1rem}.b-chatbot-block__content .bot-msg img.recipe{width:100%}.b-chatbot-block__content .bot-msg a.recipe{text-align:center}.b-chatbot-block__content .bot-msg a{color:var(--color-white);text-decoration:underline}.b-chatbot-block__content .user-msg:nth-last-child(-n+2),.b-chatbot-block__content .bot-msg:last-child{animation:my-anim 1s ease 0s 1 normal forwards}.b-chatbot-block__resp{padding-top:.5rem;padding-bottom:2.5rem}@media screen and (min-width: 540px){.b-chatbot-block__resp{padding-top:2rem;padding-bottom:6.5rem}}.b-chatbot-block__resp div.skeleton{margin-left:2rem;width:80%;height:1rem;border-radius:4rem;margin-top:2rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite;position:relative}.b-chatbot-block__resp div.skeleton::before{border-radius:4rem;content:"";position:absolute;right:-2rem;top:-0.2rem;height:1.6rem;width:1.6rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.b-chatbot-block__resp a,.b-chatbot-block__resp p{cursor:pointer;margin:0 0 0 2rem;color:var(--color-cacao);font-size:1.6rem;font-style:normal;font-weight:400;line-height:3.35rem;text-decoration-line:underline;position:relative;padding-left:2rem}@media screen and (min-width: 768px){.b-chatbot-block__resp a,.b-chatbot-block__resp p{margin:0 0 0 5rem}}.b-chatbot-block__resp a{margin:0}.b-chatbot-block__resp p a::before,.b-chatbot-block__resp p a::after{display:none}.b-chatbot-block__resp p a{margin-right:0;padding-left:0}.b-chatbot-block__resp a::after,.b-chatbot-block__resp p::after{content:"";position:absolute;height:1.6rem;width:1.6rem;border:var(--color-cacao) .1rem solid;border-radius:2rem;top:1rem;left:-1rem}.b-chatbot-block__resp a:hover::before,.b-chatbot-block__resp p:hover::before{content:"";position:absolute;height:1rem;width:1rem;background-color:#e8c0aa;border-radius:2rem;top:1.3rem;left:-0.7rem}.b-chatbot-block__resp .user-msg:nth-last-child(-n+2),.b-chatbot-block__resp .bot-msg:last-child{animation:my-anim 1s ease 0s 1 normal forwards}@keyframes my-anim{0%{opacity:0}100%{opacity:1}}.b-chatbot-block.active{min-width:20rem;opacity:1;rotate:0deg;min-height:20rem;border-radius:4rem;margin-bottom:5rem;margin-right:1rem}@media screen and (min-width: 540px){.b-chatbot-block.active{margin-bottom:7rem;margin-right:2rem}}.b-chatbot-block.active *{opacity:1;font-size:1.2rem}@media screen and (min-width: 540px){.b-chatbot-block.active *{font-size:1.6rem}}
.b-chatbot-button-block::before{transition:1s;z-index:3;content:" ";position:absolute;width:12.9rem;height:40.8rem;background:url("/images/chatbot/chatButtonBg.webp");background-repeat:no-repeat;background-size:100%;bottom:-18rem;right:3.3rem}@media screen and (min-width: 540px){.b-chatbot-button-block::before{bottom:-4.4rem;right:9rem;width:20rem}}.b-chatbot-button-block{z-index:5}.b-chatbot-button-block--min::before{transform:rotate(-8deg);bottom:-14rem;right:-6rem}.b-chatbot-button-block--min .b-chatbot-button-block__button{width:10rem;bottom:-11.8rem}.b-chatbot-button-block__button{z-index:5;position:absolute;bottom:-11.8rem;right:0;width:20rem;height:28.3rem;background:url("/images/chatbot/chatButton.webp");background-repeat:no-repeat;background-size:100%;transition:1s}@media screen and (min-width: 540px){.b-chatbot-button-block__button{width:34.2rem;bottom:0}}.b-chatbot-button-block.active::before{opacity:0;bottom:-40rem}.b-chatbot-button-block.active .b-chatbot-button-block__button{right:0;height:15.8rem;bottom:-7.5rem;width:10rem}@media screen and (min-width: 540px){.b-chatbot-button-block.active .b-chatbot-button-block__button{bottom:-2rem;width:16.9rem}}
.b-modal{display:grid;place-items:center;position:fixed;inset:0;z-index:-15;background-color:var(--color-modal-bg);opacity:0;transition:opacity var(--base-transition);will-change:opacity}.b-modal--open{opacity:1}.b-modal__container{position:relative}.b-modal__content{--indent: 2rem;width:calc(100vw - (var(--indent))*2);max-width:66rem;padding:2.7rem 2rem 2rem;background-color:var(--color-modal-content-bg)}@media screen and (min-width: 768px){.b-modal__content{--indent: 3rem;padding:4.7rem 4rem 4rem}}@media screen and (min-width: 1280px){.b-modal__content{--indent: 6rem}}.b-modal__close{z-index:3;position:absolute;top:1.6rem;right:1.6rem;width:4.3rem;height:4.3rem;background-color:var(--color-modal-close-bg);border-radius:50%;cursor:pointer}@media screen and (min-width: 1024px){.b-modal__close{top:0;right:-1.6rem;transform:translateX(100%);width:6rem;height:6rem}}.b-modal__close::before,.b-modal__close::after{content:"";display:block;width:1.8rem;height:.2rem;background-color:var(--color-modal-close);position:absolute;top:50%;left:50%}@media screen and (min-width: 1024px){.b-modal__close::before,.b-modal__close::after{width:2.4rem}}.b-modal__close::before{transform:translate(-50%, -50%) rotate(45deg)}.b-modal__close::after{transform:translate(-50%, -50%) rotate(-45deg)}
.b-page-nav{margin-top:2rem;margin-bottom:2rem;grid-column:2/12;display:grid;grid-template-columns:1fr}@media screen and (min-width: 768px){.b-page-nav{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1280px){.b-page-nav{grid-template-columns:1fr 28rem 1fr;grid-column:2/11}}.b-page-nav__links{width:100%;margin:2rem 0;text-align:center}@media screen and (min-width: 768px){.b-page-nav__links{text-align:left}}.b-page-nav__more{transition:.5s;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;flex-direction:column;cursor:pointer;width:100%;border-radius:6.8rem;color:rgba(0,0,0,0);text-align:center;font-size:3rem;line-height:111.5%}.b-page-nav__more svg{margin-bottom:1.5rem;width:15rem;height:-moz-fit-content;height:fit-content}@media screen and (min-width: 768px){.b-page-nav__more{width:100%}}.b-page-nav__more:hover{color:var(--color-brown-light)}.b-page-nav__item{color:var(--color-font, #99735d);font-size:3.2rem;margin:0 .7rem}.b-page-nav__item--arrow:first-child{margin:0 3rem 0 0}.b-page-nav__item--arrow:first-child svg{transform:scale(-1)}.b-page-nav__item--arrow{color:var(--color-font, #99735d);margin:0 0 0 3rem}.b-page-nav__item--arrow svg{vertical-align:-0.5rem}.b-page-nav__item--arrow.hide-arrow{opacity:.3}.b-page-nav__item:hover{color:var(--color-title, #441406);text-decoration:none}.b-page-nav .active{color:var(--color-title, #441406)}.b-page-nav.news .b-page-nav__links{margin-top:2rem}@media screen and (min-width: 1280px){.b-page-nav.news .b-page-nav__links{margin-top:10rem}}
.b-policy-block{position:fixed;border-radius:5rem 5rem 0 0;z-index:10;bottom:-20rem;opacity:.4;width:100%;height:12.9rem;background-color:var(--color-brown-light);flex-flow:row nowrap center;justify-content:space-between;align-items:center;color:var(--color-white);padding:0 4.5rem;font-size:2rem;display:none}.b-policy-block--show{display:inline-flex;animation:open 1s ease forwards}.b-policy-block button{cursor:pointer;white-space:nowrap;color:var(--color-white);border:var(--color-white) solid .1rem;border-radius:5rem;padding:1rem 2.1rem;font-size:1.4rem;margin-left:2rem}@media screen and (min-width: 768px){.b-policy-block button{padding:1.5rem 2.6rem;font-size:1.8rem}}@media screen and (min-width: 1024px){.b-policy-block button{font-size:2rem}}.b-policy-block button:hover{color:var(--color-brown-light);background-color:var(--color-white)}.b-policy-block svg{display:none}@media screen and (min-width: 768px){.b-policy-block svg{display:block}}.b-policy-block p{margin-left:2rem;font-size:1.2rem}.b-policy-block p a{transition:var(--base-transition);color:var(--color-cacao);text-decoration:underline}.b-policy-block p a:hover{color:var(--color-title)}@media screen and (min-width: 768px){.b-policy-block p{font-size:1.8rem}}@media screen and (min-width: 1024px){.b-policy-block p{font-size:2rem}}@keyframes open{0%{transform:scale(0.2);opacity:0;bottom:-10rem}100%{transform:scale(1);opacity:1;bottom:0}}.close{animation:close 1s ease forwards}@keyframes close{0%{transform:scale(1);opacity:1;bottom:0}100%{transform:scale(0.2);opacity:0;bottom:-10rem}}
.b-share-links{width:100%;margin-top:5rem;display:flex;align-items:center;justify-content:flex-end}.b-share-links__sub-text{margin-right:1rem}.b-share-links__links{gap:1rem;z-index:2;display:flex;flex-wrap:nowrap;justify-content:space-between;top:0;bottom:0;transition:1s;margin-right:1rem}@media screen and (min-width: 768px){.b-share-links__links{margin-right:2.1rem}}.b-share-links>.b-button--link{--btn-color: var(--color-white);--btn-bg-color: var(--color-brown-light);--btn-border-color: var(--color-white);--btn-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-white);--btn-border-color-hover: var(--color-brown-light);flex-shrink:0}
h1{text-align:center;width:100%}html,body{min-width:32rem;height:100%;margin:0;font-size:10px;overflow:hidden}body.rotate{transform:rotate(90deg);height:100dvh;width:100dvw;overflow:hidden}@media screen and (min-width: 1024px){body.rotate{height:100%;width:100%;transform:none}}body.rotate .b-game__content-container{transform:translateY(calc(100dvh - 100dvw))}body.rotate .b-game__content-container.min{transform:translateY(calc(95dvh - 100dvw))}.b-game{display:none;position:relative;min-width:100dvw;max-width:100dvh;margin-left:auto}@media screen and (min-width: 1024px){.b-game{width:100dvw;height:100dvh;min-width:unset;max-width:unset;margin:0}}.b-game__content-container{display:flex;height:-moz-fit-content;height:fit-content;position:relative}.b-game__content-container.min{transform:translateY(-5dvw)}.b-game img{pointer-events:none}.b-game.loading{opacity:0}.b-game.stage1{--anim-time: 2.5s;--anim-function: ease}.b-game.stage2{--anim-time: 3s;--anim-function: ease;--anim-delay: 1.5s}.b-game.stage3{--anim-time: 1s;--anim-function: ease;--anim-delay: 1s}.b-game__back-pics{display:flex;width:100%}.b-game__button-container{position:absolute;left:0;right:0;top:calc(var(--bg-ratio, 1)*76rem);margin:auto;width:34.5rem;overflow:hidden}.b-game__to-game{background-color:#765a4a;height:8rem;display:flex;align-items:center;justify-content:center;border-radius:6.8rem;border:none;color:#fff;font-size:30px;width:100%;transform:translateX(100%);transition:background-color .4s ease;cursor:pointer}.b-game__to-game:hover{background-color:#99735d}.b-game__background{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.b-game__letter{top:calc(var(--bg-ratio, 1)*17.4rem);position:fixed;height:calc(var(--bg-ratio, 1)*46.3rem);will-change:transform;transform:scale(0)}.b-game__letter--s{left:calc(var(--bg-ratio, 1)*2rem);top:calc(var(--bg-ratio, 1)*16.4rem);height:calc(var(--bg-ratio, 1)*47rem)}.b-game__letter--t1{left:calc(var(--bg-ratio, 1)*42rem)}.b-game__letter--a{left:0;right:calc(var(--bg-ratio, 1)*2.5rem);top:calc(var(--bg-ratio, 1)*15.6rem);margin:auto;height:calc(var(--bg-ratio, 1)*48.1rem)}.b-game__letter--r{right:calc(var(--bg-ratio, 1)*34rem)}.b-game__letter--t2{right:calc(var(--bg-ratio, 1)*2rem)}.b-game.animating .b-game__letter{transform:scale(1)}.b-game.stage1 .b-game__letter--s{animation:slide-right var(--anim-time) var(--anim-function) both .5s}.b-game.stage1 .b-game__letter--t1{animation:slide-top-from-bottom var(--anim-time) var(--anim-function) both .5s}.b-game.stage1 .b-game__letter--a{animation:slide-bottom-from-top var(--anim-time) var(--anim-function) both .5s}.b-game.stage1 .b-game__letter--r{animation:slide-top-from-bottom var(--anim-time) var(--anim-function) both .5s}.b-game.stage1 .b-game__letter--t2{animation:slide-left var(--anim-time) var(--anim-function) both .5s}.b-game.stage1 .b-game__to-game{animation:show-button var(--anim-time) var(--anim-function) calc(var(--anim-time) + 1.5s) both;transform:translate(0)}.b-game.stage2 .b-game__content-container{transition:transform var(--anim-time) var(--anim-function) var(--anim-delay);transform:translateY(calc(-1 * var(--scroll-bottom)))}.b-game.stage2 .b-game__letter--s{animation:slide-bottom-from-view calc(var(--anim-time)/2) var(--anim-function) both var(--anim-delay)}.b-game.stage2 .b-game__letter--t1{animation:slide-top-from-view calc(var(--anim-time)/2) var(--anim-function) both var(--anim-delay)}.b-game.stage2 .b-game__letter--a{animation:slide-bottom-from-view-a-letter calc(var(--anim-time)/2 + var(--anim-delay)) var(--anim-function) both;transform-origin:center 80%}.b-game.stage2 .b-game__letter--r{animation:slide-top-from-view calc(var(--anim-time)/2) var(--anim-function) both var(--anim-delay)}.b-game.stage2 .b-game__letter--t2{animation:slide-bottom-from-view calc(var(--anim-time)/2) var(--anim-function) both var(--anim-delay)}.b-game.stage2 .b-game__to-game{animation:hide-button calc(var(--anim-time)/4) var(--anim-function) both;transform:translate(0)}.b-game.ready .b-game__content-container,.b-game.stage3 .b-game__content-container{transform:translateY(calc(-1 * var(--scroll-bottom)))}.b-game__nose{position:absolute;left:0;right:calc(var(--bg-ratio, 1)*4rem);top:calc(var(--bg-ratio, 1)*42rem);width:calc(var(--bg-ratio, 1)*20.8rem);margin:auto}.b-game__cloud,.b-game__leaf{position:absolute;right:0;transform:translateX(100%)}.b-game__cloud--1{top:calc(-14rem*var(--bg-ratio));width:calc(32.2rem*var(--bg-ratio))}.b-game__cloud--2{top:calc(-36rem*var(--bg-ratio));width:calc(66.8rem*var(--bg-ratio))}.b-game__cloud--3{top:calc(-19rem*var(--bg-ratio));width:calc(36.3rem*var(--bg-ratio))}.b-game__cloud--4{top:calc(65rem*var(--bg-ratio));width:calc(14.8rem*var(--bg-ratio))}.b-game__cloud--5{top:calc(22rem*var(--bg-ratio));width:calc(14.8rem*var(--bg-ratio))}.b-game.animating .b-game__cloud--1{animation:cloud-slide 9s linear infinite 4.5s}.b-game.animating .b-game__cloud--2{animation:cloud-slide 15s linear infinite 4.5s}.b-game.animating .b-game__cloud--3{animation:cloud-slide 12s linear infinite 1s}.b-game.animating .b-game__cloud--4{animation:cloud-slide 8s linear infinite 1s}.b-game.animating .b-game__cloud--5{animation:cloud-slide 8s linear infinite 4s}.b-game__leaf--normal{width:calc(4.9rem*var(--bg-ratio))}.b-game__leaf--blur{width:calc(15.5rem*var(--bg-ratio));z-index:1}.b-game__leaf--1{top:calc(45rem*var(--bg-ratio))}.b-game__leaf--2{top:calc(60rem*var(--bg-ratio))}.b-game__leaf--3{top:calc(50rem*var(--bg-ratio))}.b-game__leaf--4{top:calc(80rem*var(--bg-ratio))}.b-game__leaf--5{top:calc(100rem*var(--bg-ratio))}.b-game__leaf--6{top:0}.b-game.animating .b-game__leaf--1{--translate-y: 50rem;--rotation: 3000deg;animation:leaf-fly 20s cubic-bezier(0.05, 0.15, 1, 1) infinite 1s}.b-game.animating .b-game__leaf--2{--translate-y: 100rem;--rotation: -3000deg;animation:leaf-fly 15s ease-in infinite 1s}.b-game.animating .b-game__leaf--3{--translate-y: -10rem;--rotation: -1500deg;animation:leaf-fly 15s ease-in infinite 8s}.b-game.animating .b-game__leaf--4{--translate-y: 20rem;--rotation: -3000deg;animation:leaf-fly 15s ease-in infinite 5s}.b-game.animating .b-game__leaf--5{--translate-y: -50rem;--rotation: -3000deg;animation:leaf-fly 15s ease-in infinite 10s}.b-game.animating .b-game__leaf--6{--translate-y: 150rem;--rotation: -3000deg;animation:leaf-fly 15s ease-in infinite 16s}.b-game__container{width:44%;height:-moz-fit-content;height:fit-content;position:absolute;left:15px;right:0;bottom:calc(var(--bg-ratio, 1)*35rem);margin:auto}.b-game__container::before{content:"";width:calc(var(--bg-ratio, 1)*89.5rem);height:calc(var(--bg-ratio, 1)*67.3rem);background-image:url("/images/game/game-elements/light-filter.png");background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:calc(var(--bg-ratio, 1)*-5rem);right:0;opacity:0;transition:opacity 1s ease}.b-game__container .hover-controller{z-index:1}.b-game__score-container{position:absolute;top:calc(var(--bg-ratio, 1)*2rem);width:100%;display:flex;justify-content:center;gap:2rem;transform:scale(0)}@media screen and (min-width: 1280px){.b-game__score-container{top:calc(var(--bg-ratio, 1)*8rem)}}.b-game__score-container>div{display:flex;gap:.5rem}.b-game__score-container img{-o-object-fit:contain;object-fit:contain;height:2.4rem}.b-game__score-container p{color:#fff;font-family:"Myriad Pro";font-weight:700;line-height:normal;text-transform:uppercase;font-size:2rem;margin:0}.b-game__score-container .b-game__discount-percents{color:#f5a02c}.b-game__canvas{margin:auto;width:100%;-o-object-fit:contain;object-fit:contain;z-index:1}.b-game__sound-button-container{position:absolute;top:calc(var(--bg-ratio, 1)*-10rem);display:flex;justify-content:center;width:100%;transform:scale(0)}.b-game__sound-button-container .b-game__sound-control--active{display:none}.b-game__sound-button-container .b-game__sound-control{width:calc(var(--bg-ratio, 1)*8rem);height:calc(var(--bg-ratio, 1)*8rem)}.b-game__sound-button-container.unmute .b-game__sound-control--active{display:initial}.b-game__sound-button-container.unmute .b-game__sound-control--inactive{display:none}.b-game__sound-button-code,.b-game__control-button-code{display:none;color:#f5a02c;opacity:.5;position:absolute;margin:0;font-size:1.6rem;font-weight:700;line-height:normal;font-family:"Myriad Pro"}@media screen and (min-width: 1280px){.b-game__sound-button-code,.b-game__control-button-code{display:block}}.b-game__control-buttons-codes{position:absolute;top:0;left:0;width:100%;height:100%}.b-game__sound-button-code{top:calc(var(--bg-ratio, 1)*-2rem);transform:scale(0)}.b-game__control-button-code--tl{top:calc(var(--bg-ratio, 1)*10rem);left:calc(var(--bg-ratio, 1)*12.5rem)}.b-game__control-button-code--bl{top:calc(var(--bg-ratio, 1)*20.5rem);left:calc(var(--bg-ratio, 1)*12.5rem)}.b-game__control-button-code--br{top:calc(var(--bg-ratio, 1)*10rem);right:calc(var(--bg-ratio, 1)*13rem)}.b-game__control-button-code--tr{top:calc(var(--bg-ratio, 1)*20.5rem);right:calc(var(--bg-ratio, 1)*13.5rem)}.b-game__character-controllers{--color-border: #e9dac9;--color-center: #f5a02c;display:grid;position:absolute;justify-content:center;right:0;left:0;bottom:calc(var(--bg-ratio, 1)*-24.6rem);gap:calc(var(--bg-ratio, 1)*1.8rem)}.b-game__button{grid-row-start:1;display:flex;justify-content:center;align-items:center;transform:scale(0)}.b-game__button--pos{display:none;width:calc(var(--bg-ratio, 1)*7.2rem);height:calc(var(--bg-ratio, 1)*7.2rem);border-radius:50rem;border:.2rem solid #fff;filter:drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.25));background-color:#e9dac9}@media screen and (min-width: 1280px){.b-game__button--pos{display:flex}}.b-game__button--pause{grid-row-start:2;grid-column:span 4;cursor:pointer;transition:opacity .4s ease}.b-game__button--pause:hover{opacity:.9}.b-game__button--pause img{width:calc(var(--bg-ratio, 1)*34.1rem)}.b-game__button--pause .start{display:initial}.b-game__button--pause .stop{display:none}.b-game__button .active{display:none}.b-game__button .inactive{display:initial}.b-game__button .b-game__inner-round{border-radius:50rem;background-color:#f5a02c;box-shadow:0 .1rem 0 0 rgba(0,0,0,.25) inset;width:calc(var(--bg-ratio, 1)*4.9rem);height:calc(var(--bg-ratio, 1)*4.9rem);display:flex;justify-content:center;align-items:center;font-size:2.4rem;line-height:normal;color:#fff;font-family:"Myriad Pro";font-weight:700;padding-top:calc(var(--bg-ratio, 1)*.5rem)}.b-game__identify-container{position:fixed;width:100vw;height:100dvh;bottom:0;left:0;transition:opacity .4s ease}.b-game__identify-container::before{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.4;background-color:var(--color-black);content:""}.b-game__identify-container.close{opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.b-game__identify-content{position:absolute;display:flex;flex-direction:column;gap:max(7px,.78vw);top:0;left:0;right:0;bottom:0;margin:auto;background-color:var(--color-brown-light);width:40%;height:-moz-fit-content;height:fit-content;padding:4vw;border-radius:2.6vw;transition:bottom .4s ease}.b-game__identify-content.keyboard-active{bottom:var(--offset-bottom, 0)}.b-game__identify-label{color:var(--color-white);width:100%;text-transform:uppercase;font-size:max(12px,1.3vw)}.b-game__identify-input{color:var(--color-cacao);border:1px solid var(--color-cacao);border-radius:50px;font-size:max(10px,1vw);padding:1vw}.b-game__notify{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-brown-light)}.b-game__notify.active{display:block}.b-game__notify-text{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;color:var(--color-white);font-size:max(15px,1.5vw);padding:max(10px,1vw);text-align:center}.b-game__fullscreen{position:fixed;top:10px;right:10px;width:50px;height:50px;background-image:url("/images/game/fullscreen-in.svg")}.b-game__fullscreen.active{background-image:url("/images/game/fullscreen-out.svg")}.b-game.playing .b-game__button--pause .start{display:none}.b-game.playing .b-game__button--pause .stop{display:initial}.b-game__button.click .active{display:initial}.b-game__button.click .inactive{display:none}.b-game__button--pos.click{background-color:#a7d03c}.b-game__button.click .b-game__inner-round{background-color:#8daf35}.b-game.stage3 .b-game__button{transform:scale(1)}.b-game.stage3 .b-game__button--tl{animation:show-with-rotate var(--anim-time) var(--anim-function) var(--anim-delay) both}.b-game.stage3 .b-game__button--bl{animation:show-with-rotate var(--anim-time) var(--anim-function) calc(var(--anim-delay) + .3s) both}.b-game.stage3 .b-game__button--br{animation:show-with-rotate var(--anim-time) var(--anim-function) calc(var(--anim-delay) + .6s) both}.b-game.stage3 .b-game__button--tr{animation:show-with-rotate var(--anim-time) var(--anim-function) calc(var(--anim-delay) + .9s) both}.b-game.stage3 .b-game__button--pause{animation:slide-top-from-bottom calc(var(--anim-time) + 1s) var(--anim-function) calc(var(--anim-delay)/2) both}.b-game.stage3 .b-game__sound-button-container{transform:scale(1);animation:slide-bottom-from-top calc(var(--anim-time) + 1s) var(--anim-function) calc(var(--anim-delay) - .5s) both}.b-game.stage3 .b-game__score-container{transform:scale(1);animation:show-score-block .1s var(--anim-function) var(--anim-delay) both}.b-game.ready .b-game__sound-button-container,.b-game.ready .b-game__score-container,.b-game.ready .b-game__button{transform:scale(1)}.b-game.ready .b-game__sound-button-code{transform:scale(1)}.b-game.playing .b-game__container::before{opacity:.2}@keyframes slide-right{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-left{from{transform:translateX(100%)}to{transform:translate(0)}}@keyframes slide-top-from-bottom{from{transform:translateY(100dvh)}to{transform:translateY(0)}}@keyframes slide-top-from-view{from{transform:translateY(0)}to{transform:translateY(-100dvh)}}@keyframes slide-bottom-from-view-a-letter{from{transform:rotate(0)}10%{transform:rotate(-15deg)}20%{transform:rotate(45deg)}40%{transform:rotate(-180deg)}50%{transform:rotate(-180deg) translateY(0);opacity:1}99%{transform:rotate(-180deg) translateY(calc(-1.5 * var(--scroll-bottom)));opacity:0;display:initial}to{transform:rotate(-180deg) translateY(calc(-1.5 * var(--scroll-bottom)));opacity:0;display:none}}@keyframes slide-bottom-from-top{from{transform:translateY(-100dvh)}to{transform:translateY(0)}}@keyframes slide-bottom-from-view{from{transform:translateY(0);opacity:1}99%{transform:translateY(calc(1.5 * var(--scroll-bottom)));opacity:0}to{transform:translateY(calc(1.5 * var(--scroll-bottom)));opacity:0}}@keyframes show-button{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes hide-button{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes cloud-slide{from{transform:translateX(100%)}to{transform:translateX(-110dvw)}}@keyframes leaf-fly{from{transform:translateX(100%) rotate(0)}to{transform:translate(-110dvw, var(--translate-y, 0)) rotate(var(--rotation, 0))}}@keyframes show-with-rotate{from{opacity:0;transform:rotate(-45deg) scale(0)}1%{opacity:1;transform:rotate(-45deg) scale(0)}to{transform:rotate(0) scale(1)}}@keyframes show-score-block{from{opacity:0}to{opacity:1}}
