.Header-module-scss-module__jbeiza__header{flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:768px;margin:0 auto;padding-bottom:96px;display:flex}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__header{gap:12px;max-width:100%;padding-bottom:64px}}.Header-module-scss-module__jbeiza__title{text-align:center;color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:3.75rem;line-height:4.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Header-module-scss-module__jbeiza__description{text-align:center;color:var(--gray-700);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__description{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}
.Footer-module-scss-module__15HAvq__footer{margin:0 auto;padding-bottom:96px}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__footer{padding-bottom:64px}}.Footer-module-scss-module__15HAvq__title{text-align:center;color:var(--base-black);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:36px}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}}.Footer-module-scss-module__15HAvq__cards{grid-template-columns:repeat(3,1fr);place-items:stretch stretch;gap:32px;width:100%;display:grid}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cards{grid-template-columns:1fr;gap:24px}}.Footer-module-scss-module__15HAvq__card{background:var(--gray-100);border-radius:16px;flex-direction:column;gap:24px;min-height:230px;padding:24px;display:flex;overflow:hidden}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__card{min-height:auto}}.Footer-module-scss-module__15HAvq__cardTitle{color:var(--accent-1-950);font-weight:var(--font-weight-semibold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardTitle{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__15HAvq__content{flex-direction:column;flex:1;justify-content:flex-end;gap:8px;display:flex}.Footer-module-scss-module__15HAvq__cardText{color:var(--accent-1-700);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardText{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__15HAvq__cardLink{color:var(--accent-2-500);font-weight:var(--font-weight-semibold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;align-items:center;gap:8px;margin-top:12px;text-decoration:none;display:flex}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardLink{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}
.Switch-module-scss-module__jwcUwW__container{background-color:var(--gray-100);border-radius:24px;justify-content:space-between;align-items:center;gap:8px;padding:12px 20px;display:flex}.Switch-module-scss-module__jwcUwW__label{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Switch-module-scss-module__jwcUwW__button{width:48px;height:24px;box-shadow:none;background-color:var(--gray-300);cursor:pointer;border:0;border-radius:12px;outline:none;align-items:center;padding:2px;transition:all .3s;display:flex;position:relative}.Switch-module-scss-module__jwcUwW__button:after{aspect-ratio:1;background-color:var(--white);content:"";border-radius:50%;transition:all .3s;position:absolute;top:2px;bottom:2px;left:2px}.Switch-module-scss-module__jwcUwW__button.Switch-module-scss-module__jwcUwW__active{background-color:var(--gray-950)}.Switch-module-scss-module__jwcUwW__button.Switch-module-scss-module__jwcUwW__active:after{left:auto;right:2px}.Switch-module-scss-module__jwcUwW__button.Switch-module-scss-module__jwcUwW__disabled{cursor:not-allowed;opacity:.5}
.Cookies-module-scss-module__ILLbcG__container{z-index:100500;background-color:var(--white);opacity:0;border:1px solid #e5eaf1;border-radius:16px;gap:16px;width:100%;max-width:450px;padding:16px 20px;transition:opacity .3s,left .3s;display:flex;position:fixed;bottom:8px;left:-100%;overflow:hidden;box-shadow:0 2px 15px #0000001a}.Cookies-module-scss-module__ILLbcG__container.Cookies-module-scss-module__ILLbcG__show{opacity:1;left:8px}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__container.Cookies-module-scss-module__ILLbcG__show{right:8px}.Cookies-module-scss-module__ILLbcG__container{flex-direction:column;width:auto;max-width:calc(100% - 60px)}}.Cookies-module-scss-module__ILLbcG__image{aspect-ratio:1;flex:0 32px;width:32px;height:32px}.Cookies-module-scss-module__ILLbcG__content{flex-direction:column;flex:auto;display:flex}.Cookies-module-scss-module__ILLbcG__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:4px}.Cookies-module-scss-module__ILLbcG__text{color:var(--gray-500);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:8px}.Cookies-module-scss-module__ILLbcG__manual{box-shadow:none;color:var(--accent-1-950);cursor:pointer;font-weight:var(--font-weight-semibold);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background:0 0;border:0;outline:none;padding:0;text-decoration:underline;display:inline-block}.Cookies-module-scss-module__ILLbcG__buttons{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__buttons{flex-direction:column-reverse;justify-content:stretch}}.Cookies-module-scss-module__ILLbcG__button{flex:1}.Cookies-module-scss-module__ILLbcG__manualContainer{z-index:100500;background-color:var(--white);opacity:0;border-radius:16px;flex-direction:column;width:100%;max-width:700px;margin:0 auto;transition:opacity .3s,left .3s;display:flex;position:fixed;top:50%;left:-100%;overflow:hidden}.Cookies-module-scss-module__ILLbcG__manualContainer.Cookies-module-scss-module__ILLbcG__show{opacity:1;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__manualContainer.Cookies-module-scss-module__ILLbcG__show{inset:auto 0 0;transform:none}}.Cookies-module-scss-module__ILLbcG__manualHeader{background-color:var(--gray-25);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.Cookies-module-scss-module__ILLbcG__manualTitle{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Cookies-module-scss-module__ILLbcG__manualClose{width:24px;height:24px;box-shadow:none;cursor:pointer;background:0 0;border:0;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.Cookies-module-scss-module__ILLbcG__manualContent{flex-direction:column;gap:32px;padding:32px;display:flex}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__manualContent{padding:20px 20px 32px}}.Cookies-module-scss-module__ILLbcG__manualButtons{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__manualButtons{flex-direction:column-reverse}}.Cookies-module-scss-module__ILLbcG__manualBigButton{flex:0 auto}@media screen and (max-width:1024px){.Cookies-module-scss-module__ILLbcG__manualBigButton{flex:1}}.Cookies-module-scss-module__ILLbcG__manualButton{flex:1}.Cookies-module-scss-module__ILLbcG__manualSubTitle{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:4px}.Cookies-module-scss-module__ILLbcG__manualText{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Cookies-module-scss-module__ILLbcG__link{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline}.Cookies-module-scss-module__ILLbcG__manualNotice{color:var(--gray-500);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Cookies-module-scss-module__ILLbcG__form{flex-direction:column;gap:4px;margin:16px 0;display:flex}
.SocialList-module-scss-module__ABLSWW__social{align-items:center;gap:12px;margin:20px 0;display:flex}.SocialList-module-scss-module__ABLSWW__icon{transition:all var(--transition-delay-menu-item)ease-in-out}.SocialList-module-scss-module__ABLSWW__icon:hover{transform:scale(1.1)}
.Footer-module-scss-module__wcgw9G__footer{z-index:5;background-color:var(--base-black);border-radius:40px;grid-template-columns:1fr;gap:64px;margin:0 20px 20px;padding:40px 0;display:grid;overflow:hidden}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__footer{border-radius:32px 32px 0 0;margin:0;padding:48px 0}}.Footer-module-scss-module__wcgw9G__bottom{grid-template-columns:320px 1fr;justify-content:space-between;gap:48px;display:grid}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__bottom{grid-template-columns:1fr;align-items:start}}.Footer-module-scss-module__wcgw9G__copyright{color:var(--accent-1-600);font-weight:var(--font-weight-medium)}.Footer-module-scss-module__wcgw9G__copyright sup{font-family:var(--font-primary),system-ui,Arial,sans-serif;vertical-align:super;font-size:8px}.Footer-module-scss-module__wcgw9G__copyright{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__copyright sup{font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:6px}.Footer-module-scss-module__wcgw9G__copyright{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__wcgw9G__grid{gap:64px}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__grid{padding:0 12px}}.Footer-module-scss-module__wcgw9G__logo{flex-direction:column;gap:12px;display:flex}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__logo{order:2;max-width:100%}}.Footer-module-scss-module__wcgw9G__title{color:var(--white);font-weight:var(--font-weight-semibold);text-decoration:none}.Footer-module-scss-module__wcgw9G__title sup{font-family:var(--font-primary),system-ui,Arial,sans-serif;vertical-align:super;font-size:12px}.Footer-module-scss-module__wcgw9G__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Footer-module-scss-module__wcgw9G__description{color:var(--accent-1-300);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Footer-module-scss-module__wcgw9G__top{grid-template-columns:1fr;place-content:center;place-items:center;gap:32px;display:grid}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__top{gap:40px}}.Footer-module-scss-module__wcgw9G__footerTitle{text-align:center;max-width:1024px;color:var(--white);font-weight:var(--font-weight-bold);font-size:2.75rem;line-height:3.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 auto}@media screen and (max-width:1024px){.Footer-module-scss-module__wcgw9G__footerTitle{font-size:2rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__wcgw9G__button{background:var(--base-black);border:none;border-radius:32px;position:relative}.Footer-module-scss-module__wcgw9G__button:after{content:"";-webkit-mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);background:linear-gradient(90deg,#8087ff,#ffc5aa,#e4aaff);border-radius:32px;padding:5px;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.Footer-module-scss-module__wcgw9G__logoRow img{width:auto;max-width:100%;max-height:55px}
.LocaleSelectSwitcher-module-scss-module__6BHRCG__select{box-shadow:none;color:var(--white);appearance:none;font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background-color:#0000;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNSA3Ljg3NzQ0TDEwIDEyLjg3NzRMMTUgNy44Nzc0NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);background-position:100%;background-repeat:no-repeat;background-size:20px;border:0;outline:none;margin:0;padding:0 26px 0 0}
@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__menu{order:1}}.BottomMenu-module-scss-module__DR-lbG__list{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__list{width:100%;grid-template-columns:1fr 1fr!important}}.BottomMenu-module-scss-module__DR-lbG__column{grid-template-columns:1fr;grid-auto-rows:auto;align-items:start;gap:12px;display:grid}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__column:first-child{grid-column:1/-1}}.BottomMenu-module-scss-module__DR-lbG__title{color:var(--white);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.BottomMenu-module-scss-module__DR-lbG__sublist{grid-template-columns:1fr;grid-auto-rows:auto;align-items:start;row-gap:6px;display:grid}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__sublist{gap:8px}}.BottomMenu-module-scss-module__DR-lbG__linkLabel{color:var(--gray-400);font-weight:var(--font-weight-medium);transition:all var(--transition-delay-menu-item)ease-in-out;font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;text-decoration:none}.BottomMenu-module-scss-module__DR-lbG__link{align-items:center;gap:6px;text-decoration:none;display:flex}.BottomMenu-module-scss-module__DR-lbG__link:hover{text-decoration:none}.BottomMenu-module-scss-module__DR-lbG__link:hover .BottomMenu-module-scss-module__DR-lbG__linkLabel{text-decoration:underline}.BottomMenu-module-scss-module__DR-lbG__localTitle{color:var(--gray-400);font-weight:var(--font-weight-semibold);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.BottomMenu-module-scss-module__DR-lbG__localItem{margin-top:32px}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__localItem{display:none}}.BottomMenu-module-scss-module__DR-lbG__localItemMobile{display:none}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__localItemMobile{display:block}}.BottomMenu-module-scss-module__DR-lbG__stickerLabel{text-align:center;font-weight:var(--font-weight-medium);border-radius:6px;padding:2px 8px;text-decoration:none;box-shadow:0 1px 2px #0a0d120d}.BottomMenu-module-scss-module__DR-lbG__stickerLabel:hover{text-decoration:none}.BottomMenu-module-scss-module__DR-lbG__stickerLabel{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.BottomMenu-module-scss-module__DR-lbG__stickerLabel{font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.BottomMenu-module-scss-module__DR-lbG__stickerWhite{background-color:var(--white);color:var(--base-black)}.BottomMenu-module-scss-module__DR-lbG__stickerBlack{border:1px solid var(--gray-400);color:var(--gray-400);background-color:#0000}
.Input-module-scss-module__XEE7va__wrapper{box-sizing:border-box;width:fit-content;max-width:fit-content;transition:all var(--transition-delay-button)ease-in-out;flex-direction:column;gap:6px;display:inline-flex;position:relative}.Input-module-scss-module__XEE7va__wrapper.Input-module-scss-module__XEE7va__fullWidth{width:100%;min-width:0;max-width:none;display:flex}@media screen and (max-width:1024px){.Input-module-scss-module__XEE7va__wrapper{width:100%;min-width:0;max-width:none;display:flex}}.Input-module-scss-module__XEE7va__inputContainer{border:1px solid var(--gray-300);box-shadow:0 1px 2px 0 var(--shadow-inner);background-color:var(--white);border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Input-module-scss-module__XEE7va__input{width:100%;box-shadow:none;color:var(--gray-900);background-color:var(--white);font-weight:var(--font-weight-regular);text-overflow:ellipsis;border:0;outline:0;flex:1;margin:0}.Input-module-scss-module__XEE7va__input::placeholder{color:var(--gray-500)}.Input-module-scss-module__XEE7va__md .Input-module-scss-module__XEE7va__input{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:10px 14px}.Input-module-scss-module__XEE7va__sm .Input-module-scss-module__XEE7va__input{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:8px 12px}.Input-module-scss-module__XEE7va__focused .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--accent-2-300);outline:1px solid var(--accent-2-300)}.Input-module-scss-module__XEE7va__disabled .Input-module-scss-module__XEE7va__inputContainer{background-color:var(--gray-50);border-color:var(--gray-300);outline:none}.Input-module-scss-module__XEE7va__disabled .Input-module-scss-module__XEE7va__input{background-color:var(--gray-50);cursor:not-allowed}.Input-module-scss-module__XEE7va__readOnly .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--gray-300);background-color:#0000;outline:none}.Input-module-scss-module__XEE7va__readOnly .Input-module-scss-module__XEE7va__input{color:var(--gray-500);cursor:default;background-color:#0000}.Input-module-scss-module__XEE7va__error .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--error-300)}.Input-module-scss-module__XEE7va__label{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__hint{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__hasIcon .Input-module-scss-module__XEE7va__input{padding-left:8px}.Input-module-scss-module__XEE7va__errorMessage{color:var(--error-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__tooltipButton{box-shadow:none;cursor:help;background-color:#0000;border:0;outline:0;margin:0;padding:10px 14px 10px 0}.Input-module-scss-module__XEE7va__errorIcon{padding:10px 14px 10px 0}.Input-module-scss-module__XEE7va__iconLeft{padding:10px 0 10px 14px}.Input-module-scss-module__XEE7va__copyableButton{box-shadow:none;border:0;border-left:1px solid var(--gray-300);cursor:copy;background-color:#0000;outline:0;justify-content:center;align-items:center;gap:6px;margin:0;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__copyableLabel{color:var(--gray-700);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__leadingText{color:var(--gray-600);border-right:1px solid var(--gray-300);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;flex:1;justify-content:center;align-items:center;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__rightLabel{color:var(--gray-500);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background:0 0;justify-content:center;align-items:center;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__passwordButton{box-shadow:none;cursor:pointer;background-color:#0000;border:0;outline:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;right:14px}
.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter{cursor:grab;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap;border-bottom-right-radius:32px;border-bottom-left-radius:32px;width:800px;overflow-x:auto}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter.ProductTabsSwitcher-module-scss-module__nem7ca__grabbing{cursor:grabbing}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter::-webkit-scrollbar{display:none}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper{background-color:var(--body-bg);flex-wrap:nowrap;align-items:center;gap:24px;min-width:max-content;padding:15px 0 15px 23px;display:flex}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton{cursor:pointer;background-color:#0000;border:none;border-radius:8px;outline:none;align-items:center;gap:12px;padding:8px;transition:background-color .3s,box-shadow .4s,transform .2s;display:flex}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton:hover:not(.ProductTabsSwitcher-module-scss-module__nem7ca__active) .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--gray-500)}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active{border-radius:8px;transform:translateY(-2px);box-shadow:106px 153px 52px #1f1f1f00,68px 98px 48px #1f1f1f03,38px 55px 40px #1f1f1f0d,17px 24px 30px #1f1f1f17,4px 6px 16px #1f1f1f1a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active{background-color:var(--white)}:root:not([data-theme=light]):not([data-theme=dark]) .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--gray-950)}}:root[data-theme=dark] .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active{background-color:var(--white)}:root[data-theme=dark] .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--gray-950)}@media screen and (max-width:1024px){.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton.ProductTabsSwitcher-module-scss-module__nem7ca__active{box-shadow:106px 153px 52px #1f1f1f00,68px 98px 48px #1f1f1f03,38px 55px 40px #1f1f1f0d,17px 24px 30px #1f1f1f17,4px 6px 16px #1f1f1f1a}}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__icon{width:24px;height:24px}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__icon path{stroke:var(--accent-2-600)}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--gray-950);font-weight:var(--font-weight-semibold);transition:color .3s}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--white)}}:root[data-theme=dark] .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__label{color:var(--white)}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__label{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:767px){.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton .ProductTabsSwitcher-module-scss-module__nem7ca__label{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper .ProductTabsSwitcher-module-scss-module__nem7ca__tabButton:last-child{margin-right:24px}@media screen and (max-width:1024px){.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter .ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapper{padding:0 0 24px}.ProductTabsSwitcher-module-scss-module__nem7ca__tabWrapperOuter{width:100%}}
.Job-module-scss-module__506kDG__container{flex-direction:column;gap:32px;padding:96px 0;display:flex}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__container{padding:64px 0}}.Job-module-scss-module__506kDG__item{border:.33px solid var(--black);border-radius:32px;grid-template-columns:1fr auto;align-content:center;align-items:center;gap:32px;padding:32px;text-decoration:none;display:grid;overflow:hidden}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__item{flex-direction:column;display:flex}}.Job-module-scss-module__506kDG__content{flex-direction:column;gap:16px;display:flex}.Job-module-scss-module__506kDG__itemTitle{font-weight:var(--font-weight-semibold);color:var(--gray-950)}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__itemTitle{text-align:center}}.Job-module-scss-module__506kDG__itemTitle{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Job-module-scss-module__506kDG__tags{flex-wrap:wrap;place-content:center flex-start;align-items:stretch;gap:8px;width:100%;display:flex}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__tags{place-content:center}}.Job-module-scss-module__506kDG__tag{border:1px solid var(--accent-2-200);color:var(--accent-2-500);background-color:var(--accent-2-100);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;border-radius:999px;align-items:center;padding:6px 12px;display:flex;overflow:hidden}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__tag{font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Job-module-scss-module__506kDG__short{color:var(--gray-950);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular);max-width:65%}@media screen and (max-width:1024px){.Job-module-scss-module__506kDG__short{max-width:none}}
.ContactBase-module-scss-module__i1cXgG__container{grid-gap:40px;grid-template-columns:repeat(2,1fr);display:grid}@media screen and (max-width:1024px){.ContactBase-module-scss-module__i1cXgG__container{grid-gap:32px;order:3;grid-template-columns:repeat(1,1fr)}}.ContactBase-module-scss-module__i1cXgG__icon{background-color:var(--accent-1-50);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.ContactBase-module-scss-module__i1cXgG__content{flex-direction:column;flex:1;gap:4px;display:flex}.ContactBase-module-scss-module__i1cXgG__item{flex:1;gap:20px;display:flex}@media screen and (max-width:1024px){.ContactBase-module-scss-module__i1cXgG__item{flex-direction:column;justify-content:center;align-items:center;gap:12px}}.ContactBase-module-scss-module__i1cXgG__label{color:var(--gray-950);font-weight:var(--font-weight-semibold)}@media screen and (max-width:1024px){.ContactBase-module-scss-module__i1cXgG__label{text-align:center}}.ContactBase-module-scss-module__i1cXgG__label{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.ContactBase-module-scss-module__i1cXgG__value{color:var(--gray-950);font-weight:var(--font-weight-regular);text-decoration:underline}@media screen and (max-width:1024px){.ContactBase-module-scss-module__i1cXgG__value{text-align:center}}.ContactBase-module-scss-module__i1cXgG__value{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}
.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsSectionTitle{color:var(--gray-950);font-weight:var(--font-weight-medium);margin-bottom:40px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsSectionTitle{color:var(--white)}}:root[data-theme=dark] .ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsSectionTitle{color:var(--white)}.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsSectionTitle{font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsSectionTitle{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent{background-color:var(--gray-100);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px;padding:0 0 0 80px;position:relative}.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent .ProductsTabsSection-module-scss-module__JO6iMq__tabsSwitcher{z-index:10;display:flex;position:absolute;left:50%;transform:translate(-50%)}.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent .ProductsTabsSection-module-scss-module__JO6iMq__tabsSwitcher .ProductsTabsSection-module-scss-module__JO6iMq__leftCorner{transform:rotate(90deg)}@media screen and (max-width:1024px){.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent .ProductsTabsSection-module-scss-module__JO6iMq__tabsSwitcher{display:none}}.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent .ProductsTabsSection-module-scss-module__JO6iMq__animatedWrapper{position:relative}@media screen and (max-width:767px){.ProductsTabsSection-module-scss-module__JO6iMq__productsTabsSection .ProductsTabsSection-module-scss-module__JO6iMq__tabsContent{padding:20px}}
.Toggle-module-scss-module__oXLbvq__container{border:1px solid var(--gray-200);background-color:var(--gray-50);isolation:isolate;border-radius:40px;justify-content:center;align-items:center;gap:2px;max-width:100%;margin:0 auto;position:relative}.Toggle-module-scss-module__oXLbvq__button{cursor:pointer;min-height:56px;color:var(--gray-600);font-weight:var(--font-weight-medium);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-self:stretch;align-items:center;gap:8px;padding:8px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}@media screen and (max-width:1024px){.Toggle-module-scss-module__oXLbvq__button{padding:4px 10px}}.Toggle-module-scss-module__oXLbvq__button{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Toggle-module-scss-module__oXLbvq__button.Toggle-module-scss-module__oXLbvq__active{border-color:var(--gray-300);background:var(--white);color:var(--gray-950);border-radius:40px;box-shadow:0 1px 2px #0a0d120d}.Toggle-module-scss-module__oXLbvq__button:disabled{cursor:not-allowed;opacity:.5}.Toggle-module-scss-module__oXLbvq__text{z-index:2;position:relative}.Toggle-module-scss-module__oXLbvq__badge{z-index:10;pointer-events:none;text-align:center;font-weight:var(--font-weight-medium);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background:0 0;border:1px solid #0000;border-radius:9999px;align-items:center;padding:2px 8px;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Toggle-module-scss-module__oXLbvq__badge.Toggle-module-scss-module__oXLbvq__outline{color:#6941c6;background:#f9f5ff;border-color:#e9d7fe}.Toggle-module-scss-module__oXLbvq__badge.Toggle-module-scss-module__oXLbvq__filled{color:var(--white);background:#6941c6;border-color:#6941c6}.Toggle-module-scss-module__oXLbvq__disabled{opacity:.7;pointer-events:none}
.Hero-module-scss-module__c_4NjW__hero{flex-direction:column;gap:40px;padding:200px 0 128px;display:flex}@media screen and (max-width:1024px){.Hero-module-scss-module__c_4NjW__hero{padding:96px 0 64px}}.Hero-module-scss-module__c_4NjW__heroTitle{color:var(--gray-800);font-weight:var(--font-weight-regular);text-align:center;max-width:950px;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 auto;font-size:90px;line-height:94px}.Hero-module-scss-module__c_4NjW__heroTitle b{color:var(--gray-900);font-weight:var(--font-weight-bold)}@media screen and (max-width:1024px){.Hero-module-scss-module__c_4NjW__heroTitle{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Hero-module-scss-module__c_4NjW__heroSubtitle{color:var(--gray-950);font-weight:var(--font-weight-light);text-align:center;max-width:950px;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 auto;font-size:24px;line-height:32px}
.BlogSidebar-module-scss-module__3vhduG__aside{flex-direction:column;gap:40px;padding-bottom:40px;display:flex}.BlogSidebar-module-scss-module__3vhduG__image{object-fit:contain;object-position:center;width:100%}.BlogSidebar-module-scss-module__3vhduG__link{flex:1;width:100%;position:relative;overflow:hidden}
.ContactMessenger-module-scss-module__pQTBiq__container{flex-direction:row;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}@media screen and (max-width:1024px){.ContactMessenger-module-scss-module__pQTBiq__container{order:4}}.ContactMessenger-module-scss-module__pQTBiq__link{width:48px;height:48px;transition:transform var(--transition-delay-button)ease;will-change:transform;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.ContactMessenger-module-scss-module__pQTBiq__link:hover{transform:scale(1.1)}
.Photos-module-scss-module__iAvWvq__swiper{width:100%}.Photos-module-scss-module__iAvWvq__image{object-fit:contain;object-position:center;max-width:100%;margin-right:34px}.Photos-module-scss-module__iAvWvq__row{padding:96px 0}
.HomeBanner-module-scss-module__y58hOG__section{background-color:var(--base-black);border-radius:40px;margin:16px 20px 0;padding:128px 0 64px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__section{border-radius:0 0 40px 40px;margin:0;padding:96px 0 16px}}.HomeBanner-module-scss-module__y58hOG__container{gap:80px;position:relative}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__container{gap:32px}}.HomeBanner-module-scss-module__y58hOG__menu{grid-template-columns:1fr;gap:20px;display:grid}.HomeBanner-module-scss-module__y58hOG__content{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__content{grid-template-columns:1fr;gap:12px}}.HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-bold);font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__description{flex-direction:column;gap:24px;display:flex}.HomeBanner-module-scss-module__y58hOG__description p{color:var(--white);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__description p{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.HomeBanner-module-scss-module__y58hOG__description{gap:32px}}.HomeBanner-module-scss-module__y58hOG__row1{grid-template-columns:24.19% 48.39% 24.19%;gap:0 1.61%;min-height:370px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__row1{grid-template-columns:1fr;gap:12px;min-height:auto}}.HomeBanner-module-scss-module__y58hOG__row2{grid-template-columns:48.39% 24.19% 24.19%;gap:0 1.61%;min-height:370px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__row2{grid-template-columns:1fr;gap:12px;min-height:auto}}.HomeBanner-module-scss-module__y58hOG__button{background:var(--base-black);border:none;border-radius:32px;position:relative}.HomeBanner-module-scss-module__y58hOG__button:after{content:"";-webkit-mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);background:linear-gradient(90deg,#8087ff,#ffc5aa,#e4aaff);border-radius:32px;padding:5px;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.HomeBanner-module-scss-module__y58hOG__item{border-radius:32px;padding:24px 30px;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__item{padding:16px 24px}}.HomeBanner-module-scss-module__y58hOG__mobile{background:radial-gradient(188.87% 230.27% at 183% 154.73%,#9b8ef780 0%,#5f33d600 100%),var(--base-black);flex-direction:column;justify-content:space-between;display:flex}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__images{flex:1;justify-content:center;align-items:center;gap:24px;display:flex}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__images{justify-content:flex-end}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__image{transition:all .3s ease-in-out}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-semibold);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__subtitle{color:var(--white);font-weight:var(--font-weight-bold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__subtitle{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__price{color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__price{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile:hover .HomeBanner-module-scss-module__y58hOG__imageMobile1{transform:scale(1.1)translate(-20px)}.HomeBanner-module-scss-module__y58hOG__mobile:hover .HomeBanner-module-scss-module__y58hOG__imageMobile2{transform:scale(1.1)translate(20px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile{order:1;min-height:240px}}.HomeBanner-module-scss-module__y58hOG__integrations{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDYwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMzIyM18xMTAyMzkpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzIyM18xMTAyMzkiIHgxPSIzMDAiIHkxPSItMzYiIHgyPSIzMDAiIHkyPSI2MDcuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3OTBBIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjYyOTgwOCIgc3RvcC1jb2xvcj0iIzlCOEVGNyIvPgo8c3RvcCBvZmZzZXQ9IjAuOTQ3MTE1IiBzdG9wLWNvbG9yPSIjOUI4RUY3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;padding:40px 50px;display:flex}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__fillImage{z-index:1;will-change:transform;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__integrationsImage1{object-fit:cover;object-position:center;will-change:transform;transition:transform .3s ease-in-out}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__title{z-index:3;text-align:center;color:var(--white);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__subtitle{z-index:3;text-align:center;color:var(--white);font-weight:var(--font-weight-medium);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.HomeBanner-module-scss-module__y58hOG__integrations:hover .HomeBanner-module-scss-module__y58hOG__integrationsImage1{transform:scale(1.1)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__integrations{aspect-ratio:1;order:0;padding:24px}}.HomeBanner-module-scss-module__y58hOG__lite{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDMwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEgyNjhDMjg1LjY3MyAwIDMwMCAxNC4zMjY5IDMwMCAzMlYzMzhDMzAwIDM1NS42NzMgMjg1LjY3MyAzNzAgMjY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEgyNjhDMjg1LjY3MyAwIDMwMCAxNC4zMjY5IDMwMCAzMlYzMzhDMzAwIDM1NS42NzMgMjg1LjY3MyAzNzAgMjY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMzIyMl8xMDk2MTcpIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzMyMjJfMTA5NjE3IiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNy41IDM0MS41KSByb3RhdGUoLTQzLjY2OTQpIHNjYWxlKDU5My43NzYgNDgxLjQ0KSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk4MzIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNUYzM0Q2IiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__images{flex-direction:column;gap:22px;display:flex}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__images{flex:1;justify-content:flex-end}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage1{transform:translate(130px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage1{transform:translate(90px)}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage2{transform:translate(50px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage2{display:none}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__image{z-index:2;object-fit:contain;max-height:100%;transition:transform .6s ease-in-out}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__fillImage{z-index:1;object-fit:contain;position:absolute;bottom:-100px;left:-150px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__fillImage{bottom:-120px;left:-100px}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-semibold);font-size:2.625rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__price{color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__price{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__lite:hover .HomeBanner-module-scss-module__y58hOG__liteImage1,.HomeBanner-module-scss-module__y58hOG__lite:hover .HomeBanner-module-scss-module__y58hOG__liteImage2{transform:translate(-20px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite{order:2;height:240px}}.HomeBanner-module-scss-module__y58hOG__website{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDYwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMzIyM18xMTI3OTApIiBmaWxsLW9wYWNpdHk9IjAuNyIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzMyMjNfMTEyNzkwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQ5OC41IDMxLjUpIHJvdGF0ZSgxNDIuMTI5KSBzY2FsZSg1OTUuMzkxIDg5Ny41NzIpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTgzMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1RjMzRDYiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:8px;padding:24px 32px;display:flex}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image1{z-index:1;filter:blur(5px);transition:all .6s ease-in-out;position:absolute;bottom:-28px;right:20px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image1{bottom:-48px;right:-29px}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image2{z-index:1;object-fit:contain;max-width:300px;transition:all .6s ease-in-out;position:absolute;top:10%;left:60px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image2{top:10%;left:24px}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__title{z-index:2;color:var(--white);font-weight:var(--font-weight-bold);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__subtitle{z-index:2;color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__subtitle{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__website:hover .HomeBanner-module-scss-module__y58hOG__image1{transform:translateY(200px)}.HomeBanner-module-scss-module__y58hOG__website:hover .HomeBanner-module-scss-module__y58hOG__image2{transform:translateY(-50px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website{aspect-ratio:1;padding:24px}}.HomeBanner-module-scss-module__y58hOG__loyalty{background:radial-gradient(125.38% 126.75% at 50% 5.81%,#9b8ef7b3 0%,#5f33d600 100%),var(--base-black);flex-direction:column;padding:32px 10px 0;display:flex}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__image{object-fit:contain;flex:1;max-width:100%;margin:0 auto;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__image{width:100%;max-width:none;margin:-50px 0 0 -90px}}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__title{background:linear-gradient(90deg,var(--accent-2-100)-5.56%,#ff6000 109.09%);text-align:right;font-weight:var(--font-weight-semibold);-webkit-text-fill-color:#0000;font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;-webkit-background-clip:text;background-clip:text;margin:0 14px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__title{margin:0 24px 0 0}}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__subtitle{text-align:right;color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 14px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__subtitle{margin:0 24px 0 50%}}.HomeBanner-module-scss-module__y58hOG__loyalty:hover .HomeBanner-module-scss-module__y58hOG__image{transform:scale(1.1)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty{height:240px;padding:30px 0 0}}.HomeBanner-module-scss-module__y58hOG__resto{background:radial-gradient(134.41% 144.16% at 5.5% 3.65%,#9b8ef7b3 0%,#5f33d600 81.94%),var(--base-black);display:flex}.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__image{z-index:1;object-fit:contain;max-width:364px;transition:all .6s ease-in-out;position:absolute;transform:translate(-55%)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__image{transform:translate(-25%)}}.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__title{z-index:2;text-align:right;color:var(--white);font-weight:var(--font-weight-medium);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__title{text-align:center;font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__resto:hover .HomeBanner-module-scss-module__y58hOG__image{transform:translate(0)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto{height:240px}}
.SimpleBlogList-module-scss-module__9cUDca__container{flex-direction:column;display:flex}.SimpleBlogList-module-scss-module__9cUDca__title{color:var(--gray-950);letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:700;line-height:16px;font-family:var(--font-primary),system-ui,Arial,sans-serif;border-bottom:1px solid var(--gray-700);margin-bottom:16px;padding-bottom:16px}.SimpleBlogList-module-scss-module__9cUDca__list{flex-direction:column;gap:24px;margin:0;padding:0;display:flex}.SimpleBlogList-module-scss-module__9cUDca__itemTitle{color:var(--gray-950);font-size:16px;font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:-.16px;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-weight:400;line-height:18px;text-decoration:none;display:-webkit-box;overflow:hidden}.SimpleBlogList-module-scss-module__9cUDca__link{border-bottom:.5px solid var(--gray-300);flex-direction:column;gap:8px;padding:16px 0;text-decoration:none;display:flex}.SimpleBlogList-module-scss-module__9cUDca__link:hover{text-decoration:none}.SimpleBlogList-module-scss-module__9cUDca__link:hover .SimpleBlogList-module-scss-module__9cUDca__itemTitle{color:var(--gray-600)}.SimpleBlogList-module-scss-module__9cUDca__info{justify-content:space-between;align-items:center;gap:16px;display:flex}.SimpleBlogList-module-scss-module__9cUDca__date{color:var(--gray-600);font-size:12px;font-style:normal;font-weight:400;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif}.SimpleBlogList-module-scss-module__9cUDca__author{color:var(--gray-500);font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:12px;font-weight:400;line-height:18px}.SimpleBlogList-module-scss-module__9cUDca__author b{color:var(--gray-900)}
.PopularSection-module-scss-module__8vQDdq__wrapper{flex-direction:column;gap:32px;display:flex}.PopularSection-module-scss-module__8vQDdq__row{grid-template-columns:1fr 1px 399px;gap:20px;padding-bottom:32px;display:grid}@media screen and (max-width:1024px){.PopularSection-module-scss-module__8vQDdq__row{grid-template-columns:1fr;gap:48px}}.PopularSection-module-scss-module__8vQDdq__divider{background-color:var(--gray-300);width:1px;height:100%}@media screen and (max-width:1024px){.PopularSection-module-scss-module__8vQDdq__divider{display:none}}.PopularSection-module-scss-module__8vQDdq__mainContent{flex-direction:column;display:flex}.PopularSection-module-scss-module__8vQDdq__blockTitle{color:var(--gray-950);font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;margin:0;font-size:14px;font-weight:700;line-height:16px}.PopularSection-module-scss-module__8vQDdq__heroWrapper{border-bottom:1px solid var(--gray-700);margin-bottom:24px;padding-bottom:24px}.PopularSection-module-scss-module__8vQDdq__horizontalList{flex-direction:column;gap:24px;display:flex}
.styles-module-scss-module__kZ_Rfq__container{z-index:3;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}@media screen and (max-width:1024px){.styles-module-scss-module__kZ_Rfq__container{padding:64px 20px}}.styles-module-scss-module__kZ_Rfq__top{z-index:1;background:var(--our-team-bg)50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.styles-module-scss-module__kZ_Rfq__footerText{min-height:100vh;font-weight:var(--font-weight-light);color:var(--base-black);font-family:var(--font-primary),system-ui,Arial,sans-serif;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;font-size:30px;line-height:38px;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__kZ_Rfq__footerText{min-height:auto}}.styles-module-scss-module__kZ_Rfq__footerText b{font-weight:var(--font-weight-regular)}
.AllProductsCard-module-scss-module__wUqe6W__container{flex-direction:column;align-items:center;gap:40px;display:flex}.AllProductsCard-module-scss-module__wUqe6W__cardDescription{z-index:2;color:var(--accent-1-950);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:40px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardDescription{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:0}}.AllProductsCard-module-scss-module__wUqe6W__row{grid-template-columns:repeat(6,1fr);gap:12px;width:100%;display:grid}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__row{grid-template-columns:1fr}}.AllProductsCard-module-scss-module__wUqe6W__full{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__half{grid-column:span 3}.AllProductsCard-module-scss-module__wUqe6W__half .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:400px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__half{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__half .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:none}}.AllProductsCard-module-scss-module__wUqe6W__third{grid-column:span 2}.AllProductsCard-module-scss-module__wUqe6W__third .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:320px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__third{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__third .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:none}}.AllProductsCard-module-scss-module__wUqe6W__banner{background:linear-gradient(105deg,#fbfbfb 15.47%,var(--accent-1-100)98.05%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:500px;padding:20px;display:flex;overflow:hidden}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__banner{min-height:420px}}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{text-align:center;max-width:660px;color:var(--white);font-weight:var(--font-weight-semibold);margin:0 auto}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle b{color:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.AllProductsCard-module-scss-module__wUqe6W__bannerDescription{text-align:center;max-width:660px;color:var(--white);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 auto}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__bannerDescription{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.AllProductsCard-module-scss-module__wUqe6W__cardLink{z-index:2;color:var(--accent-2-600);font-weight:var(--font-weight-semibold);opacity:0;align-items:center;gap:8px;margin-top:18px;text-decoration:none;transition:opacity .5s ease-in-out;display:flex}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardLink{opacity:1;margin-top:10px}}.AllProductsCard-module-scss-module__wUqe6W__cardLink{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.AllProductsCard-module-scss-module__wUqe6W__cardIcon path{stroke:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__cardImage{z-index:1;object-fit:contain;object-position:center;max-width:100%;max-height:100%;transition:transform .5s ease-in-out;position:absolute;bottom:0;right:0}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardImage{flex:1;max-width:90%;height:auto;margin:20px auto 0;position:relative;bottom:auto!important;left:auto!important;right:auto!important}}.AllProductsCard-module-scss-module__wUqe6W__card{background-color:var(--gray-100);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px;flex-direction:column;gap:6px;height:380px;padding:40px 0 0 40px;display:flex;position:relative;overflow:hidden}.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardLink{opacity:1}.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardImage{transform:translateY(20px)}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardImage{transform:none}.AllProductsCard-module-scss-module__wUqe6W__card{gap:4px;height:396px;padding:24px 20px 0}}.AllProductsCard-module-scss-module__wUqe6W__cardTitle{z-index:2;color:var(--accent-1-950);font-weight:var(--font-weight-semibold);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:40px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardTitle{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:0}}.AllProductsCard-module-scss-module__wUqe6W__dark .AllProductsCard-module-scss-module__wUqe6W__cardTitle{color:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__dark .AllProductsCard-module-scss-module__wUqe6W__cardDescription{color:var(--white)}
.ContactInfoCard-module-scss-module__7Kk7ia__container{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__container{gap:16px}}.ContactInfoCard-module-scss-module__7Kk7ia__card{background-color:var(--white);border-radius:32px;gap:20px;padding:24px 32px;display:flex;box-shadow:62px 74px 27px #30303000,40px 47px 25px #30303003,22px 27px 21px #3030300d,10px 12px 15px #30303017,2px 3px 8px #3030301a}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__card{padding:20px 24px}}.ContactInfoCard-module-scss-module__7Kk7ia__text,.ContactInfoCard-module-scss-module__7Kk7ia__title{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__text,.ContactInfoCard-module-scss-module__7Kk7ia__title{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.ContactInfoCard-module-scss-module__7Kk7ia__icon{background:var(--accent-2-100);border-radius:50%;flex:0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ContactInfoCard-module-scss-module__7Kk7ia__content{flex-direction:column;flex:1;gap:16px;display:flex}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__content{gap:4px}}.ContactInfoCard-module-scss-module__7Kk7ia__title{font-weight:var(--font-weight-bold)}
.FileUpload-module-scss-module__JsuaLW__wrapper{flex-direction:column;gap:4px;display:flex}.FileUpload-module-scss-module__JsuaLW__label{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.FileUpload-module-scss-module__JsuaLW__dropzone{border:1px dashed var(--gray-500);border-radius:12px;grid-template-columns:1fr 1fr;align-self:stretch;align-items:flex-start;gap:13px;padding:28px 42px;transition:border-color .15s,background .15s;display:grid}@media screen and (max-width:1024px){.FileUpload-module-scss-module__JsuaLW__dropzone{flex-direction:column;display:flex}}.FileUpload-module-scss-module__JsuaLW__dragging{border-color:var(--gray-500)}.FileUpload-module-scss-module__JsuaLW__errorZone{border-color:var(--error-500)}.FileUpload-module-scss-module__JsuaLW__button:disabled{opacity:.6;cursor:not-allowed}.FileUpload-module-scss-module__JsuaLW__buttonIcon{display:inline-flex}.FileUpload-module-scss-module__JsuaLW__buttonLabel{font-weight:600}.FileUpload-module-scss-module__JsuaLW__placeholder{color:var(--gray-500);text-overflow:ellipsis;font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__nativeInput{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__fileList{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.FileUpload-module-scss-module__JsuaLW__fileItem{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:1fr auto 28px;align-items:center;gap:8px;padding:8px 10px;display:grid}.FileUpload-module-scss-module__JsuaLW__fileName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__fileSize{color:var(--text-tertiary);font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:12px}.FileUpload-module-scss-module__JsuaLW__removeBtn{text-align:center;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;width:24px;height:24px;line-height:22px}.FileUpload-module-scss-module__JsuaLW__errorRow{align-items:center;gap:6px;display:inline-flex}.FileUpload-module-scss-module__JsuaLW__errorIcon{color:var(--danger);display:inline-flex}.FileUpload-module-scss-module__JsuaLW__errorMessage{color:var(--error-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.FileUpload-module-scss-module__JsuaLW__disabled{opacity:.6;pointer-events:none}
.Banner-module-scss-module__tmgNDG__container{background-color:var(--white);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__container{min-height:auto}}.Banner-module-scss-module__tmgNDG__row{justify-content:center;align-items:center;width:100%;height:100%;padding-top:96px;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__row{z-index:2;max-width:100%;height:auto;padding:96px 16px 115px}}.Banner-module-scss-module__tmgNDG__content{z-index:5;flex-direction:column;justify-content:center;align-items:center;max-width:800px;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__content{max-width:100%}}.Banner-module-scss-module__tmgNDG__image{z-index:1;object-fit:contain}.Banner-module-scss-module__tmgNDG__title{z-index:6;text-align:center;color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Banner-module-scss-module__tmgNDG__subtitle{z-index:6;text-align:center;color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__subtitle{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Banner-module-scss-module__tmgNDG__accent{z-index:3;aspect-ratio:1;mix-blend-mode:hard-light;opacity:.6;flex-shrink:0;justify-content:center;align-items:center;width:606px;height:606px;display:flex;position:absolute}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__accent{display:none}}.Banner-module-scss-module__tmgNDG__accentItem1{filter:blur(117px);background-color:#fd0;border-radius:606px;flex-shrink:0;width:606px;height:606px;position:absolute;left:0;right:0}.Banner-module-scss-module__tmgNDG__accentItem2{filter:blur(117px);background-color:#ffeb0a;border-radius:333px;flex-shrink:0;width:333px;height:333px;position:absolute}.Banner-module-scss-module__tmgNDG__accentItem3{filter:blur(117px);background-color:#ec00cd;border-radius:332px;flex-shrink:0;width:332px;height:332px;position:absolute}.Banner-module-scss-module__tmgNDG__button{z-index:6}
.BentoSlider-module-scss-module__9ZJ9Sa__container{width:100%}.BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--accent-1-25)}}:root[data-theme=dark] .BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--accent-1-25)}@media screen and (max-width:1024px){.BentoSlider-module-scss-module__9ZJ9Sa__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.BentoSlider-module-scss-module__9ZJ9Sa__row{flex-flow:row;gap:12px;width:100%;display:flex}@media screen and (max-width:1024px){.BentoSlider-module-scss-module__9ZJ9Sa__row{gap:8px;width:auto;overflow-x:auto}}.BentoSlider-module-scss-module__9ZJ9Sa__buttons{justify-content:center;align-items:center;gap:8px;margin-top:40px;display:flex}
.Pagination-module-scss-module__1pE-0G__container{flex-flow:row;align-items:center;gap:8px;width:100%;padding:32px 0;display:flex}.Pagination-module-scss-module__1pE-0G__pageLink{color:var(--gray-700);border:1px solid var(--gray-300);font-weight:var(--font-weight-semibold);font-size:14px;line-height:22px;font-family:var(--font-primary),system-ui,Arial,sans-serif;background-color:#0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;text-decoration:none;transition:all .3s ease-in-out;display:flex;box-shadow:inset 0 0 0 1px #0a0d122e,inset 0 -2px #0a0d120d,0 1px 2px #0a0d120d}.Pagination-module-scss-module__1pE-0G__pageLink:hover{color:var(--gray-900)}.Pagination-module-scss-module__1pE-0G__pageLink.Pagination-module-scss-module__1pE-0G__active{color:var(--white);background-color:var(--gray-900);border-color:var(--gray-900)}.Pagination-module-scss-module__1pE-0G__row{flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.Pagination-module-scss-module__1pE-0G__navigationLink{color:var(--base-black);font-weight:var(--font-weight-semibold);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background-color:#0000;justify-content:center;align-items:center;gap:6px;text-decoration:none;transition:all .3s ease-in-out;display:flex}.Pagination-module-scss-module__1pE-0G__navigationLink svg path{stroke:var(--base-black);transition:all .3s ease-in-out}.Pagination-module-scss-module__1pE-0G__navigationLink:hover{color:var(--gray-700)}.Pagination-module-scss-module__1pE-0G__navigationLink:hover svg path{stroke:var(--gray-700)}.Pagination-module-scss-module__1pE-0G__navigationLink.Pagination-module-scss-module__1pE-0G__disabled{color:var(--gray-400);cursor:not-allowed}.Pagination-module-scss-module__1pE-0G__navigationLink.Pagination-module-scss-module__1pE-0G__disabled svg path{stroke:var(--gray-400)}.Pagination-module-scss-module__1pE-0G__navigationLink.Pagination-module-scss-module__1pE-0G__disabled:hover{color:var(--gray-400)}.Pagination-module-scss-module__1pE-0G__navigationLink.Pagination-module-scss-module__1pE-0G__disabled:hover svg path{stroke:var(--gray-400)}@media screen and (max-width:1024px){.Pagination-module-scss-module__1pE-0G__navigationLink{border:1px solid var(--gray-200);background-color:var(--white);border-radius:50%;width:36px;height:36px;box-shadow:0 1px 2px #0a0d120d}}.Pagination-module-scss-module__1pE-0G__pageLabel{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}
.Select-module-scss-module__dD23Gq__wrapper{transition:all var(--transition-delay-button)ease-in-out;flex-direction:column;gap:6px;display:inline-flex;position:relative}.Select-module-scss-module__dD23Gq__input{width:100%;box-shadow:none;color:var(--gray-900);font-weight:var(--font-weight-regular);text-overflow:ellipsis;font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;border:0;outline:0;margin:0}.Select-module-scss-module__dD23Gq__inputContainer{min-height:48px}.Select-module-scss-module__dD23Gq__label{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Select-module-scss-module__dD23Gq__errorMessage{color:var(--error-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}
.CareersForm-module-scss-module__Ou4t-W__container{background-color:var(--gray-100);border-radius:40px;flex-direction:column;gap:40px;padding:40px 64px;display:flex}@media screen and (max-width:1024px){.CareersForm-module-scss-module__Ou4t-W__container{border-radius:32px;order:1;padding:24px}}.CareersForm-module-scss-module__Ou4t-W__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.CareersForm-module-scss-module__Ou4t-W__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.CareersForm-module-scss-module__Ou4t-W__form{flex-direction:column;gap:24px;display:flex}.CareersForm-module-scss-module__Ou4t-W__error{color:var(--error-700);font-weight:var(--font-weight-medium)}
.ContactForm-module-scss-module__1FBcFq__container{background-color:var(--gray-100);border-radius:40px;flex-direction:column;gap:40px;padding:40px 64px;display:flex}@media screen and (max-width:1024px){.ContactForm-module-scss-module__1FBcFq__container{border-radius:32px;order:1;padding:24px}}.ContactForm-module-scss-module__1FBcFq__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.ContactForm-module-scss-module__1FBcFq__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.ContactForm-module-scss-module__1FBcFq__form{flex-direction:column;gap:24px;display:flex}.ContactForm-module-scss-module__1FBcFq__error{color:var(--error-700);font-weight:var(--font-weight-medium)}
.Card-module-scss-module__PdcvlG__container{border:1px solid var(--gray-300);border-radius:32px;max-width:614px;padding:40px 24px 64px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content{margin-top:40px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:24px;line-height:32px;font-weight:var(--font-weight-bold);margin-bottom:12px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-600);font-size:18px;line-height:28px;font-weight:var(--font-weight-medium)}@media screen and (max-width:767px){.Card-module-scss-module__PdcvlG__container{padding:16px 24px 24px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content{margin-top:24px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px;font-size:20px;line-height:30px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:16px;line-height:24px}}
.Card-module-scss-module__mQkx0a__top{opacity:0;flex-direction:column;gap:6px;max-width:50%;height:0;padding-top:48px;display:flex}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__top{max-width:calc(100% - 32px);height:auto;opacity:1;flex:0;gap:0;max-width:-webkit-fill-available;padding:70% 16px 0}}.Card-module-scss-module__mQkx0a__sticker{color:var(--accent-1-600);font-weight:var(--font-weight-medium);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__sticker{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__bottom{flex-direction:column;gap:6px;max-width:50%;padding-bottom:48px;display:flex}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__bottom{max-width:calc(100% - 32px);gap:0;max-width:-webkit-fill-available;padding:0 16px 24px}}.Card-module-scss-module__mQkx0a__itemTitle{color:var(--accent-1-950);font-weight:var(--font-weight-medium);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__itemTitle{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__text{height:0;color:var(--accent-1-600);font-weight:var(--font-weight-medium);opacity:0}.Card-module-scss-module__mQkx0a__text ul{padding-left:20px;list-style:outside}.Card-module-scss-module__mQkx0a__text ul li{flex:1}.Card-module-scss-module__mQkx0a__text{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__text{opacity:1;height:auto;font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__id{color:var(--accent-1-600);font-weight:var(--font-weight-medium);opacity:1;font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;position:absolute;bottom:32px;left:24px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__id{display:none}}.Card-module-scss-module__mQkx0a__item{background-blend-mode:color-burn,normal;cursor:pointer;background-position:100% 0;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex-direction:column;justify-content:space-between;gap:4px;min-height:538px;transition:width .6s ease-in-out,height .6s ease-in-out,background-color .6s ease-in-out,padding-left .6s ease-in-out,padding-right .6s ease-in-out;display:flex;position:relative;overflow:hidden}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__itemTitle{color:var(--accent-1-25)}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__sticker,.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__text{color:var(--accent-1-100)}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__id{color:var(--accent-1-25)}.Card-module-scss-module__mQkx0a__item:not(.Card-module-scss-module__mQkx0a__isActive){width:100px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item:not(.Card-module-scss-module__mQkx0a__isActive){flex:1 0 auto;width:100%}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive{flex:1 0 auto}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__top{opacity:1;flex:1 0 auto;height:auto;padding-left:32px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__top{flex:0;padding-left:16px}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__bottom{padding-left:32px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__bottom{padding-left:16px}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__text{opacity:1;height:auto}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__id{opacity:0}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item{background-position:top;justify-content:flex-start;gap:20px;max-width:90%}}
.BlogList-module-scss-module__jVv5TG__content{border-top:.5px solid var(--gray-700);flex-direction:column;gap:32px;padding-top:32px;display:flex}.BlogList-module-scss-module__jVv5TG__search{color:var(--gray-600);font-size:18px;line-height:30px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400}.BlogList-module-scss-module__jVv5TG__header{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}.BlogList-module-scss-module__jVv5TG__row{flex-direction:column;gap:32px;padding:64px 0 32px;display:flex}@media screen and (max-width:1024px){.BlogList-module-scss-module__jVv5TG__row{gap:16px}}.BlogList-module-scss-module__jVv5TG__imageRow{aspect-ratio:390/240;background-color:var(--gray-100);border-radius:24px;position:relative;overflow:hidden}.BlogList-module-scss-module__jVv5TG__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.BlogList-module-scss-module__jVv5TG__card{grid-template-columns:256px auto;gap:32px;text-decoration:none;display:grid}@media screen and (max-width:1024px){.BlogList-module-scss-module__jVv5TG__card{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}.BlogList-module-scss-module__jVv5TG__category{border:1px solid var(--accent-2-200);color:var(--accent-2-500);background-color:var(--accent-2-100);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;border-radius:999px;padding:6px 12px}.BlogList-module-scss-module__jVv5TG__categoryRow{margin-bottom:16px}.BlogList-module-scss-module__jVv5TG__title{color:var(--gray-900);font-weight:var(--font-weight-semibold);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}@media screen and (max-width:1024px){.BlogList-module-scss-module__jVv5TG__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.BlogList-module-scss-module__jVv5TG__link{color:var(--accent-2-600);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;align-items:center;gap:8px;text-decoration:none;display:flex}.BlogList-module-scss-module__jVv5TG__icon{width:20px;height:20px}.BlogList-module-scss-module__jVv5TG__icon path{stroke:var(--accent-2-600)}.BlogList-module-scss-module__jVv5TG__footerAd{justify-content:center;width:100%;max-width:100%;margin:0 auto 20px;display:flex}.BlogList-module-scss-module__jVv5TG__footerAd img{object-fit:cover;max-height:400px}.BlogList-module-scss-module__jVv5TG__bottomAd{margin:20px 0}
.styles-module-scss-module__6PUtyG__row{grid-gap:64px 20px;grid-template-columns:repeat(2,1fr);padding:130px 0 64px;display:grid}@media screen and (max-width:1024px){.styles-module-scss-module__6PUtyG__row{grid-template-columns:1fr;padding:96px 16px 32px}}.styles-module-scss-module__6PUtyG__leftCol{flex-direction:column;gap:64px;max-width:550px;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__6PUtyG__leftCol{order:2;gap:32px;max-width:100%}}.styles-module-scss-module__6PUtyG__content{flex-direction:column;gap:24px;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__6PUtyG__content{gap:20px}}.styles-module-scss-module__6PUtyG__title{color:var(--gray-950);font-weight:var(--font-weight-medium);letter-spacing:-.96px;font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.styles-module-scss-module__6PUtyG__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__6PUtyG__text{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.styles-module-scss-module__6PUtyG__text{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__6PUtyG__icon path{stroke:var(--accent-2-600)}
.styles-module-scss-module__oCLxvG__row{grid-gap:64px 20px;grid-template-columns:repeat(2,1fr);padding:130px 0 64px;display:grid}@media screen and (max-width:1024px){.styles-module-scss-module__oCLxvG__row{grid-template-columns:1fr;padding:96px 16px 32px}}.styles-module-scss-module__oCLxvG__leftCol{flex-direction:column;gap:64px;max-width:550px;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__oCLxvG__leftCol{order:2;gap:32px;max-width:100%}}.styles-module-scss-module__oCLxvG__content{flex-direction:column;gap:24px;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__oCLxvG__content{gap:20px}}.styles-module-scss-module__oCLxvG__title{color:var(--gray-950);font-weight:var(--font-weight-medium);letter-spacing:-.96px;font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.styles-module-scss-module__oCLxvG__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__oCLxvG__text{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.styles-module-scss-module__oCLxvG__text{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__oCLxvG__icon path{stroke:var(--accent-2-600)}
.CardList-module-scss-module__bn3ARa__cardListWrapper{padding:96px 0;scroll-margin-top:80px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:48px;line-height:60px;font-weight:var(--font-weight-medium)}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__description{max-width:900px;font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:24px;line-height:32px;font-weight:var(--font-weight-regular);white-space:pre-line}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__cardList{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media screen and (max-width:767px){.CardList-module-scss-module__bn3ARa__cardListWrapper{padding:64px 0}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent{margin-bottom:32px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:36px;line-height:44px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;white-space:normal;font-size:18px;line-height:28px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__cardList{grid-template-columns:repeat(1,1fr);justify-items:center}}
.TabBar-module-scss-module__-GgYvW__tabsBarWrapper{height:58px;padding-top:40px}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar{border:1px solid var(--gray-200);background-color:var(--gray-50);border-radius:40px;gap:2px;width:max-content;margin:0 auto;display:flex}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar.TabBar-module-scss-module__-GgYvW__sticky{z-index:20;position:fixed;top:100px;left:50%;transform:translate(-50%)}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-600);cursor:pointer;font-size:18px;line-height:28px;font-weight:var(--font-weight-medium);background:0 0;border:none;border-radius:40px;outline:#0000;padding:14px 20px;transition:all .3s}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle.TabBar-module-scss-module__-GgYvW__active{color:var(--gray-950);background-color:var(--white);outline:1px solid var(--gray-300);box-shadow:0 1px 2px #0a0d120d}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle:hover{color:var(--gray-950)}@media screen and (max-width:1024px){.TabBar-module-scss-module__-GgYvW__tabsBarWrapper{display:none}}
.Chat-module-scss-module__CeISPq__form{background:var(--white);border:1px solid #f0f2f5;border-radius:16px;flex-direction:column;gap:16px;padding:24px 24px 16px;display:flex;box-shadow:0 2px 4px #19213d14}.Chat-module-scss-module__CeISPq__input{color:#666f8d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;box-shadow:none;background:0 0;border:0;outline:none;min-width:90%;max-width:100%;min-height:100px;max-height:500px;margin:0;padding:0;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__chat{flex-direction:column;gap:40px;display:flex}.Chat-module-scss-module__CeISPq__footer{border-top:1px solid #f0f2f5;padding-top:16px}.Chat-module-scss-module__CeISPq__rowUser{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Chat-module-scss-module__CeISPq__rowAssistant{background:#fff;border:1px solid #f0f2f5;border-radius:16px;grid-template-columns:24px 1fr;gap:12px;padding:24px;display:grid;box-shadow:0 2px 4px #19213d14}.Chat-module-scss-module__CeISPq__label{color:#19213d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:500;line-height:130%}.Chat-module-scss-module__CeISPq__bubbleAssistant{color:#666f8d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__inner{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Chat-module-scss-module__CeISPq__top{align-items:center;gap:12px;display:flex}.Chat-module-scss-module__CeISPq__date{color:#666f8d;font-size:12px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:500;line-height:130%}.Chat-module-scss-module__CeISPq__dateLine{border-width:0 1px 0 0;border-color:#f0f2f5;height:16px}.Chat-module-scss-module__CeISPq__bubbleUser{color:#666f8d;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:14px;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__box{flex-direction:column;align-items:flex-start;gap:40px;display:flex}.Chat-module-scss-module__CeISPq__logo{border-radius:50%;width:24px;height:24px;overflow:hidden}.Chat-module-scss-module__CeISPq__mainHeader{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.Chat-module-scss-module__CeISPq__mainLabel{color:#666f8d;font-size:12px;font-weight:400;font-family:var(--font-primary),system-ui,Arial,sans-serif;place-content:center;align-items:center;line-height:130%;display:flex}.Chat-module-scss-module__CeISPq__mainHr{color:#0000;background:0 0;border-width:1px 0 0;border-color:#f0f2f5;flex:1}@keyframes Chat-module-scss-module__CeISPq__pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Chat-module-scss-module__CeISPq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Chat-module-scss-module__CeISPq__sending{animation:.25s ease-out both Chat-module-scss-module__CeISPq__pop}.Chat-module-scss-module__CeISPq__incoming{animation:.3s ease-out both Chat-module-scss-module__CeISPq__fadeIn}.Chat-module-scss-module__CeISPq__dots{vertical-align:middle;align-items:center;gap:4px;height:1em;display:inline-flex}.Chat-module-scss-module__CeISPq__dots span{background:var(--accent-1-700);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite Chat-module-scss-module__CeISPq__blink}.Chat-module-scss-module__CeISPq__dots span:nth-child(2){animation-delay:.2s}.Chat-module-scss-module__CeISPq__dots span:nth-child(3){animation-delay:.4s}@keyframes Chat-module-scss-module__CeISPq__blink{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}
.TextToVoice-module-scss-module__qNX0DG__container{border-bottom:1px solid var(--gray-400);border-top:1px solid var(--gray-400);grid-template-columns:1fr 1fr;gap:8px;width:100%;padding:8px 0;display:grid}@media screen and (max-width:1024px){.TextToVoice-module-scss-module__qNX0DG__container{grid-template-columns:1fr}}.TextToVoice-module-scss-module__qNX0DG__player{align-items:center;gap:16px;display:flex}.TextToVoice-module-scss-module__qNX0DG__minBar{align-items:center;gap:5px;display:flex}.TextToVoice-module-scss-module__qNX0DG__tLeft,.TextToVoice-module-scss-module__qNX0DG__tRight{min-width:30px;color:var(--gray-600);font-size:14px;line-height:20px;font-weight:var(--font-weight-regular)}.TextToVoice-module-scss-module__qNX0DG__timeline{--played:var(--gray-500);--rest:var(--gray-300);--progress:0%;background:linear-gradient(var(--played),var(--played))0 50%/var(--progress)1px no-repeat,linear-gradient(var(--rest),var(--rest))0 50%/100% 1px no-repeat;appearance:none;border-radius:9999px;outline:none;width:100%;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-webkit-slider-runnable-track{background:0 0;border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-webkit-slider-thumb{background:var(--gray-700);appearance:none;cursor:pointer;border-radius:50%;width:3px;height:3px;margin-top:-1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-track{background:var(--rest);border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-progress{background:var(--played);border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-thumb{background:var(--gray-700);cursor:pointer;border:0;border-radius:50%;width:3px;height:3px}.TextToVoice-module-scss-module__qNX0DG__playBtn{border:1px solid var(--gray-600);width:40px;height:40px;color:var(--gray-600);cursor:pointer;background-color:#0000;border-radius:50%;place-content:center;align-items:center;padding:2px;transition:opacity .18s;display:flex;position:relative}.TextToVoice-module-scss-module__qNX0DG__playBtn:disabled{cursor:not-allowed;opacity:.6}
.styles-module-scss-module__Ck5_3W__item{width:100%;padding-top:120px;padding-bottom:40px}@media screen and (max-width:767px){.styles-module-scss-module__Ck5_3W__item{padding:96px 16px 40px}}
.styles-module-scss-module__E4-xGa__title{color:var(--gray-950);font-size:44px;line-height:60px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-bold);margin-bottom:14px}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__title{font-size:32px;line-height:40px;font-weight:var(--font-weight-medium)}}.styles-module-scss-module__E4-xGa__short{color:var(--gray-600);font-size:18px;line-height:30px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular)}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__short{font-size:16px;line-height:24px}}.styles-module-scss-module__E4-xGa__image{object-fit:cover;object-position:center;border-radius:16px;max-width:100%;margin:0 auto}.styles-module-scss-module__E4-xGa__imageRow{margin:12px auto}.styles-module-scss-module__E4-xGa__container{border-bottom:.5px solid var(--gray-700);grid-template-columns:1fr .5px 399px;gap:20px;padding-bottom:24px;display:grid}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__container{grid-template-columns:1fr;gap:32px}}.styles-module-scss-module__E4-xGa__hr{background-color:var(--gray-700);width:.5px;height:100%}.styles-module-scss-module__E4-xGa__main{flex:3}.styles-module-scss-module__E4-xGa__sidebar{flex:1}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__sidebar{max-width:100%;padding-bottom:64px}}.styles-module-scss-module__E4-xGa__info{border-bottom:.5px solid var(--gray-300);border-top:.5px solid var(--gray-300);justify-content:space-between;align-items:center;gap:16px;margin:24px 0;padding:12px 0;display:flex}.styles-module-scss-module__E4-xGa__date{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__E4-xGa__author{color:var(--gray-800);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__E4-xGa__caption{color:var(--gray-600);font-size:12px;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular);margin-top:4px}.styles-module-scss-module__E4-xGa__category{color:var(--gray-400);font-size:14px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-semibold);margin-bottom:16px}.styles-module-scss-module__E4-xGa__bottomAd{margin:20px 0}.styles-module-scss-module__E4-xGa__tagDescription{margin-bottom:30px}.styles-module-scss-module__E4-xGa__tagDescription img{object-fit:contain;object-position:center;max-width:100%;height:auto;display:block;overflow:hidden}
.styles-module-scss-module__JdBorq__container{flex-direction:column;gap:32px;padding-top:64px;padding-bottom:32px;display:flex}.styles-module-scss-module__JdBorq__sidebar{border-top:1px solid var(--gray-600);flex:1;max-width:268px;padding-top:24px}@media screen and (max-width:1024px){.styles-module-scss-module__JdBorq__sidebar{max-width:100%;padding-bottom:64px}}.styles-module-scss-module__JdBorq__main{border-top:1px solid var(--gray-700);flex:3;padding-top:32px}.styles-module-scss-module__JdBorq__hr{border-color:var(--gray-300)}.styles-module-scss-module__JdBorq__row{grid-template-columns:1fr 1px 268px;gap:32px;display:grid}@media screen and (max-width:1024px){.styles-module-scss-module__JdBorq__row{grid-template-columns:1fr}}.styles-module-scss-module__JdBorq__bottomAd{margin-top:16px;margin-bottom:16px}
.styles-module-scss-module__ygtetW__page{padding:128px 0}@media screen and (max-width:1024px){.styles-module-scss-module__ygtetW__page{padding:96px 0}}.styles-module-scss-module__ygtetW__bottom{background:var(--gray-100);border-radius:16px;flex-direction:column;max-width:720px;margin:64px auto;padding:32px;display:flex;overflow:hidden}.styles-module-scss-module__ygtetW__button{text-decoration:none!important}.styles-module-scss-module__ygtetW__header{text-align:center;max-width:768px;margin:0 auto;padding:32px 0 64px}.styles-module-scss-module__ygtetW__title{text-align:center;color:var(--base-black);font-weight:var(--font-weight-semibold);font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:32px}@media screen and (max-width:1024px){.styles-module-scss-module__ygtetW__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__ygtetW__categories{flex-wrap:wrap;place-content:center;align-items:center;gap:8px;display:flex}.styles-module-scss-module__ygtetW__tag{border:1px solid var(--accent-2-500);text-align:center;color:var(--accent-2-500);background-color:var(--accent-2-50);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;border-radius:999px;padding:6px 12px}.styles-module-scss-module__ygtetW__image{object-fit:cover;object-position:center;width:100%;margin:64px auto}.styles-module-scss-module__ygtetW__content{max-width:720px;margin:0 auto}
.styles-module-scss-module__K9Zleq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__K9Zleq__container{padding:40px 16px 64px}}.styles-module-scss-module__K9Zleq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__K9Zleq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__K9Zleq__text,.styles-module-scss-module__K9Zleq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);margin-bottom:16px}.styles-module-scss-module__K9Zleq__text strong,.styles-module-scss-module__K9Zleq__text p strong{color:var(--gray-950);font-weight:var(--font-weight-semibold)}.styles-module-scss-module__K9Zleq__text,.styles-module-scss-module__K9Zleq__text p{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__K9Zleq__text h2,.styles-module-scss-module__K9Zleq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__K9Zleq__text a,.styles-module-scss-module__K9Zleq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline}
.styles-module-scss-module__pXQF-q__faq{background:var(--white);border-radius:64px;width:100%;padding:96px 0}.styles-module-scss-module__pXQF-q__backgroundColor{background:var(--white);border-bottom-right-radius:64px;border-bottom-left-radius:64px}@media screen and (max-width:767px){.styles-module-scss-module__pXQF-q__backgroundColor{border-radius:0}}.styles-module-scss-module__pXQF-q__latestCategoryPosts{padding-top:64px;padding-bottom:64px}@media screen and (max-width:767px){.styles-module-scss-module__pXQF-q__latestCategoryPosts{padding-top:32px;padding-bottom:32px}}
.styles-module-scss-module__7sEuYa__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__container{width:calc(100% - 32px);padding:40px 16px 64px}}.styles-module-scss-module__7sEuYa__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__7sEuYa__footer{flex-direction:column;gap:24px;max-width:50%;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__footer{max-width:100%}}
.styles-module-scss-module__fyCyVW__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__fyCyVW__container{padding:40px 16px 64px}}.styles-module-scss-module__fyCyVW__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__fyCyVW__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__fyCyVW__text,.styles-module-scss-module__fyCyVW__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__fyCyVW__text a,.styles-module-scss-module__fyCyVW__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 4px 16px;text-decoration:underline;display:inline-block}.styles-module-scss-module__fyCyVW__text h2,.styles-module-scss-module__fyCyVW__text h3,.styles-module-scss-module__fyCyVW__text p h2,.styles-module-scss-module__fyCyVW__text p h3{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}
.styles-module-scss-module__idHoIW__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__idHoIW__container{padding:40px 16px 64px}}.styles-module-scss-module__idHoIW__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__idHoIW__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__idHoIW__text,.styles-module-scss-module__idHoIW__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__idHoIW__text h2,.styles-module-scss-module__idHoIW__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__idHoIW__text a,.styles-module-scss-module__idHoIW__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline;display:inline-block}
.styles-module-scss-module__sOReBq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__sOReBq__container{padding:40px 16px 64px}}.styles-module-scss-module__sOReBq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__sOReBq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__sOReBq__text,.styles-module-scss-module__sOReBq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__sOReBq__text h2,.styles-module-scss-module__sOReBq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__sOReBq__text a,.styles-module-scss-module__sOReBq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline}
.styles-module-scss-module__gGgnKG__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__container{width:calc(100% - 32px);padding:40px 16px 64px}}.styles-module-scss-module__gGgnKG__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__gGgnKG__header{align-items:center;gap:4px;margin-bottom:40px;display:flex}.styles-module-scss-module__gGgnKG__subTitle{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__gGgnKG__link{color:var(--accent-1-950);font-weight:var(--font-weight-medium);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;text-decoration:underline}.styles-module-scss-module__gGgnKG__footer{flex-direction:column;gap:24px;max-width:50%;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__footer{max-width:100%}}
.styles-module-scss-module__w168Pq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__w168Pq__container{padding:40px 16px 64px}}.styles-module-scss-module__w168Pq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__w168Pq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__w168Pq__text,.styles-module-scss-module__w168Pq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);margin-bottom:16px}.styles-module-scss-module__w168Pq__text strong,.styles-module-scss-module__w168Pq__text p strong{color:var(--gray-950);font-weight:var(--font-weight-semibold);display:block}.styles-module-scss-module__w168Pq__text,.styles-module-scss-module__w168Pq__text p{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__w168Pq__text h2,.styles-module-scss-module__w168Pq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__w168Pq__text a,.styles-module-scss-module__w168Pq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 4px 16px;text-decoration:underline;display:inline-block}
/*# sourceMappingURL=7f2a95b8676cbfdb.css.map*/