:where(html) {
	
	/* =========================================================
   PRIMITIVE TOKENS
   ========================================================= */
	
	/* ---------------------------------
   COLOR
   --------------------------------- */
	
	/* BASE */
	--red: hsl(3 75% 50%);
	--orange: hsl(24 94% 50%);
	--yellow: hsl(43 96% 50%);
	--green: hsl(134 63% 50%);
	--blue: hsl(221 83% 50%);
	--purple: hsl(264 76% 50%);
	--slate: hsl(215 20% 50%);
	--gray: hsl(180 5% 50%);
	--pink: hsl(330 81% 50%);
	--teal: hsl(189 72% 50%);
	--black: hsl(0 0% 0%);
	--white: hsl(0 0% 100%);
	
	/* RED */
	--red-1: hsl(3 75% 97%);
	--red-2: hsl(3 75% 90%);
	--red-3: hsl(3 75% 77%);
	--red-4: hsl(3 75% 63%);
	--red-5: hsl(3 75% 50%);
	--red-6: hsl(3 75% 42%);
	--red-7: hsl(3 75% 34%);
	--red-8: hsl(3 75% 26%);
	--red-9: hsl(3 75% 18%);
	--red-10: hsl(3 75% 10%);
	
	/* ORANGE */
	--orange-1: hsl(24 94% 97%);
	--orange-2: hsl(24 94% 90%);
	--orange-3: hsl(24 94% 77%);
	--orange-4: hsl(24 94% 63%);
	--orange-5: hsl(24 94% 50%);
	--orange-6: hsl(24 94% 42%);
	--orange-7: hsl(24 94% 34%);
	--orange-8: hsl(24 94% 26%);
	--orange-9: hsl(24 94% 18%);
	--orange-10: hsl(24 94% 10%);
	
	/* YELLOW */
	--yellow-1: hsl(43 96% 97%);
	--yellow-2: hsl(43 96% 90%);
	--yellow-3: hsl(43 96% 77%);
	--yellow-4: hsl(43 96% 63%);
	--yellow-5: hsl(43 96% 50%);
	--yellow-6: hsl(43 96% 42%);
	--yellow-7: hsl(43 96% 34%);
	--yellow-8: hsl(43 96% 26%);
	--yellow-9: hsl(43 96% 18%);
	--yellow-10: hsl(43 96% 10%);
	
	/* GREEN */
	--green-1: hsl(134 63% 97%);
	--green-2: hsl(134 63% 90%);
	--green-3: hsl(134 63% 77%);
	--green-4: hsl(134 63% 63%);
	--green-5: hsl(134 63% 50%);
	--green-6: hsl(134 63% 42%);
	--green-7: hsl(134 63% 34%);
	--green-8: hsl(134 63% 26%);
	--green-9: hsl(134 63% 18%);
	--green-10: hsl(134 63% 10%);
	
	/* BLUE */
	--blue-1: hsl(221 83% 97%);
	--blue-2: hsl(221 83% 90%);
	--blue-3: hsl(221 83% 77%);
	--blue-4: hsl(221 83% 63%);
	--blue-5: hsl(221 83% 50%);
	--blue-6: hsl(221 83% 42%);
	--blue-7: hsl(221 83% 34%);
	--blue-8: hsl(221 83% 26%);
	--blue-9: hsl(221 83% 18%);
	--blue-10: hsl(221 83% 10%);
	
	/* PURPLE */
	--purple-1: hsl(264 76% 97%);
	--purple-2: hsl(264 76% 90%);
	--purple-3: hsl(264 76% 77%);
	--purple-4: hsl(264 76% 63%);
	--purple-5: hsl(264 76% 50%);
	--purple-6: hsl(264 76% 42%);
	--purple-7: hsl(264 76% 34%);
	--purple-8: hsl(264 76% 26%);
	--purple-9: hsl(264 76% 18%);
	--purple-10: hsl(264 76% 10%);
	
	/* SLATE */
	--slate-1: hsl(215 20% 97%);
	--slate-2: hsl(215 20% 90%);
	--slate-3: hsl(215 20% 77%);
	--slate-4: hsl(215 20% 63%);
	--slate-5: hsl(215 20% 50%);
	--slate-6: hsl(215 20% 42%);
	--slate-7: hsl(215 20% 34%);
	--slate-8: hsl(215 20% 26%);
	--slate-9: hsl(215 20% 18%);
	--slate-10: hsl(215 20% 10%);
	
	/* GRAY */
	--gray-1: hsl(180 5% 97%);
	--gray-2: hsl(180 5% 90%);
	--gray-3: hsl(180 5% 77%);
	--gray-4: hsl(180 5% 63%);
	--gray-5: hsl(180 5% 50%);
	--gray-6: hsl(180 5% 42%);
	--gray-7: hsl(180 5% 34%);
	--gray-8: hsl(180 5% 26%);
	--gray-9: hsl(180 5% 18%);
	--gray-10: hsl(180 5% 10%);
	
	/* PINK */
	--pink-1: hsl(330 81% 97%);
	--pink-2: hsl(330 81% 90%);
	--pink-3: hsl(330 81% 77%);
	--pink-4: hsl(330 81% 63%);
	--pink-5: hsl(330 81% 50%);
	--pink-6: hsl(330 81% 42%);
	--pink-7: hsl(330 81% 34%);
	--pink-8: hsl(330 81% 26%);
	--pink-9: hsl(330 81% 18%);
	--pink-10: hsl(330 81% 10%);
	
	/* TEAL */
	--teal-1: hsl(189 72% 97%);
	--teal-2: hsl(189 72% 90%);
	--teal-3: hsl(189 72% 77%);
	--teal-4: hsl(189 72% 63%);
	--teal-5: hsl(189 72% 50%);
	--teal-6: hsl(189 72% 42%);
	--teal-7: hsl(189 72% 34%);
	--teal-8: hsl(189 72% 26%);
	--teal-9: hsl(189 72% 18%);
	--teal-10: hsl(189 72% 10%);
	
	/* BLACK */
	--black-1: hsl(0 0% 0% / 0.1);
	--black-2: hsl(0 0% 0% / 0.2);
	--black-3: hsl(0 0% 0% / 0.3);
	--black-4: hsl(0 0% 0% / 0.4);
	--black-5: hsl(0 0% 0% / 0.5);
	--black-6: hsl(0 0% 0% / 0.6);
	--black-7: hsl(0 0% 0% / 0.7);
	--black-8: hsl(0 0% 0% / 0.8);
	--black-9: hsl(0 0% 0% / 0.9);
	--black-10: hsl(0 0% 0% / 0.95);
	
	/* WHITE */
	--white-1: hsl(0 0% 100% / 0.1);
	--white-2: hsl(0 0% 100% / 0.2);
	--white-3: hsl(0 0% 100% / 0.3);
	--white-4: hsl(0 0% 100% / 0.4);
	--white-5: hsl(0 0% 100% / 0.5);
	--white-6: hsl(0 0% 100% / 0.6);
	--white-7: hsl(0 0% 100% / 0.7);
	--white-8: hsl(0 0% 100% / 0.8);
	--white-9: hsl(0 0% 100% / 0.9);
	--white-10: hsl(0 0% 100% / 0.95);
	
	/* ---------------------------------
   TYPOGRAPHY
   --------------------------------- */
	
	/* FONT FAMILY */
	--font-family-sans-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--font-family-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
	--font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	--font-family-inter: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	
	/* FONT SIZE */
	--font-size-1: clamp(0.6913rem, 0.6902rem + 0.0054vw, 0.6944rem);
	--font-size-2: clamp(0.7775rem, 0.7582rem + 0.0967vw, 0.8331rem);
	--font-size-3: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
	--font-size-4: clamp(0.9844rem, 0.9094rem + 0.375vw, 1.2rem);
	--font-size-5: clamp(1.1075rem, 0.9918rem + 0.5783vw, 1.44rem);
	--font-size-6: clamp(1.2456rem, 1.0778rem + 0.8391vw, 1.7281rem);
	--font-size-7: clamp(1.4019rem, 1.1682rem + 1.1685vw, 2.0738rem);
	--font-size-8: clamp(1.5769rem, 1.2599rem + 1.5848vw, 2.4881rem);
	--font-size-9: clamp(1.7738rem, 1.352rem + 2.1087vw, 2.9863rem);
	--font-size-10: clamp(1.9956rem, 1.4435rem + 3.7609vw, 6.5831rem);
	
	/* LETTER SPACING */
	--letter-spacing-1: -0.075em;
	--letter-spacing-2: -0.05em;
	--letter-spacing-3: -0.035em;
	--letter-spacing-4: -0.025em;
	--letter-spacing-5: 0em;
	--letter-spacing-6: 0.025em;
	--letter-spacing-7: 0.035em;
	--letter-spacing-8: 0.05em;
	--letter-spacing-9: 0.075em;
	--letter-spacing-10: 0.1em;
	
	/* LINE HEIGHT */
	--line-height-1: 1.1;
	--line-height-2: 1.2;
	--line-height-3: 1.3;
	--line-height-4: 1.45;
	--line-height-5: 1.6;
	--line-height-6: 1.75;
	--line-height-7: 1.9;
	--line-height-8: 2.05;
	--line-height-9: 2.2;
	--line-height-10: 2.35;
	
	/* ---------------------------------
   LAYOUT
   --------------------------------- */
	
	/* ASPECT RATIO */
	--aspect-ratio-1: 9/16;
	--aspect-ratio-2: 9/13;
	--aspect-ratio-3: 8.5/11;
	--aspect-ratio-4: 3/4;
	--aspect-ratio-5: 1/1;
	--aspect-ratio-6: 4/3;
	--aspect-ratio-7: 11/8.5;
	--aspect-ratio-8: 13/9;
	--aspect-ratio-9: 16/9;
	--aspect-ratio-10: 21/9;
	
	/* CONTAINER */
	--container-1: 480px;
	--container-2: 600px;
	--container-3: 720px;
	--container-4: 840px;
	--container-5: 960px;
	--container-6: 1080px;
	--container-7: 1280px;
	--container-8: 1440px;
	--container-9: 1600px;
	--container-10: 1920px;
	
	/* BREAKPOINT */
	--breakpoint-1: 320px;
	--breakpoint-2: 480px;
	--breakpoint-3: 640px;
	--breakpoint-4: 800px;
	--breakpoint-5: 960px;
	--breakpoint-6: 1120px;
	--breakpoint-7: 1280px;
	--breakpoint-8: 1440px;
	--breakpoint-9: 1600px;
	--breakpoint-10: 1760px;
	
	/* SIZE */
	--size-1: 8px;
	--size-2: 12px;
	--size-3: 16px;
	--size-4: 20px;
	--size-5: 24px;
	--size-6: 32px;
	--size-7: 42px;
	--size-8: 52px;
	--size-9: 62px;
	--size-10: 72px;
	
	/* SPACE */
	--space-1: clamp(0.125rem, 0.125rem + 0vw, 0.125rem);
	--space-2: clamp(0.3125rem, 0.2908rem + 0.1087vw, 0.375rem);
	--space-3: clamp(0.5625rem, 0.5408rem + 0.1087vw, 0.625rem);
	--space-4: clamp(0.8125rem, 0.7908rem + 0.1087vw, 0.875rem);
	--space-5: clamp(1rem, 0.9565rem + 0.2174vw, 1.125rem);
	--space-6: clamp(1.375rem, 1.3315rem + 0.2174vw, 1.5rem);
	--space-7: clamp(1.8125rem, 1.7473rem + 0.3261vw, 2rem);
	--space-8: clamp(2.25rem, 2.163rem + 0.4348vw, 2.5rem);
	--space-9: clamp(2.9375rem, 2.8288rem + 0.5435vw, 3.25rem);
	--space-10: clamp(4.25rem, 4.0761rem + 0.8696vw, 4.75rem);
	
	/* Z-INDEX */
	--z-index-1: 1;
	--z-index-2: 2;
	--z-index-3: 3;
	--z-index-4: 4;
	--z-index-5: 5;
	--z-index-6: 60;
	--z-index-7: 70;
	--z-index-8: 80;
	--z-index-9: 90;
	--z-index-10: 100;
	
	/* ---------------------------------
   EFFECTS
   --------------------------------- */
	
	/* BORDER RADIUS */
	--border-radius-1: 2px;
	--border-radius-2: 3px;
	--border-radius-3: 4px;
	--border-radius-4: 6px;
	--border-radius-5: 8px;
	--border-radius-6: 12px;
	--border-radius-7: 16px;
	--border-radius-8: 20px;
	--border-radius-9: 24px;
	--border-radius-10: 9999px;
	
	/* BORDER WIDTH */
	--border-width-1: 0.5px;
	--border-width-2: 1px;
	--border-width-3: 1.5px;
	--border-width-4: 2px;
	--border-width-5: 2.5px;
	--border-width-6: 3px;
	--border-width-7: 3.5px;
	--border-width-8: 4px;
	--border-width-9: 4.5px;
	--border-width-10: 5px;
	
	/* SHADOW */
	--shadow-1: 0 1px 0 0 rgba(0, 0, 0, 0.04);
	--shadow-2: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
	--shadow-3: 0 4px 6px 0 rgba(0, 0, 0, 0.07);
	--shadow-4: 0 6px 8px 0 rgba(0, 0, 0, 0.06);
	--shadow-5: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
	--shadow-6: 0 10px 16px 0 rgba(0, 0, 0, 0.05);
	--shadow-7: 0 12px 20px 0 rgba(0, 0, 0, 0.06);
	--shadow-8: 0 15px 30px 0 rgba(0, 0, 0, 0.07);
	--shadow-9: 0 20px 50px 0 rgba(0, 0, 0, 0.08);
	--shadow-10: 0 22px 60px 0 rgba(0, 0, 0, 0.10);
	
	/* TRANSITION */
	--transition-1: 50ms;
	--transition-2: 75ms;
	--transition-3: 100ms;
	--transition-4: 150ms;
	--transition-5: 200ms;
	--transition-6: 250ms;
	--transition-7: 300ms;
	--transition-8: 400ms;
	--transition-9: 500ms;
	--transition-10: 600ms;
}

/* Reset
----------------------------------------------------------------------------- */
:where(html) {
	font-family: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-feature-settings: 'liga' 1, 'calt' 1, 'ss03';
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

:target {
	scroll-margin-block: 6ex;
}


:where(html) {
	--brand-nav: #F8EADC;
	--brand-light: #FFF5EA;
	--brand-purple: #63406A;
	--brand-blue: #0091B3;
	--brand-teal: #00B2AC;
	--brand-pink: #CC74B6;
	--brand-orange: #EA9A3F;
	--brand-text: #232F5B;
	--brand-button: #772CC1;
	--brand-footer: linear-gradient(225deg, rgb(251, 234, 212) 25%, rgba(251, 234, 212, 0.2) 100%);
	
	--container: var(--container-10);
	--rounded: var(--border-radius-9);
	--chevron: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.22%208.22a.75.75%200%200%201%201.06%200L10%2011.94l3.72-3.72a.75.75%200%201%201%201.06%201.06l-4.25%204.25a.75.75%200%200%201-1.06%200L5.22%209.28a.75.75%200%200%201%200-1.06Z%22%20clip-rule%3D%22evenodd%22%20%2F%3E%3C%2Fsvg%3E");
	
}

body {
	color: var(--brand-text);
	font-family: var(--font-family-inter);
	font-size: var(--font-size-4);
	font-weight: 400;
	letter-spacing: var(--letter-spacing-5);
	line-height: var(--line-height-6);
	background: var(--brand-light);
}

.logo {
	width: 220px;
	height: auto;
}

section, .section {
	padding: 10% 5%;
	
	p {
		max-width: 70ch;
	}
}

.container {
	max-width: var(--container);
	margin-inline: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto Condensed", var(--font-family-sans-serif);
	font-weight: 900;
	letter-spacing: var(--letter-spacing-4);
	line-height: var(--line-height-1);
	margin-block-start: 0;
	margin-block-end: var(--space-4);
	text-transform: uppercase;
}

.display {
	font-size: var(--font-size-10);
}

h1, .h1 {
	font-size: var(--font-size-10);
}

h2, .h2 {
	font-size: var(--font-size-9);
}

h3, .h3 {
	font-size: var(--font-size-8);
}

h4, .h4 {
	font-size: var(--font-size-7);
}

h5, .h5 {
	font-size: var(--font-size-6);
}

h6, .h6 {
	font-size: var(--font-size-5);
}

button, .button {
	color: var(--white);
	background: var(--brand-button);
	border: none;
	border-color: var(--red);
	font-weight: 600;
	letter-spacing: var(--letter-spacing-4);
	padding: var(--space-2) var(--space-5);
	border-radius: var(--border-radius-10);
	text-decoration: none;
	transition: background var(--transition-5);
	
	&:hover {
		color: var(--white);
		background: var(--brand-teal);
		border-color: var(--red-6);
		text-decoration: none;
	}
}

header {
	color: var(--brand-purple);
	background: var(--brand-nav);
	border-bottom: var(--border-width-2) solid var(--brand-purple);
	font-weight: 500;
	letter-spacing: var(--letter-spacing-3);
	text-decoration: none;
	padding-block: var(--space-5);
	
	nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		max-width: var(--container);
		margin-inline: auto;
	}
	
	ul {
		list-style: none;
		padding: 0;
		display: flex;
		align-items: center;
		gap: 1.5rem;
		flex: 1;
		line-height: 1.1em;
	}
	
	a {
		color: var(--brand-purple);
		text-decoration: none;
		
		&:hover {
			color: var(--brand-purple);
			/* text-decoration: underline;
			text-decoration-thickness: 2px;
			text-decoration-color: var(--brand-pink);
			text-underline-offset: 6px; */
		}
	}
	
	.level-one > li {
		position: relative;
	}
	
	.level-one > li > a {
		font-size: 18px;
		letter-spacing: var(--letter-spacing-6);
		display: flex;
		align-items: center;
		gap: 2px;
		padding-block: 10px;
	}
	
	.level-one > li > a:not(.button)::before {
		transform-origin: 100% 50%;
		transform: scale3d(0, 1, 1);
		transition: transform 0.3s;
		position: absolute;
		width: calc(100% - 16px);
		height: 1px;
		background: var(--brand-pink);
		bottom: 6px;
		left: 0;
		pointer-events: none;
		content: '';
	}
	
	.level-one > li > a:not(.button):hover::before {
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1);
	}
	
	.level-one > li > a.current::before {
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1);
		position: absolute;
		width: calc(100% - 16px);
		height: 1px;
		background: var(--brand-pink);
		bottom: 6px;
		left: 0;
		pointer-events: none;
		content: '';
	}
	
	.level-one > li > a:not(.button):after {
		display: block;
		width: 16px;
		height: 16px;
		content: var(--chevron);
	}
	
	.level-two {
		display: none;
		position: absolute;
		padding: var(--space-2);
		background: var(--brand-nav);
		border-radius: var(--border-radius-5);
		width: 280px;
		box-shadow: var(--shadow-5);
		border: var(--border-width-2) solid var(--black-1);
	}
	
	.level-one > li:hover > .level-two {
		display: block;
	}
	
	.level-two > li {
		margin-block: 2px;
	}
	
	.level-two > li > a {
		color: var(--brand-text);
		font-size: var(--font-size-3);
		letter-spacing: var(--letter-spacing-5);
		font-weight: 500;
		display: flex;
		padding: 15px;
		border-radius: var(--border-radius-5);
		
		&:hover {
			color: var(--brand-text);
			background: rgba(0, 0, 0, 0.035);
		}
	}
}

footer {
	--cleat-color: var(--brand-text);
	--cleat-link-color: var(--brand-text);
	--cleat-hover-link-color: var(--black-10);
	--cleat-font-size: var(--font-size-3);
	--cleat-font-weight: 600;
	--cleat-letter-spacing: var(--letter-spacing-3);
	--cleat-space: var(--space-9);
}

.sub-footer {
	--cleat-font-size: var(--font-size-2);
	--cleat-font-weight: 400;
}

.justify-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

.rounded {
	border-radius: var(--rounded);
}

.parallax-img {
	aspect-ratio: 4 / 3;
	width: 100%;
	overflow: clip;
	
	border-radius: var(--border-radius-9);
	box-shadow: var(--shadow-5);
	position: relative;
}

.parallax-img img {
	position: absolute;
	inset: -10% 0;
	width: 100%;
	height: 120%;
	object-fit: cover;
	display: block;
	transform: translateY(0px) scale(1.12);
	transform-origin: center;
	will-change: transform;
	user-select: none;
	pointer-events: none;
}

/* Grid */
.container {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* Row */
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
}

/* Columns base */
[class*="col-"],
.col {
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

/* Equal-width columns */
.col {
	flex: 1 0 0%;
}

/* Fixed columns (12-grid system) */
.col-1 {
	flex: 0 0 8.333%;
	max-width: 8.333%;
}

.col-2 {
	flex: 0 0 16.666%;
	max-width: 16.666%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.col-5 {
	flex: 0 0 41.666%;
	max-width: 41.666%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333%;
	max-width: 58.333%;
}

.col-8 {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333%;
	max-width: 83.333%;
}

.col-11 {
	flex: 0 0 91.666%;
	max-width: 91.666%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 960px) {
	
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-block-end: 30px;
	}
	
	.sm-1 {
		flex: 0 0 8.333%;
		max-width: 8.333%;
	}
	
	.sm-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.sm-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.sm-5 {
		flex: 0 0 41.666%;
		max-width: 41.666%;
	}
	
	.sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.sm-7 {
		flex: 0 0 58.333%;
		max-width: 58.333%;
	}
	
	.sm-8 {
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}
	
	.sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.sm-10 {
		flex: 0 0 83.333%;
		max-width: 83.333%;
	}
	
	.sm-11 {
		flex: 0 0 91.666%;
		max-width: 91.666%;
	}
	
	.sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.aspect-ratio-1 {
	aspect-ratio: var(--aspect-ratio-1);
}

.aspect-ratio-2 {
	aspect-ratio: var(--aspect-ratio-2);
}

.aspect-ratio-3 {
	aspect-ratio: var(--aspect-ratio-4);
}

.aspect-ratio-4 {
	aspect-ratio: var(--aspect-ratio-4);
}

.aspect-ratio-5 {
	aspect-ratio: var(--aspect-ratio-5);
}

.aspect-ratio-6 {
	aspect-ratio: var(--aspect-ratio-6);
}

.aspect-ratio-7 {
	aspect-ratio: var(--aspect-ratio-7);
}

.aspect-ratio-8 {
	aspect-ratio: var(--aspect-ratio-8);
}

.aspect-ratio-9 {
	aspect-ratio: var(--aspect-ratio-9);
}

.aspect-ratio-10 {
	aspect-ratio: var(--aspect-ratio-10);
}