.FormTextarea-module__CORMEG__form-textarea{flex-direction:column;flex:1;gap:8px;display:flex}.FormTextarea-module__CORMEG__form-textarea__label{color:var(--grayscale-gray-400);padding:0 12px;font-size:.75rem}.FormTextarea-module__CORMEG__form-textarea__field{color:var(--grayscale-gray-700);background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300);box-sizing:border-box;border-radius:12px;width:100%;min-height:200px;padding:10px 12px;font-family:inherit;font-size:.875rem;line-height:1.5}.FormTextarea-module__CORMEG__form-textarea__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormTextarea-module__CORMEG__form-textarea--pill .FormTextarea-module__CORMEG__form-textarea__field{border-radius:24px}.FormTextarea-module__CORMEG__form-textarea--rounded .FormTextarea-module__CORMEG__form-textarea__field{border-radius:12px}.FormTextarea-module__CORMEG__form-textarea--square .FormTextarea-module__CORMEG__form-textarea__field{border-radius:4px}.FormTextarea-module__CORMEG__form-textarea--s .FormTextarea-module__CORMEG__form-textarea__field{min-height:120px;padding:8px 10px;font-size:.8125rem}.FormTextarea-module__CORMEG__form-textarea--s .FormTextarea-module__CORMEG__form-textarea__label,.FormTextarea-module__CORMEG__form-textarea--s .FormTextarea-module__CORMEG__form-textarea__note{font-size:.6875rem}.FormTextarea-module__CORMEG__form-textarea--m .FormTextarea-module__CORMEG__form-textarea__field{min-height:200px;padding:10px 12px;font-size:.875rem}.FormTextarea-module__CORMEG__form-textarea--l .FormTextarea-module__CORMEG__form-textarea__field{min-height:300px;padding:12px 16px;font-size:1rem}.FormTextarea-module__CORMEG__form-textarea--l .FormTextarea-module__CORMEG__form-textarea__label,.FormTextarea-module__CORMEG__form-textarea--l .FormTextarea-module__CORMEG__form-textarea__note{font-size:.875rem}.FormTextarea-module__CORMEG__form-textarea--filled .FormTextarea-module__CORMEG__form-textarea__field{background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300)}.FormTextarea-module__CORMEG__form-textarea--outlined .FormTextarea-module__CORMEG__form-textarea__field{border:2px solid var(--grayscale-gray-300);background:0 0}.FormTextarea-module__CORMEG__form-textarea__field:focus{border-color:var(--primary-primary-6b9080);outline:none;box-shadow:0 0 0 3px rgba(107,144,128,.1)}.FormTextarea-module__CORMEG__form-textarea--outlined .FormTextarea-module__CORMEG__form-textarea__field:focus{border-color:var(--primary-primary-6b9080)}.FormTextarea-module__CORMEG__form-textarea__field:disabled{background:var(--grayscale-gray-50);color:var(--grayscale-gray-400);cursor:not-allowed}.FormTextarea-module__CORMEG__form-textarea__field:-moz-read-only{background:var(--grayscale-gray-50);cursor:default}.FormTextarea-module__CORMEG__form-textarea__field:read-only{background:var(--grayscale-gray-50);cursor:default}.FormTextarea-module__CORMEG__form-textarea--error .FormTextarea-module__CORMEG__form-textarea__field{border-color:var(--error-red)}.FormTextarea-module__CORMEG__form-textarea--success .FormTextarea-module__CORMEG__form-textarea__field{border-color:var(--success-green)}@media (max-width:768px){.FormTextarea-module__CORMEG__form-textarea__field{font-size:16px}.FormTextarea-module__CORMEG__form-textarea--s .FormTextarea-module__CORMEG__form-textarea__field{min-height:100px;font-size:16px}.FormTextarea-module__CORMEG__form-textarea--m .FormTextarea-module__CORMEG__form-textarea__field{min-height:150px}.FormTextarea-module__CORMEG__form-textarea--l .FormTextarea-module__CORMEG__form-textarea__field{min-height:200px}}
.FormCheckbox-module__Et2W7W__form-checkbox{flex-direction:row;flex:1;gap:8px;display:flex}.FormCheckbox-module__Et2W7W__form-checkbox__label{color:var(--grayscale-gray-400);order:1;padding:0 12px;font-size:.75rem}.FormCheckbox-module__Et2W7W__form-checkbox__label a,.FormCheckbox-module__Et2W7W__form-checkbox__label a:visited{color:var(--secondary-secondary-fcc799);padding-right:14px;font-weight:600;position:relative}.FormCheckbox-module__Et2W7W__form-checkbox__label a:hover:before{content:" ";background:var(--secondary-secondary-fcc799);height:2px;position:absolute;bottom:-1px;left:0;right:0}.FormCheckbox-module__Et2W7W__form-checkbox__label a:after{content:" ";background:url(/assets/icons/link-out.svg) 50%/contain no-repeat;width:16px;position:absolute;top:5px;bottom:5px;right:0}.FormCheckbox-module__Et2W7W__form-checkbox__body{flex-direction:row;gap:8px;display:flex;position:relative}.FormCheckbox-module__Et2W7W__form-checkbox__field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300);cursor:pointer;border-radius:8px;flex-shrink:0;width:28px;height:28px;margin:0;padding:0;position:relative}.FormCheckbox-module__Et2W7W__form-checkbox__field:checked{background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300)}.FormCheckbox-module__Et2W7W__form-checkbox__field:checked:after{content:"";background-image:url(/assets/icons/tick.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FormCheckbox-module__Et2W7W__form-checkbox__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormCheckbox-module__Et2W7W__form-checkbox--radio .FormCheckbox-module__Et2W7W__form-checkbox__field:checked:after{background-image:none;background-color:var(--primary-primary-6b9080);border-radius:50%;width:8px;height:8px}.FormCheckbox-module__Et2W7W__form-checkbox--pill .FormCheckbox-module__Et2W7W__form-checkbox__field{border-radius:14px}.FormCheckbox-module__Et2W7W__form-checkbox--rounded .FormCheckbox-module__Et2W7W__form-checkbox__field{border-radius:8px}.FormCheckbox-module__Et2W7W__form-checkbox--square .FormCheckbox-module__Et2W7W__form-checkbox__field{border-radius:4px}.FormCheckbox-module__Et2W7W__form-checkbox--radio .FormCheckbox-module__Et2W7W__form-checkbox__field{border-radius:50%!important}.FormCheckbox-module__Et2W7W__form-checkbox--s .FormCheckbox-module__Et2W7W__form-checkbox__field{width:20px;height:20px}.FormCheckbox-module__Et2W7W__form-checkbox--s .FormCheckbox-module__Et2W7W__form-checkbox__field:checked:after{width:8px;height:8px}.FormCheckbox-module__Et2W7W__form-checkbox--s .FormCheckbox-module__Et2W7W__form-checkbox__label,.FormCheckbox-module__Et2W7W__form-checkbox--s .FormCheckbox-module__Et2W7W__form-checkbox__note{font-size:.6875rem}.FormCheckbox-module__Et2W7W__form-checkbox--m .FormCheckbox-module__Et2W7W__form-checkbox__field{width:28px;height:28px}.FormCheckbox-module__Et2W7W__form-checkbox--m .FormCheckbox-module__Et2W7W__form-checkbox__field:checked:after{width:12px;height:12px}.FormCheckbox-module__Et2W7W__form-checkbox--l .FormCheckbox-module__Et2W7W__form-checkbox__field{width:36px;height:36px}.FormCheckbox-module__Et2W7W__form-checkbox--l .FormCheckbox-module__Et2W7W__form-checkbox__field:checked:after{width:16px;height:16px}.FormCheckbox-module__Et2W7W__form-checkbox--l .FormCheckbox-module__Et2W7W__form-checkbox__label,.FormCheckbox-module__Et2W7W__form-checkbox--l .FormCheckbox-module__Et2W7W__form-checkbox__note{font-size:.875rem}.FormCheckbox-module__Et2W7W__form-checkbox--filled .FormCheckbox-module__Et2W7W__form-checkbox__field{background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300)}.FormCheckbox-module__Et2W7W__form-checkbox--outlined .FormCheckbox-module__Et2W7W__form-checkbox__field{border:2px solid var(--grayscale-gray-300);background:0 0}.FormCheckbox-module__Et2W7W__form-checkbox__field:focus{border-color:var(--primary-primary-6b9080);outline:none;box-shadow:0 0 0 3px rgba(107,144,128,.1)}.FormCheckbox-module__Et2W7W__form-checkbox__field:disabled{background:var(--grayscale-gray-50);border-color:var(--grayscale-gray-200);cursor:not-allowed}.FormCheckbox-module__Et2W7W__form-checkbox__field:disabled:checked:after{opacity:.5}.FormCheckbox-module__Et2W7W__form-checkbox__field:disabled+.FormCheckbox-module__Et2W7W__form-checkbox__label{color:var(--grayscale-gray-300);cursor:not-allowed}.FormCheckbox-module__Et2W7W__form-checkbox__field:hover:not(:disabled){border-color:var(--primary-primary-6b9080)}.FormCheckbox-module__Et2W7W__form-checkbox--error .FormCheckbox-module__Et2W7W__form-checkbox__field{border-color:var(--error-red)}.FormCheckbox-module__Et2W7W__form-checkbox--success .FormCheckbox-module__Et2W7W__form-checkbox__field{border-color:var(--success-green)}@media (max-width:768px){.FormCheckbox-module__Et2W7W__form-checkbox{gap:12px}.FormCheckbox-module__Et2W7W__form-checkbox__label,.FormCheckbox-module__Et2W7W__form-checkbox__note{padding:0 8px}}
.FormCombobox-module__qowVVW__form-combobox{z-index:2;flex-direction:column;flex:1;gap:8px;display:flex;position:relative}.FormCombobox-module__qowVVW__form-combobox__label{color:var(--grayscale-gray-400);padding:0 12px;font-size:.75rem}.FormCombobox-module__qowVVW__form-combobox__body{flex-direction:row;gap:8px;display:flex;position:relative}.FormCombobox-module__qowVVW__form-combobox__body [data-comp-static-name=icon]{position:absolute;left:12px}.FormCombobox-module__qowVVW__form-combobox__field{color:var(--grayscale-gray-700);background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300);border-radius:12px;padding:10px 12px;font-size:.875rem}.FormCombobox-module__qowVVW__form-combobox__pseudo-field{z-index:0;color:var(--grayscale-gray-700);background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:44px;padding:6px 48px 6px 12px;font-size:.875rem;transition:all .2s;display:flex;position:relative}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-placeholder{width:100%;color:var(--grayscale-gray-400);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-selected-items{scrollbar-width:none;width:calc(100% - 32px);display:flex;overflow:auto}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-selected-items::-webkit-scrollbar{display:none}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-selected-items-track{flex-wrap:nowrap;flex:1;gap:4px;width:0;display:flex}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-selected-items-track [data-comp-static-name=tag]{flex-shrink:0}.FormCombobox-module__qowVVW__form-combobox__pseudo-field-selected-items-track [data-comp-static-name=tag__content]{gap:24px}.FormCombobox-module__qowVVW__form-combobox--with-icon .FormCombobox-module__qowVVW__form-combobox__field{padding-left:48px}.FormCombobox-module__qowVVW__form-combobox__toggler{z-index:2;cursor:pointer;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.FormCombobox-module__qowVVW__form-combobox--open .FormCombobox-module__qowVVW__form-combobox__toggler{transform:translateY(-50%)rotate(180deg)}.FormCombobox-module__qowVVW__form-combobox__toggler:after{content:" ";z-index:-1;background-color:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300);border-radius:10px;transition:all .2s;position:absolute;top:0;bottom:0;left:0;right:0}.FormCombobox-module__qowVVW__form-combobox__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormCombobox-module__qowVVW__form-combobox__list{z-index:1;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;transition:all .2s;display:flex;position:relative;transform:translateY(-10px)}.FormCombobox-module__qowVVW__form-combobox--open .FormCombobox-module__qowVVW__form-combobox__list{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.FormCombobox-module__qowVVW__form-combobox__list-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.1);background-image:linear-gradient(118deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.35) 100%);border:1px solid rgba(255,255,255,.6);border-radius:12px;flex-direction:column;align-self:center;width:calc(100% - 12px);max-height:200px;display:flex;position:absolute;top:0;overflow:auto;box-shadow:0 5px 10px rgba(0,0,0,.1)}.FormCombobox-module__qowVVW__form-combobox__list-header{z-index:1;background:var(--grayscale-gray-100);padding:4px;position:-webkit-sticky;position:sticky;top:0}.FormCombobox-module__qowVVW__form-combobox__search-field input{border-radius:10px}.FormCombobox-module__qowVVW__form-combobox__list-body{flex-direction:column;display:flex}.FormCombobox-module__qowVVW__form-combobox__list-item{z-index:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex;position:relative}.FormCombobox-module__qowVVW__form-combobox__list-item [data-comp-static-name=icon]{opacity:0;transition:opacity .2s}.FormCombobox-module__qowVVW__form-combobox__list-item--selected [data-comp-static-name=icon]{opacity:1}.FormCombobox-module__qowVVW__form-combobox__list-item:before{content:" ";z-index:-1;background:var(--grayscale-gray-300);height:1px;position:absolute;bottom:0;left:32px;right:8px}.FormCombobox-module__qowVVW__form-combobox__list-item:last-child:before{content:none}.FormCombobox-module__qowVVW__form-combobox__list-item:hover:after{content:" ";z-index:-1;background:var(--secondary-secondary-fcc799);border-radius:1px;width:2px;position:absolute;top:0;bottom:1px;left:2px}.FormCombobox-module__qowVVW__form-combobox__list-item:focus{outline:2px solid var(--primary-primary-007ca8);outline-offset:-2px}.FormCombobox-module__qowVVW__form-combobox--loading .FormCombobox-module__qowVVW__form-combobox__toggler{animation:1s linear infinite FormCombobox-module__qowVVW__rotate}@keyframes FormCombobox-module__qowVVW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FormCombobox-module__qowVVW__form-combobox--disabled{opacity:.6;pointer-events:none}.FormCombobox-module__qowVVW__form-combobox--disabled .FormCombobox-module__qowVVW__form-combobox__pseudo-field{background-color:var(--grayscale-gray-200);cursor:not-allowed}.FormCombobox-module__qowVVW__form-combobox--pill .FormCombobox-module__qowVVW__form-combobox__pseudo-field{border-radius:22px}.FormCombobox-module__qowVVW__form-combobox--rounded .FormCombobox-module__qowVVW__form-combobox__pseudo-field{border-radius:12px}.FormCombobox-module__qowVVW__form-combobox--square .FormCombobox-module__qowVVW__form-combobox__pseudo-field{border-radius:0}.FormCombobox-module__qowVVW__form-combobox--s .FormCombobox-module__qowVVW__form-combobox__pseudo-field{height:36px;font-size:.8rem}.FormCombobox-module__qowVVW__form-combobox--m .FormCombobox-module__qowVVW__form-combobox__pseudo-field{height:44px;font-size:.875rem}.FormCombobox-module__qowVVW__form-combobox--l .FormCombobox-module__qowVVW__form-combobox__pseudo-field{height:52px;font-size:1rem}.FormCombobox-module__qowVVW__form-combobox--filled .FormCombobox-module__qowVVW__form-combobox__pseudo-field{background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300)}.FormCombobox-module__qowVVW__form-combobox--outlined .FormCombobox-module__qowVVW__form-combobox__pseudo-field{border:2px solid var(--grayscale-gray-300);background:0 0}
.FormSelectableTile-module__gAlZ_G__form-selectable-tile{flex-direction:column;flex:1;gap:8px;width:-moz-fit-content;width:fit-content;display:flex;position:relative}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper{flex-direction:column;flex:1;justify-content:flex-start;padding:24px;display:flex;position:relative}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__label{color:var(--grayscale-gray-700);font-size:1.125rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__description{color:var(--grayscale-gray-700);font-size:.75rem}input[type=checkbox].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field,input[type=radio].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{z-index:0;border:1px solid var(--grayscale-gray-300);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;display:block;position:absolute;top:0;bottom:0;left:0;right:0}input[type=checkbox].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked{border:1px solid var(--color-secondary)}input[type=checkbox].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked:after{content:" ";z-index:-1;background:var(--color-secondary);border-top-right-radius:4px;border-bottom-left-radius:12px;width:24px;height:24px;position:absolute;top:0;right:0}input[type=checkbox].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked:before{content:" ";filter:brightness(0)saturate()invert();z-index:1;background:url(/assets/icons/tick.svg) 50%/10px no-repeat;border-bottom-left-radius:12px;width:24px;height:24px;position:absolute;top:0;right:0}input[type=radio].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked{border:1px solid var(--color-secondary)}input[type=radio].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked:after{content:" ";z-index:-1;background:var(--color-secondary);border-top-right-radius:4px;border-bottom-left-radius:12px;width:24px;height:24px;position:absolute;top:0;right:0}input[type=radio].FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked:before{content:" ";filter:brightness(0)saturate()invert();z-index:1;background:url(/assets/icons/tick.svg) 50%/10px no-repeat;border-bottom-left-radius:12px;width:24px;height:24px;position:absolute;top:0;right:0}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper:hover input.FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{border-color:var(--grayscale-gray-400)}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper:hover input.FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:checked{border-color:var(--color-secondary)}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__field:disabled{opacity:.6;cursor:not-allowed}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--dark{background-color:var(--grayscale-gray-800);color:var(--grayscale-gray-100)}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--pill .FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{border-radius:22px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--rounded .FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{border-radius:12px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--square .FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{border-radius:0}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--s .FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper{max-width:160px;padding:16px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--s .FormSelectableTile-module__gAlZ_G__form-selectable-tile__label{font-size:1rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--m .FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper{padding:24px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--m .FormSelectableTile-module__gAlZ_G__form-selectable-tile__label{font-size:1.125rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--l .FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper{max-width:240px;padding:32px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--l .FormSelectableTile-module__gAlZ_G__form-selectable-tile__label{font-size:1.25rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--filled .FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{background:var(--grayscale-gray-100);border:1px solid var(--grayscale-gray-300)}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--outlined .FormSelectableTile-module__gAlZ_G__form-selectable-tile__field{border:2px solid var(--grayscale-gray-300);background:0 0}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__input-selector{z-index:1}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__input-selector input[type=number]{text-align:right;background:0 0;border:none;outline:none;width:100%;font-size:1.5rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input{text-align:right;background:0 0;border:none;outline:none;width:100%;font-size:2rem}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--input .FormSelectableTile-module__gAlZ_G__form-selectable-tile__wrapper{gap:var(--spacing-md);flex-direction:row;flex:1;display:flex}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__block,.FormSelectableTile-module__gAlZ_G__form-selectable-tile--input .FormSelectableTile-module__gAlZ_G__form-selectable-tile__block{gap:var(--spacing-sm);flex-direction:column;display:flex}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--input .FormSelectableTile-module__gAlZ_G__form-selectable-tile__block{flex:1}.FormSelectableTile-module__gAlZ_G__form-selectable-tile--input .FormSelectableTile-module__gAlZ_G__form-selectable-tile__input-selector{align-items:center;gap:var(--spacing-sm);flex-direction:row;display:flex}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__input-unit{font-size:var(--font-size-base);color:var(--grayscale-gray-700);position:relative;top:3px}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input:disabled{opacity:.5;cursor:not-allowed;color:var(--grayscale-gray-400)}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input:focus{color:var(--color-secondary);outline:none}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.FormSelectableTile-module__gAlZ_G__form-selectable-tile__number-input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}
.FormImageUpload-module__ofqIqq__formImageUpload{flex-direction:column;flex:1;gap:8px;min-height:auto;display:flex;position:relative}.FormImageUpload-module__ofqIqq__formImageUpload--hasImage{min-height:300px}.FormImageUpload-module__ofqIqq__formImageUpload--noImage{min-height:auto}.FormImageUpload-module__ofqIqq__formImageUpload--noImage .FormImageUpload-module__ofqIqq__formImageUpload__caption{background-image:none;background:var(--opacity-light-opac-400);border-radius:8px}.FormImageUpload-module__ofqIqq__formImageUpload__field{opacity:0;cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0}.FormImageUpload-module__ofqIqq__formImageUpload__wrapper{z-index:0;border:1px dashed var(--opacity-dark-opac-700);cursor:pointer;border-radius:12px;flex-direction:column;flex:1;justify-content:flex-end;padding:8px;transition:all .2s;display:flex;position:relative}.FormImageUpload-module__ofqIqq__formImageUpload__wrapper:hover{border-color:var(--primary-primary-007ca8);background-color:rgba(0,124,168,.02)}.FormImageUpload-module__ofqIqq__formImageUpload--dragOver .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{border-color:var(--primary-primary-007ca8);background-color:rgba(0,124,168,.05);transform:scale(1.02)}.FormImageUpload-module__ofqIqq__formImageUpload__caption{z-index:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.75) 100%);border-radius:0 0 8px 8px;flex-direction:column;align-items:center;padding:24px 24px 24px 92px;display:flex;position:relative}.FormImageUpload-module__ofqIqq__formImageUpload__caption:after{content:" ";-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-image:url(/assets/icons/upload.svg),linear-gradient(118deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.35) 100%);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:24px,cover;border:1px solid rgba(255,255,255,.4);border-radius:8px;width:60px;height:60px;position:absolute;top:calc(50% - 30px);left:calc(25% - 30px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.FormImageUpload-module__ofqIqq__formImageUpload__caption:before{content:" ";filter:blur(5px);background-image:radial-gradient(circle at 100% 0,#cec8ff 0%,rgba(206,200,255,.58) 42%,rgba(255,255,255,0) 100%),radial-gradient(circle at 0 0,#dcfff5 0%,rgba(220,255,245,.28) 37%,rgba(255,255,255,0) 89%),linear-gradient(#c9fdff 0%,#e2d5cd 10%,#fcc799 100%);width:62px;height:62px;position:absolute;top:calc(50% - 31px);left:calc(25% - 31px)}.FormImageUpload-module__ofqIqq__formImageUpload__label{width:50%;color:var(--grayscale-gray-700);cursor:pointer;font-size:.75rem;display:flex}.FormImageUpload-module__ofqIqq__formImageUpload__description{width:50%;color:var(--grayscale-gray-700);margin-top:4px;font-size:.75rem}.FormImageUpload-module__ofqIqq__formImageUpload__image{z-index:-1;background-position:50%;background-size:cover;border-radius:8px;position:absolute;top:8px;bottom:8px;left:8px;right:8px}.FormImageUpload-module__ofqIqq__formImageUpload__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormImageUpload-module__ofqIqq__formImageUpload__field:focus+.FormImageUpload-module__ofqIqq__formImageUpload__wrapper{outline:2px solid var(--primary-primary-007ca8);outline-offset:2px}.FormImageUpload-module__ofqIqq__formImageUpload--disabled{opacity:.6;pointer-events:none}.FormImageUpload-module__ofqIqq__formImageUpload--disabled .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{cursor:not-allowed;border-color:var(--grayscale-gray-300)}.FormImageUpload-module__ofqIqq__formImageUpload--disabled .FormImageUpload-module__ofqIqq__formImageUpload__field{cursor:not-allowed}.FormImageUpload-module__ofqIqq__formImageUpload--dark .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{border-color:var(--grayscale-gray-600);background-color:var(--grayscale-gray-800)}.FormImageUpload-module__ofqIqq__formImageUpload--dark .FormImageUpload-module__ofqIqq__formImageUpload__label,.FormImageUpload-module__ofqIqq__formImageUpload--dark .FormImageUpload-module__ofqIqq__formImageUpload__description{color:var(--grayscale-gray-200)}.FormImageUpload-module__ofqIqq__formImageUpload--dark .FormImageUpload-module__ofqIqq__formImageUpload__caption{background-image:linear-gradient(118deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.75) 100%)}.FormImageUpload-module__ofqIqq__formImageUpload--pill .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{border-radius:24px}.FormImageUpload-module__ofqIqq__formImageUpload--pill .FormImageUpload-module__ofqIqq__formImageUpload__image{border-radius:20px}.FormImageUpload-module__ofqIqq__formImageUpload--rounded .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{border-radius:12px}.FormImageUpload-module__ofqIqq__formImageUpload--rounded .FormImageUpload-module__ofqIqq__formImageUpload__image{border-radius:8px}.FormImageUpload-module__ofqIqq__formImageUpload--square .FormImageUpload-module__ofqIqq__formImageUpload__wrapper,.FormImageUpload-module__ofqIqq__formImageUpload--square .FormImageUpload-module__ofqIqq__formImageUpload__image{border-radius:0}.FormImageUpload-module__ofqIqq__formImageUpload--s,.FormImageUpload-module__ofqIqq__formImageUpload--s.FormImageUpload-module__ofqIqq__formImageUpload--hasImage{min-height:200px}.FormImageUpload-module__ofqIqq__formImageUpload--s .FormImageUpload-module__ofqIqq__formImageUpload__caption{padding:16px 16px 16px 60px}.FormImageUpload-module__ofqIqq__formImageUpload--s .FormImageUpload-module__ofqIqq__formImageUpload__caption:after{background-size:16px,cover;width:40px;height:40px;top:calc(50% - 20px);left:calc(25% - 20px)}.FormImageUpload-module__ofqIqq__formImageUpload--s .FormImageUpload-module__ofqIqq__formImageUpload__caption:before{width:42px;height:42px;top:calc(50% - 21px);left:calc(25% - 21px)}.FormImageUpload-module__ofqIqq__formImageUpload--l,.FormImageUpload-module__ofqIqq__formImageUpload--l.FormImageUpload-module__ofqIqq__formImageUpload--hasImage{min-height:400px}.FormImageUpload-module__ofqIqq__formImageUpload--l .FormImageUpload-module__ofqIqq__formImageUpload__caption{padding:32px 32px 32px 120px}.FormImageUpload-module__ofqIqq__formImageUpload--l .FormImageUpload-module__ofqIqq__formImageUpload__caption:after{background-size:32px,cover;width:80px;height:80px;top:calc(50% - 40px);left:calc(25% - 40px)}.FormImageUpload-module__ofqIqq__formImageUpload--l .FormImageUpload-module__ofqIqq__formImageUpload__caption:before{width:82px;height:82px;top:calc(50% - 41px);left:calc(25% - 41px)}.FormImageUpload-module__ofqIqq__formImageUpload--filled .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{background-color:var(--grayscale-gray-50);border:1px solid var(--grayscale-gray-200)}.FormImageUpload-module__ofqIqq__formImageUpload--outlined .FormImageUpload-module__ofqIqq__formImageUpload__wrapper{border:2px dashed var(--grayscale-gray-400);background:0 0}
.FormVideoUpload-module__sIOhCW__formVideoUpload{flex-direction:column;flex:1;gap:8px;min-height:auto;display:flex;position:relative}.FormVideoUpload-module__sIOhCW__formVideoUpload--hasVideo{min-height:300px}.FormVideoUpload-module__sIOhCW__formVideoUpload--noVideo{min-height:auto}.FormVideoUpload-module__sIOhCW__formVideoUpload--noVideo .FormVideoUpload-module__sIOhCW__formVideoUpload__caption{background-image:none;background:var(--opacity-light-opac-400);border-radius:8px}.FormVideoUpload-module__sIOhCW__formVideoUpload__field{opacity:0;cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0}.FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{z-index:0;border:1px dashed var(--opacity-dark-opac-700);cursor:pointer;border-radius:12px;flex-direction:column;flex:1;justify-content:flex-end;padding:8px;transition:all .2s;display:flex;position:relative}.FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper:hover{border-color:var(--primary-primary-007ca8);background-color:rgba(0,124,168,.02)}.FormVideoUpload-module__sIOhCW__formVideoUpload--dragOver .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border-color:var(--primary-primary-007ca8);background-color:rgba(0,124,168,.05);transform:scale(1.02)}.FormVideoUpload-module__sIOhCW__formVideoUpload__caption{z-index:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.75) 100%);border-radius:0 0 8px 8px;flex-direction:column;align-items:center;padding:24px 24px 24px 92px;display:flex;position:relative}.FormVideoUpload-module__sIOhCW__formVideoUpload__caption:after{content:" ";-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-image:url(/assets/icons/upload.svg),linear-gradient(118deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.35) 100%);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:24px,cover;border:1px solid rgba(255,255,255,.4);border-radius:8px;width:60px;height:60px;position:absolute;top:calc(50% - 30px);left:calc(25% - 30px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.FormVideoUpload-module__sIOhCW__formVideoUpload__caption:before{content:" ";filter:blur(5px);background-image:radial-gradient(circle at 100% 0,#cec8ff 0%,rgba(206,200,255,.58) 42%,rgba(255,255,255,0) 100%),radial-gradient(circle at 0 0,#dcfff5 0%,rgba(220,255,245,.28) 37%,rgba(255,255,255,0) 89%),linear-gradient(#c9fdff 0%,#e2d5cd 10%,#fcc799 100%);width:62px;height:62px;position:absolute;top:calc(50% - 31px);left:calc(25% - 31px)}.FormVideoUpload-module__sIOhCW__formVideoUpload__label{width:50%;color:var(--grayscale-gray-700);cursor:pointer;font-size:.75rem;display:flex}.FormVideoUpload-module__sIOhCW__formVideoUpload__description{width:50%;color:var(--grayscale-gray-700);margin-top:4px;font-size:.75rem}.FormVideoUpload-module__sIOhCW__formVideoUpload__preview{z-index:-1;background-position:50%;background-size:cover;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;bottom:8px;left:8px;right:8px}.FormVideoUpload-module__sIOhCW__formVideoUpload__iconOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.3)}.FormVideoUpload-module__sIOhCW__formVideoUpload__preview:hover .FormVideoUpload-module__sIOhCW__formVideoUpload__iconOverlay{transform:scale(1.1)}.FormVideoUpload-module__sIOhCW__formVideoUpload__progressBar{z-index:10;background-color:rgba(0,0,0,.1);border-radius:0 0 8px 8px;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.FormVideoUpload-module__sIOhCW__formVideoUpload__progressFill{background:linear-gradient(90deg,#007ca8,#00a8e8);height:100%;transition:width .3s;box-shadow:0 0 8px rgba(0,124,168,.5)}.FormVideoUpload-module__sIOhCW__formVideoUpload__statusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:10;background:rgba(0,0,0,.75);border-radius:12px;padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.FormVideoUpload-module__sIOhCW__formVideoUpload--status-uploading .FormVideoUpload-module__sIOhCW__formVideoUpload__statusBadge{background:rgba(0,124,168,.9)}.FormVideoUpload-module__sIOhCW__formVideoUpload--status-processing .FormVideoUpload-module__sIOhCW__formVideoUpload__statusBadge{background:rgba(255,165,0,.9)}.FormVideoUpload-module__sIOhCW__formVideoUpload--status-completed .FormVideoUpload-module__sIOhCW__formVideoUpload__statusBadge{background:rgba(76,175,80,.9)}.FormVideoUpload-module__sIOhCW__formVideoUpload--status-failed .FormVideoUpload-module__sIOhCW__formVideoUpload__statusBadge{background:rgba(244,67,54,.9)}.FormVideoUpload-module__sIOhCW__formVideoUpload__fileInfo{background-color:var(--grayscale-gray-50);color:var(--grayscale-gray-600);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:.75rem;display:flex}.FormVideoUpload-module__sIOhCW__formVideoUpload__fileName{white-space:nowrap;text-overflow:ellipsis;color:var(--grayscale-gray-700);flex:1;font-weight:500;overflow:hidden}.FormVideoUpload-module__sIOhCW__formVideoUpload__fileSize{color:var(--grayscale-gray-500);white-space:nowrap}.FormVideoUpload-module__sIOhCW__formVideoUpload__deleteButton{border:1px solid var(--error-error-e32e2e);color:var(--error-error-e32e2e);cursor:pointer;z-index:1;background:0 0;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.FormVideoUpload-module__sIOhCW__formVideoUpload__deleteButton:hover{background-color:rgba(227,46,46,.08)}.FormVideoUpload-module__sIOhCW__formVideoUpload__error{color:var(--error-error-e32e2e);margin-top:-6px;padding:0 12px;font-size:.75rem;font-weight:500}.FormVideoUpload-module__sIOhCW__formVideoUpload--error .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border-color:var(--error-error-e32e2e);background-color:rgba(227,46,46,.02)}.FormVideoUpload-module__sIOhCW__formVideoUpload__note{color:var(--grayscale-gray-400);margin-top:-6px;padding:0 12px;font-size:.75rem}.FormVideoUpload-module__sIOhCW__formVideoUpload__field:focus+.FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{outline:none}.FormVideoUpload-module__sIOhCW__formVideoUpload--disabled{opacity:.6;pointer-events:none}.FormVideoUpload-module__sIOhCW__formVideoUpload--disabled .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{cursor:not-allowed;border-color:var(--grayscale-gray-300)}.FormVideoUpload-module__sIOhCW__formVideoUpload--disabled .FormVideoUpload-module__sIOhCW__formVideoUpload__field{cursor:not-allowed}.FormVideoUpload-module__sIOhCW__formVideoUpload--status-uploading .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper,.FormVideoUpload-module__sIOhCW__formVideoUpload--status-processing .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{pointer-events:none;opacity:.8}.FormVideoUpload-module__sIOhCW__formVideoUpload--dark .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border-color:var(--grayscale-gray-600);background-color:var(--grayscale-gray-800)}.FormVideoUpload-module__sIOhCW__formVideoUpload--dark .FormVideoUpload-module__sIOhCW__formVideoUpload__label,.FormVideoUpload-module__sIOhCW__formVideoUpload--dark .FormVideoUpload-module__sIOhCW__formVideoUpload__description{color:var(--grayscale-gray-200)}.FormVideoUpload-module__sIOhCW__formVideoUpload--dark .FormVideoUpload-module__sIOhCW__formVideoUpload__caption{background-image:linear-gradient(118deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.75) 100%)}.FormVideoUpload-module__sIOhCW__formVideoUpload--dark .FormVideoUpload-module__sIOhCW__formVideoUpload__fileInfo{background-color:var(--grayscale-gray-700)}.FormVideoUpload-module__sIOhCW__formVideoUpload--pill .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border-radius:24px}.FormVideoUpload-module__sIOhCW__formVideoUpload--pill .FormVideoUpload-module__sIOhCW__formVideoUpload__preview{border-radius:20px}.FormVideoUpload-module__sIOhCW__formVideoUpload--rounded .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border-radius:12px}.FormVideoUpload-module__sIOhCW__formVideoUpload--rounded .FormVideoUpload-module__sIOhCW__formVideoUpload__preview{border-radius:8px}.FormVideoUpload-module__sIOhCW__formVideoUpload--square .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper,.FormVideoUpload-module__sIOhCW__formVideoUpload--square .FormVideoUpload-module__sIOhCW__formVideoUpload__preview{border-radius:0}.FormVideoUpload-module__sIOhCW__formVideoUpload--s,.FormVideoUpload-module__sIOhCW__formVideoUpload--s.FormVideoUpload-module__sIOhCW__formVideoUpload--hasVideo{min-height:200px}.FormVideoUpload-module__sIOhCW__formVideoUpload--s .FormVideoUpload-module__sIOhCW__formVideoUpload__caption{padding:16px 16px 16px 60px}.FormVideoUpload-module__sIOhCW__formVideoUpload--s .FormVideoUpload-module__sIOhCW__formVideoUpload__caption:after{background-size:16px,cover;width:40px;height:40px;top:calc(50% - 20px);left:calc(25% - 20px)}.FormVideoUpload-module__sIOhCW__formVideoUpload--s .FormVideoUpload-module__sIOhCW__formVideoUpload__caption:before{width:42px;height:42px;top:calc(50% - 21px);left:calc(25% - 21px)}.FormVideoUpload-module__sIOhCW__formVideoUpload--l,.FormVideoUpload-module__sIOhCW__formVideoUpload--l.FormVideoUpload-module__sIOhCW__formVideoUpload--hasVideo{min-height:400px}.FormVideoUpload-module__sIOhCW__formVideoUpload--l .FormVideoUpload-module__sIOhCW__formVideoUpload__caption{padding:32px 32px 32px 120px}.FormVideoUpload-module__sIOhCW__formVideoUpload--l .FormVideoUpload-module__sIOhCW__formVideoUpload__caption:after{background-size:32px,cover;width:80px;height:80px;top:calc(50% - 40px);left:calc(25% - 40px)}.FormVideoUpload-module__sIOhCW__formVideoUpload--l .FormVideoUpload-module__sIOhCW__formVideoUpload__caption:before{width:82px;height:82px;top:calc(50% - 41px);left:calc(25% - 41px)}.FormVideoUpload-module__sIOhCW__formVideoUpload--filled .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{background-color:var(--grayscale-gray-50);border:1px solid var(--grayscale-gray-200)}.FormVideoUpload-module__sIOhCW__formVideoUpload--outlined .FormVideoUpload-module__sIOhCW__formVideoUpload__wrapper{border:2px dashed var(--grayscale-gray-400);background:0 0}
.FormSwitch-module__4OWpgG__form-switch{gap:var(--spacing-sm);flex-direction:column;width:-moz-fit-content;width:fit-content;display:flex}.FormSwitch-module__4OWpgG__form-switch__label{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--grayscale-gray-400);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color var(--transition-base)var(--ease-in-out)}.FormSwitch-module__4OWpgG__form-switch__label:hover{color:var(--grayscale-gray-600)}.FormSwitch-module__4OWpgG__form-switch__body{cursor:pointer;display:inline-block;position:relative}.FormSwitch-module__4OWpgG__form-switch__input{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}.FormSwitch-module__4OWpgG__form-switch__track{background:var(--grayscale-gray-300);border:1px solid var(--grayscale-gray-200);width:72px;height:43px;transition:all var(--transition-base)var(--ease-in-out);cursor:pointer;border-radius:22px;align-items:center;display:flex;position:relative}.FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track{background:var(--color-secondary);border-color:var(--color-secondary)}.FormSwitch-module__4OWpgG__form-switch__knob{background:var(--grayscale-gray-100);border:1px solid var(--basic-white);width:37px;height:37px;transition:all var(--transition-base)var(--ease-in-out);z-index:2;border-radius:19px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 2px 4px rgba(0,0,0,.1)}.FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track .FormSwitch-module__4OWpgG__form-switch__knob{background:var(--basic-white);left:calc(100% - 40px)}.FormSwitch-module__4OWpgG__form-switch__icon{object-fit:contain;width:14px;height:14px}.FormSwitch-module__4OWpgG__form-switch__text{font-size:.75rem;font-weight:var(--font-weight-semibold);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;transition:opacity var(--transition-base)var(--ease-in-out);z-index:1;position:absolute;top:50%;transform:translateY(-50%)}.FormSwitch-module__4OWpgG__form-switch__text--off{color:var(--grayscale-gray-600);opacity:1;right:8px}.FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track .FormSwitch-module__4OWpgG__form-switch__text--off{opacity:0}.FormSwitch-module__4OWpgG__form-switch__text--on{color:var(--basic-white);opacity:0;left:10px}.FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track .FormSwitch-module__4OWpgG__form-switch__text--on{opacity:1}.FormSwitch-module__4OWpgG__form-switch--pill .FormSwitch-module__4OWpgG__form-switch__track{border-radius:22px}.FormSwitch-module__4OWpgG__form-switch--pill .FormSwitch-module__4OWpgG__form-switch__knob{border-radius:50%}.FormSwitch-module__4OWpgG__form-switch--rounded .FormSwitch-module__4OWpgG__form-switch__track{border-radius:12px}.FormSwitch-module__4OWpgG__form-switch--rounded .FormSwitch-module__4OWpgG__form-switch__knob{border-radius:10px}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__track{border-radius:16px;width:60px;height:32px}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__knob{border-radius:14px;width:28px;height:28px}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track .FormSwitch-module__4OWpgG__form-switch__knob{left:calc(100% - 31px)}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__text{font-size:.625rem}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__text--off{right:6px}.FormSwitch-module__4OWpgG__form-switch--s .FormSwitch-module__4OWpgG__form-switch__text--on{left:7px}.FormSwitch-module__4OWpgG__form-switch--m .FormSwitch-module__4OWpgG__form-switch__track{width:76px;height:43px}.FormSwitch-module__4OWpgG__form-switch--m .FormSwitch-module__4OWpgG__form-switch__knob{width:37px;height:37px}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__track{border-radius:26px;width:90px;height:52px}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__knob{border-radius:23px;width:46px;height:46px}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track .FormSwitch-module__4OWpgG__form-switch__knob{left:calc(100% - 49px)}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__text{font-size:.875rem}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__text--off{right:10px}.FormSwitch-module__4OWpgG__form-switch--l .FormSwitch-module__4OWpgG__form-switch__text--on{left:12px}.FormSwitch-module__4OWpgG__form-switch__input:focus-visible~.FormSwitch-module__4OWpgG__form-switch__track{outline:none;box-shadow:0 0 0 3px rgba(107,144,128,.2)}.FormSwitch-module__4OWpgG__form-switch__input:checked:focus-visible~.FormSwitch-module__4OWpgG__form-switch__track{box-shadow:0 0 0 3px rgba(55,53,66,.2)}.FormSwitch-module__4OWpgG__form-switch:not(.FormSwitch-module__4OWpgG__form-switch--disabled):not(.FormSwitch-module__4OWpgG__form-switch--loading) .FormSwitch-module__4OWpgG__form-switch__body:hover .FormSwitch-module__4OWpgG__form-switch__track{border-color:var(--grayscale-gray-400)}.FormSwitch-module__4OWpgG__form-switch:not(.FormSwitch-module__4OWpgG__form-switch--disabled):not(.FormSwitch-module__4OWpgG__form-switch--loading) .FormSwitch-module__4OWpgG__form-switch__input:checked~.FormSwitch-module__4OWpgG__form-switch__track:hover{background:var(--primary-primary-variant-847ea2);border-color:var(--primary-primary-variant-847ea2)}.FormSwitch-module__4OWpgG__form-switch:not(.FormSwitch-module__4OWpgG__form-switch--disabled):not(.FormSwitch-module__4OWpgG__form-switch--loading) .FormSwitch-module__4OWpgG__form-switch__body:hover .FormSwitch-module__4OWpgG__form-switch__knob{transform:translateY(-50%)scale(1.05)}.FormSwitch-module__4OWpgG__form-switch--disabled{opacity:.5;cursor:not-allowed}.FormSwitch-module__4OWpgG__form-switch--disabled .FormSwitch-module__4OWpgG__form-switch__body{cursor:not-allowed}.FormSwitch-module__4OWpgG__form-switch--disabled .FormSwitch-module__4OWpgG__form-switch__track{cursor:not-allowed;background:var(--grayscale-gray-200);border-color:var(--grayscale-gray-200)}.FormSwitch-module__4OWpgG__form-switch--disabled .FormSwitch-module__4OWpgG__form-switch__knob{cursor:not-allowed;box-shadow:none}.FormSwitch-module__4OWpgG__form-switch--disabled .FormSwitch-module__4OWpgG__form-switch__label{cursor:not-allowed;color:var(--grayscale-gray-400)}.FormSwitch-module__4OWpgG__form-switch--loading,.FormSwitch-module__4OWpgG__form-switch--loading .FormSwitch-module__4OWpgG__form-switch__body{cursor:wait}.FormSwitch-module__4OWpgG__form-switch--loading .FormSwitch-module__4OWpgG__form-switch__track{cursor:wait;opacity:.7}.FormSwitch-module__4OWpgG__form-switch--loading .FormSwitch-module__4OWpgG__form-switch__knob{animation:1.5s ease-in-out infinite FormSwitch-module__4OWpgG__pulse}@keyframes FormSwitch-module__4OWpgG__pulse{0%,to{opacity:1}50%{opacity:.5}}.FormSwitch-module__4OWpgG__form-switch:not(.FormSwitch-module__4OWpgG__form-switch--disabled):not(.FormSwitch-module__4OWpgG__form-switch--loading) .FormSwitch-module__4OWpgG__form-switch__body:active .FormSwitch-module__4OWpgG__form-switch__knob{transform:translateY(-50%)scale(.95)}@media (max-width:768px){.FormSwitch-module__4OWpgG__form-switch{gap:var(--spacing-xs)}.FormSwitch-module__4OWpgG__form-switch__label{font-size:.6875rem}}@media (prefers-contrast:high){.FormSwitch-module__4OWpgG__form-switch__track,.FormSwitch-module__4OWpgG__form-switch__knob{border-width:2px}.FormSwitch-module__4OWpgG__form-switch--checked .FormSwitch-module__4OWpgG__form-switch__track{background:var(--basic-black)}}@media (prefers-reduced-motion:reduce){.FormSwitch-module__4OWpgG__form-switch__track,.FormSwitch-module__4OWpgG__form-switch__knob,.FormSwitch-module__4OWpgG__form-switch__text{transition:none}.FormSwitch-module__4OWpgG__form-switch--loading .FormSwitch-module__4OWpgG__form-switch__knob{animation:none}}
.NavigationAuthButtons-module__3sCvRa__navigationAuthButtons{align-items:center;gap:var(--spacing-s);display:flex}@media (max-width:768px){.NavigationAuthButtons-module__3sCvRa__navigationAuthButtons{gap:var(--spacing-xs)}}
.NotificationsList-module__p7Fnja__wrapper{gap:var(--spacing-lg);flex-direction:column;flex:1;display:flex}.NotificationsList-module__p7Fnja__header{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--color-text-light)}.NotificationsList-module__p7Fnja__body{gap:var(--spacing-lg);flex-direction:column;display:flex}.NotificationsList-module__p7Fnja__notification{gap:var(--spacing-xs);-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;text-align:left;background:0 0;border:0;flex-direction:column;width:100%;margin:0;padding:0;display:flex;position:relative}button.NotificationsList-module__p7Fnja__notification{cursor:pointer}button.NotificationsList-module__p7Fnja__notification:focus-visible{outline:2px solid var(--color-primary,currentColor);outline-offset:2px;border-radius:var(--radius-s,4px)}.NotificationsList-module__p7Fnja__notification [data-comp-static-name=tag]{position:absolute;top:2px;left:0;transform:translate(-40px)}.NotificationsList-module__p7Fnja__notificationContent{font-size:var(--font-size-sm);color:var(--grayscale-gray-700);line-height:var(--line-height-relaxed)}.NotificationsList-module__p7Fnja__notificationContentWithAvatar{align-items:center;gap:var(--spacing-sm);display:flex}.NotificationsList-module__p7Fnja__notificationAvatar{flex-shrink:0;width:28px;height:28px}.NotificationsList-module__p7Fnja__notificationCourseBadge{background-image:url(/assets/images/placeholders/placeholder-course.jpg);background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:hidden}.NotificationsList-module__p7Fnja__notificationCourseBadge:before{content:"";background-color:transparent;position:absolute;top:0;bottom:0;left:0;right:0}.NotificationsList-module__p7Fnja__notificationCourseBadge>*{z-index:1;position:relative}.NotificationsList-module__p7Fnja__notificationText{font-size:var(--font-size-sm);color:var(--grayscale-gray-700);line-height:var(--line-height-relaxed)}.NotificationsList-module__p7Fnja__notificationDate{font-size:var(--font-size-xs);color:var(--grayscale-gray-400);font-weight:var(--font-weight-regular)}.NotificationsList-module__p7Fnja__emptyState{font-size:var(--font-size-sm);color:var(--grayscale-gray-500);text-align:center;padding:var(--spacing-xl);font-style:italic}.NotificationsList-module__p7Fnja__footer{justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}@media (max-width:768px){.NotificationsList-module__p7Fnja__wrapper{gap:var(--spacing-md)}.NotificationsList-module__p7Fnja__header{font-size:var(--font-size-xl)}.NotificationsList-module__p7Fnja__body{gap:1rem;padding:0 0 0 2.5rem}.NotificationsList-module__p7Fnja__newTag{padding:2px var(--spacing-xs);font-size:.625rem;transform:translate(-20px)}.NotificationsList-module__p7Fnja__notification{padding:0 1rem}}
@keyframes NavigationProfile-module__6m--YW__skeletonPulse{0%,to{opacity:.4}50%{opacity:.7}}.NavigationProfile-module__6m--YW__skeleton{background:var(--color-gray-300,#d1d5db);border-radius:4px;animation:1.5s ease-in-out infinite NavigationProfile-module__6m--YW__skeletonPulse}.NavigationProfile-module__6m--YW__skeletonCircle{border-radius:9999px;}.NavigationProfile-module__6m--YW__skeletonText{height:14px;}.NavigationProfile-module__6m--YW__skeletonTag{border-radius:10px;width:60px;height:20px;}.NavigationProfile-module__6m--YW__navigationProfileMain{flex-direction:row;align-items:center;gap:10px;display:flex;position:relative}.NavigationProfile-module__6m--YW__navigationProfileImage{border:1px solid var(--basic-white);background-position:50%;background-size:cover;border-radius:9999px;align-items:center;width:44px;height:44px;display:flex;position:relative}.NavigationProfile-module__6m--YW__notificationBadge{border:1px solid var(--basic-white);width:19px;height:19px;margin-left:-10px}.NavigationProfile-module__6m--YW__navigationProfileUserInfos{flex-direction:column;gap:2px;display:flex}.NavigationProfile-module__6m--YW__navigationProfileUserName{font-weight:var(--font-weight-medium);color:var(--color-text);font-size:var(--font-size-sm)}.NavigationProfile-module__6m--YW__navigationProfileUserRole{display:flex}.NavigationProfile-module__6m--YW__navigationProfileLink{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.NavigationProfile-module__6m--YW__navigationProfile:hover .NavigationProfile-module__6m--YW__profilenav{display:flex}.NavigationProfile-module__6m--YW__navigationProfile:hover .NavigationProfile-module__6m--YW__navigationProfileMain{z-index:5}.NavigationProfile-module__6m--YW__profilenav{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.65) 100%);border:1px solid rgba(255,255,255,.4);border-radius:20px;flex:1;max-width:640px;display:none;position:absolute;top:50%;right:-48px;transform:translateY(-48px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.NavigationProfile-module__6m--YW__profilenav.NavigationProfile-module__6m--YW__active{display:flex}.NavigationProfile-module__6m--YW__profilenavWrapper{flex-direction:column;gap:24px;padding:96px 48px 48px;display:flex}.NavigationProfile-module__6m--YW__profilenavLogout{position:absolute;top:24px;left:24px}.NavigationProfile-module__6m--YW__profilenavContent{flex-direction:row;gap:64px;display:flex}.NavigationProfile-module__6m--YW__profilenavLeft{flex:1;grid-template-rows:repeat(3,auto);grid-auto-flow:column;align-content:start;gap:16px 24px;display:grid}.NavigationProfile-module__6m--YW__profilenavRight{flex:1}.NavigationProfile-module__6m--YW__mainnavItem{z-index:0;color:inherit;flex-direction:column;gap:4px;text-decoration:none;transition:all .2s;display:flex;position:relative}.NavigationProfile-module__6m--YW__mainnavItem:after{content:" ";background-color:transparent;border-radius:1px;width:2px;transition:all .4s ease-in-out;position:absolute;top:50%;bottom:50%;left:-12px}.NavigationProfile-module__6m--YW__mainnavItem:hover:after{background-color:var(--secondary-secondary-fcc799);top:2px;bottom:2px}.NavigationProfile-module__6m--YW__mainnavItemRow1{width:100%;font-weight:var(--font-weight-medium);color:var(--color-text-light);align-items:center;gap:8px;display:flex}.NavigationProfile-module__6m--YW__mainnavItemRow2{font-size:var(--font-size-xs);color:var(--grayscale-gray-500)}@media (max-width:1024px){.NavigationProfile-module__6m--YW__profilenav{width:97vw;max-width:none;right:-48px}.NavigationProfile-module__6m--YW__profilenavWrapper{gap:1rem}.NavigationProfile-module__6m--YW__profilenavContent{grid-auto-flow:column;gap:64px;display:grid}}@media (max-width:768px){.NavigationProfile-module__6m--YW__navigationProfileMain{gap:8px}.NavigationProfile-module__6m--YW__navigationProfileImage{width:36px;height:36px}.NavigationProfile-module__6m--YW__navigationProfileUserName{font-size:var(--font-size-xs)}.NavigationProfile-module__6m--YW__profilenav{border-radius:0;width:100vw;max-width:none;position:fixed;top:0;bottom:0;left:0;right:0;transform:none}.NavigationProfile-module__6m--YW__profilenavWrapper{grid-auto-flow:column;max-height:100vh;padding:120px 20px 20px;display:grid;overflow-y:auto}.NavigationProfile-module__6m--YW__profilenavContent{grid-auto-flow:row;gap:64px;display:grid}.NavigationProfile-module__6m--YW__profilenavLeft{grid-template-rows:repeat(1,auto);grid-template-columns:1fr;gap:2rem}}
.CoursesNavSearch-module__oFJgya__coursesNavSearch{align-items:center;gap:10px;width:100%;padding:6px 0;display:flex}.CoursesNavSearch-module__oFJgya__coursesNavSearch__icon{opacity:.4;flex-shrink:0;align-items:center;display:flex}.CoursesNavSearch-module__oFJgya__coursesNavSearch__input{font-size:var(--font-size-base);color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-family:inherit}.CoursesNavSearch-module__oFJgya__coursesNavSearch__input::placeholder{color:var(--grayscale-gray-400);font-style:italic}.CoursesNavSearch-module__oFJgya__coursesNavSearch__clear{cursor:pointer;opacity:.4;color:var(--color-text);font-size:var(--font-size-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;line-height:1;transition:opacity .2s;display:flex}.CoursesNavSearch-module__oFJgya__coursesNavSearch__clear:hover{opacity:1}
.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults{display:contents}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__empty{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:160px;padding:32px 16px;display:flex}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__emptyTitle{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--grayscale-gray-600);margin-bottom:4px}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__emptyHint{font-size:var(--font-size-xs);color:var(--grayscale-gray-400)}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__error{text-align:center;min-height:160px;font-size:var(--font-size-sm);color:var(--grayscale-gray-500);grid-column:1/-1;justify-content:center;align-items:center;padding:32px 16px;display:flex}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__skeleton{background:linear-gradient(90deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.04) 75%) 0 0/200% 100%;border-radius:12px;min-height:200px;animation:1.5s ease-in-out infinite CoursesNavSearchResults-module__YaMQ-a__shimmer}@keyframes CoursesNavSearchResults-module__YaMQ-a__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__showAll{grid-column:1/-1;justify-content:center;padding-top:12px;display:flex}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__showAllLink{font-size:var(--font-size-xs);color:var(--grayscale-gray-500);font-weight:var(--font-weight-medium);text-decoration:none;transition:color .2s}.CoursesNavSearchResults-module__YaMQ-a__coursesNavSearchResults__showAllLink:hover{color:var(--color-text)}
.Navigation-module__LotmJW__container{flex-direction:row;justify-content:space-between;align-items:center;min-height:60px;display:flex;position:relative}.Navigation-module__LotmJW__left{flex-direction:row;align-items:center;gap:10px;display:flex}.Navigation-module__LotmJW__left>a{justify-content:center;align-items:center;min-height:18px;display:flex}.Navigation-module__LotmJW__logo .Navigation-module__LotmJW__image{--image-width:100px;--image-height:18px;object-fit:contain;width:auto;height:auto;max-height:18px}.Navigation-module__LotmJW__buttonMainnav .Navigation-module__LotmJW__buttonIconSm{object-fit:contain;width:auto;height:auto;max-height:18px}.Navigation-module__LotmJW__left:hover .Navigation-module__LotmJW__mainnav{display:flex}.Navigation-module__LotmJW__left:hover .Navigation-module__LotmJW__logo,.Navigation-module__LotmJW__left:hover .Navigation-module__LotmJW__buttonMainnav{z-index:5}.Navigation-module__LotmJW__mainnav{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.65) 100%);border:1px solid rgba(255,255,255,.4);border-radius:20px;flex:1;width:65%;max-width:840px;display:none;position:absolute;top:50%;left:-48px;transform:translateY(-48px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.Navigation-module__LotmJW__mainnav.Navigation-module__LotmJW__active,.Navigation-module__LotmJW__left:hover .Navigation-module__LotmJW__mainnav{display:flex}.Navigation-module__LotmJW__mainnavWrapper{flex-direction:row;padding:96px 48px 48px;display:flex}.Navigation-module__LotmJW__mainnavLeft{flex-direction:column;flex:1;gap:12px 0;margin-right:48px;display:flex}.Navigation-module__LotmJW__mainnavRight{flex:2;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;align-self:flex-start;gap:16px 24px;display:grid}.Navigation-module__LotmJW__mainnavIntroHeader{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--color-text-light);margin:0}.Navigation-module__LotmJW__mainnavIntroDescription{font-size:var(--font-size-xs);color:var(--grayscale-gray-500);line-height:var(--line-height-relaxed);margin:0}.Navigation-module__LotmJW__mainnavIntroReadmore{font-weight:var(--font-weight-semibold);font-size:var(--font-size-xs);color:var(--primary-primary-variant-847ea2);text-decoration:none;transition:color .2s}.Navigation-module__LotmJW__mainnavIntroReadmore:hover,.Navigation-module__LotmJW__mainnavIntroReadmore:focus,.Navigation-module__LotmJW__mainnavIntroReadmore:active{color:var(--primary-primary-variant-847ea2);text-decoration:underline}.Navigation-module__LotmJW__mainnavItem{z-index:0;color:inherit;flex-direction:column;gap:4px;text-decoration:none;transition:all .2s;display:flex;position:relative}.Navigation-module__LotmJW__mainnavItem:after{content:" ";background-color:transparent;border-radius:1px;width:2px;transition:all .4s ease-in-out;position:absolute;top:50%;bottom:50%;left:-12px}.Navigation-module__LotmJW__mainnavItem:hover:after{background-color:var(--secondary-secondary-fcc799);top:2px;bottom:2px}.Navigation-module__LotmJW__mainnavItemRow1{width:100%;font-weight:var(--font-weight-medium);color:var(--color-text-light);align-items:center;gap:8px;display:flex}.Navigation-module__LotmJW__mainnavItemRow1>[data-comp-static-name=tag]{align-self:baseline;margin-left:8px}.Navigation-module__LotmJW__mainnavItemRow2{font-size:var(--font-size-xs);color:var(--grayscale-gray-500)}.Navigation-module__LotmJW__center{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navigation-module__LotmJW__center>a{min-height:24px;color:var(--color-text);font-weight:var(--font-weight-medium);justify-content:center;align-items:center;gap:10px;text-decoration:none;display:flex}.Navigation-module__LotmJW__center img,.Navigation-module__LotmJW__iconGridTiles{object-fit:contain;width:auto;height:auto;max-height:24px}.Navigation-module__LotmJW__center:hover .Navigation-module__LotmJW__coursesnav{display:flex}.Navigation-module__LotmJW__center:hover .Navigation-module__LotmJW__buttonCoursesnav,.Navigation-module__LotmJW__center:hover{z-index:4}.Navigation-module__LotmJW__coursesnav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.65) 100%);border:1px solid rgba(255,255,255,.4);border-radius:20px;width:65vw;max-width:840px;display:none;position:absolute;top:50%;left:50%;right:calc(50% - 30vw);transform:translate(-50%)translateY(-48px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.Navigation-module__LotmJW__coursesnav.Navigation-module__LotmJW__active{display:flex}.Navigation-module__LotmJW__coursesnavWrapper{flex-direction:column;gap:12px;width:100%;padding:96px 48px 48px;display:flex}.Navigation-module__LotmJW__coursesnavRow1{justify-content:center;align-items:center;width:100%;display:flex}.Navigation-module__LotmJW__coursesnavRow3{grid-template-columns:repeat(3,1fr);gap:.5rem;padding-top:32px;display:grid;position:relative}.Navigation-module__LotmJW__coursesnavRow3:after{content:" ";background:var(--opacity-dark-opac-200);border-radius:.5px;height:1px;position:absolute;top:0;left:0;right:0}.Navigation-module__LotmJW__coursesnavRow2{padding-top:32px;display:flex;position:relative}.Navigation-module__LotmJW__coursesnavRow2:after{content:" ";background:var(--opacity-dark-opac-200);border-radius:.5px;height:1px;position:absolute;top:0;left:0;right:0}.Navigation-module__LotmJW__coursesnavLeft{flex-direction:row;flex:1;gap:12px 0;margin-right:48px;display:flex}.Navigation-module__LotmJW__coursesnavCategories{flex-direction:column;gap:12px;margin-right:48px;display:flex}.Navigation-module__LotmJW__coursesnavCategoriesHeader{font-size:var(--font-size-xs);color:var(--grayscale-gray-500);font-weight:var(--font-weight-semibold)}.Navigation-module__LotmJW__coursesnavLocations{flex-direction:column;gap:12px;display:flex}.Navigation-module__LotmJW__coursesnavLocationsHeader{font-size:var(--font-size-xs);color:var(--grayscale-gray-500);font-weight:var(--font-weight-semibold)}.Navigation-module__LotmJW__coursesnavItem{z-index:0;color:inherit;flex-direction:column;gap:4px;text-decoration:none;transition:all .2s;display:flex;position:relative}.Navigation-module__LotmJW__coursesnavItem:after{content:" ";background-color:transparent;border-radius:1px;width:2px;transition:all .4s ease-in-out;position:absolute;top:50%;bottom:50%;left:-12px}.Navigation-module__LotmJW__coursesnavItem:hover:after{background-color:var(--secondary-secondary-fcc799);top:2px;bottom:2px}.Navigation-module__LotmJW__coursesnavItemRow1{width:100%;font-weight:var(--font-weight-medium);color:var(--color-text-light);align-items:center;gap:8px;display:flex}.Navigation-module__LotmJW__coursesnavItemRow2{font-size:var(--font-size-xs);color:var(--grayscale-gray-500)}.Navigation-module__LotmJW__coursesnavRight{flex:1}.Navigation-module__LotmJW__navigation [data-comp-static-name=card__wrapper]{grid-template-rows:1.5fr 1fr}.Navigation-module__LotmJW__mockCard{background:var(--basic-white);border-radius:12px;transition:transform .2s;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Navigation-module__LotmJW__mockCard:hover{transform:translateY(-2px)}.Navigation-module__LotmJW__mockCardImage{width:100%;height:120px;overflow:hidden}.Navigation-module__LotmJW__mockCardImage img{object-fit:cover;width:100%;height:100%}.Navigation-module__LotmJW__mockCardContent{padding:16px}.Navigation-module__LotmJW__mockCardContent h3{font-size:var(--font-size-lg);color:var(--color-text);margin:0 0 8px}.Navigation-module__LotmJW__mockCardContent p{font-size:var(--font-size-sm);color:var(--grayscale-gray-600);margin:0 0 12px}.Navigation-module__LotmJW__right{align-items:center;gap:4px;display:flex}.Navigation-module__LotmJW__navigationProfile{flex-direction:row;align-items:center;gap:10px;display:flex;position:relative}.Navigation-module__LotmJW__navigationProfileImage{border:1px solid var(--basic-white);background-position:50%;background-size:cover;border-radius:8px;justify-content:flex-end;align-items:flex-end;width:44px;height:44px;display:flex;position:relative}.Navigation-module__LotmJW__notificationBadge{border:1px solid var(--basic-white);min-width:20px;position:absolute;top:-6px;right:-6px}.Navigation-module__LotmJW__navigationProfileUserInfos{flex-direction:column;gap:2px;display:flex}.Navigation-module__LotmJW__navigationProfileUserName{font-weight:var(--font-weight-medium);color:var(--color-text);font-size:var(--font-size-sm)}.Navigation-module__LotmJW__navigationProfileUserRole{display:flex}.Navigation-module__LotmJW__navigationProfileLink{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.Navigation-module__LotmJW__right:hover .Navigation-module__LotmJW__profilenav{display:flex}.Navigation-module__LotmJW__right:hover .Navigation-module__LotmJW__navigationProfile{z-index:5}.Navigation-module__LotmJW__profilenav{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-image:linear-gradient(118deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.65) 100%);border:1px solid rgba(255,255,255,.4);border-radius:20px;flex:1;width:50%;max-width:640px;display:none;position:absolute;top:50%;right:-48px;transform:translateY(-48px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.Navigation-module__LotmJW__profilenav.Navigation-module__LotmJW__active{display:flex}.Navigation-module__LotmJW__profilenavWrapper{flex-direction:column;gap:24px;padding:96px 48px 48px;display:flex}.Navigation-module__LotmJW__profilenavLogout{position:absolute;top:24px;left:24px}.Navigation-module__LotmJW__profilenavContent{flex-direction:row;gap:64px;display:flex}.Navigation-module__LotmJW__profilenavLeft{flex:1;grid-template-rows:repeat(3,auto);grid-auto-flow:column;align-content:start;gap:16px 24px;display:grid}.Navigation-module__LotmJW__profilenavRight{flex:1}@media (max-width:1024px){.Navigation-module__LotmJW__mainnav,.Navigation-module__LotmJW__coursesnav,.Navigation-module__LotmJW__profilenav{width:97vw;max-width:none}}@media (max-width:768px){.Navigation-module__LotmJW__container{justify-content:space-between;min-height:50px}.Navigation-module__LotmJW__left{flex:none;gap:0}.Navigation-module__LotmJW__left>a [data-comp-static-name=image]{display:none}.Navigation-module__LotmJW__center{flex:none;margin-left:1rem;position:static;transform:none}.Navigation-module__LotmJW__center>a{text-indent:-9999px;gap:0}.Navigation-module__LotmJW__right{flex:none;margin-left:auto}.Navigation-module__LotmJW__navigationProfileUserInfos{display:none}.Navigation-module__LotmJW__mainnav,.Navigation-module__LotmJW__coursesnav,.Navigation-module__LotmJW__profilenav{border-radius:0;width:100vw;max-width:none;position:fixed;top:0;bottom:0;left:0;right:0;transform:none}.Navigation-module__LotmJW__mainnavWrapper,.Navigation-module__LotmJW__profilenavWrapper{grid-auto-flow:column;max-height:100vh;padding:120px 20px 20px;display:grid;overflow-y:auto}.Navigation-module__LotmJW__coursesnavWrapper{padding:120px 20px 20px}.Navigation-module__LotmJW__mainnavRight{grid-template-columns:1fr;grid-auto-flow:row}.Navigation-module__LotmJW__coursesnavRow2{flex-direction:column}.Navigation-module__LotmJW__coursesnavRow3{grid-template-columns:1fr}.Navigation-module__LotmJW__coursesnavLeft{margin-bottom:32px;margin-right:0}.Navigation-module__LotmJW__profilenavWrapper{gap:16px}.Navigation-module__LotmJW__profilenavContent{flex-direction:column;gap:32px}}.Navigation-module__LotmJW__mainnavItem:focus,.Navigation-module__LotmJW__coursesnavItem:focus,.Navigation-module__LotmJW__logo:focus,.Navigation-module__LotmJW__buttonMainnav:focus,.Navigation-module__LotmJW__buttonCoursesnav:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.Navigation-module__LotmJW__sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.NavigationBreadcrumb-module__5nOSEW__navigation-breadcrumb{z-index:1;width:-moz-fit-content;width:fit-content;padding-bottom:32px;padding-left:44px;display:flex;position:relative}.NavigationBreadcrumb-module__5nOSEW__navigation-breadcrumb__wrapper{flex:1;align-items:center;gap:16px;display:flex}.NavigationBreadcrumb-module__5nOSEW__navigation-breadcrumb__spacer{z-index:0;flex:1;align-items:center;min-width:12px;max-width:12px;min-height:12px;max-height:12px;display:flex;position:relative}.NavigationBreadcrumb-module__5nOSEW__navigation-breadcrumb__spacer:after{content:" ";z-index:-1;background:url(/assets/icons/arrow-head-right.svg) 50%/contain no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}
.Hero-module__YMni6q__hero{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid rgba(255,255,255,.8);border-radius:20px;margin:0 24px 24px;position:relative;overflow:hidden;box-shadow:0 5px 10px rgba(0,0,0,.1)}.Hero-module__YMni6q__hero__backgroundVideo{border-radius:inherit;width:100%;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.Hero-module__YMni6q__hero__wrapper{flex-direction:column;justify-content:flex-end;align-items:center;min-height:calc(100vh - 240px);padding:80px;display:flex;position:relative}.Hero-module__YMni6q__hero__progress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:rgba(0,128,0,.6);border-radius:12px;margin-top:24px;padding:16px 24px}.Hero-module__YMni6q__hero__progress-text{color:var(--color-text-primary,#fff);margin:0;font-size:16px;line-height:1.5}.Hero-module__YMni6q__hero__instructor-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:rgba(102,51,153,.6);border-radius:12px;margin-top:24px;padding:16px 24px}.Hero-module__YMni6q__hero__instructor-hint{color:var(--color-text-primary,#fff);margin:0;font-size:16px;line-height:1.5}.Hero-module__YMni6q__hero__content{z-index:1;grid-auto-flow:column;display:grid}.Hero-module__YMni6q__hero__title{text-align:left;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:var(--basic-white);text-shadow:0 2px 40px rgba(0,0,0,.3);font-size:2.75rem;font-weight:600}.Hero-module__YMni6q__hero__subtitle{text-align:left;color:var(--basic-white);text-shadow:0 2px 40px rgba(0,0,0,.3);font-size:1.5rem;font-weight:500}.Hero-module__YMni6q__hero__content--basic{flex-direction:column;gap:1rem;display:flex}.Hero-module__YMni6q__hero__content--users{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__YMni6q__hero__course-infos{grid-auto-flow:column;display:grid}.Hero-module__YMni6q__hero__course-infos>.Hero-module__YMni6q__hero__content-block:first-child{gap:.5rem;display:grid}.Hero-module__YMni6q__hero__course-infos>.Hero-module__YMni6q__hero__content-block:last-child{position:relative;top:-3px}.Hero-module__YMni6q__hero__course-stats{color:var(--opacity-light-opac-400);text-shadow:0 2px 40px rgba(0,0,0,.3);flex-direction:row;align-items:center;gap:1rem;font-size:1rem;font-weight:600;display:flex}.Hero-module__YMni6q__hero__course-stats-avatars{flex-direction:row;display:flex}.Hero-module__YMni6q__hero__course-stats-avatar{border:2px solid var(--basic-white);object-fit:cover;border-radius:50%;width:29px;height:29px;margin-left:-8px}.Hero-module__YMni6q__hero__course-stats-avatar:first-child{margin-left:0}.Hero-module__YMni6q__hero__course-stats-likes{color:var(--opacity-light-opac-400);font-size:1rem;font-weight:600}.Hero-module__YMni6q__hero__course-share [data-comp-static-name=button__label]{color:var(--opacity-light-opac-400);padding:0;font-size:1rem;font-weight:600}.Hero-module__YMni6q__hero__course-instructor{flex-direction:row;justify-content:center;align-items:center;gap:16px;padding:16px 0;display:flex;position:relative}.Hero-module__YMni6q__hero__course-instructor:after{content:" ";background:var(--opacity-light-opac-300);height:1px;position:absolute;top:0;left:0;right:0}.Hero-module__YMni6q__hero__course-instructor:before{content:" ";background:var(--opacity-light-opac-300);height:1px;position:absolute;bottom:0;left:0;right:0}.Hero-module__YMni6q__hero__course-instructor:hover:after,.Hero-module__YMni6q__hero__course-instructor:hover:before{background:var(--secondary-secondary-fcc799)}.Hero-module__YMni6q__hero__course-instructor-image{width:48px;height:48px}.Hero-module__YMni6q__hero__course-instructor-infos{flex-direction:column;gap:4px;display:flex}.Hero-module__YMni6q__hero__course-instructor-name{color:var(--basic-white);text-shadow:0 2px 40px rgba(0,0,0,.3);font-size:1rem;font-weight:600}.Hero-module__YMni6q__hero__course-instructor-memberstatus{color:var(--secondary-secondary-fcc799);text-shadow:0 2px 40px rgba(0,0,0,.3);font-size:1rem;font-weight:600}.Hero-module__YMni6q__hero__course-instructor-profile{z-index:1;text-indent:-9999px;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.Hero-module__YMni6q__hero__content--course .Hero-module__YMni6q__hero__subtitle,.Hero-module__YMni6q__hero__content--users .Hero-module__YMni6q__hero__subtitle{font-size:1.125rem}.Hero-module__YMni6q__hero--dark-fade:after{content:" ";z-index:0;mix-blend-mode:multiply;border-radius:inherit;pointer-events:none;background:linear-gradient(transparent 0%,rgba(10,10,10,.9) 100%);height:68%;position:absolute;bottom:0;left:0;right:0}.Hero-module__YMni6q__hero--light-fade:after{content:" ";z-index:-1;border-radius:inherit;background:linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 100%);height:68%;position:absolute;bottom:0;left:0;right:0}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course{justify-content:space-between;width:100%}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child{gap:1rem;max-width:45vw;display:grid}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:last-child{align-content:flex-end;width:-moz-fit-content;width:fit-content}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course .Hero-module__YMni6q__hero__course-infos{grid-template-columns:auto 1fr;gap:2rem;display:grid}.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course{justify-content:space-between;width:100%}.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child{gap:1rem;max-width:45vw;display:grid}.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:last-child{align-content:flex-end;width:-moz-fit-content;width:fit-content}.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course .Hero-module__YMni6q__hero__course-infos{grid-template-columns:auto 1fr;gap:2rem;display:grid}.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course{justify-content:space-between;width:100%}.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child{gap:1rem;max-width:45vw;display:grid}.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:last-child{align-content:flex-end;width:-moz-fit-content;width:fit-content}.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course .Hero-module__YMni6q__hero__course-infos{grid-template-columns:auto 1fr;gap:2rem;display:grid}.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course{justify-content:space-between;width:100%}.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child{gap:1rem;max-width:45vw;display:grid}.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:last-child{align-content:flex-end;width:-moz-fit-content;width:fit-content}.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course .Hero-module__YMni6q__hero__course-infos{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.Hero-module__YMni6q__hero__content-block--stats{justify-content:flex-end;align-items:flex-end;display:flex}.Hero-module__YMni6q__hero__instructor-stats{flex-direction:row;align-items:flex-start;gap:24px;padding:16px 0;display:flex;position:relative}.Hero-module__YMni6q__hero__instructor-stats:after{content:" ";background:var(--opacity-light-opac-300);height:1px;position:absolute;top:0;left:0;right:0}.Hero-module__YMni6q__hero__instructor-stats:before{content:" ";background:var(--opacity-light-opac-300);height:1px;position:absolute;bottom:0;left:0;right:0}.Hero-module__YMni6q__hero__instructor-stats-block{text-align:center;flex:none}.Hero-module__YMni6q__hero__instructor-stats-metric{color:var(--basic-white);text-shadow:0 2px 40px rgba(0,0,0,.3);font-weight:600;line-height:1}.Hero-module__YMni6q__hero__instructor-stats-metric>span:first-child{font-size:2rem}.Hero-module__YMni6q__hero__instructor-stats-unit{font-size:.875rem;font-weight:400}.Hero-module__YMni6q__hero__instructor-stats-label{color:var(--secondary-secondary-fcc799);text-shadow:0 2px 40px rgba(0,0,0,.3);margin-top:2px;font-size:.75rem;font-weight:600}.Hero-module__YMni6q__hero__instructor-stats-sublabel{color:var(--opacity-light-opac-500);text-shadow:0 2px 40px rgba(0,0,0,.3);font-size:.625rem;font-weight:400}.Hero-module__YMni6q__hero__instructor-stats-avatars{flex-direction:row;justify-content:center;min-height:32px;margin-bottom:2px;display:flex}.Hero-module__YMni6q__hero__instructor-stats-avatar{border:2px solid var(--basic-white);object-fit:cover;border-radius:50%;width:29px;height:29px;margin-left:-8px}.Hero-module__YMni6q__hero__instructor-stats-avatar:first-child{margin-left:0}.Hero-module__YMni6q__hero__instructor-stats-empty{height:32px;color:var(--opacity-light-opac-300);font-size:.875rem;line-height:32px;display:block}@media (max-width:768px){.Hero-module__YMni6q__hero{margin:0 12px 12px}.Hero-module__YMni6q__hero__wrapper{min-height:calc(100vh - 150px);padding:32px 24px}.Hero-module__YMni6q__hero__content{max-width:85vw}.Hero-module__YMni6q__hero__title{font-size:2rem}.Hero-module__YMni6q__hero__subtitle{font-size:1.125rem}.Hero-module__YMni6q__hero__course-instructor{gap:12px;padding:12px 0}.Hero-module__YMni6q__hero__course-instructor-image{width:48px;height:48px}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course,.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course,.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course,.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course{grid-auto-flow:row}.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child,.Hero-module__YMni6q__hero [data-access-level=guest] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block,.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child,.Hero-module__YMni6q__hero [data-access-level=authenticated] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block,.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child,.Hero-module__YMni6q__hero [data-access-level=enrolled] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block,.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block:first-child,.Hero-module__YMni6q__hero [data-access-level=instructor] .Hero-module__YMni6q__hero__content--course>.Hero-module__YMni6q__hero__content-block{max-width:none}.Hero-module__YMni6q__hero__content-block--stats{justify-content:flex-start}}@media (max-width:480px){.Hero-module__YMni6q__hero{margin:0 8px 8px}.Hero-module__YMni6q__hero__wrapper{min-height:calc(100vh - 120px);padding:24px 16px}.Hero-module__YMni6q__hero__content{gap:12px;max-width:95vw}.Hero-module__YMni6q__hero__title{font-size:1.75rem}.Hero-module__YMni6q__hero__subtitle{font-size:1rem}.Hero-module__YMni6q__hero__course-instructor{text-align:center;flex-direction:column;gap:8px}}.Hero-module__YMni6q__hero__course-instructor-profile:focus{outline:2px solid var(--secondary-secondary-fcc799);outline-offset:2px;text-indent:0;color:var(--basic-white);background:rgba(252,199,153,.1);border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (prefers-contrast:high){.Hero-module__YMni6q__hero{background:var(--basic-white);border:2px solid}.Hero-module__YMni6q__hero__title,.Hero-module__YMni6q__hero__subtitle{text-shadow:none;background:rgba(0,0,0,.8);border-radius:4px;padding:4px 8px}}@media (prefers-reduced-motion:reduce){.Hero-module__YMni6q__hero__course-instructor:hover:after,.Hero-module__YMni6q__hero__course-instructor:hover:before{transition:none}.Hero-module__YMni6q__hero__backgroundVideo{display:none}}@media (max-width:768px){.Hero-module__YMni6q__hero__backgroundVideo{display:none}}
.LoadingSpinner-module__FwA6PG__loading-spinner{justify-content:center;align-items:center;display:inline-flex}.LoadingSpinner-module__FwA6PG__loading-spinner__circle{border:2px solid #f3f3f3;border-top-color:#333;border-radius:50%;animation:1s linear infinite LoadingSpinner-module__FwA6PG__spin}.LoadingSpinner-module__FwA6PG__loading-spinner--small .LoadingSpinner-module__FwA6PG__loading-spinner__circle{width:20px;height:20px}.LoadingSpinner-module__FwA6PG__loading-spinner--medium .LoadingSpinner-module__FwA6PG__loading-spinner__circle{width:32px;height:32px}.LoadingSpinner-module__FwA6PG__loading-spinner--large .LoadingSpinner-module__FwA6PG__loading-spinner__circle{width:48px;height:48px}@keyframes LoadingSpinner-module__FwA6PG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ErrorMessage-module__Ny4loG__error-message{color:#2d3748;background-color:#fdf2f2;border:1px solid #e74c3c;border-radius:8px;padding:16px}.ErrorMessage-module__Ny4loG__error-message__content{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.ErrorMessage-module__Ny4loG__error-message__icon{flex-shrink:0;font-size:20px}.ErrorMessage-module__Ny4loG__error-message__text{flex:1}.ErrorMessage-module__Ny4loG__error-message__title{color:#e74c3c;margin:0 0 4px;font-weight:600}.ErrorMessage-module__Ny4loG__error-message__details{color:#666;margin:0;font-size:14px}.ErrorMessage-module__Ny4loG__error-message__retry{color:#fff;cursor:pointer;background-color:#e74c3c;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}.ErrorMessage-module__Ny4loG__error-message__retry:hover{background-color:#c0392b}.ErrorMessage-module__Ny4loG__error-message__retry:focus{outline-offset:2px;outline:2px solid #e74c3c}
.CarouselCardGrid-module__QAFjaq__carousel-card-grid{z-index:0;width:100%;position:relative}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__wrapper{scrollbar-width:none;scroll-behavior:smooth;width:100%;height:100%;display:flex;overflow:auto}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__track{flex-direction:column;gap:0;display:flex}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__track--scroll{animation:240s linear infinite CarouselCardGrid-module__QAFjaq__carousel-scroll}@keyframes CarouselCardGrid-module__QAFjaq__carousel-scroll{0%{transform:translate(0)}50%{transform:translate(-30%)}to{transform:translate(0)}}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__row{flex-flow:row;flex:1;gap:16px;padding:16px 0;display:flex}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__row2{position:relative;top:-12px;left:248px}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__card{flex-shrink:0;width:480px;height:280px;margin:0}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__card [data-comp-static-name=card__wrapper]{grid-template-rows:2fr auto}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;padding:40px 20px;display:flex}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__loading p{color:#666;margin:0;font-size:14px}.CarouselCardGrid-module__QAFjaq__carousel-card-grid__error{justify-content:center;align-items:center;min-height:200px;padding:20px;display:flex}
.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid{flex-direction:column;width:100vw;display:flex;position:relative}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid:after{content:" ";-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:55%;position:absolute;top:0;bottom:0;left:0;-webkit-mask-image:radial-gradient(#000 50%,transparent 80%);mask-image:radial-gradient(#000 50%,transparent 80%)}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption{z-index:1;pointer-events:all;flex-direction:column;flex:1;justify-content:center;align-items:center;width:40vw;height:100%;display:flex;position:absolute}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption:after{content:"";z-index:-1;background:url(/assets/images/pattern.svg) 50%/cover no-repeat;position:absolute;top:-24px;bottom:-24px;left:-160px;right:-160px;-webkit-mask-image:radial-gradient(#000 50%,transparent 80%);mask-image:radial-gradient(#000 50%,transparent 80%)}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption-wrapper{flex-direction:column;gap:24px;width:-moz-fit-content;width:fit-content;max-width:65%;display:flex}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption-title{margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption-subline{font-family:var(--font-heading);text-transform:uppercase;color:var(--secondary-secondary-fcc799);letter-spacing:.4px;margin-top:-12px;font-size:1rem;font-weight:600}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid__caption-copy{opacity:.9;margin:0;font-size:1.1rem;line-height:1.6}.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid [data-comp-static-name=carousel-card-grid]{-webkit-mask:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(0,0,0,.3) 50%,#000 55%) 0 0/100% 100% no-repeat;mask:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(0,0,0,.3) 50%,#000 55%) 0 0/100% 100% no-repeat}@supports ((-moz-appearance:none)){.HeroCarouselCardGrid-module__PBtXFW__hero-carousel-card-grid [data-comp-static-name=carousel-card-grid__wrapper]{-webkit-mask:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(0,0,0,.3) 50%,#000 55%) 0 0/100% 100% no-repeat;mask:linear-gradient(90deg,transparent 0%,transparent 30%,rgba(0,0,0,.3) 50%,#000 55%) 0 0/100% 100% no-repeat}}
.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1{flex-direction:column;height:680px;display:flex;position:relative}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper{z-index:3;flex:1;justify-content:center;display:flex;position:absolute;top:37%;bottom:-120px;left:25%;right:25%}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper [data-comp-static-name=card]{box-shadow:0 -30px 90px -20px rgba(0,0,0,.8)}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1 [data-comp-static-name=carousel-card-grid]{flex:1}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1 [data-comp-static-name=carousel-card-grid__row]>[data-comp-static-name=card]{height:auto}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1 [data-comp-static-name=carousel-card-grid__wrapper]{overflow:hidden}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1 [data-comp-static-name=carousel-card-grid__track]{transform:translate(calc(-50% - 48px))}@media (max-width:1024px){.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1{height:600px}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper{bottom:-100px;left:16.6667%;right:16.6667%}}@media (max-width:768px){.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1{height:500px}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper{top:30%;bottom:-80px;left:5%;right:5%}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper [data-comp-static-name=card]{box-shadow:0 -20px 60px -15px rgba(0,0,0,.7)}}@media (max-width:480px){.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1{height:400px}.HeroCarouselCardGridType1-module__d8cshq__hero-carousel-card-grid-type1__wrapper{top:25%;bottom:-60px}}
.Footer-module__ZjIyBG__footer{z-index:1;padding:80px 60px;position:relative}.Footer-module__ZjIyBG__footer:after{content:" ";z-index:0;background:transparent var(--bg-logo-src,url(/assets/logos/aa.svg))no-repeat;width:340px;height:340px;opacity:var(--bg-logo-opacity,.2);pointer-events:none;background-position:-50px 40px;background-size:cover;position:absolute;bottom:0;left:0}.Footer-module__ZjIyBG__container{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;display:flex;position:relative}.Footer-module__ZjIyBG__left{flex-direction:row;align-items:center;gap:10px;display:flex}.Footer-module__ZjIyBG__logo{justify-content:center;align-items:center;min-height:18px;text-decoration:none;transition:opacity .2s;display:flex}.Footer-module__ZjIyBG__logo:hover{opacity:.8}.Footer-module__ZjIyBG__logoImage{--image-width:120px;--image-height:18px;object-fit:contain;width:auto;height:auto;max-height:18px}.Footer-module__ZjIyBG__right{align-items:center;gap:4px;display:flex}.Footer-module__ZjIyBG__list{flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__ZjIyBG__itemLink{color:inherit;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;text-decoration:none;transition:opacity .2s}.Footer-module__ZjIyBG__itemLink:hover{opacity:.7}.Footer-module__ZjIyBG__itemLink.Footer-module__ZjIyBG__active{color:inherit}@media (max-width:768px){.Footer-module__ZjIyBG__footer{padding:2rem 5vw 1rem}.Footer-module__ZjIyBG__container{text-align:center;flex-direction:column;gap:24px}.Footer-module__ZjIyBG__left,.Footer-module__ZjIyBG__right{justify-content:center}.Footer-module__ZjIyBG__right,.Footer-module__ZjIyBG__nav{width:100%;max-width:100%;overflow:hidden}.Footer-module__ZjIyBG__list{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-auto-columns:max-content;grid-auto-flow:column;justify-content:flex-start;gap:16px;padding:8px 0;display:grid;overflow-x:auto;overflow-y:hidden}.Footer-module__ZjIyBG__list::-webkit-scrollbar{width:0;height:0;display:none}}@media (max-width:480px){.Footer-module__ZjIyBG__list{gap:12px}.Footer-module__ZjIyBG__itemLink{font-size:.9rem}}@media (prefers-contrast:high){.Footer-module__ZjIyBG__itemLink:hover{opacity:1;text-decoration:underline}}@media (prefers-reduced-motion:reduce){.Footer-module__ZjIyBG__logo,.Footer-module__ZjIyBG__itemLink{transition:none}}

.SearchFilterBar-module__6r0Mfa__search-filter-bar{margin:0 60px 70px;display:flex}.SearchFilterBar-module__6r0Mfa__search-filter-bar__container{flex-direction:row;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.SearchFilterBar-module__6r0Mfa__search-filter-bar__left{position:absolute;left:0}.SearchFilterBar-module__6r0Mfa__search-filter-bar__center{flex-direction:row;gap:12px;display:flex}
.CoursesGrid-module__-cYVyG__courses-grid__wrapper{grid-template-columns:repeat(4,1fr);gap:.75rem;margin:0 auto;padding:0 24px;display:grid}.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card-type2][data-featured=true],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card-type2],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card][data-featured=true]{grid-area:span 2/span 2}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card],.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card-type2]{margin:0}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card__wrapper]{grid-template-rows:1fr 1fr}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card-type2] [data-comp-static-name=card__wrapper]{grid-template-rows:2fr 1fr}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card][data-featured=true]>[data-comp-static-name=card__wrapper]{grid-template-rows:2fr auto}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card][data-loading=true]{opacity:.6;pointer-events:none;animation:1.5s ease-in-out infinite CoursesGrid-module__-cYVyG__pulse}@keyframes CoursesGrid-module__-cYVyG__pulse{0%,to{opacity:.6}50%{opacity:.4}}.CoursesGrid-module__-cYVyG__courses-grid__error{text-align:center;color:var(--color-error,#dc2626);padding:3rem 1rem}.CoursesGrid-module__-cYVyG__courses-grid__error p{margin-bottom:1rem;font-size:1rem;line-height:1.5}.CoursesGrid-module__-cYVyG__courses-grid__retry-button{background-color:var(--color-primary,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .15s ease-in-out}.CoursesGrid-module__-cYVyG__courses-grid__retry-button:hover{background-color:var(--color-primary-dark,#1d4ed8)}.CoursesGrid-module__-cYVyG__courses-grid__retry-button:focus{outline:2px solid var(--color-primary,#2563eb);outline-offset:2px}.CoursesGrid-module__-cYVyG__courses-grid__empty{text-align:center;color:var(--color-text-muted,#6b7280);padding:3rem 1rem}.CoursesGrid-module__-cYVyG__courses-grid__empty p{margin:0;font-size:1rem;line-height:1.5}.CoursesGrid-module__-cYVyG__courses-grid__empty-hint{color:var(--color-text-light,#9ca3af);font-size:.875rem;margin-top:.5rem!important}@media (max-width:1024px){.CoursesGrid-module__-cYVyG__courses-grid__wrapper{grid-template-columns:repeat(3,1fr);gap:.75rem}.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card][data-featured=true],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card]:first-child{grid-area:span 2/span 2}}@media (max-width:768px){.CoursesGrid-module__-cYVyG__courses-grid__wrapper{grid-template-columns:1fr;gap:.75rem}.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card][data-featured=true],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card-type2][data-featured=true],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card-type2],.CoursesGrid-module__-cYVyG__courses-grid__wrapper [data-comp-static-name=card]:first-child{grid-area:span 1/span 1}.CoursesGrid-module__-cYVyG__courses-grid [data-comp-static-name=card__wrapper]{grid-template-rows:2fr 1fr}}
.StatusDotList-module__nxpjoa__statusDotList{flex-direction:row;align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.StatusDotList-module__nxpjoa__statusDotList__item{color:var(--grayscale-gray-600);flex-direction:row;align-items:center;gap:6px;font-size:.75rem;display:flex}.StatusDotList-module__nxpjoa__statusDotList__label{white-space:nowrap}.StatusDotList-module__nxpjoa__statusDotList__value{color:var(--grayscale-gray-900,var(--grayscale-gray-600));font-weight:600}
.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow{z-index:3;width:100%;margin-top:-50px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;transform:translateY(60px)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__wrapper{width:100%;min-height:580px;position:relative}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__header{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__header h2{font-family:var(--font-heading);color:var(--grayscale-gray-700);margin:0;font-size:1.75rem;font-weight:500}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__greeting{font-family:var(--font-heading);color:var(--grayscale-gray-800);text-align:center;margin:0;font-size:2rem;font-weight:600}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__subline{font-family:var(--font-body);color:var(--grayscale-gray-500);text-align:center;margin:0;font-size:1rem;font-weight:400}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__header a{justify-content:center;align-items:baseline;gap:8px;display:flex}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__header img{width:14px;height:14px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__smart-info-tag{justify-content:center;align-items:center;margin:24px 0 16px;padding:0 20px;display:flex}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav{z-index:10;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.1);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px rgba(0,0,0,.15)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav:hover{background:#fff;transform:translateY(-50%)scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.2)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav--prev{left:16px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav--next{right:16px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav img{opacity:.7;width:20px;height:20px;transition:opacity .3s}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav:hover img{opacity:1}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{scroll-behavior:smooth;scroll-snap-type:x proximity;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;width:100%;height:500px;min-height:500px;padding:40px 80px 70px;position:relative;overflow-x:auto;overflow-y:hidden}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container:active{cursor:grabbing}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container::-webkit-scrollbar{display:none}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__track{will-change:transform;transform-origin:0;align-items:center;gap:20px;width:max-content;height:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide{cursor:pointer;scroll-snap-align:center;scroll-snap-stop:normal;flex-shrink:0;align-items:flex-end;width:360px;height:320px;transition:height .4s cubic-bezier(.25,.46,.45,.94),margin .4s cubic-bezier(.25,.46,.45,.94),transform .3s,box-shadow .3s;display:flex;position:relative}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide:last-child{margin-right:80px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active{z-index:5;height:420px;margin-top:50px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide:hover:not(.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active){z-index:10;transform:translateY(-5px)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active:hover{height:435px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=carousel-cards-singlerow__slide] [data-comp-static-name=card]{width:360px!important;height:100%!important;margin:0!important}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=carousel-cards-singlerow__slide] [data-comp-static-name=card__wrapper]{grid-template-rows:1fr auto;height:100%;display:grid}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=card] [data-comp-static-name=card__tag]{display:none!important}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicators{justify-content:center;align-items:center;gap:8px;margin-top:24px;display:none}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator{cursor:pointer;background:rgba(0,0,0,.2);border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator:hover{background:rgba(0,0,0,.4);transform:scale(1.1)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator[data-active=true]{background:var(--primary-primary-373542);transform:scale(1.2)}@media (max-width:1024px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide{width:320px;height:300px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide:last-child{margin-right:60px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active{height:380px;margin-top:-40px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active:hover{height:390px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=carousel-cards-singlerow__slide] [data-comp-static-name=card]{width:320px!important}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:420px;padding:40px 60px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav{width:44px;height:44px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav img{width:18px;height:18px}}@media (max-width:768px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide{width:280px;height:280px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide:last-child{margin-right:40px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active{height:340px;margin-top:-30px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active:hover{height:350px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=carousel-cards-singlerow__slide] [data-comp-static-name=card]{width:280px!important}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:380px;padding:30px 40px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav{width:40px;height:40px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav--prev{left:8px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav--next{right:8px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav img{width:16px;height:16px}}@media (max-width:480px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide{width:260px;height:260px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active{height:300px;margin-top:-20px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide--active:hover{height:310px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow [data-comp-static-name=carousel-cards-singlerow__slide] [data-comp-static-name=card]{width:260px!important}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:380px;padding:20px}}@media (hover:none){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator{transition-duration:.2s}}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav:focus,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator:focus{outline:2px solid var(--primary-primary-373542);outline-offset:2px}@media (prefers-reduced-motion:reduce){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__track,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__slide,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__nav,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__indicator{transition:none}}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow--hidden{transform:translate(-100vw)translateY(50px)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__loading,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__error,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;min-height:100%;padding:40px 20px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__loading p,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__error p,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty p{color:var(--grayscale-gray-600);margin:0;font-size:1.125rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__error button{background:var(--primary-primary-6b9080);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:8px 16px;font-size:.875rem;transition:background-color .2s}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__error button:hover{background:var(--primary-primary-373542)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__loading p{opacity:.8;margin-top:16px;font-style:italic}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__loading{flex-direction:column;gap:8px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-create{justify-content:flex-start;align-items:center;padding:24px 0;display:flex}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__create-course{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:360px;height:320px;min-height:320px;transition:all .3s;display:flex;position:-webkit-sticky;position:sticky;left:0}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__create-course:after{content:"";z-index:-1;background:url(/assets/images/pattern.svg) 50%/cover no-repeat;position:absolute;top:-24px;bottom:-24px;left:-24px;right:-24px;-webkit-mask-image:radial-gradient(#000 50%,transparent 80%);mask-image:radial-gradient(#000 50%,transparent 80%)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:360px;height:320px;min-height:320px;transition:all .3s;display:flex;position:-webkit-sticky;position:sticky;left:0}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses:after{content:"";z-index:-1;background:url(/assets/images/pattern.svg) 50%/cover no-repeat;position:absolute;top:-24px;bottom:-24px;left:-24px;right:-24px;-webkit-mask-image:radial-gradient(#000 50%,transparent 80%);mask-image:radial-gradient(#000 50%,transparent 80%)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses a{text-decoration:none}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments{text-align:center;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:20px;width:100%;max-width:600px;height:320px;min-height:320px;padding:24px;transition:all .3s;display:flex;position:-webkit-sticky;position:sticky;left:0}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments:after{content:"";z-index:-1;background:url(/assets/images/pattern.svg) 50%/cover no-repeat;position:absolute;top:-24px;bottom:-24px;left:-24px;right:-24px;-webkit-mask-image:radial-gradient(#000 50%,transparent 80%);mask-image:radial-gradient(#000 50%,transparent 80%)}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments-text{font-family:var(--font-body);color:var(--grayscale-gray-600);max-width:280px;margin:0;font-size:1rem;font-weight:400;line-height:1.5}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments a{text-decoration:none}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state{justify-content:flex-start;align-items:center;width:100%;height:100%;min-height:100%;padding:0;display:flex}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width{justify-content:center}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width .CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__create-course,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width .CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses{width:100%;max-width:600px}@media (max-width:1024px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__greeting{font-size:1.75rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments{width:320px;height:300px;min-height:300px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__wrapper{min-height:500px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:420px;min-height:420px}}@media (max-width:768px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__greeting{font-size:1.5rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__subline{font-size:.875rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments{width:280px;height:280px;min-height:280px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__wrapper{min-height:460px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:380px;min-height:380px}}@media (max-width:480px){.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__greeting{font-size:1.25rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses{width:260px;height:260px;min-height:260px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments{width:260px;height:260px;min-height:260px;padding:16px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments-text{max-width:220px;font-size:.9rem}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__wrapper{min-height:440px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__container{height:380px;min-height:380px}.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width .CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__create-course,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width .CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__all-courses,.CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__empty-state--full-width .CarouselCardsSinglerow-module__8pH5la__carousel-cards-singlerow__no-enrollments{max-width:100%}}
