.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}.ei-second-section{position:relative;width:100%;min-height:1373px;overflow:hidden;box-sizing:border-box;background:#fff;color:#474747}.ei-second-section:before{content:"";position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;background-image:linear-gradient(rgba(123,123,123,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(123,123,123,.12) 1px,transparent 1px);background-size:42px 42px;transform:rotate(-2deg);transform-origin:center;pointer-events:none;z-index:0}.ei-second-section-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:85px auto 0;padding:0 20px}.ei-second-section-circles_2{position:absolute;top:-60px;right:-120px;width:506px;height:586px;object-fit:contain;z-index:1;pointer-events:none}.ei-second-section-circles_1{position:absolute;top:838px;left:-130px;width:318px;height:358px;z-index:1}.ei-second-section-title{margin:0;color:#474747;text-align:center;font-family:Roboto,sans-serif;font-size:46px;font-weight:700;line-height:1.2;z-index:2;text-transform:uppercase}.ei-second-section-subtitle{margin:33px 0 0;max-width:1008px;color:#474747;text-align:center;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:30px;z-index:2}.ei-second-section-cards{display:flex;gap:30px;margin-top:40px;z-index:2}.ei-second-section-column{flex:1;display:flex;flex-direction:column;gap:30px}.ei-second-card{border-radius:25px;padding:20px;text-align:center}.ei-second-card p{color:#474747;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:36px;margin-top:10px}.ei-second-card h3{font-family:Roboto,sans-serif;font-size:30px;font-weight:700;line-height:36px}.ei-second-card-1{border:1px solid #79CAEF;color:#79caef;background-color:#f6f8f8}.ei-second-card-2{border:1px solid #7CC7CD;color:#7cc7cd;background-color:#eff6f3}.ei-second-card-3{border:1px solid #F79776;color:#f79776;background-color:#fdf5f1}.ei-second-card-4{border:1px solid #493C8B;color:#493c8b;background-color:#f9f3f7}.ei-second-card-5{border:1px solid #FCC056;color:#fcc056;background-color:#fdf8f2}.ei-second-card-6{border:1px solid #D65470;color:#d65470;background-color:#fef8f5}@media(max-width:1024px){.ei-second-section-cards{display:grid;justify-content:center;gap:30px}.ei-second-section-column{display:contents}.ei-second-section-circles_1{display:none}.ei-second-section-circles_2{width:388px;height:388px;top:-120px;right:-150px}}@media(max-width:475px){.ei-second-section-title{font-size:36px}.ei-second-section-circles_2{width:280px;height:280px;right:-100px}.ei-second-card h3{font-size:26px}.ei-second-card p{font-size:18px;line-height:20px}.ei-second-section-subtitle{font-size:22px;margin-top:10px}.ei-second-section-cards{gap:15px;margin-top:20px}}@media(max-width:390px){.ei-second-section-title{font-size:24px;line-height:30px}.ei-second-section-subtitle{font-size:16px;line-height:18px;margin-top:10px}.ei-second-card h3{font-size:24px;line-height:36px}.ei-second-card p{font-size:16px;line-height:18px}.ei-second-section-circles_2{width:220px;height:220px;right:-100px;top:-100px}}@media(max-width:320px){.ei-second-section-title{font-size:24px}.ei-second-section-subtitle{font-size:16px;line-height:19px;margin-top:10px}.ei-second-card h3{font-size:24px;line-height:36px}.ei-second-card p{font-size:16px;line-height:18px}.ei-second-section-cards{gap:10px;margin-top:20px}.ei-second-section-circles_2{width:188px;height:188px;right:-70px;top:-100px}}.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}: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}
