h1,h2,h3,h4,h5,h6{font-weight:700}h1 span.gradient-font,h1.gradient-font,h2 span.gradient-font,h2.gradient-font,h3 span.gradient-font,h3.gradient-font,h4 span.gradient-font,h4.gradient-font,h5 span.gradient-font,h5.gradient-font,h6 span.gradient-font,h6.gradient-font{display:inline;background:linear-gradient(90deg,#4285f4,#ff671e);-webkit-background-clip:text;background-clip:text;color:transparent}h1 span.primary-color-font,h1.primary-color-font,h2 span.primary-color-font,h2.primary-color-font,h3 span.primary-color-font,h3.primary-color-font,h4 span.primary-color-font,h4.primary-color-font,h5 span.primary-color-font,h5.primary-color-font,h6 span.primary-color-font,h6.primary-color-font{color:#4285f4}h1 span.tertiary-color-font,h1.tertiary-color-font,h2 span.tertiary-color-font,h2.tertiary-color-font,h3 span.tertiary-color-font,h3.tertiary-color-font,h4 span.tertiary-color-font,h4.tertiary-color-font,h5 span.tertiary-color-font,h5.tertiary-color-font,h6 span.tertiary-color-font,h6.tertiary-color-font{color:#ff671e}h1.huge,h2.huge,h3.huge,h4.huge,h5.huge,h6.huge{font-size:44px;font-weight:800}h1.big,h2.big,h3.big,h4.big,h5.big,h6.big{font-size:38px;font-weight:800}h1.medium,h2.medium,h3.medium,h4.medium,h5.medium,h6.medium{font-size:34px;font-weight:700}h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,h6.regular{font-size:30px;font-weight:600}h1.small,h2.small,h3.small,h4.small,h5.small,h6.small{font-size:24px;font-weight:500}h1.smaller,h2.smaller,h3.smaller,h4.smaller,h5.smaller,h6.smaller{font-size:22px;font-weight:500}p.big-content{font-weight:300}.font-18,p.big-content{font-size:18px}.confirm-alert-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000}.confirm-alert-overlay .confirm-alert{min-width:300px;max-width:30%;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center}.confirm-alert-overlay .confirm-alert p{margin-bottom:20px;font-size:20px}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons{width:100%;display:flex;gap:15px}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons button{width:50%;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons .confirm-btn{background-color:#4285f4;color:#fff}.confirm-alert-overlay .confirm-alert .confirm-alert-buttons .cancel-btn{background-color:#c10000;color:#fff}.process-alert{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:100001}.process-alert .loader-container{display:flex;flex-direction:column;align-items:center}.process-alert .loader-container .spinner{border:4px solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.process-alert .loader-container p{margin-top:20px;color:#fff;font-size:18px;font-weight:#fff;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.message-alert-overlay{position:fixed;top:20px;right:20px;z-index:9999;display:flex;justify-content:flex-end;align-items:flex-start;width:100%;pointer-events:none}.message-alert-overlay .message-alert{background-color:#34a853;color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.2);font-size:14px;display:flex;align-items:center;justify-content:space-between;pointer-events:auto;animation:slideIn .5s ease-out}.message-alert-overlay .message-alert p{font-size:18px;font-weight:700}.message-alert-overlay .close-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-left:10px}.message-alert-overlay .close-btn:hover{color:#c10000}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:.9;transform:translateX(0)}}