@media only screen and (min-width: 0rem) {
	#what-we-do .craftiq-card-group {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		margin: 0;
		width: 100%;
		padding: 0;
		row-gap: 1.875rem;
	}

	#what-we-do .craftiq-item {
		list-style: none;
		text-align: left;
		margin: 2.75rem 0 0 0;
		grid-column: span 12;
		grid-row: span 1;
	}

	#what-we-do .craftiq-link {
		text-decoration: none;
		z-index: 1;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		border-radius: 1rem;
		background-color: #f7f7f7;
		width: 100%;
		box-sizing: border-box;
		padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 6vw, 4rem);
		transition: background-color 0.3s;
	}

	#what-we-do .craftiq-link:hover {
		cursor: pointer;
	}

	#what-we-do .universe {
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#what-we-do .satellite {
		left: -0.625rem;
	}

	#what-we-do .shooting-star {
		position: absolute;
		right: 50%;
		top: -23.59%;
		width: 1px;
		height: 70px;
		background: #fff;
		transform: rotate(-33deg);
		animation: none;
	}

	#what-we-do .shooting-star2 {
		top: -26.59%;
	}
}

@media only screen and (min-width: 0rem) {
	body.dark-mode #what-we-do .craftiq-item:hover .shooting-star {
		-webkit-animation: shootingStar;
		animation: shootingStar;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}

	body.dark-mode #what-we-do .craftiq-item:hover .shooting-star2 {
		-webkit-animation: shootingStar2;
		animation: shootingStar2;
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-animation-delay: 1.5s;
		animation-delay: 1.5s;
	}
}

@media only screen and (min-width: 0rem) {

	body.dark-mode #video-548 .craftiq-title,
	body.dark-mode #video-548 .craftiq-text {
		color: var(--bodyTextColorWhite);
	}

	body.dark-mode #video-548 .craftiq-topper {
		color: var(--secondary);
	}

	body.dark-mode #video-548 .craftiq-text {
		opacity: 0.8;
	}

	body.dark-mode #video-548::before {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

@media only screen and (min-width: 0rem) {
	#pricing {
		padding: var(--sectionPadding);
		padding-top: 0;
	}

	#pricing .craftiq-container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: auto;
		max-width: 80em;
		width: 100%;
		gap: clamp(3rem, 6vw, 4rem);
	}

	#pricing .craftiq-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	#pricing .craftiq-title {
		max-width: 20ch;
	}

	#pricing .craftiq-text {
		max-width: 32.625rem;
	}

	#pricing .craftiq-card-group {
		transform-style: preserve-3d;
		perspective: 700px;
		display: flex;
		flex-direction: column;
		flex-flow: wrap row;
		justify-content: center;
		margin: 0;
		width: 100%;
		padding: 0;
		gap: clamp(1rem, 2vw, 1.25rem);
	}

	#pricing .craftiq-item {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		border-radius: 1rem;
		margin: 0;
		background-color: #f7f7f7;
		max-width: 31.25rem;
		width: 100%;
		box-sizing: border-box;
		padding: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
		list-style: none;
	}

	#pricing .craftiq-item.craftiq-popular {
		background-color: var(--primary);
		position: relative;
		z-index: 10;
	}

	#pricing .craftiq-item.craftiq-popular .craftiq-package,
	#pricing .craftiq-item.craftiq-popular .craftiq-li,
	#pricing .craftiq-item.craftiq-popular .craftiq-duration {
		color: var(--bodyTextColorWhite);
	}

	#pricing .craftiq-item.craftiq-popular .craftiq-price {
		color: var(--bodyTextColorWhite);
	}

	#pricing .craftiq-package {
		margin-bottom: 1rem;
		text-transform: uppercase;
		font-family: var(--headerFont);
		font-size: clamp(1.5625rem, 3vw, 2.25rem);
		line-height: 1.2em;
		font-weight: 700;
		color: #111926;
	}

	#pricing .craftiq-ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		gap: 0.75rem;
	}

	#pricing .craftiq-li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0;
		width: 100%;
		padding: 0;
		list-style: none;
		font-size: clamp(0.875rem, 1.5vw, 1rem);
		line-height: 1.2em;
		color: var(--bodyTextColor);
		gap: 1rem;
	}

	#pricing .craftiq-li.craftiq-disabled {
		opacity: 0.8;
	}

	#pricing .craftiq-li.craftiq-disabled .craftiq-icon {
		width: 1rem;
		margin-right: 4px;
	}

	#pricing .craftiq-icon {
		display: block;
		height: auto;
		width: 1.5rem;
	}

	#pricing .craftiq-price {
		font-family: var(--headerFont);
		display: flex;
		align-items: baseline;
		margin: auto 0 1rem;
		padding-top: clamp(3rem, 6vw, 4rem);
		font-size: 3.0625rem;
		line-height: 1.2em;
		font-weight: 900;
		color: var(--headerColor);
		gap: 0.5rem;
	}

	#pricing .craftiq-duration {
		font-family: var(--bodyFont);
		font-size: 1rem;
		line-height: 1.5em;
		font-weight: 400;
		color: var(--bodyTextColor);
	}

	#pricing .craftiq-button-solid {
		width: fit-content;
	}
}

@media only screen and (min-width: 48rem) {
	#pricing .craftiq-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		text-align: left;
	}

	#pricing .craftiq-title {
		margin: 0;
	}

	#pricing .craftiq-option2 {
		top: auto;
		bottom: 0;
	}

	#pricing .craftiq-item {
		width: 48.9%;
	}
}

@media only screen and (min-width: 64rem) {
	#pricing .craftiq-card-group {
		flex-wrap: nowrap;
	}
}

@media only screen and (min-width: 0rem) {

	body.dark-mode #pricing .craftiq-title,
	body.dark-mode #pricing .craftiq-text,
	body.dark-mode #pricing .craftiq-li,
	body.dark-mode #pricing .craftiq-package,
	body.dark-mode #pricing .craftiq-price,
	body.dark-mode #pricing .craftiq-duration {
		color: var(--bodyTextColorWhite);
	}

	body.dark-mode #pricing .craftiq-text,
	body.dark-mode #pricing .craftiq-duration {
		opacity: 0.8;
	}

	body.dark-mode #pricing .craftiq-item {
		background-color: rgba(0, 0, 0, 0.4);
	}

	body.dark-mode #pricing .craftiq-item.craftiq-popular {
		background-color: rgba(0, 0, 0, 0.7);
		border: 1px solid #fff;
		animation: ulGlow 7.2s forwards infinite;
		box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 44px, inset rgba(67, 183, 255, 0.2) 0px 0px 30px, inset rgba(67, 183, 255, 0.2) 0px 0px 55px, rgba(67, 183, 255, 0.4) 0px 0px 10px;
	}

	body.dark-mode #pricing .craftiq-icon {
		filter: grayscale(1) brightness(1000%);
	}

	@keyframes ulGlow {
		0% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 69px, inset rgba(67, 183, 255, 0.2) 0px 0px 60px, rgba(67, 183, 255, 0.2) 0px 0px 74px;
		}

		50% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 39px, inset rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 74px;
		}

		51% {
			box-shadow: none;
		}

		52% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 69px, inset rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 74px;
		}

		53% {
			box-shadow: none;
		}

		64% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 69px, inset rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 74px;
		}

		78% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 14px, inset rgba(67, 183, 255, 0.2) 0px 0px 49px, inset rgba(67, 183, 255, 0.2) 0px 0px 14px, rgba(67, 183, 255, 0.2) 0px 0px 54px;
		}

		92% {
			box-shaodw: none;
		}

		93% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 14px, inset rgba(67, 183, 255, 0.2) 0px 0px 49px, inset rgba(67, 183, 255, 0.2) 0px 0px 14px, rgba(67, 183, 255, 0.2) 0px 0px 54px;
		}

		94% {
			box-shaodw: none;
		}

		95% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 14px, inset rgba(67, 183, 255, 0.2) 0px 0px 49px, inset rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 54px;
		}

		100% {
			box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 69px, inset rgba(67, 183, 255, 0.2) 0px 0px 60px, rgba(67, 183, 255, 0.2) 0px 0px 74px;
		}
	}
}