/******/
/*** SECTIONS ***/
/******/

/* NAV */

.global-nav .grid-container {
	max-width: 78.75rem;
}

.navigation__logo img {
	border-radius: 0;
}

.global-nav .background-white {
	border-bottom-left-radius: .625rem;
	border-bottom-right-radius: .625rem;
}

/* FOOTER */

footer img {
	border-radius: 0;
	max-width: 28rem;
}

footer a {
	font-size: 1rem;
}

footer .title {
	text-transform: uppercase;
	color: var(--mid-blue);
	font-size: .875rem;
}

.footer-menu ul, .socials-menu ul {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: flex-start;
  	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-menu li, .socials-menu li {
	width: calc(50% - .75rem);
	margin-bottom: .75rem;
}

.socials-menu li {
	width: calc(100% - .75rem);
	margin-bottom: .75rem;
}

.footer-utilities p {
	margin-block-start: .25rem;
}

footer .grid-parent .grid-50 {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* BACKGROUND IMAGE PLATFORM SELECTOR */

.background-image-platform-selector {
	min-height: 70vh;
}

.background-image-platform-selector h2.h3 {
	color: var(--color-lemon);
}

.background-image-platform-selector .background-gradient {
	height: 100%;
	mix-blend-mode: multiply;
	background: linear-gradient(90deg,rgba(57, 93, 161, 0) 0%, rgba(21, 34, 59, 1) 100%);
}

/* COLUMNS */

.column {
	margin-bottom: 1.5rem;
}

.column h3.grid-100 img {
	max-width: 3rem;
}

/* FAQs */

.accordion .a-container .a-panel {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	height: auto;
	max-height: 0;
	overflow: hidden;
	padding: 0 .625rem;
}

.accordion p.a-btn {
	padding: 1.75rem 0 0.625rem 0 !important;
}

p.a-btn:hover {
	cursor: pointer;
}

.a-container {
	border-bottom: solid .125rem var(--color-blue);
}

.accordion .a-container.active .a-panel {
	padding: 0.3125rem 0.625rem 0.875rem 0;
	opacity: 1;
	height: auto;
	max-height: 31.25rem;
	line-height: 1.6;
}

p.a-btn::after {
	border-style: solid;
	border-width: .125rem .125rem 0 0;
	content: " ";
	display: inline-block;
	float: right;
	height: .625rem;
	left: -.125rem;
	position: relative;
	right: 1.5em;
	top: .125rem;
	transform: rotate(135deg);
	transition: 0.3s ease-in-out;
	vertical-align: top;
	width: .625rem;
}

.a-container.active p.a-btn::after {
	transform: rotate(-45deg);
	transition: 0.2s ease-in-out;
}

/* IMAGE TICKER */

.infinite-scroll-container img {
	max-width: 13.25rem;
	padding: 0 1rem;
}

/* INTRO EPIC */

.intro .grid-container {
	padding-top: 4rem;
}

.intro-epic h1 {
	margin-bottom: -2rem;
}

.collage-ui {
	border-radius: .5rem;
	max-width: 27%;
}

.hero-image-center {
	max-width: 70%;
}

.ui-left {
	top: 26%;
	left: 16%;
}

.ui-right {
	right: 4%;
	bottom: 32%;
}

/* INSIGHTS */

.card-image {
	border-radius: .625rem;
	overflow: clip;
	aspect-ratio: 395 / 222;
}

/* SUCCESS STORIES */

.swiper-pagination {
	left: 1.25rem!important;
	width: 50%!important;
	text-align: left;
}

.arrows-container {
	width: 100%;
	text-align: right;
	float: right;
}

/* TESTIMONIALS */

.testimonials-swiper {
	overflow: hidden;
}

.testimonials-swiper p.large {
	max-width: 50rem;
}

.testimonials-stars {
	width: 7.25rem;
}

.profile-pic {
	max-width: 3.5rem;
}

.testimonial-logo {
	max-width: 7.5rem;
}

.background-lemon {
	width: .125rem;
	height: 3rem;
	background-color: var(--color-lemon);
}

.attribution {
	gap: 1rem;
}

.attribution p {
	margin-block-start: 0;
	margin-block-end: 0;
}

@media screen and (min-width: 48rem) {
	
}

@media screen and (max-width: 47.9375rem) {
	
}
