.header-wrapper{width:100%;position:relative;z-index:5000;display:flex;justify-content:center}.header-wrapper header{max-width:1200px;width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;z-index:5000}@media screen and (max-width:1000px){.application-header{padding:0 40px}}@media screen and (max-width:600px){.application-header{padding:0 20px}}@media screen and (max-width:420px){.application-header{padding:0 10px}}img{-webkit-user-select:none;user-select:none}.footer *{font-family:var(--technical-font)}.footer-links-container,.footer-contacts-container p,.footer-information-container,.footer-copyright{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.footer{padding:80px 20px 40px;background:var(--default-footer-background-color-dark)}.footer-content-wrapper,.footer-labels-container{max-width:1200px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px}.footer-logo-container svg{width:172px;height:81px;-webkit-transition:stroke .2s ease-in-out;-moz-transition:stroke .2s ease-in-out;-o-transition:stroke .2s ease-in-out;transition:stroke .2s ease-in-out}.footer-logo-container:hover svg{stroke:#ffffff80}.footer-information-container{max-width:445px}.footer-description-container,.footer-copyright,.footer-contacts-container span,.footer-links-container,.footer-contacts-container p{font-weight:500;font-size:14px}.footer-links-container{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.footer-links-container p{cursor:pointer;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.footer-links-container p:hover{opacity:.75}.footer-contacts-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;white-space:nowrap}.footer-divider{margin-top:70px;margin-bottom:20px;border:1px solid}.footer-made-by{width:80px;height:43px;opacity:1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer-made-by:hover{opacity:.8;-webkit-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.footer-made-by img{width:100%;height:auto;display:block}@media screen and (max-width:1000px){.footer{padding:80px 20px 40px}}@media screen and (max-width:800px){.footer{padding:40px 20px}.footer-content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-divider{margin-top:35px;margin-bottom:20px}.footer-contacts-container{text-align:center}.footer-labels-container{gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer.emotional-intelligence-footer{padding:92px 20px 56px;background:linear-gradient(90deg,#dff2fe,#fbf5fc 29%,#fcf1eb 62%,#fef6eb)!important}.footer.emotional-intelligence-footer .footer-content-wrapper,.footer.emotional-intelligence-footer .footer-labels-container{width:100%;max-width:1152px}.footer.emotional-intelligence-footer .footer-content-wrapper{display:grid;grid-template-columns:172px minmax(280px,445px) minmax(170px,1fr);align-items:start;column-gap:clamp(48px,7vw,112px)}.footer.emotional-intelligence-footer .footer-divider{max-width:1440px;margin:90px auto 20px;border-color:#688eab!important}@media screen and (max-width:1000px){.footer.emotional-intelligence-footer{padding-top:72px;padding-bottom:48px}.footer.emotional-intelligence-footer .footer-content-wrapper{column-gap:48px}.footer.emotional-intelligence-footer .footer-divider{margin-top:64px}}@media screen and (max-width:800px){.footer.emotional-intelligence-footer{padding:48px 20px 40px}.footer.emotional-intelligence-footer .footer-content-wrapper{display:flex}.footer.emotional-intelligence-footer .footer-divider{margin-top:35px}}.privacy-policy-modal .privacy-policy-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:90vh;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;outline:none;display:flex;flex-direction:column;overflow:hidden}.privacy-policy-modal .privacy-policy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 16px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-title{font-size:24px;font-weight:600;color:#333;margin:0;font-family:Open Sans,sans-serif}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-close{color:#666;padding:8px}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-close:hover{background-color:#0000000a;color:#333}.privacy-policy-modal .privacy-policy-modal-body{padding:24px 32px 32px;overflow-y:auto;flex:1}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content{font-family:Open Sans,sans-serif;line-height:1.6;color:#333}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3{font-size:18px;font-weight:600;color:#2c3e50;margin:24px 0 12px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3:first-child{margin-top:0}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content p{font-size:14px;margin:0 0 16px;color:#555}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul{margin:12px 0 16px;padding-left:24px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul li{font-size:14px;margin:8px 0;color:#555}@media(max-width:768px){.privacy-policy-modal .privacy-policy-modal-content{width:95%;max-height:95vh}.privacy-policy-modal .privacy-policy-modal-header{padding:16px 20px 12px}.privacy-policy-modal .privacy-policy-modal-header .privacy-policy-modal-title{font-size:18px}.privacy-policy-modal .privacy-policy-modal-body{padding:16px 20px 24px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content h3{font-size:16px;margin:20px 0 10px}.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content p,.privacy-policy-modal .privacy-policy-modal-body .privacy-policy-content ul li{font-size:13px}}.content-section::selection{color:var(--default-footer-text-color-white);background-color:var(--section-container-primary-bg)}.content-section{width:100%;padding:44px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px}.content-section-text-container{max-width:1200px;margin:auto;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;text-align:center}.content-section-title{font-weight:700;font-size:48px;color:#289ff5}.content-section-description{font-weight:400;font-size:16px}.content-section-content-container{width:100%;display:flex;flex-direction:column;gap:36px}@media(max-width:800px){.content-section{padding:40px 0;gap:24px}.content-section-title{font-size:30px}}.pages-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.bordered-card-content-wrapper{position:relative}.bordered-card{border:1px solid red;border-radius:0!important}.bordered-card-content{position:absolute;top:0;left:0;right:0;margin:auto;color:#fff}.container{display:flex;flex-direction:column;gap:60px;padding:70px;background:linear-gradient(#c6e2f2,#d0dfa8)}.language-select-container{display:flex;flex-direction:column;align-items:start;justify-content:center;width:fit-content}.language-select-option{color:#000000de}.language-select-container .css-1ev28is-MuiInputBase-root-MuiInput-root:after{border-bottom:.125rem solid #ffffff}.language-select-container [class*=MuiFormLabel-root-MuiInputLabel-root],.language-select-container [class*=MuiFormLabel-root-MuiInputLabel-root].Mui-focused{color:#fff}.centered-header-wrapper{width:100%;display:flex;justify-content:center;z-index:5000;transition:transform .25s ease,opacity .25s ease;will-change:transform}.centered-header-wrapper.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.centered-header-wrapper.is-visible{transform:translateY(0);opacity:1}.centered-header-wrapper header{max-width:1540px;width:100%;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.centered-application-header-center{position:absolute;top:0;right:0;left:0;margin-right:auto;margin-left:auto;display:flex;justify-content:center}@media screen and (max-width:1000px){.centered-application-header{padding:0 40px}}@media screen and (max-width:600px){.centered-header-wrapper *{transform:scale(.96)}.centered-header-wrapper header{padding:0 15px}.centered-application-header{padding:0 20px}}@media screen and (max-width:579px){.centered-application-header-center *{display:none}}@media screen and (max-width:420px){.centered-application-header{padding:0 10px}}.default-layout{width:100%}.disabled{pointer-events:none;opacity:.7}.safety-nature-block{width:100%;padding:35px 70px;border-radius:10px}.safety-nature-block-title{font-family:Roboto,sans-serif;font-size:30px;font-weight:700;font-style:bold;line-height:1;color:#fff;text-transform:uppercase;padding:24px;width:fit-content;white-space:pre-line;margin:0 auto 40px;border-radius:10px;text-align:center}.safety-nature-block-content{display:flex;align-items:center;gap:50px}.safety-nature-block-items{display:flex;flex-direction:column;flex:1;min-width:0}.safety-nature-block-item{display:flex;align-items:center;margin-bottom:33px;gap:32px}.safety-nature-block-item svg{flex-shrink:0}.safety-nature-block-item-title{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;font-style:bold;line-height:1;color:#fff;text-transform:uppercase;margin-bottom:10px}.safety-nature-block-item-description{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;font-style:bold;line-height:1;color:#fff}.safety-nature-block-images{display:flex;flex-direction:column;flex:0 0 22%}.safety-nature-block-images img{width:100%;height:auto;margin-bottom:16px}.safety-nature-block--left .safety-nature-block-content{flex-direction:row}.safety-nature-block--right .safety-nature-block-content,.safety-nature-block--right .safety-nature-block-item{flex-direction:row-reverse}.safety-nature-block--right .safety-nature-block-text{text-align:right}@media(max-width:1024px){.safety-nature-block{padding:30px 20px}.safety-nature-block-content{flex-direction:column!important;gap:30px}.safety-nature-block-items{width:100%}.safety-nature-block-images{width:100%;flex:none;flex-direction:row;gap:16px}.safety-nature-block-images img{width:calc(40% - 8px);margin:auto}.safety-nature-block--right .safety-nature-block-item{flex-direction:row}.safety-nature-block--right .safety-nature-block-text{text-align:left}}@media(max-width:450px){.safety-nature-block-item{gap:10px;align-items:start}.safety-nature-block{padding:12px}.safety-nature-block-item-title{margin-bottom:6px}.safety-nature-block-images{flex-direction:column;align-items:center}.safety-nature-block-images img{width:241px;height:auto}}@media(max-width:390px){.safety-nature-block-title{font-size:24px;padding:7px 24px;margin-bottom:32px}.safety-nature-block-images{flex-direction:column;align-items:center}}@media(max-width:375px){.safety-nature-block-title{font-size:22px}.safety-nature-block-item-title{font-size:20px}.safety-nature-block-item-description{font-size:16px}.safety-nature-block-images img{width:220px;height:auto}}@media(max-width:320px){.safety-nature-block-item-title{font-size:18px}.safety-nature-block-item-description{font-size:15px}.safety-nature-block-images img{width:200px;height:auto}}:root{--modal-window-blur: blur(3px);--header-height: 70px;--page-padding-x: 144px;--page-mobile-padding-x: 20px;--section-container-secondary-half-bg: #FAFAFB;--section-container-secondary-bg: #FFFFFF;--section-container-primary-bg: #289FF5;--primary-text-color: #289FF5;--secondary-control-text-color: #3870C9;--secondary-text-color: #FFFFFF;--secondary-opacity-text-color: rgba(255, 255, 255, .87);--common-text-color: #000000;--default-footer-background-color-dark: #181818;--default-footer-text-color-grey: #FFFFFF66;--default-footer-text-color-white: #FFFFFF;--default-footer-divider-color-grey: var(--default-footer-text-color-grey);--common-opacity-text-color: rgba(0, 0, 0, .87);--common-second-opacity-text-color: rgba(0, 0, 0, .6);--cards-list-gap: 24px;--card-max-w: 270px;--card-max-h: 350px;--small-card-max-w: 220px;--small-card-max-h: 300px;--card-image-container-h: 270px;--card-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .14), 0 1px 1px 0 rgba(0, 0, 0, .14);--card-hover-box-shadow: 0 1px 4px rgba(0, 0, 0, .25), 0 1px 4px rgba(0, 0, 0, .22);--transition-duration: .35s;--title-font: "Ubuntu", sans-serif;--text-font: "Roboto", sans-serif;--technical-font: "Montserrat", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none}html{overflow:hidden;scroll-behavior:smooth}html,body{width:100%;height:100%}body{background-color:#fff;color:var(--common-text-color);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;overflow:auto}h1,h2,h4{margin:0;padding:0;font-family:var(--title-font)}a,p,div,li,ul,ol,h3{font-family:var(--text-font)}a,p{text-decoration:none;margin:0;padding:0;color:inherit}*{scroll-behavior:smooth}::-webkit-scrollbar{width:5px;height:8px}::-webkit-scrollbar-thumb{border-radius:2px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#cbcbcb}::-webkit-scrollbar-thumb:hover{background-color:#b0b0b0}.nutrition-section *{--title-font: "Nunito Sans", sans-serif;--text-font: "Nunito Sans", sans-serif}@font-face{font-family:Gunny Rewritten;src:url(/assets/GunnyRewritten-CmOGLqXI.woff) format("woff");font-style:normal}@font-face{font-family:Ubuntu;src:url(/assets/Ubuntu-Regular-DsoW2BCl.woff) format("woff");font-style:normal}@font-face{font-family:Roboto Italic;src:url(/assets/Roboto-Italic-CxmaCvOL.woff) format("woff");font-style:normal}@font-face{font-family:Roboto Light-Italic;src:url(/assets/Roboto-LightItalic-aUfYUUPO.woff) format("woff");font-style:normal}.common-text{font-weight:400;font-size:1.5rem;line-height:133%;letter-spacing:0;color:#ffffffde}.centered-text{text-align:center}.header-text{font-weight:400;font-size:3rem;line-height:3.25rem;letter-spacing:0;color:#ffffffde}.title-text{font-weight:400;font-size:2rem;line-height:3.25rem;letter-spacing:0;color:#ffffffde}.header-text-bold{font-weight:700;font-size:4rem;line-height:100%;letter-spacing:-.1rem;color:#ffffffde}.caption-text{font-weight:400;font-size:1rem;line-height:133%;letter-spacing:0;color:#ffffffde}.gr-font-family{font-family:Gunny Rewritten}.ub-font-family{font-family:Ubuntu}.rob-it-font-family{font-family:Roboto Italic}.rob-light-it-font-family{font-family:Roboto Light-Italic}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
