:root{--primaryColor: #ffbe00;--bodyBgColor: #f5f0e6;--textColor: #1c1c1c;--fontFamily: "Outfit", sans-serif;--headerBgColor: #faf9f7;--skeleton-bg: #d3d3d3;--btnPrimary-bg: #ffbe00;--btnPrimary-bg-hover: #e6ab00;--btnPrimary-bg-active: #cc9700;--btnPrimary-border: #ffbe00;--btnOutlined-bg: #fff;--btnOutlined-bg-hover: rgba(255, 190, 0, .1);--btnOutlined-bg-active: rgba(255, 190, 0, .2);--btnOutlined-border: #20262e}.d-flex{display:flex}.flex-col{flex-direction:column}.justify-center{justify-content:center}.items-start{align-items:flex-start}.d-inline-flex{display:inline-flex}.items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.65rem}.gap-xs{gap:.25rem}.ml-auto{margin-left:auto}.decoration-none{text-decoration:none}.font-sm{font-size:1.25rem}.text-primary{color:var(--textColor)}.mb-sm{margin-bottom:.65rem}.mt-sm{margin-top:.65rem}.page-title{font-weight:500;font-size:clamp(1.5rem,2vw,2rem);text-align:center;margin:1rem;letter-spacing:.015em}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.bold-500{font-weight:500}.bold-600{font-weight:600}.bold-700{font-weight:700}.w-100{width:100%}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-grey{color:#878787}.line-through{text-decoration:line-through}.p-sm{padding:.75rem}.hidden{visibility:hidden}.btn{appearance:none;-webkit-appearance:none;padding:.65rem 1rem;font-size:1.25rem;line-height:1;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5ch;min-height:44px;min-width:44px;-webkit-user-select:none;user-select:none;font-family:inherit;font-weight:500;letter-spacing:.4px}.btn.btn--primary{background:var(--btnPrimary-bg);color:#1c1c1c;border:2x solid var(--btnPrimary-border)}.btn.btn--primary:hover:not(:disabled){background:var(--btnPrimary-bg-hover)}.btn.btn--primary:active:not(:disabled){background:var(--btnPrimary-bg-active);box-shadow:inset 0 3px 8px #00000040}.btn.btn--outline{background:var(--btnOutlined-bg);color:#1c1c1c;border:2px solid var(--btnOutlined-border)}.btn.btn--outline:hover:not(:disabled){background:var(--btnOutlined-bg-hover)}.btn.btn--outline:active:not(:disabled){background:var(--btnOutlined-bg-active);box-shadow:inset 0 3px 8px #00000040}.text-sm{font-size:clamp(.95rem,1.25vw,1rem)}.text-base{font-size:clamp(1rem,1.5vw,1.25rem)}body{background-color:var(--bodyBgColor);font-family:var(--fontFamily);color:var(--textColor);margin:0;padding:0;font-optical-sizing:auto;font-style:normal;font-size:1.25rem;height:100%}*{padding:0;margin:0;box-sizing:border-box}
