@layer base, contact, about, home, fonts, jacket, pants, helmet, skis, shared, navigation;
:root {
  --snow: #fefffe;
  --ice-blue: #368bc1;
  --primary-light: #8abdff;
  --primary: #6d5dfc;
  --primary-dark: #5b0eeb;
  --white: #ffffff;
  --lighter-grey: #e4ebf5;
  --light-grey: #c8d0e7;
  --grey: #bec8e4;
  --dark-grey: #9baacf;
  --stripe-3: #e4ebf5;
  --stripe-3-alt: #c8d0e7;
  --default-font: "arial";
  --font-size: 16px;
  --h1-base: 5.6rem;
  --h2-base: 1.5rem;
  --h3-base: 1.35rem;
  --h4-base: 1.15rem;
  --h5-base: 1.35rem;
  --h6-base: 1.15rem;
  --p-base: 1rem;
  --animation: 4.2s 2.3s cubic-bezier(0.42, 0, 0.58, 1);
  --helmet-position-x: 50%;
  --helmet-position-y: 0;
  --helmet-width: 19cqi;
  --helmet-aspect-ratio: 17 / 16;
  --helmet-height: 21cqi;
  --face-width: 80%;
  --goggle-strap-color: 33, 33, 33, 1;
  --goggle-height: 40%;
  --goggle-width: 84%;
  --goggle-color-purple: #833ab4;
  --goggle-color-red: #fd1d1d;
  --goggle-color-orange: #fcb045;
  --skin-color: #fae5bd;
  --goggle-position-x: 8%;
  --goggle-position-y: 32%;
  --jacket-position-x: 50%;
  --jacket-position-y: 15%;
  --jacket-color: 210, 43, 43;
  --jacket-width: 30cqi;
  --jacket-height: 48cqi;
  --mitton-color: radial-gradient(circle, #666666 0%, #000000 100%);
  --zipper-border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  --zipper-width: 3px;
  --zipper-bg-color: #000;
  --waist-pocket-height: 20%;
  --waist-pocket-position-x: 10%;
  --waist-pocket-position-y: 10%;
  --pants-position-x: 48%;
  --pants-position-y: 46%;
  --pants-color: 238, 238, 238;
  --pants-width: 34%;
  --pants-height: 51%;
  --pants-pocket-position-y: 18%;
  --pants-zipper-height: 30%;
  --kneepad-color: #333;
  --boot-color: #333333;
  --skis-position-x: 8cqi;
  --skis-position-y: 5cqi;
  --skis-width: 8cqi;
  --skis-height: 110cqi;
  --ski-bg: #eee;
  --ski-bg2: #eee;
}
.sign {
  background-image: url(https://assets.codepen.io/1695918/welcome-to-las-vegas.png);
  background-size: 100%;
  width: 30vw;
  aspect-ratio: 1;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
section {
  height: 100vh;
  min-height: 100vh;
}
section:nth-child(2) {
  background-color: #0655ab;
  background-image: linear-gradient(0deg, rgba(6, 85, 171, 0) 0%, rgba(34, 193, 195, 0) 50%, #22c1c3 75%, #bfebff 100%);
}
section:nth-child(2) h2 {
  visibility: hidden;
}
@layer pants {
  .pants {
    position: absolute;
    top: var(--pants-position-y);
    left: var(--pants-position-x);
    width: var(--pants-width);
    height: var(--pants-height);
    transform: translateX(-50%);
    z-index: 40;
  }
  .pants:after {
    position: absolute;
    top: 12cqi;
    left: 6cqi;
    width: 8cqi;
    height: 10cqi;
    background-color: #0b0b0b;
    transform: rotate(4deg);
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
    /*
			background: linear-gradient(
				0deg,
				rgba(33, 33, 33, 0) 0%,
				rgba(33, 33, 33, 0) 82%,
				@pants-color-dark-20 80%,
				@pants-color-dark-20 87%,
				rgba(33, 33, 33, 0) 86%,
				rgba(33, 33, 33, 0) 100%
			);
			*/
    border-top: 5px solid #111111;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
    border-left: 5px solid #181818;
    z-index: 48;
  }
  .pants--left--upper {
    position: absolute;
    top: 0;
    right: 1cqi;
    width: 14cqi;
    height: 38cqi;
    z-index: 42;
    border-radius: 0% 0% 25% 28% / 0% 0% 100% 100%;
    background: #0b0b0b;
    background: linear-gradient(90deg, #050505 0%, #050505 20%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    border-right: 1cqi solid #000000;
    border-left: 3cqi solid #000000;
  }
  .pants--left--upper:after {
    position: absolute;
    bottom: -3cqi;
    width: calc(100% - 30%);
    height: 30%;
    left: 3cqi;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    background-color: var(--kneepad-color);
  }
  .pants--left--upper--zipper {
    position: absolute;
    top: var(--pants-pocket-position-y);
    right: 5cqi;
    width: var(--zipper-width);
    height: var(--pants-zipper-height);
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #000000;
    transform: rotate(-96deg);
    z-index: 42;
  }
  .pants--left--lower--top {
    position: absolute;
    top: 29cqi;
    right: 3.5cqi;
    width: 11cqi;
    height: 30cqi;
    transform: rotate(2deg);
    background: #0b0b0b;
    background: linear-gradient(90deg, #050505 0%, #050505 20%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    z-index: 41;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
  }
  .pants--left--lower--top:after {
    position: absolute;
    bottom: 5%;
    left: -1cqi;
    width: 60%;
    height: 20%;
    background: #000000;
    transform: rotate(-3deg);
    border-radius: 0% 100% 100% 0% / 30% 30% 70% 70%;
    z-index: 42;
    border-top: 1cqi solid #111111;
  }
  .pants--left--lower--top:before {
    position: absolute;
    bottom: 0;
    right: -1cqi;
    width: 60%;
    height: 20%;
    background: #000000;
    transform: rotate(-178deg);
    border-radius: 0% 100% 100% 0% / 30% 30% 70% 70%;
    z-index: 42;
    border-bottom: 1cqi solid #111111;
  }
  .pants--left--lower--bottom {
    position: absolute;
    bottom: 4cqi;
    right: 3.5cqi;
    width: 12cqi;
    height: 10cqi;
    background: #0b0b0b;
    background: linear-gradient(90deg, #050505 0%, #050505 20%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    z-index: 41;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
  }
  .pants--left--lower--bottom:after {
    position: absolute;
    top: 15%;
    left: -1cqi;
    width: 60%;
    height: 50%;
    background: #000000;
    transform: rotate(-3deg);
    border-radius: 0% 100% 100% 0% / 30% 30% 70% 70%;
    z-index: 42;
    border-top: 1cqi solid #111111;
  }
  .pants--left--lower--bottom:before {
    position: absolute;
    top: 15%;
    right: -1cqi;
    width: 60%;
    height: 50%;
    background: #000000;
    transform: rotate(-178deg);
    border-radius: 0% 100% 100% 0% / 30% 30% 70% 70%;
    z-index: 42;
    border-bottom: 1cqi solid #111111;
  }
  .pants--right--upper {
    position: absolute;
    top: 0;
    left: 5cqi;
    width: 14cqi;
    height: 38cqi;
    transform: rotate(3deg);
    background: #0b0b0b;
    background: linear-gradient(90deg, #181818 0%, #111111 20%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    z-index: 42;
    border-radius: 0% 0% 9% 11% / 0% 0% 100% 96%;
  }
  .pants--right--upper:after {
    position: absolute;
    bottom: -3cqi;
    width: calc(100% - 10px);
    height: 30%;
    left: 0.5cqi;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    background-color: var(--kneepad-color);
  }
  .pants--right--lower--top {
    position: absolute;
    top: 54%;
    left: 4cqi;
    width: 12cqi;
    height: 44%;
    transform: rotate(3deg);
    background: #0b0b0b;
    background: linear-gradient(90deg, #181818 0%, #111111 30%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    z-index: 41;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    /*
			&:after {
				content:'';
				position: absolute;
				top: 0;
				width: ~"calc(100% - 10px)";
				height: 20%;
							left: 1cqi;
				background-color: var(--kneepad-color);
			}
			*/
  }
  .pants--right--lower--bottom {
    position: absolute;
    bottom: 2cqi;
    left: 8%;
    width: 13cqi;
    height: 18%;
    background: #0b0b0b;
    background: linear-gradient(90deg, #181818 0%, #111111 30%, #0b0b0b 40%, #0b0b0b 60%, #050505 80%, #050505 100%);
    z-index: 41;
    border-radius: 0% 0% 10% 10% / 0% 0% 10% 10%;
    /*
&:before {
content: "";
position: absolute;
top: -78%;
left: -2%;
width: 20%;
height: 60%;
background: @pants-color-light-10);
z-index: 41;
transform: rotate(12deg);
border-radius: ~"74% 10% 10% 76% / 10% 10% 10% 10%";
}
*/
  }
  .pants--right--lower--bottom:after {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 0%;
    height: 20%;
    background: #050505;
    z-index: 41;
    transform: rotate(-55deg);
    border-radius: 10% 10% 50% 10% / 10% 10% 50% 10%;
  }
  .pants .boots--left {
    position: absolute;
    bottom: 3cqi;
    right: 3cqi;
    width: 9cqi;
    height: 6cqi;
    background: var(--boot-color);
    z-index: 41;
    border-radius: 50% 51% 0% 0% / 50% 50% 0% 0%;
  }
  .pants .boots--left:after {
    content: "";
    position: absolute;
    top: 0.5cqi;
    left: -2cqi;
    width: 80%;
    height: 110%;
    background: var(--boot-color);
    z-index: 41;
    transform: rotate(-5deg);
    border-radius: 100% 0% 0% 100% / 50% 0% 0% 50%;
  }
  .pants .boots--left:before {
    content: "";
    position: absolute;
    bottom: -38%;
    left: 1cqi;
    width: 100%;
    height: 2cqi;
    background: var(--boot-color);
    z-index: 41;
    transform: rotate(-3deg);
    border-radius: 10% 10% 19% 55% / 10% 10% 10% 50%;
    border-top: 3px solid #fff;
  }
  .pants .boots--left--buckle {
    position: absolute;
    bottom: 2cqi;
    right: 1cqi;
    width: 4cqi;
    height: 2cqi;
    transform: rotate(-1deg);
    background: #000;
    border: 1px solid #333;
    z-index: 49;
    border-radius: 41% 59% 43% 57% / 30% 30% 70% 70%;
  }
  .pants .boots--right {
    position: absolute;
    bottom: 1%;
    left: 5cqi;
    width: 30%;
    height: 12%;
    background: var(--boot-color);
    z-index: 41;
    border-radius: 50% 50% 0% 0% / 45% 45% 0% 0% ;
    border-top: 3px solid #111111;
  }
  .pants .boots--right:before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 20%;
    width: 50%;
    height: 2cqi;
    background: var(--boot-color);
    z-index: 41;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
    border-top: 4px solid #fff;
  }
  .pants .boots--right--buckle {
    position: absolute;
    bottom: 4cqi;
    left: 2.5cqi;
    width: 4cqi;
    height: 2cqi;
    transform: rotate(-1deg);
    background: #000;
    border: 1px solid #333;
    z-index: 49;
    border-radius: 41% 59% 43% 57% / 30% 30% 70% 70%;
  }
}
@layer jacket {
  .jacket {
    position: absolute;
    top: var(--jacket-position-y);
    left: var(--jacket-position-x);
    width: var(--jacket-width);
    height: var(--jacket-height);
    transform: translateX(-50%) rotate(-2deg);
    animation: jacket var(--animation);
    z-index: 50;
    -webkit-box-shadow: 0px 15px 15px -8px #000000;
    box-shadow: 0px 15px 15px -12px #000000;
  }
  .jacket .neck {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 30%;
    height: 20%;
    transform: translateX(-50%);
    background-color: #ccc;
    z-index: 61;
  }
  .jacket .name-tag {
    position: absolute;
    width: 18%;
    aspect-ratio: 3 / 2;
    top: 18%;
    left: 15%;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    z-index: 55;
    background-color: white;
    border: 0.25cqi solid black;
  }
  .jacket .hh {
    position: absolute;
    width: 14%;
    aspect-ratio: 1;
    top: 16%;
    right: 15%;
    border-radius: 33%;
    corner-shape: notch;
    corner-style: solid;
    z-index: 55;
    background-color: white;
    transform: rotate(45deg);
  }
  .jacket .hh:before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: -50%;
    right: -50%;
    border-radius: 33%;
    corner-shape: notch;
    corner-style: solid;
    z-index: 55;
    background-color: white;
  }
  .jacket .zipper {
    content: "";
    position: absolute;
    bottom: 1px;
    bottom: 0;
    left: 48%;
    transform: translateX(-48%);
    width: var(--zipper-width);
    height: 90%;
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #c80000;
    border-top: 0;
    border-bottom: 0;
    border-radius: --zipper-border-radius;
    z-index: 60;
  }
  .jacket .hood--rear--left {
    position: absolute;
    top: -6cqi;
    right: 4cqi;
    width: 10cqi;
    height: 8cqi;
    border-top: 3cqi solid #af0000;
    border-right: 1cqi solid #af0000;
    background-color: #aaa;
    border-radius: 0% 100% 100% 0% / 50% 75% 25% 50%;
    z-index: 54;
    transform-style: preserve-3d;
  }
  .jacket .hood--rear--right {
    position: absolute;
    top: -6cqi;
    left: 4cqi;
    width: 10cqi;
    height: 8cqi;
    border-top: 3cqi solid #e20000;
    border-left: 1cqi solid #e20000;
    background-color: #ccc;
    border-radius: 100% 0% 0% 100% / 75% 50% 50% 25% ;
    z-index: 54;
  }
  .jacket .hood--front {
    /*
				&:before {
					//content: "";
					position: absolute;
					bottom: -46%;
					left: -35%;
					width: 90%;
					height: 100%;
					background-color: @jacket-color-light-10;
					border-radius: ~"10% 0% 0% 70% / 10% 0% 0% 69%";
					z-index: 54;
					//transform-style: preserve-3d;
				}
				&:after {
					//content: "";
					position: absolute;
					bottom: -46%;
					right: -35%;
					width: 90%;
					height: 100%;
					background-color: @jacket-color-light-10;
					border-radius: ~"0% 10% 70% 0% / 0% 10% 70% 0% ";
					z-index: 54;
					//transform-style: preserve-3d;
				}
				*/
  }
  .jacket .hood--front--left {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 35%;
    height: 12%;
    background-color: #af0000;
    z-index: 158;
    border-radius: 9% 44% 100% 0% / 100% 2% 83% 0%;
    corner-shape: scoop square round square;
  }
  .jacket .hood--front--right {
    position: absolute;
    top: 3%;
    right: 50%;
    width: 35%;
    height: 12%;
    background-color: #e20000;
    z-index: 158;
    border-radius: 9% 44% 100% 0% / 100% 2% 83% 0%;
    corner-shape: scoop square round square;
    border-radius: 44% 9% 0% 100% / 2% 100% 0% 83%;
    corner-shape: square scoop square round;
  }
  .jacket .arm--left--upper {
    --step-one: translateX(29cqi) translateY(3cqi) rotate(-25deg);
    --step-two: translateX(30cqi) translateY(-1cqi) rotate(-53deg);
    --step-thr: translateX(32cqi) translateY(-6cqi) rotate(-78deg);
    --step-fou: translateX(360%) translateY(-30%) rotate(-90deg);
    position: absolute;
    width: 9cqi;
    height: 30cqi;
    background-color: #c80000;
    background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    border-radius: 50% 50% 50% 50% / 25% 25% 25% 25%;
    z-index: 50;
    animation: arm-left-upper var(--animation);
    transform: var(--step-one);
  }
  .jacket .arm--left--lower {
    --step-one: translateX(440%) translateY(98%) rotate(6deg);
    --step-two: translateX(48cqi) translateY(10cqi) rotate(-73deg);
    --step-thr: translateX(47cqi) translateY(-10cqi) rotate(-162deg);
    --wave-left: translate(508%, -60%) rotate(-195deg);
    --wave-right: translate(548%, -60%) rotate(-170deg);
    position: absolute;
    width: 8cqi;
    height: 25cqi;
    border-radius: 50% 50% 10% 10% / 25% 25% 10% 10%;
    background-color: #c80000;
    background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    z-index: 55;
    animation: arm-left-lower var(--animation);
    transform: translateX(33cqi) translateY(98%) rotate(6deg);
  }
  .jacket .arm--left--lower:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8cqi;
    width: 3cqi;
    height: 8cqi;
    transform: rotate(2deg);
    background: #111;
    border-radius: 0% 0% 50% 50% / 0% 0% 20% 20%;
    transform: translateZ(-1px);
    animation: mitten-left var(--animation);
    opacity: 0;
    visibility: hidden;
    z-index: 55;
  }
  .jacket .arm--left--lower:after {
    content: "";
    position: absolute;
    bottom: -10cqi;
    left: 0;
    width: 7cqi;
    height: 10cqi;
    transform: rotate(2deg);
    background: var(--mitton-color);
    border-radius: 0% 0% 50% 50% / 0% 0% 40% 40%;
    transform: translateZ(-1px);
    z-index: 53;
  }
  .jacket .arm--right--upper {
    position: absolute;
    top: 10%;
    left: -22%;
    width: 9cqi;
    height: 22cqi;
    transform: rotate(26deg);
    background: #c80000;
    background: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 25%, #c80000 70%, #af0000 75%, #af0000 100%);
    border-radius: 30% 10% 10% 10% / 30% 10% 10% 10%;
    border-top: 0.5cqi solid #ff2f2f;
    border-right: 0.5cqi solid #620000;
    border-left: 0.5cqi solid #ff2f2f;
    z-index: 51;
  }
  .jacket .arm--right--lower {
    position: absolute;
    top: 48%;
    left: -84%;
    width: 22cqi;
    height: 8cqi;
    transform: rotate(-14deg);
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    background: #c80000;
    background: linear-gradient(180deg, #e20000 0%, #e20000 15%, #c80000 30%, #c80000 65%, #af0000 80%, #af0000 100%);
    border-top: 0.5cqi solid #ff2f2f;
    border-bottom: 0.5cqi solid #620000;
    z-index: 50;
  }
  .jacket--front {
    --breast-pocket-height: 16%;
    --breast-pocket-position-x: 5%;
    --breast-pocket-position-y: 22%;
  }
  .jacket--front--left {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #c80000;
    /*
				background: linear-gradient(
					90deg,
					@jacket-color 0%,
					//@jacket-color-light-10, 0) 20%,
					//@jacket-color 25%,
					@jacket-color 70%,
					@jacket-color-dark-10 85%,
					@jacket-color-dark-10 100%
				);
				*/
    border-top: 0.5cqi solid #620000;
    border-right: 0.5cqi solid #620000;
    border-radius: 50% 50% 0% 4% / 13% 25% 0% 4% ;
    z-index: 52;
  }
  .jacket--front--right {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #c80000;
    background: linear-gradient(90deg, #c80000 0%, #c80000 70%, #af0000 85%, #af0000 100%);
    border-top: 0.5cqi solid #620000;
    border-right: 0.5cqi solid #620000;
    border-radius: 50% 50% 4% 4% / 13% 13% 4% 4%;
    z-index: 52;
  }
  .jacket--front--zipper--left {
    position: absolute;
    top: var(--breast-pocket-position-y);
    right: 64%;
    width: var(--zipper-width);
    height: var(--breast-pocket-height);
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #c80000;
    z-index: 55;
  }
  .jacket--front--zipper--right {
    position: absolute;
    top: var(--breast-pocket-position-y);
    left: 63%;
    width: var(--zipper-width);
    height: var(--breast-pocket-height);
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #c80000;
    z-index: 55;
  }
  .jacket:before {
    content: "";
    position: absolute;
    bottom: var(--waist-pocket-position-y);
    right: var(--waist-pocket-position-x);
    width: var(--zipper-width);
    height: var(--waist-pocket-height);
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #c80000;
    border-radius: --zipper-border-radius;
    transform: rotate(-25deg);
    z-index: 55;
  }
  .jacket:after {
    content: "";
    position: absolute;
    bottom: var(--waist-pocket-position-y);
    left: var(--waist-pocket-position-x);
    width: var(--zipper-width);
    height: var(--waist-pocket-height);
    background-color: var(--zipper-bg-color);
    border: 1cqi solid #c80000;
    border-radius: --zipper-border-radius;
    transform: rotate(25deg);
    z-index: 55;
  }
  @keyframes jacket {
    0% {
      transform: translateX(-50%) rotate(-2deg);
    }
    15% {
      transform: translateX(-50%) rotate(0deg);
    }
    85% {
      transform: translateX(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-50%) rotate(-2deg);
    }
  }
  @keyframes left-shoulder {
    0% {
      border-radius: 50% 50% 4% 4% / 13% 13% 4% 4%;
    }
    10% {
      border-radius: 50% 50% 4% 4% / 13% 2% 4% 4%;
    }
    90% {
      border-radius: 50% 50% 4% 4% / 13% 2% 4% 4%;
    }
    100% {
      border-radius: 50% 50% 4% 4% / 13% 13% 4% 4%;
    }
  }
  @keyframes arm-left-upper {
    0% {
      transform: var(--step-one);
      background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    }
    5% {
      transform: var(--step-two);
    }
    10% {
      transform: var(--step-thr);
    }
    15% {
      transform: var(--step-fou);
      background-image: linear-gradient(90deg, #af0000 0%, #af0000 20%, #c80000 40%, #c80000 60%, #e20000 80%, #e20000 100%);
    }
    85% {
      transform: var(--step-fou);
      background-image: linear-gradient(90deg, #af0000 0%, #af0000 20%, #c80000 40%, #c80000 60%, #e20000 80%, #e20000 100%);
    }
    90% {
      transform: var(--step-thr);
    }
    95% {
      transform: var(--step-two);
    }
    100% {
      transform: var(--step-one);
      background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    }
  }
  @keyframes arm-left-lower {
    0% {
      transform: var(--step-one);
      background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    }
    5% {
      transform: var(--step-two);
    }
    10% {
      transform: var(--step-thr);
    }
    15% {
      transform: var(--wave-left);
      background-image: linear-gradient(90deg, #af0000 0%, #af0000 20%, #c80000 40%, #c80000 60%, #e20000 80%, #e20000 100%);
    }
    20% {
      transform: var(--wave-right);
    }
    25% {
      transform: var(--wave-left);
    }
    30% {
      transform: var(--wave-right);
    }
    35% {
      transform: var(--wave-left);
    }
    40% {
      transform: var(--wave-right);
    }
    45% {
      transform: var(--wave-left);
    }
    50% {
      transform: var(--wave-right);
    }
    55% {
      transform: var(--wave-left);
    }
    60% {
      transform: var(--wave-right);
    }
    65% {
      transform: var(--wave-left);
    }
    70% {
      transform: var(--wave-right);
    }
    75% {
      transform: var(--wave-left);
    }
    80% {
      transform: var(--wave-right);
    }
    85% {
      transform: var(--wave-left);
      background-image: linear-gradient(90deg, #af0000 0%, #af0000 20%, #c80000 40%, #c80000 60%, #e20000 80%, #e20000 100%);
    }
    90% {
      transform: var(--step-thr);
    }
    95% {
      transform: var(--step-two);
    }
    100% {
      transform: var(--step-one);
      background-image: linear-gradient(90deg, #e20000 0%, #e20000 20%, #c80000 40%, #c80000 60%, #af0000 80%, #af0000 100%);
    }
  }
  @keyframes mitten-left {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    10% {
      opacity: 0.5;
      visibility: visible;
    }
    15% {
      opacity: 1;
      visibility: visible;
    }
    85% {
      opacity: 1;
      visibility: visible;
    }
    90% {
      opacity: 0.5;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
}
@layer skis {
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 200;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
  }
  .skis {
    position: absolute;
    bottom: var(--skis-position-y);
    left: var(--skis-position-x);
    width: var(--skis-width);
    height: var(--skis-height);
    transform: rotate(-2deg);
    font-family: "Poppins", sans-serif;
    color: #333;
    animation: skis var(--animation);
    z-index: 90;
    container-type: inline-size;
    container-name: skis;
  }
  .skis:after {
    content: "skiskiski";
    font-style: italic;
    text-shadow: -2px 2px 0 #ffffff;
    writing-mode: vertical-rl;
    font-size: 60cqw;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 91;
  }
  .skis .binding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    width: 90%;
    height: 30%;
    z-index: 98;
  }
  .skis .binding--front {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 25%;
    background: #000000;
    border-radius: 25% 25% 10% 10% / 75% 75% 10% 10%;
    z-index: 98;
  }
  .skis .binding--front:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    aspect-ratio: 1;
    background-color: black;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    z-index: 99;
  }
  .skis .binding--front:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10%;
    width: 100%;
    height: 75%;
    background: #333;
    /*
						background: linear-gradient(
							180deg,
							rgba(255, 0, 0, 1) 33%,
							rgba(255, 255, 0, 1) 66%,
							rgba(0, 255, 0, 1) 100%
						);
					*/
    border-radius: 10% 10% 25% 25% / 10% 10% 75% 75%;
    border-radius: 45% 45% 10% 10% / 75% 75% 10% 10%;
    z-index: 98;
  }
  .skis .binding--back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    width: 90%;
    height: 20%;
    background-color: #dcdcdc;
    background-color: black;
    border-radius: 10% 10% 25% 25% / 10% 10% 75% 75%;
    z-index: 98;
  }
  .skis .binding--back:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    aspect-ratio: 1;
    background-color: #666;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    z-index: 99;
  }
  .skis .binding--back:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70%;
    width: 90%;
    height: 125%;
    background: #000;
    /*
						background: linear-gradient(
							180deg,
							rgba(255, 0, 0, 1) 33%,
							rgba(255, 255, 0, 1) 66%,
							rgba(0, 255, 0, 1) 100%
						);
						*/
    border-radius: 10% 10% 65% 65% / 10% 10% 75% 75%;
    z-index: 98;
  }
  .skis--upper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
    width: 100%;
    height: 70%;
    background: var(--ski-bg);
    border-radius: 0% 0% 25% 25% / 0% 0% 90% 90%;
    background: linear-gradient(90deg, #002868 0%, #002868 33%, #ffffff 33%, #ffffff 66%, #bf0a30 66%, #bf0a30 100%);
    z-index: 95;
  }
  .skis--upper:before {
    content: "skiskiski";
    font-style: italic;
    text-shadow: -2px 2px 0 #ffffff;
    writing-mode: vertical-rl;
    font-size: 60cqw;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    z-index: 96;
  }
  .skis--upper:after {
    content: "";
    position: absolute;
    top: 29%;
    left: -25%;
    width: 100%;
    height: 10%;
    transform: rotate(-105deg);
    background: var(--mitton-color);
    border-radius: 25% 56% 47% 27% / 20% 25% 43% 24%;
    z-index: 99;
  }
  .skis--upper--tips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 5%;
    z-index: 10;
    background: var(--ski-bg);
    border-radius: 50% 50% 0% 0% / 50% 50% 0% 0%;
    background: linear-gradient(90deg, #002868 0%, #002868 33%, #ffffff 33%, #ffffff 66%, #bf0a30 66%, #bf0a30 100%);
  }
  .skis--lower {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
    width: 100%;
    height: 50%;
    z-index: 10;
    border-radius: 25% 25% 0% 0% / 90% 90% 10% 10%;
    overflow: clip;
    background: linear-gradient(90deg, #002868 0%, #002868 33%, #ffffff 33%, #ffffff 66%, #bf0a30 66%, #bf0a30 100%);
    /*
				&--sticker {
				//content: "";
					position: absolute;
					left: 0;
					bottom: 20%;
					width: 120%;
					height: 20%;
					background-color: white;
					border-radius: ~"0% 0% 0% 0% / 0% 0% 0% 0%";
					z-index: 30;
					//transform: rotate(70deg);
					//border: 3px solid red;
					&:after {
					//content: "";
						position: absolute;
						left: -5%;
						bottom: -15%;
						width: 120%;
						height: 30%;
						background-color: white;
						border-radius: ~"0% 0% 0% 0% / 0% 0% 0% 0%";
						z-index: 31;
						transform: rotate(-15deg);
					}
					&--stripes {
						position: absolute;
						border-radius: ~"50% 0% 50% 0% / 33% 0% 33% 0%";
						z-index: 3000;
						transform: rotate(-15deg);
						width: 60%;
						height: 25%;
						background-color: #000;
						left: 15%;
						bottom: 20%;
						&:first-child {
							bottom: 50%;
						}
						&:last-child {
							bottom: -10%;
						}
					}
				}
			*/
  }
  .skis--lower--tips {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    z-index: 10;
    background: linear-gradient(90deg, #002868 0%, #002868 33%, #ffffff 33%, #ffffff 66%, #bf0a30 66%, #bf0a30 100%);
    border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;
  }
  @keyframes skis {
    0% {
      transform: rotate(-2deg);
    }
    5% {
      transform: rotate(-2deg);
    }
    15% {
      transform: rotate(-3deg);
    }
    85% {
      transform: rotate(-3deg);
    }
    90% {
      transform: rotate(-2deg);
    }
    95% {
      transform: rotate(-2deg);
    }
    100% {
      transform: rotate(-2deg);
    }
  }
}
@layer helmet {
  .face {
    border-radius: 50% 50% 50% 50% / 16% 16% 84% 84%;
    position: absolute;
    top: 50%;
    left: 10%;
    width: var(--face-width);
    height: 55%;
    background: var(--skin-color);
    z-index: 62;
  }
  .mouth {
    position: absolute;
    top: 80%;
    left: 56% / 2%;
    background: #fff;
    width: 40%;
    height: 8%;
    background-color: pink;
    padding: 2%;
    border-radius: 50% 50% 50% 50% / 6% 6% 94% 94%;
    animation: smile var(--animation);
    z-index: 65;
  }
  .mouth .teeth {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 50% / 6% 6% 94% 94%;
    z-index: 66;
  }
  @keyframes smile {
    0% {
      height: 3%;
    }
    5% {
      height: 3%;
    }
    8% {
      height: 8%;
    }
    100% {
      height: 8%;
    }
  }
  .goggles {
    position: absolute;
    width: var(--goggle-width);
    height: var(--goggle-height);
    top: var(--goggle-position-y);
    left: var(--goggle-position-x);
    z-index: 64;
  }
  .goggles > div {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    border-top: 5px solid #000;
    background: #833ab4;
    background: linear-gradient(181deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    overflow: clip;
  }
  .goggles--left {
    left: 0;
    border-radius: 100% 0% 50% 15% / 20% 0% 40% 30%;
    position: relative;
    overflow: clip;
  }
  .goggles--left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #833ab4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, #fd1d1d 20%, rgba(253, 29, 29, 0) 40%, rgba(131, 58, 180, 0) 100%);
  }
  .goggles--right {
    right: 0;
    border-radius: 0% 100% 15% 50% / 0% 20% 30% 40%;
    position: relative;
    overflow: clip;
  }
  .goggles--right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #833ab4;
    background: linear-gradient(90deg, rgba(131, 58, 180, 0) 0%, rgba(253, 29, 29, 0) 60%, #fd1d1d 80%, rgba(0, 0, 0, 0.8) 100%);
  }
  .goggles--right:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 20%;
    width: 20%;
    height: 90%;
    border-radius: 31% 69% 35% 65% / 80% 15% 85% 20%;
    background: #fff;
    background: radial-gradient(circle, #ffffff 0%, rgba(148, 187, 233, 0) 100%);
    z-index: 88;
  }
  .helmet {
    position: absolute;
    top: var(--helmet-position-y);
    left: var(--helmet-position-x);
    width: var(--helmet-width);
    height: var(--helmet-height);
    aspect-ratio: var(--helmet-aspect-ratio);
    background: #fff;
    background: linear-gradient(180deg, #ffffff 0%, #eeeeee 40%, rgba(var(--goggle-strap-color)) 40%, rgba(var(--goggle-strap-color)) 55%, #424242 55%, #424242 70%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    transform: translateX(-56%) rotate(-2deg);
    overflow: clip;
    border-radius: 45% 45% 50% 50% / 40% 40% 48% 50%;
    position: relative;
    z-index: 61;
    animation: helmet var(--animation);
  }
  @keyframes helmet {
    0% {
      transform: translateX(-56%) rotate(-2deg);
    }
    15% {
      transform: translateX(-50%) rotate(0deg);
    }
    85% {
      transform: translateX(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-56%) rotate(-2deg);
    }
  }
  .helmet .smith-sticker {
    position: absolute;
    left: 20%;
    top: 27%;
    width: 25%;
    aspect-ratio: 610 / 150;
    /*
			background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg width="610" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
        <title>Smith Optics</title>
        <g class="layer">
            <title>Layer 1</title>
            <g id="svg_1">
                <path d="m24.6,42.4c0,4.2 7.1,6.7 7.1,6.7s56.8,23.1 92.8,50.5l0,23.8c-50.8,-37.9 -110.2,-59.9 -110.2,-59.9s-5.4,-1.9 -7.1,-2.9c-1.6,-1 -2.1,-3.3 -2.2,-5.5l0,-23.6c0,-3.4 7.2,-9.3 7.2,-9.3c16.6,-14.5 33.3,-17.5 54.1,-17.5c32.6,0 58.3,18.6 58.3,18.6l-0.1,22.1c0,0 -25.9,-19.4 -58.2,-19.4c-30.6,0 -41.7,10.8 -41.7,16.4m66.5,79c0,0 -8.7,2.8 -24.2,2.8c-24.2,0 -46.7,-12.1 -61.9,-21.3l0,24.2c0,0 24.9,18.2 62.1,18.2c27.2,0 45.9,-9.9 45.9,-9.9s-6.5,-4.7 -11.7,-8.1c-5.2,-3.5 -10.2,-5.9 -10.2,-5.9m224.3,21l22.4,0l0,-134.1l-22.4,0l0,134.1zm46.5,-115l41.4,0l0,115l22.7,0l0,-115l41.3,0l0,-19.1l-105.4,0l0,19.1zm220.7,-19.1l0,60.2l-69.8,0l0,-60.2l-22.4,0l0,134.1l22.4,0l0,-54.4l69.8,0l0,54.4l22.4,0l0,-134.1l-22.4,0zm-363.8,69.6l-48.4,-69.6l-22.3,0l0,134.1l22.3,0l0,-98.9l48.3,70.6l48.4,-70.6l0,98.9l22.2,0l0,-134.1l-22.2,0l-48.3,69.6z" fill="%23000000" id="svg_2" stroke="%23ffffff" />
            </g>
        </g>
    </svg>');
			*/
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    transform: rotate(-3deg);
    z-index: 61;
  }
  .helmet .sticker {
    /*
    &--fou {
    position: absolute;
    left: 50%;
    top: 0%;
    width: 25%;
    height: 25%;
    //background: white;
    //border: 1cqi solid red;
    //border-radius: ~"50% 50% 50% 50% / 50% 50% 50% 50%";
    transform: rotate(45deg);
    &:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: ~"0% 0% 0% 0% / 0% 0% 0% 0% ";
    width: 100%;
    height: 50%;
    }
    &:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: ~"0% 0% 0% 0% / 0% 0% 0% 0% ";
    width: 50%;
    height: 100%;
    }
    }
    */
  }
  .helmet .sticker--fou {
    position: absolute;
    left: 48%;
    top: 11%;
    width: 25%;
    height: 18%;
    corner-shape: notch;
    border-radius: 10px;
    background-color: #000;
    transform: rotate(48deg);
  }
  .helmet .sticker--one {
    position: absolute;
    left: 70%;
    top: 19%;
    z-index: 1;
    width: 15%;
    height: 15%;
    background: black;
    transform: rotate(48deg);
  }
  .helmet .sticker--two {
    position: absolute;
    left: 85%;
    top: 20%;
    z-index: 1;
    width: 15%;
    height: 15%;
    background: black;
    transform: rotate(46deg);
  }
  .helmet .sticker--thr {
    position: absolute;
    left: 0%;
    top: 3%;
    width: 25%;
    height: 25%;
    background: white;
    border: 1cqi solid red;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }
  .helmet .sticker--thr:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: blue;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    width: 50%;
    height: 50%;
  }
  .helmet .vent--left {
    position: absolute;
    left: 30%;
    top: 5%;
    z-index: 1;
    width: 20%;
    height: 3%;
    background: #333;
    border-radius: 0% 100% 0% 100% / 100% 0% 100% 0%;
    transform: rotate(90deg);
  }
  .helmet .vent--right {
    position: absolute;
    right: 30%;
    top: 5%;
    z-index: 1;
    width: 20%;
    height: 3%;
    background: #333;
    border-radius: 0% 100% 0% 100% / 100% 0% 100% 0%;
    transform: rotate(90deg);
  }
  .helmet:after {
    content: "";
    position: absolute;
    left: 38%;
    top: 56%;
    border-radius: 50% 50% 50% 50% / 75% 75% 25% 25%;
    width: 26%;
    height: 22%;
    background: var(--skin-color);
    border-top: 3px solid #000;
    border-right: none;
    border-bottom: none;
    border-left: none;
    z-index: 68;
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  html,
  body {
    -webkit-font-smoothing: antialiased;
  }
  /* Selection */
  ::selection {
    background-color: var(--color-primary);
    color: var(--color-dark);
    text-shadow: none;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html,
  body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  body {
    font-size: var(--size-font);
    margin: 0;
    padding: 0;
    color: #000;
    background-color: var(--ground-snow);
  }
  strong {
    font-weight: bolder;
  }
  a {
    color: var(--color-primary);
    text-decoration: underline;
  }
}
@layer fonts {
  @font-face {
    font-family: 'Luckiest Guy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/luckiestguy/v25/_gP_1RrxsjcxVyin9l9n_j2RSg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
  }
  h1 {
    font-size: 10vw;
    margin: 1em;
    font-weight: 200;
    line-height: 1;
    font-family: var(--font-family);
    color: var(--color);
  }
  p {
    font-size: 1rem;
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1.4;
    font-weight: 300;
    font-family: Poppins;
    color: var(--color);
  }
}
@layer landing {
  .snow {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 20;
  }
  .stage {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 768px;
    max-height: 1024px;
    aspect-ratio: 3 / 4;
    height: 50vh;
    margin: 0 auto 3em auto;
    bottom: 0;
    z-index: -1;
    container-type: inline-size;
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: -20px;
    background-size: 75%;
  }
  .parallax {
    width: 100%;
    position: relative;
  }
  .parallax__layers {
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .parallax__layers.flex {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  .parallax__title {
    font-weight: 700;
    font-family: "Luckiest Guy", cursive;
    color: #ffffff;
    text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .parallax__layer--img {
    pointer-events: none;
    width: 100%;
    aspect-ratio: 1920 / 1200;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .parallax__header {
    z-index: 2;
    padding: 10em 1em;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    display: flex;
    position: relative;
  }
  .parallax__layer-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50svh;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  .parallax__visuals {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@layer contact {
  .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: poppins;
    position: relative;
  }
  .contact ul li {
    list-style: none;
    margin-bottom: 2em;
  }
  .contact ul li a {
    display: grid;
    grid-template-columns: minmax(min-content, max-content);
    grid-template-rows: 1fr 1fr;
    text-decoration: none;
  }
  .contact ul li a > *:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin-right: 1em;
    align-self: center;
  }
  .contact ul li a > *:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: var(--ice-blue);
    font-weight: bold;
    line-height: 1.2;
  }
  .contact ul li a > *:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    color: #333;
    line-height: 1.2;
  }
  .contact ul li svg {
    height: 2em;
    fill: var(--ice-blue);
  }
  .contact h2 {
    color: var(--ice-blue);
    font-family: "Luckiest Guy", cursive;
    text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #c8d0e7;
  }
  .contact h3 {
    color: var(--ice-blue);
    font-family: "Luckiest Guy", cursive;
    text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #c8d0e7;
  }
}
@layer responsive {
  @media screen and (min-width: 0) and (max-width: 319px) {
    section {
      display: none;
    }
  }
}
@layer shared {
  .yeti {
    width: 256px;
    aspect-ratio: 1 / 1;
  }
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@layer navigation {
  nav {
    font-family: Poppins;
    z-index: 5000;
    pointer-events: none;
    position: fixed;
    inset: 0;
  }
  nav ul {
    width: 100%;
    margin: 0;
    grid-column-gap: 0.375em;
    grid-row-gap: 0.375em;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    position: relative;
  }
  nav ul li {
    list-style: none;
    transition: 0.4s;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.5em;
    font-weight: 600;
  }
  nav ul li a {
    color: var(--primary-color);
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }
  nav ul li.active a {
    color: var(--ice-blue);
  }
  .navigation__dark-bg {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    opacity: 0;
    pointer-events: auto;
    visibility: hidden;
    background-color: #000;
    position: absolute;
    inset: 0;
  }
  [data-navigation-status="active"] .navigation__dark-bg {
    opacity: 0.33;
    visibility: visible;
  }
  .hamburger-nav {
    border-radius: 1.5em;
    position: absolute;
    top: 2em;
    right: 2em;
  }
  .hamburger-nav__bg {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    border-radius: 1.75em;
    width: 3.5em;
    height: 3.5em;
    position: absolute;
    top: 0;
    right: 0;
  }
  [data-navigation-status="active"] .hamburger-nav__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hamburger-nav__group {
    transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1), transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    pointer-events: auto;
    transform-origin: 100% 0;
    flex-flow: column;
    padding: 2.25em 2.5em 2em 2em;
    display: flex;
    position: relative;
    transform: scale(0.15) rotate(0.001deg);
    opacity: 0;
    visibility: hidden;
  }
  [data-navigation-status="active"] .hamburger-nav__group {
    transform: scale(1) rotate(0.001deg);
    opacity: 1;
    visibility: visible;
  }
  .hamburger-nav__a[aria-current] .hamburger-nav__p {
    opacity: 0.33;
  }
  .hamburger-nav__p {
    white-space: nowrap;
    margin-bottom: 0;
    padding-right: 1.25em;
    font-size: 2em;
  }
  .hamburger-nav__dot {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    background-color: currentColor;
    border-radius: 50%;
    flex-shrink: 0;
    width: 0.5em;
    height: 0.5em;
    transform: scale(0) rotate(0.001deg);
    opacity: 0.5;
  }
  .hamburger-nav__a[aria-current] .hamburger-nav__dot {
    transform: scale(1) rotate(0.001deg);
    opacity: 1;
  }
  .hamburger-nav:has(.hamburger-nav__a:hover) .hamburger-nav__dot {
    transform: scale(0) rotate(0.001deg);
  }
  .hamburger-nav .hamburger-nav__a:hover .hamburger-nav__dot {
    transform: scale(1) rotate(0.001deg);
    opacity: 0.25;
  }
  .hamburger-nav__toggle {
    pointer-events: auto;
    cursor: pointer;
    width: 3.5em;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hamburger-nav__toggle .icon {
    width: 100%;
    height: 100%;
    fill: white;
    transition: transform var(--animation-default);
    transform: rotate(0deg);
  }
  .hamburger-nav__toggle .icon:hover {
    transform: rotate(-180deg);
  }
  [data-navigation-status="active"] .hamburger-nav__toggle {
    transform: translate(-1em, 1em) rotate(0.001deg);
    width: 1.5em;
    height: 1.5em;
  }
  [data-navigation-status="active"] .hamburger-nav__toggle .icon {
    fill: var(--ice-blue);
  }
  .hamburger-nav__toggle-bar {
    transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    background-color: #131313;
    width: 40%;
    height: 0.125em;
    position: absolute;
    transform: translateY(-0.15em) rotate(0.001deg);
  }
  .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
    transform: translateY(0.15em) rotate(0.001deg);
  }
  [data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar {
    transform: translateY(0em) rotate(45deg);
  }
  .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
    transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
    transform: translateY(0.15em) rotate(0.001deg);
  }
  .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
    transform: translateY(-0.15em) rotate(0.001deg);
  }
  [data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
    transform: translateY(0em) rotate(-45deg);
  }
}
@layer snowing {
  .snowflake-container {
    z-index: 100;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }
  .snowflake-el {
    aspect-ratio: 1 / 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    position: absolute;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 112 112" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><use xlink:href="%23_Image1" x="5.732" y="0" width="101px" height="112px"/><defs><image id="_Image1" width="101px" height="112px" xlink:href="data:image/png;base64,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"/></defs></svg>');
  }
  .snowflake-el.hidden {
    opacity: 0;
  }
}

