:root {
	--vibrant-green: rgba(121, 210, 19, 1);
	--vibrant-blue: rgba(0, 171, 199, 1);
	--not-quite-black: #494949;
	--background-light-blue: rgba(242, 252, 255, 1);
}

*,
:after,
:before {
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	text-decoration: none
}

html {
	height: 100%;
}

body {
	color: var(--not-quite-black);
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Roboto, 'Helvetica Neue', sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5em;
}

img, fieldset {
	border: none;
}

img {
	max-width: 100%;
}

input {
	font: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	display: flex;
	flex-direction: column;
}

nav {
	display: flex;
	justify-content: space-between;
	margin: 40px;
}

nav img {
	max-height: 40px;
}

nav sl-button.partners::part(base) {
	border: 0 solid white;
	margin-right: 30px;
}

nav sl-button.partners::part(base):hover {
	color: var(--vibrant-green);
	background-color: white;
}

footer img {
	max-height: 30px;
}

footer a {
	color: var(--vibrant-blue);
	margin-right: 20px;
	font-size: 1rem;
	font-weight: 700;
}

sl-button.green-button::part(base) {
	background-color: var(--vibrant-green);
	color: white;
	border: 0 solid white;
	max-width: 150px;
}

.meet {
	background: linear-gradient(90deg, rgba(5, 137, 159, 1) 0%, rgba(67, 211, 229, 1) 100%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: white;
}

.meet > div {
	margin: 50px 100px 0 100px;
}

.meet div div:nth-child(1) {
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.2;
}

.meet div div:nth-child(2) {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}

.top,
.top-groups {
	background: linear-gradient(0deg, rgba(98, 162, 37, 1) 1%, rgba(121, 210, 19, 1) 100%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: white;
}

.top > div,
.top-groups > div {
	margin: 50px 100px 0 200px;
}

.top div div:nth-child(1) {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 40px;
}


.top-groups div div:nth-child(1) {
	font-size: 3vw;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.top div div:nth-child(2) {
	font-size: 3vw;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.top-groups div div:nth-child(2) {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 40px;
}

.meet img,
.top img,
.top-groups img,
.side-by-side img {
	max-height: 600px;
}

.side-by-side,
.div-center,
.div-center-padding {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.side-by-side > div:first-of-type {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.side-by-side2 {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.side-by-side2 > div:first-of-type {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
}

.side-by-side2 > div > div > div:first-of-type {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px;
}

.div-center-padding > div:first-of-type {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr;
}

.details-group-example sl-details:not(:last-of-type) {
	margin-bottom: 10px;
}

footer .content {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid lightgrey;
	padding: 20px;
}

.small-card {
	padding: 20px 20px 20px 10px;
	background-color: white;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin: 20px 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	min-width: 195px;
}

.small-card div {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0;
}

.small-card sl-icon {
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--vibrant-blue);
	background-color: white;
}

.large-card {
	padding: 20px 20px 20px 10px;
	background-color: white;
	color: var(--not-quite-black);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	max-width: 295px;
	min-width: 295px;
	min-height: 195px;
}

.large-card div {
	font-size: .8rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0;
	text-align: center;
}

.large-card sl-icon {
	font-size: 36px;
	margin-bottom: 20px;
	color: var(--vibrant-green);
	background-color: white;

}

.card {
	color: white;
	padding: 50px 40px 50px 40px;
	background-color: var(--vibrant-blue);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin: 20px 10px;
}

.card sl-icon {
	font-size: 64px;
	margin-bottom: 20px;
}

.card div:nth-child(2) {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px;
}

.card div:nth-child(3) {
	line-height: 1.5;
	margin-bottom: 20px;
}

h1 {
	font-size: 3vw;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px;
}

.accent-type {
	color: var(--vibrant-blue);
	margin-bottom: 20px;
}

.accent-type-white {
	color: white;
	margin-bottom: 20px;
}

.black-background {
	background-color: var(--not-quite-black);
	color: white;
}

.light-blue-background {
	background-color: var(--background-light-blue);
	color: var(--not-quite-black);
}

.testimonials {
	color: white;
	background: linear-gradient(0deg, rgba(98, 162, 37, 1) 1%, rgba(121, 210, 19, 1) 100%);
}

.results {
	color: white;
	background: linear-gradient(90deg, rgba(5, 137, 159, 1) 0%, rgba(67, 211, 229, 1) 100%);
}

.header-controls {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: var(--sl-button-font-size-medium);
	height: var(--sl-input-height-medium);
	line-height: calc(var(--sl-input-height-medium) - var(--sl-input-border-width) * 2);
	font-family: var(--sl-input-font-family);
	font-weight: var(--sl-font-weight-semibold);
}

.header-controls a:visited {
	color: black;
}

.pricing-link a, .pricing-link a:visited {
	color: var(--vibrant-blue);
}

.pricing-link a:hover, .header-controls a:hover {
	color: var(--vibrant-green);
}

.contact-us sl-input {
	margin-bottom: 20px;
}

.contact-us {
	padding: 50px 0;
}

.about {
	border-bottom: 1px solid lightgrey;
	margin-bottom: 40px;
}

.bottom-border {
	padding-bottom: 40px;
	border-bottom: 6px solid var(--vibrant-blue);
}

.how-it-works-header {
	margin-top: 80px;
	font-size: 32px;
	font-weight: bold;
	line-height: 2.5rem;
}

video {
	min-width: 140px;
	min-height: 140px;
}

@media screen and (max-width: 830px) {
	.container {
		padding: 10px;
	}

	.meet,
	.top,
	.top-groups {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.top > div, .top-groups > div {
		margin: 10px;
	}

	.top-groups div div:nth-child(1) {
		font-size: 3rem;
	}

	nav {
		flex-direction: column;
	}

	nav .contact {
		display: none;
	}

	.div-center,
	.div-center-padding,
	.side-by-side > div:first-of-type,
	.side-by-side2 > div:first-of-type {
		width: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.div-center-padding > div:first-of-type {
		width: 100%;
	}

	.results {
		padding: 20px;
	}

	footer img {
		max-height: max-content;
	}

	footer .content {
		width: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		line-height: 2.5;
	}

	footer > div {
		margin-bottom: 20px;
	}
}

