.style-module-scss-module__tM0umq__Container{color:var(--gray-900);width:100%;max-width:var(--containerMaxWidth,100%);height:var(--containerHeight,initial);border-radius:var(--containerBorderRadius,initial);gap:var(--labelGap,var(--labelFontSize,16px));flex-direction:column;display:flex;position:relative}.style-module-scss-module__tM0umq__MobileFullWidth{width:100%;max-width:100%}.style-module-scss-module__tM0umq__Label{color:var(--gray-900);font-size:var(--labelFontSize,16px);font-weight:var(--labelFontWeight,600);width:100%;max-width:100%}.style-module-scss-module__tM0umq__Label>span{font-size:var(--labelFontSize,16px);color:var(--red-500);display:inline-block;position:relative;left:3px}.style-module-scss-module__tM0umq__RequiredField:after{content:"*";font-size:var(--labelFontSize,16px);color:var(--red-500);display:inline-block;position:relative;left:3px}.style-module-scss-module__tM0umq__InputBase{border-radius:var(--inputBorderRadius,10px);border:1px solid var(--gray-300);padding:var(--inputPadding,12px 16px);font-size:var(--inputFontSize,16px);color:var(--inputColor,var(--gray-900));appearance:none;width:100%;max-width:100%;height:var(--inputHeight,100%)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__tM0umq__InputBase{height:var(--mobileInputHeight,var(--inputHeight,100%))}}.style-module-scss-module__tM0umq__InputBase::placeholder{color:var(--placeholderColor,var(--gray-500))}.style-module-scss-module__tM0umq__InputBase.style-module-scss-module__tM0umq__error{border-color:var(--red-500)}.style-module-scss-module__tM0umq__InputBase:focus{border:1px solid var(--gray-500);outline:0}.style-module-scss-module__tM0umq__InputBase:disabled{background-color:var(--gray-200)}.style-module-scss-module__tM0umq__Input{padding:var(--space-3) var(--space-4)}.style-module-scss-module__tM0umq__Input.style-module-scss-module__tM0umq__no-focus{border-color:var(--gray-300)}.style-module-scss-module__tM0umq__Input.style-module-scss-module__tM0umq__focus-disabled:disabled{background-color:var(--white)}.style-module-scss-module__tM0umq__PasswordViewToggle{font-size:var(--font-size-xl);line-height:var(--line-height-20);cursor:pointer;color:var(--gray-500);background-color:#0000;border:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.style-module-scss-module__tM0umq__InputWrapper{position:relative}
.style-module-scss-module__DDJR7q__Container{border-radius:var(--borderRadius);height:var(--height);width:var(--width);margin:var(--margin);z-index:1;display:flex;position:relative}.style-module-scss-module__DDJR7q__Container[class*=opened]{z-index:3;min-width:fit-content}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__DDJR7q__Container[class*=mobile-full-width]{width:100%;max-width:100%}}.style-module-scss-module__DDJR7q__Select{cursor:pointer;z-index:2;width:var(--width);font-size:var(--fontSize);color:var(--fontColor);border:var(--border);border-radius:var(--borderRadius);height:100%;padding:var(--space-3);text-align:left;font-weight:var(--fontWeight);background-color:var(--selectBackground);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;border-color:var(--borderColor);background-color:var(--selectBackground);justify-content:space-between;align-items:center;transition:all .2s ease-out;display:flex;position:absolute;overflow:hidden}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__DDJR7q__Select[class*=mobile-full-width]{width:100%;max-width:100%}}.style-module-scss-module__DDJR7q__Select::-webkit-scrollbar{display:none}.style-module-scss-module__DDJR7q__Select[class*=error]{border:1px solid var(--errorBorderColor)}.style-module-scss-module__DDJR7q__Select [class*=mr-div-arrow-icon]{box-sizing:border-box;width:fit-content;margin-left:var(--space-3);appearance:none;background-color:#0000;border:none;display:flex}.style-module-scss-module__DDJR7q__Select [class*=mr-div-arrow-icon] [class*=mr-arrow-icon]{fill:var(--arrowIconFill);transition:all .2s ease-out;transform:rotate(0)}.style-module-scss-module__DDJR7q__Select [class*=mr-div-select-span]{box-sizing:border-box;width:80%;display:flex}.style-module-scss-module__DDJR7q__Select [class*=mr-div-select-span] span{width:100%;overflow:var(--labelOverflow);white-space:nowrap;text-overflow:ellipsis;display:block}.style-module-scss-module__DDJR7q__Select[class*=no-border]{box-shadow:0px 2px 2px var(--noBorderShadow);border:none}.style-module-scss-module__DDJR7q__Select[class*=opened]{z-index:3;background-color:var(--openedBackground);border-color:var(--openedBorderColor);transition:all .2s ease-out}.style-module-scss-module__DDJR7q__Select[class*=opened] [class*=mr-div-arrow-icon]{width:fit-content}.style-module-scss-module__DDJR7q__Select[class*=opened] [class*=mr-div-arrow-icon] [class*=mr-arrow-icon]{transition:all .2s ease-out;transform:rotate(180deg)}.style-module-scss-module__DDJR7q__Select[class*=opened] [class*=mr-div-select-span] span{width:var(--openedSpanWidth);overflow:var(--openedSpanOverflow);text-overflow:var(--openedSpanTextOverflow)}.style-module-scss-module__DDJR7q__Select[class*=disabled]{background-color:var(--disabledBackground);cursor:not-allowed}.style-module-scss-module__DDJR7q__OptionList{max-width:var(--listMaxWidth);z-index:4;opacity:0;border:var(--border);width:100%;min-width:max-content;height:0;font-size:var(--fontSize);color:var(--fontColor);font-weight:var(--fontWeight);background-color:var(--openedBackground);padding:var(--space-0);margin:var(--space-0);border-radius:0 0 var(--borderRadius) var(--borderRadius);border-color:var(--borderColor);background-color:var(--openedBackground);list-style-type:none;transition:all .2s ease-out;display:block;position:absolute;top:100%;overflow:hidden}.style-module-scss-module__DDJR7q__OptionList[class*=drop-up]{border-radius:var(--borderRadius) var(--borderRadius) 0 0;top:auto;bottom:100%}.style-module-scss-module__DDJR7q__OptionList[class*=no-border]{box-shadow:0px 2px 2px var(--noBorderShadow);border:none}.style-module-scss-module__DDJR7q__OptionList[class*=opened]{max-height:var(--maxHeight);overflow-y:var(--overflowY);opacity:1;-ms-overflow-style:var(--msOverflowStyle);scrollbar-width:var(--scrollbarWidth);border-color:var(--openedBorderColor);height:auto;transition:all .3s cubic-bezier(.35,1.55,.01,1.32)}.style-module-scss-module__DDJR7q__OptionList[class*=opened]::-webkit-scrollbar{display:var(--scrollbarDisplay)}.style-module-scss-module__DDJR7q__OptionList[class*=border-select]{box-shadow:0px 3px 6px var(--gray-shadow-16);border-radius:4px}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__DDJR7q__OptionList{min-width:auto}}.style-module-scss-module__DDJR7q__OptionListTitle{font-weight:var(--font-weight-bold);font-size:var(--fontSize);color:var(--fontColor);padding:var(--space-3) var(--space-0) var(--space-3) var(--space-3);margin:var(--space-0)}.style-module-scss-module__DDJR7q__OptionListTitle[class*=dinamic-width]{margin-right:var(--space-3);width:-moz-fit-content;overflow:unset;white-space:nowrap;text-overflow:unset;display:block}.style-module-scss-module__DDJR7q__Option{cursor:pointer;opacity:1;padding:var(--space-1-5) var(--space-3);text-align:left;width:100%;list-style-type:none;transition:all .2s}.style-module-scss-module__DDJR7q__Option:hover:not([class*=disabled]){opacity:.9;background-color:var(--gray-50);cursor:pointer;transition:all .2s}.style-module-scss-module__DDJR7q__Option span{display:block}.style-module-scss-module__DDJR7q__Option[class*=selected]{opacity:.9;background-color:var(--gray-50);transition:all .2s}.style-module-scss-module__DDJR7q__Option[class*=disabled]{cursor:not-allowed}.style-module-scss-module__DDJR7q__Label{color:var(--labelColor);font-size:var(--fontSize);font-weight:var(--fontWeight);width:100%;max-width:100%}.style-module-scss-module__DDJR7q__Label>span{font-size:var(--fontSize);color:var(--labelRequiredColor);display:inline-block;position:relative;left:3px}
.style-module-scss-module__X1yT2G__Backdrop{--chrome:188px;z-index:9998;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1014f2;flex-direction:column;animation:.2s style-module-scss-module__X1yT2G__photoSliderFade;display:flex;position:fixed;inset:0}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__X1yT2G__Backdrop{--chrome:150px}}@keyframes style-module-scss-module__X1yT2G__photoSliderFade{0%{opacity:0}to{opacity:1}}.style-module-scss-module__X1yT2G__TopBar{height:64px;padding:var(--space-0) var(--space-8);color:var(--white);flex:none;justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__X1yT2G__TopBar{height:56px;padding:var(--space-0) var(--space-4)}}.style-module-scss-module__X1yT2G__CloseButton{align-items:center;gap:var(--space-2);padding:var(--space-0);color:var(--white);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);cursor:pointer;opacity:.85;background:0 0;border:0;transition:opacity .2s;display:flex}.style-module-scss-module__X1yT2G__CloseButton:hover{opacity:1}.style-module-scss-module__X1yT2G__Counter{color:var(--white);font-size:var(--font-size-sm);opacity:.8;font-variant-numeric:tabular-nums}.style-module-scss-module__X1yT2G__Stage{min-height:0;padding:var(--space-0) var(--space-20);flex:auto;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__X1yT2G__Stage{padding:var(--space-0)}}.style-module-scss-module__X1yT2G__Carousel{width:100%}.style-module-scss-module__X1yT2G__Slide{justify-content:center;align-items:center;display:flex}.style-module-scss-module__X1yT2G__MediaWrap{width:100%;padding:var(--space-2);justify-content:center;align-items:center;display:flex}.style-module-scss-module__X1yT2G__Photo{max-width:100%;max-height:calc(100dvh - var(--chrome));object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:10px;width:auto;height:auto}.style-module-scss-module__X1yT2G__VideoFrame{aspect-ratio:16/9;width:min(90vw,1100px);max-width:100%;max-height:calc(100dvh - var(--chrome));border-radius:10px;position:relative;overflow:hidden}.style-module-scss-module__X1yT2G__VideoFrame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.style-module-scss-module__X1yT2G__NavArrow{z-index:2;width:48px;height:48px;color:var(--white);cursor:pointer;background:#ffffff24;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.style-module-scss-module__X1yT2G__NavArrow:hover{background:#ffffff42}.style-module-scss-module__X1yT2G__NavArrow:active{transform:translateY(-50%)scale(.94)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__X1yT2G__NavArrow{display:none}}.style-module-scss-module__X1yT2G__NavPrev{left:var(--space-5)}.style-module-scss-module__X1yT2G__NavNext{right:var(--space-5)}.style-module-scss-module__X1yT2G__Thumbs{padding:var(--space-3) var(--space-6) var(--space-5);scrollbar-width:thin;scrollbar-color:#ffffff4d #0000;flex:none;overflow:auto hidden}.style-module-scss-module__X1yT2G__Thumbs::-webkit-scrollbar{height:6px}.style-module-scss-module__X1yT2G__Thumbs::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:10px}.style-module-scss-module__X1yT2G__ThumbsTrack{gap:var(--space-2);width:max-content;margin:var(--space-0) auto;display:flex}.style-module-scss-module__X1yT2G__Thumb{cursor:pointer;opacity:.5;background:#ffffff14;border:2px solid #0000;border-radius:8px;flex:none;width:88px;height:58px;padding:0;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.style-module-scss-module__X1yT2G__Thumb img{object-fit:cover;width:100%;height:100%;display:block}.style-module-scss-module__X1yT2G__Thumb:hover{opacity:.85}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__X1yT2G__Thumb{width:60px;height:42px}}.style-module-scss-module__X1yT2G__ThumbActive{opacity:1;border-color:var(--white)}.style-module-scss-module__X1yT2G__ThumbPlay{color:var(--white);filter:drop-shadow(0 1px 3px #0009);pointer-events:none;margin:auto;position:absolute;inset:0}
.style-module-scss-module__P8QHKG__ModalWrapper{background:var(--white);width:600px;max-width:100%;height:100dvh;position:fixed;top:0}.style-module-scss-module__P8QHKG__CardTitle{font-size:var(--font-size-xl);line-height:var(--line-height-27);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__P8QHKG__Line{border-bottom:1px solid var(--gray-300);width:100%}.style-module-scss-module__P8QHKG__CloseButton{cursor:pointer;z-index:3;color:var(--gray-500);padding:var(--space-0);background:0 0;border:none;justify-content:center;align-self:flex-end;align-items:center;display:flex}.style-module-scss-module__P8QHKG__CloseButton>p{font-size:var(--font-size-md);color:var(--gray-500);font-weight:var(--font-weight-semibold)}.style-module-scss-module__P8QHKG__CloseButton:hover{opacity:.8}
.style-module-scss-module__sQmjtq__ImagesGrid{column-gap:var(--space-6);row-gap:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(154px,1fr));width:100%;display:grid}@media screen and (min-width:0) and (max-width:420px){.style-module-scss-module__sQmjtq__ImagesGrid{grid-template-columns:repeat(auto-fill,minmax(50%,1fr))}}.style-module-scss-module__sQmjtq__Container{flex-direction:column;align-items:center;width:100%;height:175px;list-style:none;display:flex;position:relative}.style-module-scss-module__sQmjtq__Clickable{cursor:pointer}.style-module-scss-module__sQmjtq__Clickable:hover{filter:brightness(.95)}.style-module-scss-module__sQmjtq__Card{gap:var(--space-4);border:1px solid var(--gray-300);background-color:var(--white);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.style-module-scss-module__sQmjtq__CardError{border:1px solid var(--red-500)}.style-module-scss-module__sQmjtq__ImagePreviewCard{border:1px solid var(--gray-300);border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.style-module-scss-module__sQmjtq__ImagePreviewCard>span{display:none}.style-module-scss-module__sQmjtq__ImagePreviewCardChanging:hover{cursor:pointer}.style-module-scss-module__sQmjtq__ImagePreviewCardChanging:hover:before{content:"";background:var(--gray-overlay);z-index:1;position:absolute;inset:0}.style-module-scss-module__sQmjtq__ImagePreviewCardChanging:hover>span{text-align:center;color:var(--white);font-size:var(--font-size-xs);line-height:var(--line-height-19);-webkit-user-select:none;user-select:none;z-index:2;display:flex;position:absolute}.style-module-scss-module__sQmjtq__ImagePreviewCardChanging:active{opacity:.8}.style-module-scss-module__sQmjtq__CardText{font-size:var(--font-size-sm);line-height:var(--line-height-15);font-weight:var(--font-weight-semibold);color:var(--gray-500);text-align:center}.style-module-scss-module__sQmjtq__LabelText{font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-semibold);color:var(--gray-900);text-align:center;z-index:2;position:absolute;bottom:-16px;transform:translateY(50%)}.style-module-scss-module__sQmjtq__Delete{width:26px;padding:var(--space-0-5) var(--space-1-5) var(--space-1);background:var(--white);border:1px solid var(--gray-100);color:var(--red-500);box-shadow:0 3px 6px var(--gray-shadow-16);text-shadow:0 1px 2px var(--gray-overlay);cursor:pointer;border-radius:10em;font:700 21px/20px sans-serif;transition:background .5s;display:flex;position:absolute;top:-10px;right:-10px}
.style-module-scss-module__XCmkna__Up,.style-module-scss-module__XCmkna__Down{font-size:var(--font-size-xl);appearance:none;cursor:pointer;width:14px;height:11px;margin-left:var(--space-2);background-color:#0000;background-image:url("data:image/svg+xml,%0A%3Csvg fill='var(--arrowColor)' stroke='currentColor' stroke-width='0' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 256 128 0l128 256z' stroke='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;border:none}.style-module-scss-module__XCmkna__Up:focus,.style-module-scss-module__XCmkna__Up:active,.style-module-scss-module__XCmkna__Down:focus,.style-module-scss-module__XCmkna__Down:active{outline:0}.style-module-scss-module__XCmkna__Down{transform:rotate(180deg)}.style-module-scss-module__XCmkna__Container{color:var(--gray-900);width:60px}.style-module-scss-module__XCmkna__LabelDiv{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}.style-module-scss-module__XCmkna__FlexRow{justify-content:space-between;width:100%;height:50%;display:flex}.style-module-scss-module__XCmkna__FlexCol{flex-direction:column;display:flex}.style-module-scss-module__XCmkna__InputLabel{font-size:var(--font-size-xs)}.style-module-scss-module__XCmkna__InputNumber{border:1px solid var(--gray-300);width:48px;height:48px;padding:var(--space-4);text-align:center;color:var(--gray-500);-moz-appearance:textfield;border-radius:8px;outline:none;position:relative}.style-module-scss-module__XCmkna__InputNumber::-webkit-outer-spin-button{-webkit-appearance:none;margin:var(--space-0)}.style-module-scss-module__XCmkna__InputNumber::-webkit-inner-spin-button{-webkit-appearance:none;margin:var(--space-0)}.style-module-scss-module__XCmkna__HasError{border:1px solid var(--red-500)}.style-module-scss-module__XCmkna__ArrowsContainer{margin:var(--space-2) var(--space-0) var(--space-0)}
.style-module-scss-module__Hg953G__Container{box-sizing:border-box;width:100%;position:relative}.style-module-scss-module__Hg953G__HasSelectedItemsIcon{display:none}.style-module-scss-module__Hg953G__HasSelectedItems>.style-module-scss-module__Hg953G__HasSelectedItemsIcon{z-index:3;display:block;position:absolute;top:0;right:0}.style-module-scss-module__Hg953G__Label{color:var(--gray-900);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);width:100%;max-width:100%}.style-module-scss-module__Hg953G__Label>span{font-size:var(--font-size-sm);color:var(--red-500);display:inline-block;position:relative;left:3px}.style-module-scss-module__Hg953G__Input{cursor:pointer;background-color:var(--white);border:1px solid var(--gray-200);width:100%;height:48px;padding:var(--space-0) var(--space-4);border-radius:10px;justify-content:space-between;align-items:center;transition:border-radius .5s,border-color .2s;display:flex;position:relative}.style-module-scss-module__Hg953G__Input:hover{border-color:var(--gray-500)}.style-module-scss-module__Hg953G__NoBorder{border:none}.style-module-scss-module__Hg953G__BackgroundWhite{background-color:var(--white)}.style-module-scss-module__Hg953G__BackgroundTransparent{background-color:#0000}.style-module-scss-module__Hg953G__BackgroundAquahaze{background-color:var(--gray-50)}.style-module-scss-module__Hg953G__Input>span{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;font-size:var(--font-size-sm);color:var(--gray-500);font-weight:var(--font-weight-medium);transition:background .5s}.style-module-scss-module__Hg953G__Input:hover{opacity:.9}.style-module-scss-module__Hg953G__Input>svg{fill:var(--gray-900);transition:all .3s;transform:rotate(0)}.style-module-scss-module__Hg953G__Input.style-module-scss-module__Hg953G__Opened>svg{transition:all .3s;transform:rotate(180deg)}.style-module-scss-module__Hg953G__Input.style-module-scss-module__Hg953G__HasSelectedItems{border:1px solid var(--gray-200)}.style-module-scss-module__Hg953G__Input.style-module-scss-module__Hg953G__NoBorder.style-module-scss-module__Hg953G__HasSelectedItems{border:none}.style-module-scss-module__Hg953G__DropdownContainer{background-color:var(--white);border:1px solid var(--gray-200);box-sizing:border-box;box-shadow:0 4px 24px var(--shadow-light);gap:var(--space-1);opacity:0;height:0;max-height:380px;padding:var(--space-0) var(--space-3);text-overflow:none;word-wrap:break-word;z-index:4;border-radius:10px;flex-direction:column;width:100%;min-width:250px;transition:height .5s,margin-top .3s,opacity .6s,padding .3s;display:flex;position:absolute;right:0;overflow:hidden}.style-module-scss-module__Hg953G__DropdownContainer.style-module-scss-module__Hg953G__Opened{margin-top:var(--space-3);padding:var(--space-3);opacity:1;-ms-overflow-style:none;scrollbar-width:none;height:auto;overflow-y:auto}.style-module-scss-module__Hg953G__DropdownContainer::-webkit-scrollbar{display:none}.style-module-scss-module__Hg953G__OptionList{width:100%;text-overflow:none;word-wrap:break-word;gap:var(--space-1);margin-top:var(--space-12);flex-direction:column;display:flex;overflow-y:auto}.style-module-scss-module__Hg953G__OptionList::-webkit-scrollbar{width:12px}.style-module-scss-module__Hg953G__OptionList::-webkit-scrollbar-track{background:0 0}.style-module-scss-module__Hg953G__OptionList::-webkit-scrollbar-thumb{cursor:pointer;background:var(--gray-900);border-radius:10px}.style-module-scss-module__Hg953G__Option{box-sizing:border-box;word-wrap:break-word;width:100%}.style-module-scss-module__Hg953G__SearchDiv{width:calc(100% - 24px);margin-bottom:var(--space-3);align-items:center;position:absolute}.style-module-scss-module__Hg953G__SearchDiv>svg{fill:var(--gray-500);position:absolute;top:10px;right:14px}.style-module-scss-module__Hg953G__SearchInput{width:100%;padding:var(--space-0) var(--space-8) var(--space-0) var(--space-4);height:32px;font-size:var(--font-size-xs);border:1px solid var(--gray-200);background-color:var(--white);color:var(--gray-700);font-weight:var(--font-weight-medium);border-radius:10px;transition:border-color .2s}.style-module-scss-module__Hg953G__SearchInput:focus{border-color:var(--gray-400);outline:none}.style-module-scss-module__Hg953G__SearchInput::placeholder{color:var(--gray-500);opacity:1}.style-module-scss-module__Hg953G__SearchInput::-moz-placeholder{color:var(--gray-500)}
.style-module-scss-module__QKIiqq__Wrapper{gap:var(--space-3);flex-direction:column;width:100%;display:flex}.style-module-scss-module__QKIiqq__Container{box-sizing:border-box;width:100%;position:relative}.style-module-scss-module__QKIiqq__HasSelectedItemsIcon{display:none}.style-module-scss-module__QKIiqq__HasSelectedItems>.style-module-scss-module__QKIiqq__HasSelectedItemsIcon{z-index:3;display:block;position:absolute;top:0;right:0}.style-module-scss-module__QKIiqq__Label{color:var(--gray-900);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);width:100%;max-width:100%}.style-module-scss-module__QKIiqq__Label>span{font-size:var(--font-size-sm);color:var(--red-500);display:inline-block;position:relative;left:3px}.style-module-scss-module__QKIiqq__Input{cursor:pointer;background-color:var(--white);border:1px solid var(--gray-300);width:100%;height:45px;padding:var(--space-0) var(--space-4);border-radius:10px;justify-content:space-between;align-items:center;transition:border-radius .5s,border-color .2s;display:flex;position:relative}.style-module-scss-module__QKIiqq__Input:hover{border-color:var(--gray-500)}.style-module-scss-module__QKIiqq__NoBorder{border:none}.style-module-scss-module__QKIiqq__BackgroundWhite{background-color:var(--white)}.style-module-scss-module__QKIiqq__BackgroundTransparent{background-color:#0000}.style-module-scss-module__QKIiqq__BackgroundAquahaze{background-color:var(--gray-50)}.style-module-scss-module__QKIiqq__Input>span{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;font-size:var(--font-size-sm);color:var(--gray-500);-webkit-line-clamp:1;-webkit-box-orient:vertical;transition:background .5s;display:-webkit-box;overflow:hidden}.style-module-scss-module__QKIiqq__Input:hover{opacity:.9}.style-module-scss-module__QKIiqq__Input>svg{fill:var(--gray-500);transition:all .3s;transform:rotate(0)}.style-module-scss-module__QKIiqq__Input.style-module-scss-module__QKIiqq__Opened>svg{transition:all .3s;transform:rotate(180deg)}.style-module-scss-module__QKIiqq__DropdownContainer{background-color:var(--white);border:1px solid var(--gray-200);box-sizing:border-box;box-shadow:0 4px 24px var(--shadow-light);gap:var(--space-1);opacity:0;height:0;max-height:200px;padding:var(--space-0) var(--space-3);text-overflow:none;word-wrap:break-word;z-index:4;border-radius:10px;flex-direction:column;width:100%;min-width:250px;transition:height .5s,margin-top .3s,opacity .6s,padding .3s;display:flex;position:absolute;right:0}.style-module-scss-module__QKIiqq__DropdownContainer.style-module-scss-module__QKIiqq__Opened{margin-top:var(--space-3);padding:var(--space-3);opacity:1;-ms-overflow-style:none;scrollbar-width:none;height:auto;overflow-y:auto}.style-module-scss-module__QKIiqq__DropdownContainer::-webkit-scrollbar{display:none}.style-module-scss-module__QKIiqq__OptionList{width:100%;text-overflow:none;word-wrap:break-word;gap:var(--space-1);flex-direction:column;list-style:none;display:flex;overflow-y:auto}.style-module-scss-module__QKIiqq__OptionList::-webkit-scrollbar{width:12px}.style-module-scss-module__QKIiqq__OptionList::-webkit-scrollbar-track{background:0 0}.style-module-scss-module__QKIiqq__OptionList::-webkit-scrollbar-thumb{cursor:pointer;background:var(--gray-900);border-radius:10px}.style-module-scss-module__QKIiqq__SearchDiv{margin-bottom:var(--space-3);align-items:center;width:100%;position:relative}.style-module-scss-module__QKIiqq__SearchDiv>svg{fill:var(--gray-500);position:absolute;top:10px;right:14px}.style-module-scss-module__QKIiqq__SearchInput{width:100%;padding:var(--space-0) var(--space-4);height:32px;font-size:var(--font-size-xs);border:1px solid var(--gray-200);background-color:var(--white);color:var(--gray-700);border-radius:10px;transition:border-color .2s}.style-module-scss-module__QKIiqq__SearchInput:focus{border-color:var(--gray-400);outline:none}.style-module-scss-module__QKIiqq__OptionItem{cursor:pointer}.style-module-scss-module__QKIiqq__OptionButton{font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-medium);-webkit-line-clamp:1;overflow-wrap:break-word;padding:var(--space-0);text-align:left;cursor:pointer;background:0 0;border:none;-webkit-box-orient:vertical;width:100%;display:-webkit-box;overflow:hidden}
.style-module-scss-module__1WDqsW__Container{width:100%}.style-module-scss-module__1WDqsW__Header{align-items:baseline;row-gap:var(--space-2);flex-wrap:wrap;display:flex}.style-module-scss-module__1WDqsW__Description{color:var(--gray-900);font-size:var(--font-size-md);line-height:var(--line-height-21);font-weight:var(--font-weight-regular);margin-top:var(--space-5)}.style-module-scss-module__1WDqsW__Title{color:var(--gray-900);margin-right:var(--space-2);font-size:var(--font-size-xl);line-height:var(--line-height-26);font-weight:var(--font-weight-bold)}.style-module-scss-module__1WDqsW__ElementCounter{color:var(--gray-500);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold)}.style-module-scss-module__1WDqsW__List{margin-top:var(--space-5)}.style-module-scss-module__1WDqsW__List>:not(:last-child){margin-bottom:var(--space-6)}.style-module-scss-module__1WDqsW__Link{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--gray-900);margin-top:var(--space-6);text-decoration:none}
.style-module-scss-module__MXJhEW__SectionTitle{font-size:var(--font-size-xl);line-height:var(--line-height-27);font-weight:var(--font-weight-semibold);color:var(--gray-1000)}.style-module-scss-module__MXJhEW__SectionTitle>span{color:var(--gray-900);font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-regular)}.style-module-scss-module__MXJhEW__Label{font-size:var(--font-size-md);line-height:var(--line-height-21);width:fit-content;color:var(--gray-900)}.style-module-scss-module__MXJhEW__ScoreTitle{margin-bottom:var(--space-5)}.style-module-scss-module__MXJhEW__Title{font-size:var(--font-size-xl);line-height:var(--line-height-27);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__MXJhEW__Score{color:var(--gray-500);font-size:var(--font-size-md);line-height:var(--line-height-21)}.style-module-scss-module__MXJhEW__AverageScore{color:var(--gray-900);font-size:var(--font-size-md);line-height:var(--line-height-21);font-weight:var(--font-weight-semibold)}.style-module-scss-module__MXJhEW__Comments{color:var(--gray-500);font-size:var(--font-size-xs);line-height:var(--line-height-16)}
.style-module-scss-module__2dnq7a__LoadingContent{width:100%;height:var(--loadingContentHeight);max-height:var(--loadingContentHeight);margin:var(--loadingContentMargin);background-color:var(--gray-500);opacity:.5;display:table}
.style-module-scss-module__FroDQG__ModalContent{background-color:var(--white);border-radius:8px;flex-direction:column;width:831px;transition:all .7s;display:flex;overflow:hidden}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__ModalContent{width:100%;height:100dvh;overflow-y:scroll}}.style-module-scss-module__FroDQG__ModalHeadingTitle{padding:var(--space-8);text-align:center;color:var(--gray-900);font-size:var(--font-size-2xl);line-height:var(--line-height-32);font-weight:var(--font-weight-semibold)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__ModalHeadingTitle{font-size:var(--font-size-lg);line-height:var(--line-height-26);padding:var(--space-6)}}.style-module-scss-module__FroDQG__ModalHeadingWarningTitle{color:var(--red-500);text-align:center;font-style:normal;font-family:16px;line-height:var(--line-height-21);font-weight:var(--font-weight-semibold);padding:var(--space-5);display:block}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__ModalHeadingWarningTitle{padding:var(--space-6)}}.style-module-scss-module__FroDQG__LoginContent{padding:var(--space-5) var(--space-56);border-top:1px solid var(--gray-300);flex:1;overflow-y:scroll}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__LoginContent{padding:var(--space-0)}}.style-module-scss-module__FroDQG__BackContainer{padding:var(--space-5) var(--space-0);justify-content:center;display:flex}.style-module-scss-module__FroDQG__Back{color:var(--red-500);cursor:pointer;background:0 0;border:0;text-decoration:none}.style-module-scss-module__FroDQG__LoginLinkGrid{grid-template-columns:repeat(2,1fr);display:grid}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__LoginLinkGrid{grid-template-columns:100%}}.style-module-scss-module__FroDQG__LoginLinkCard{flex-direction:column;justify-content:center;align-items:center;height:414px;display:flex;position:relative}.style-module-scss-module__FroDQG__LoginLinkCard img{object-fit:cover}.style-module-scss-module__FroDQG__LoginLinkCard div{position:absolute}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__FroDQG__LoginLinkCard{height:200px}}.style-module-scss-module__FroDQG__LoginLinkHeading{font-size:var(--font-size-5xl);line-height:var(--line-height-49);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-5);color:var(--gray-900)}.style-module-scss-module__FroDQG__Light{color:var(--white)}
.style-module-scss-module__jwErha__PillContainer{margin:var(--pill-margin,20px 0 25px);min-width:100%;height:100%;min-height:0;display:block;position:relative}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__jwErha__PillContainer{margin:var(--pill-mobile-margin,20px 0 25px)}.style-module-scss-module__jwErha__PillContainer .profile-slider{margin-left:var(--space-0)}}.style-module-scss-module__jwErha__PillContainer .slick-track{justify-content:flex-start;width:100%;display:flex}.style-module-scss-module__jwErha__PillElement{padding:var(--space-1) var(--space-3);background-color:var(--gray-200);text-align:center;height:29px;font-size:var(--font-size-xs);line-height:var(--line-height-16);white-space:nowrap;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;width:max-content!important;display:flex!important}
.style-module-scss-module__c92_vG__PublicPageContent{padding:var(--space-10) var(--space-0) var(--space-12)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__c92_vG__PublicPageContent{padding:var(--space-8) var(--space-0) var(--space-10)}}
.style-module-scss-module__bpiikG__Bar{width:100%;height:8px;margin:var(--space-4) var(--space-0);appearance:none;border:none;border-radius:3px;display:block;position:relative;overflow:hidden}.style-module-scss-module__bpiikG__ZeroMargin{margin:var(--space-0)}.style-module-scss-module__bpiikG__Bar::-webkit-progress-bar{background-color:var(--gray-200);border-radius:3px}.style-module-scss-module__bpiikG__Bar::-webkit-progress-value{background-color:var(--red-500);border-radius:3px;transition:all 1s}.style-module-scss-module__bpiikG__Bar::-moz-progress-bar{background-color:var(--red-500);border-radius:3px;transition:all 1s}
.style-module-scss-module__UleASq__Counter{color:var(--gray-500);font-size:var(--font-size-md)}
.style-module-scss-module__1QRk7W__RecurrencyToggle>label{border:1px solid var(--gray-300);cursor:pointer;border-radius:100px;width:252px;height:45px;display:flex;position:relative}.style-module-scss-module__1QRk7W__RecurrencyToggle>label>span{z-index:2;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:50%;height:100%;transition:all .3s;display:flex}.style-module-scss-module__1QRk7W__RecurrencyToggle>label:after{content:"";background:var(--defaultGradient);z-index:1;width:50%;height:100%;box-shadow:0 3px 6px var(--gray-1000) 47;border-radius:100px;transition:all .3s;position:absolute;inset:0}.style-module-scss-module__1QRk7W__RecurrencyToggle>input[type=checkbox]{display:none}.style-module-scss-module__1QRk7W__Selected{color:var(--white);transition:all .3s}.style-module-scss-module__1QRk7W__Yearly:after{transition:all .3s;inset:0 0 50% 50%}
.style-module-scss-module__IS4Q0q__StyledInput{width:100%;padding:var(--space-0);justify-content:flex-start;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.style-module-scss-module__IS4Q0q__StyledButton{padding:var(--space-4) var(--space-3) var(--space-0) var(--space-0);justify-content:flex-end;align-items:center;display:flex}.style-module-scss-module__IS4Q0q__ReportHeader{padding:var(--space-0) var(--space-12);align-items:center;display:block}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__IS4Q0q__ReportHeader{padding:var(--space-0) var(--space-5);width:100%}}.style-module-scss-module__IS4Q0q__CloseButton{color:var(--gray-500);font-size:var(--font-size-5xl);line-height:var(--line-height-40);cursor:pointer;background-color:#0000;border:none;outline:none}.style-module-scss-module__IS4Q0q__StyledFooterModal{margin:var(--space-5) var(--space-0) var(--space-10);justify-content:flex-end;align-items:center;display:flex}.style-module-scss-module__IS4Q0q__ReportSectionHeading{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-40);color:var(--gray-900)}.style-module-scss-module__IS4Q0q__ReportSpan{font-size:var(--font-size-xl);color:var(--gray-500);font-weight:var(--font-weight-regular);margin:var(--space-3) var(--space-0) var(--space-9);justify-content:center;display:flex}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__IS4Q0q__ReportForm{width:100%;padding:var(--space-0) var(--space-5)}}
.style-module-scss-module__QskDvG__Overlay{background-color:var(--gray-overlay);z-index:20;width:100%;height:100%;position:fixed;top:0;left:0}.style-module-scss-module__QskDvG__Content{background-color:var(--white);-ms-overflow-style:auto;border-radius:6px;width:487px;height:95vh;max-height:760px;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.style-module-scss-module__QskDvG__Content::-webkit-scrollbar{display:auto;width:5px}.style-module-scss-module__QskDvG__Content::-webkit-scrollbar-track{background:var(--alto)}.style-module-scss-module__QskDvG__Content::-webkit-scrollbar-thumb{background:var(--gray-900)}.style-module-scss-module__QskDvG__Content::-webkit-scrollbar-thumb:hover{background:var(--gray-900)}.style-module-scss-module__QskDvG__Content::-webkit-scrollbar-button:single-button:horizontal:increment{background-image:url("data:image/svg+xml,%0A%3Csvg width='15.82' fill='%23A0AFB2' height='10.11' version='1.1' viewBox='0 0 4.1857 2.6749' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.1857 1.3361c0-0.0979-0.0317-0.17992-0.0979-0.24342l-1.016-0.99219c-0.0582-0.0661-0.13493-0.10054-0.22489-0.10054-0.0926 0-0.17198 0.0317-0.23548 0.0926-0.0635 0.0608-0.0979 0.14023-0.0979 0.23283s0.0317 0.17198 0.0979 0.23548l0.43392 0.43392h-2.7252c-0.0926 0-0.16934 0.0317-0.23019 0.0979-0.0609 0.0661-0.09 0.14552-0.09 0.23813 0 0.0926 0.0291 0.17197 0.09 0.23812 0.0608 0.0662 0.13758 0.10054 0.23019 0.10319h2.7252l-0.43392 0.43921c-0.0635 0.0635-0.0979 0.14023-0.0979 0.22754 0 0.0926 0.0317 0.17198 0.0979 0.23548 0.0661 0.0635 0.14287 0.10054 0.23812 0.10054 0.0847 0 0.1614-0.037 0.2249-0.10848l1.016-0.99219c0.0635-0.0661 0.0952-0.14287 0.0952-0.23812z' stroke-width='.26458'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:70%}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__QskDvG__Content{height:100dvh;max-height:100dvh;padding-bottom:var(--space-32);width:100%}}
.style-module-scss-module__q4LqDG__GoToTop{background-color:var(--gray-100);z-index:9;width:48px;height:48px;box-shadow:0px 4px 4px var(--gray-shadow-16);color:var(--dark-gray);appearance:none;font-size:var(--font-size-xl);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:table;position:fixed;bottom:90px;right:12px;transform:translate(300%)}.style-module-scss-module__q4LqDG__GoToTop[class*=mobile-only]{display:none}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__q4LqDG__GoToTop[class*=mobile-only]{display:flex}}.style-module-scss-module__q4LqDG__GoToTop[class*=show]{transition:all .3s;transform:translateY(0)}
.style-module-scss-module__tIjM5G__Container{--margin:var(--space-0);--mobile-margin:var(--margin);--width:100%;--max-width:initial;--min-width:initial;--position:initial;gap:var(--space-5);margin:var(--margin);width:var(--width);max-width:var(--max-width);min-width:var(--min-width);height:100%;position:var(--position);flex-direction:column;display:flex}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__tIjM5G__Container{margin:var(--mobile-margin)}}.style-module-scss-module__tIjM5G__Label{--label-font-size:var(--font-size-2xl);--label-line-height:var(--line-height-32);--label-padding:0;--mobile-label-padding:var(--label-padding);font-size:var(--label-font-size);line-height:var(--label-line-height);font-weight:var(--font-weight-semibold);color:var(--gray-900);padding:var(--label-padding)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__tIjM5G__Label{padding:var(--mobile-label-padding)}}.style-module-scss-module__tIjM5G__Label>span.style-module-scss-module__tIjM5G__weak{opacity:.7}.style-module-scss-module__tIjM5G__Card{--height:auto;--padding:var(--space-8);--border:none;--background-color:var(--white);--border-radius:8px;--min-height:auto;--max-height:initial;--overflow:unset;--xs-padding:32px 12px;--mobile-border-radius:var(--border-radius);width:100%;height:var(--height);padding:var(--padding);border:var(--border);background:var(--background-color);border-radius:var(--border-radius);min-height:var(--min-height);max-height:var(--max-height);overflow:var(--overflow)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__tIjM5G__Card{width:100%;height:auto;padding:var(--xs-padding);border-radius:var(--mobile-border-radius)}}
.style-module-scss-module___3_7Bq__ContainerHeader{font-size:var(--font-size-2xl);line-height:var(--line-height-32);font-weight:var(--font-weight-semibold)}.style-module-scss-module___3_7Bq__ContainerHeader>a{color:var(--gray-500)}.style-module-scss-module___3_7Bq__ContainerHeader>span{color:var(--gray-900)}.style-module-scss-module___3_7Bq__CardLabel{font-weight:var(--font-weight-semibold);font-size:var(--font-size-2xl);line-height:var(--line-height-31);color:var(--gray-1000)}.style-module-scss-module___3_7Bq__CardLabel>span{color:var(--red-500)}.style-module-scss-module___3_7Bq__ListContainer{width:100%;padding:var(--space-2) var(--space-4);border:1px solid var(--gray-200);border-radius:6px}.style-module-scss-module___3_7Bq__ListContainer div:not(:last-child){border-bottom:1px solid var(--gray-200)}.style-module-scss-module___3_7Bq__TableWrapper{width:100%;display:flex}.style-module-scss-module___3_7Bq__OnShowInvoiceLink{cursor:pointer;color:var(--red-500);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);text-decoration:underline}.style-module-scss-module___3_7Bq__ShowInvoiceRefused{cursor:not-allowed;opacity:.8}.style-module-scss-module___3_7Bq__InvoiceStatusPaga{color:var(--green-500);font-weight:var(--font-weight-semibold)}.style-module-scss-module___3_7Bq__InvoiceStatusRecusada,.style-module-scss-module___3_7Bq__InvoiceStatusCancelada,.style-module-scss-module___3_7Bq__InvoiceStatusVencida{color:var(--red-500);font-weight:var(--font-weight-semibold)}.style-module-scss-module___3_7Bq__InvoiceStatusReembolsada{color:var(--gray-900);font-weight:var(--font-weight-semibold)}.style-module-scss-module___3_7Bq__InvoiceStatusParcialmentereembolsada{color:var(--gray-700);font-weight:var(--font-weight-semibold)}
.style-module-scss-module__YbKsmW__CardTitle{font-size:var(--font-size-xl);line-height:var(--line-height-27);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__YbKsmW__ClearFilter{cursor:pointer;font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-regular);color:var(--gray-900);padding:var(--space-0);background:0 0;border:none;text-decoration:none}.style-module-scss-module__YbKsmW__ClearFilter:hover{opacity:.8}.style-module-scss-module__YbKsmW__ExportList{cursor:pointer;font-size:var(--font-size-md);line-height:var(--line-height-21);font-weight:var(--font-weight-semibold);color:var(--gray-900);padding:var(--space-0);align-items:center;gap:var(--space-2);background:0 0;border:none;text-decoration:none;display:inline-flex}.style-module-scss-module__YbKsmW__ExportList:hover{opacity:.8}.style-module-scss-module__YbKsmW__TableWrapper{width:100%;overflow-x:auto}.style-module-scss-module__YbKsmW__TableWrapper table{min-width:100%}.style-module-scss-module__YbKsmW__ActionButton{cursor:pointer;font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-semibold);color:var(--red-500);padding:var(--space-0);background:0 0;border:none;text-decoration:underline}.style-module-scss-module__YbKsmW__ActionButton:hover{opacity:.8}.style-module-scss-module__YbKsmW__DisabledAction{cursor:not-allowed;font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-semibold);color:var(--gray-500);padding:var(--space-0);opacity:.6;background:0 0;border:none;text-decoration:none}.style-module-scss-module__YbKsmW__FilterForm{width:100%}
.style-module-scss-module__iaJB_a__PageTitle{font-size:var(--font-size-2xl);line-height:var(--line-height-32);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__iaJB_a__CardTitle{font-size:var(--font-size-lg);line-height:var(--line-height-24);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__iaJB_a__ClearFilter{cursor:pointer;font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-regular);color:var(--gray-900);padding:var(--space-0);background:0 0;border:none;text-decoration:none}.style-module-scss-module__iaJB_a__ClearFilter:hover{opacity:.8}.style-module-scss-module__iaJB_a__FilterForm{width:100%}.style-module-scss-module__iaJB_a__TableWrapper{width:100%;overflow-x:auto}.style-module-scss-module__iaJB_a__TableWrapper table{min-width:100%}
.style-module-scss-module__mRYptW__CardTitle{font-size:var(--font-size-xl);line-height:var(--line-height-27);font-weight:var(--font-weight-semibold);color:var(--gray-900)}.style-module-scss-module__mRYptW__ClearFilter{cursor:pointer;font-size:var(--font-size-xs);line-height:var(--line-height-16);font-weight:var(--font-weight-regular);color:var(--gray-900);text-decoration:none}.style-module-scss-module__mRYptW__ClearFilter:hover{opacity:.8}.style-module-scss-module__mRYptW__ExportList{cursor:pointer;font-size:var(--font-size-md);line-height:var(--line-height-21);font-weight:var(--font-weight-semibold);color:var(--gray-900);text-decoration:none}.style-module-scss-module__mRYptW__ExportList:hover{opacity:.8}.style-module-scss-module__mRYptW__ThemeButtonFlex{justify-content:flex-end;width:calc(100% - 64px);display:flex;position:absolute}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__mRYptW__ThemeButtonFlex{width:calc(100% - 24px)}}.style-module-scss-module__mRYptW__FilterForm{align-items:center;width:100%;display:flex}
.style-module-scss-module__LugfLG__Form{width:100%}.style-module-scss-module__LugfLG__InputWrapper{gap:var(--space-3);flex-direction:column;width:auto;display:flex}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__LugfLG__InputWrapper{height:auto}}.style-module-scss-module__LugfLG__FilterGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(220px,auto));width:100%;display:grid}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__LugfLG__FilterGrid{grid-template-columns:repeat(auto-fill,100%)}}.style-module-scss-module__LugfLG__SubmitButtonWrapper{margin-top:var(--space-7)}@media screen and (min-width:0) and (max-width:1079px){.style-module-scss-module__LugfLG__SubmitButtonWrapper{margin:var(--space-0);width:100%}}
.style-module-scss-module__VoC-4q__Title{color:var(--gray-900);font-size:var(--font-size-xl);line-height:var(--line-height-26);font-weight:var(--font-weight-semibold)}.style-module-scss-module__VoC-4q__StatusLabel{color:var(--gray-900);font-size:var(--font-size-sm);line-height:var(--line-height-22);font-weight:var(--font-weight-semibold)}.style-module-scss-module__VoC-4q__CourseName{color:var(--gray-700);font-size:var(--font-size-xl);line-height:var(--line-height-21);font-weight:var(--font-weight-semibold)}.style-module-scss-module__VoC-4q__CourseDescription{color:var(--gray-700);font-size:var(--font-size-xs);line-height:var(--line-height-18);font-weight:var(--font-weight-regular);text-overflow:ellipsis;-webkit-line-clamp:10;line-clamp:10;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.style-module-scss-module__VoC-4q__Value{background-color:var(--gray-100);color:var(--gray-900);padding:var(--space-1-5) var(--space-3-5);font-size:var(--font-size-sm);line-height:var(--line-height-18);font-weight:var(--font-weight-semibold);border-radius:6px}.style-module-scss-module__VoC-4q__EditLabel{color:var(--gray-500);font-size:var(--font-size-md);line-height:var(--line-height-20);font-weight:var(--font-weight-regular)}.style-module-scss-module__VoC-4q__EditButton{color:var(--gray-500);background-color:var(--gray-200);width:32px;height:32px;font-size:var(--font-size-xl);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.style-module-scss-module__VoC-4q__ModuleThumbnail{line-height:var(--line-height-0)}.style-module-scss-module__VoC-4q__ModuleThumbnail>span{border-radius:8px;overflow:hidden;width:176px!important;height:120px!important}.style-module-scss-module__VoC-4q__AddActionLabel{color:var(--gray-500);font-size:var(--font-size-sm);line-height:var(--line-height-17);font-weight:var(--font-weight-semibold)}.style-module-scss-module__VoC-4q__LessonsCount,.style-module-scss-module__VoC-4q__ModulesCount{color:var(--gray-900);font-style:normal;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);line-height:var(--line-height-15);display:block}