#why-nikon {
	background-color: #ebebeb;
}

#why-nikon .section-wrapper {
	max-width: 90%;
	margin: 0 auto;
	gap: 50px;
	padding-top: 50px;
	padding-bottom: 80px;
}

#why-nikon .nkn-free-entry-section {
	width: 90%;
}

/* Layout */
#why-nikon .section-wrapper,
#why-nikon .nkn-free-entry-col,
#why-nikon .nkn-free-entry-row,
#why-nikon .nkn-free-entry-section,
#why-nikon {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	align-items: center;
	text-align: center;
}

#why-nikon .nkn-free-entry-row {
	gap: 10px;
}

#why-nikon .nkn-free-entry-col {
	gap: 5px;
}

#why-nikon .nkn-free-entry-col .copy,
#why-nikon .nkn-free-entry-col .h3 {
	margin-bottom: 0;
}

#why-nikon .nkn-free-entry-col .h3 {
	line-height: 1;
}

#why-nikon .nkn-free-entry-col .text-link {
	margin-top: 10px;
}

#why-nikon .nkn-free-entry-col.img-wrap {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

#why-nikon .nkn-free-entry-col.copy-wrap img {
	margin-top: 10px;
}

/* Max Width */
#why-nikon .max-width-lg {
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Multi-column Section */
#why-nikon .section-type-multi-col {
	gap: 40px;
}

#why-nikon .section-type-multi-col .nkn-free-entry-col {
	width: 100%;
	max-width: 265px;
}

/* Images */
#why-nikon .img-wrap img {
	max-width: 100%;
	display: block;
}

/* Links */
#why-nikon .text-link:focus,
#why-nikon .text-link:hover,
#why-nikon .text-link {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#why-nikon .text-link.arrow-link {
	align-items: center;
	display: flex;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	font-size: 1em;
	width: fit-content;
	padding-right: 15px;
}
#why-nikon .text-link.arrow-link:after {
	border-color: #000;
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: "";
	height: 0.6em;
	left: 10px;
	position: relative;
	top: -1px;
	transform: rotate(45deg);
	transition: left 250ms ease-out;
	width: 0.6em;
}
#why-nikon .text-link.arrow-link:hover:after {
	left: 15px;
}

/* Screen Reader Only */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Animation */
.section-animate {
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.6s ease,
		transform 0.6s ease;
}
.section-animate.animated {
	opacity: 1;
	transform: translateY(0);
}

/* Tablet & Up (768px & up) */
@media (min-width: 768px) {
	#why-nikon .section-wrapper {
		width: 100%;
	}

	#why-nikon .section-type-multi-col {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#why-nikon .section-type-multi-col .nkn-free-entry-row {
		width: 45%;
	}
}

@media (min-width: 1025px) {
	#why-nikon .section-type-multi-col {
		gap: 0;
		align-items: stretch;
	}

	#why-nikon .section-type-multi-col .nkn-free-entry-row {
		width: 25%;
	}

	#why-nikon .nkn-free-entry-section:not(.section-type-multi-col) {
		max-width: 680px;
	}
}
