
:root {
	--timeular-white: #fff;
	--early-black: black;
	--timeular-black: #1d1d1d;
	--timeular-lavendar: #85f;
	--timeular-midnight: #225;
	--timeular-asphalt: #29303d;
	--timeular-orchid: #d7f;
	--timeular-turquoise: #0ba;
	--timeular-saffron: #fa5;
	--timeular-blue: #24e;
	--timeular-midnight-100: #225;
	--timeular-midnight-80: #4e4e77;
	--timeular-midnight-60: #7a7a99;
	--timeular-midnight-40: #a7a7bb;
	--timeular-midnight-20: #d3d3dd;
	--timeular-midnight-10: #e9e9ee;
	--timeular-midnight-5: #f4f4f7;
	--timeular-lavendar-80: #a077ff;
	--timeular-lavendar-60: #b899ff;
	--timeular-lavendar-40: #cfbbff;
	--timeular-lavendar-20: #e7ddff;
	--timeular-lavendar-10: #f3eeff;
	--timeular-lavendar-5: #f9f7ff;
	--timeular-turquoise-80: #4ed6c9;
	--timeular-turquoise-60: #7ae0d6;
	--timeular-turquoise-40: #a7ebe4;
	--timeular-turquoise-20: #d3f5f1;
	--timeular-turquoise-10: #e9faf8;
	--timeular-turquoise-5: #f4fdfc;
	--timeular-saffron-80: #fb7;
	--timeular-saffron-60: #fc9;
	--timeular-saffron-40: #fdb;
	--timeular-saffron-20: #fed;
	--timeular-saffron-10: #fff7ee;
	--timeular-saffron-5: #fffbf7;
	--timeular-orchid-80: #e492ff;
	--timeular-orchid-60: #ebadff;
	--timeular-orchid-40: #f1c9ff;
	--timeular-orchid-20: #f8e4ff;
	--timeular-orchid-10: #fcf1ff;
	--timeular-orchid-5: #fdf8ff;
	--timeular-royale-100: #25f;
	--timeular-royale-80: #4e77ff;
	--timeular-royale-60: #7a99ff;
	--timeular-royale-40: #a7bbff;
	--timeular-royale-20: #d3ddff;
	--timeular-royale-10: #e9eeff;
	--timeular-royale-5: #f4f7ff;
	--earlyDark: #005226;
	--earlyDark75: #407d5c;
	--earlyDarkA75: rgba(0, 82, 38, .75);
	--earlyDark50: #80a993;
	--earlyDarkA50: rgba(0, 82, 38, .5);
	--earlyDark25: #bfd4c9;
	--earlyDarkA25: rgba(0, 82, 38, .25);
	--earlyDark15: #d9e5df;
	--earlyDarkA15: rgba(0, 82, 38, .15);
	--earlyDark5: #f2f6f4;
	--earlyDarkA5: rgba(0, 82, 38, .05);
	--earlyLight: #b4ff7f;
	--earlyLight75: #c7ff9f;
	--earlyLightA75: rgba(180, 255, 127, .75);
	--earlyLight50: #daffbf;
	--earlyLightA50: rgba(180, 255, 127, .5);
	--earlyLight25: #ecffdf;
	--earlyLightA25: rgba(180, 255, 127, .25);
	--earlyLight15: #f4ffec;
	--earlyLightA15: rgba(180, 255, 127, .15);
	--earlyLight5: #fbfff9;
	--earlyLightA5: rgba(180, 255, 127, .05);
	--onyxGrey: #353b39;
	--onyxGrey75: #696c6b;
	--onyxGreyA75: rgba(53, 59, 57, .75);
	--onyxGrey50: #9a9d9c;
	--onyxGreyA50: rgba(53, 59, 57, .5);
	--onyxGrey25: #cccece;
	--onyxGreyA25: rgba(53, 59, 57, .25);
	--onyxGrey15: #e1e2e1;
	--onyxGreyA15: rgba(53, 59, 57, .15);
	--onyxGrey5: #f5f5f5;
	--onyxGreyA5: rgba(53, 59, 57, .05);
	--blueDark: #4b81f7;
	--blueDark75: #79a2f9;
	--blueDarkA75: rgba(75, 129, 247, .75);
	--blueDark50: #a5c0fb;
	--blueDarkA50: rgba(75, 129, 247, .5);
	--blueDark25: #d2dffd;
	--blueDarkA25: rgba(75, 129, 247, .25);
	--blueDark15: #e2ebfe;
	--blueDarkA15: rgba(75, 129, 247, .15);
	--blueDark5: #f2f5fe;
	--blueDarkA5: rgba(75, 129, 247, .05);
	--blueLight: #d2fdfe;
	--blueLight75: #ddfeff;
	--blueLightA75: rgba(210, 253, 254, .75);
	--blueLight50: #e9feff;
	--blueLightA50: rgba(210, 253, 254, .5);
	--blueLight25: #f4feff;
	--blueLightA25: rgba(210, 253, 254, .25);
	--blueLight15: #f8ffff;
	--blueLightA15: rgba(210, 253, 254, .15);
	--blueLight5: #fdffff;
	--blueLightA5: rgba(210, 253, 254, .05);
	--text-highlight-color: var(--earlyDark);
	--text-higlight-secondary-color: white;
}

.container {
	width: 100%;
	padding-right: var(--grid-gutter, 30px)/2;
	padding-left: var(--grid-gutter, 30px)/2;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

@media (min-width: 596px) {
	.container {
		max-width: 597px;
	}
}

@media (min-width: 818px) {
	.container {
		max-width: 818px;
	}
}

@media (min-width: 1196px) {
	.container {
		max-width: 1196px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: var(--grid-gutter, 30px)/2;
	padding-left: var(--grid-gutter, 30px)/2;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -var(--grid-gutter, 30px)/2;
	margin-left: -var(--grid-gutter, 30px)/2;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
	position: relative;
	width: 100%;
	padding-right: var(--grid-gutter, 30px)/2;
	padding-left: var(--grid-gutter, 30px)/2;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 596px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		order: -1;
	}
	
	.order-sm-last {
		order: 13;
	}
	
	.order-sm-0 {
		order: 0;
	}
	
	.order-sm-1 {
		order: 1;
	}
	
	.order-sm-2 {
		order: 2;
	}
	
	.order-sm-3 {
		order: 3;
	}
	
	.order-sm-4 {
		order: 4;
	}
	
	.order-sm-5 {
		order: 5;
	}
	
	.order-sm-6 {
		order: 6;
	}
	
	.order-sm-7 {
		order: 7;
	}
	
	.order-sm-8 {
		order: 8;
	}
	
	.order-sm-9 {
		order: 9;
	}
	
	.order-sm-10 {
		order: 10;
	}
	
	.order-sm-11 {
		order: 11;
	}
	
	.order-sm-12 {
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 818px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		order: -1;
	}
	
	.order-md-last {
		order: 13;
	}
	
	.order-md-0 {
		order: 0;
	}
	
	.order-md-1 {
		order: 1;
	}
	
	.order-md-2 {
		order: 2;
	}
	
	.order-md-3 {
		order: 3;
	}
	
	.order-md-4 {
		order: 4;
	}
	
	.order-md-5 {
		order: 5;
	}
	
	.order-md-6 {
		order: 6;
	}
	
	.order-md-7 {
		order: 7;
	}
	
	.order-md-8 {
		order: 8;
	}
	
	.order-md-9 {
		order: 9;
	}
	
	.order-md-10 {
		order: 10;
	}
	
	.order-md-11 {
		order: 11;
	}
	
	.order-md-12 {
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1196px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		order: -1;
	}
	
	.order-lg-last {
		order: 13;
	}
	
	.order-lg-0 {
		order: 0;
	}
	
	.order-lg-1 {
		order: 1;
	}
	
	.order-lg-2 {
		order: 2;
	}
	
	.order-lg-3 {
		order: 3;
	}
	
	.order-lg-4 {
		order: 4;
	}
	
	.order-lg-5 {
		order: 5;
	}
	
	.order-lg-6 {
		order: 6;
	}
	
	.order-lg-7 {
		order: 7;
	}
	
	.order-lg-8 {
		order: 8;
	}
	
	.order-lg-9 {
		order: 9;
	}
	
	.order-lg-10 {
		order: 10;
	}
	
	.order-lg-11 {
		order: 11;
	}
	
	.order-lg-12 {
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

.is-style-full-width-dark .outlined {
	color: var(--timeular-white);
}

:root {
	--font-repro: "ABCRepro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
	--font-repro-mono: "ABCReproMono", monospace;
	--font-youth: "Youth", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
	font-variant-ligatures: none;
}

.w-auto {
	width: auto !important;
}

.w-1\/2 {
	width: 50% !important;
}

.w-1\/3 {
	width: 33.33333% !important;
}

.w-2\/3 {
	width: 66.66667% !important;
}

.w-1\/4 {
	width: 25% !important;
}

.w-2\/4 {
	width: 50% !important;
}

.w-3\/4 {
	width: 75% !important;
}

.w-1\/5 {
	width: 20% !important;
}

.w-2\/5 {
	width: 40% !important;
}

.w-3\/5 {
	width: 60% !important;
}

.w-4\/5 {
	width: 80% !important;
}

.w-1\/6 {
	width: 16.66667% !important;
}

.w-2\/6 {
	width: 33.33333% !important;
}

.w-3\/6 {
	width: 50% !important;
}

.w-4\/6 {
	width: 66.66667% !important;
}

.w-5\/6 {
	width: 83.33333% !important;
}

.w-1\/12 {
	width: 8.33333% !important;
}

.w-2\/12 {
	width: 16.66667% !important;
}

.w-3\/12 {
	width: 25% !important;
}

.w-4\/12 {
	width: 33.33333% !important;
}

.w-5\/12 {
	width: 41.66667% !important;
}

.w-6\/12 {
	width: 50% !important;
}

.w-7\/12 {
	width: 58.33333% !important;
}

.w-8\/12 {
	width: 66.66667% !important;
}

.w-9\/12 {
	width: 75% !important;
}

.w-10\/12 {
	width: 83.33333% !important;
}

.w-11\/12 {
	width: 91.66667% !important;
}

.w-full {
	width: 100% !important;
}

.w-screen {
	width: 100vw !important;
}

.w-min {
	width: min-content !important;
}

.w-max {
	width: max-content !important;
}

.w-fit {
	width: fit-content !important;
}

.w-px {
	width: 1px !important;
}

.w-0 {
	width: 0 !important;
}

.w-0\.5 {
	width: .125rem !important;
}

.w-1 {
	width: .25rem !important;
}

.w-1\.5 {
	width: .375rem !important;
}

.w-2 {
	width: .5rem !important;
}

.w-2\.5 {
	width: .625rem !important;
}

.w-3 {
	width: .75rem !important;
}

.w-3\.5 {
	width: .875rem !important;
}

.w-4 {
	width: 1rem !important;
}

.w-5 {
	width: 1.25rem !important;
}

.w-6 {
	width: 1.5rem !important;
}

.w-7 {
	width: 1.75rem !important;
}

.w-8 {
	width: 2rem !important;
}

.w-9 {
	width: 2.25rem !important;
}

.w-10 {
	width: 2.5rem !important;
}

.w-11 {
	width: 2.75rem !important;
}

.w-12 {
	width: 3rem !important;
}

.w-14 {
	width: 3.5rem !important;
}

.w-16 {
	width: 4rem !important;
}

.w-20 {
	width: 5rem !important;
}

.w-24 {
	width: 6rem !important;
}

.w-28 {
	width: 7rem !important;
}

.w-32 {
	width: 8rem !important;
}

.w-36 {
	width: 9rem !important;
}

.w-40 {
	width: 10rem !important;
}

.w-44 {
	width: 11rem !important;
}

.w-48 {
	width: 12rem !important;
}

.w-52 {
	width: 13rem !important;
}

.w-56 {
	width: 14rem !important;
}

.w-60 {
	width: 15rem !important;
}

.w-64 {
	width: 16rem !important;
}

.w-72 {
	width: 18rem !important;
}

.w-80 {
	width: 20rem !important;
}

.w-96 {
	width: 24rem !important;
}

.h-auto {
	height: auto !important;
}

.h-1\/2 {
	height: 50% !important;
}

.h-1\/3 {
	height: 33.33333% !important;
}

.h-2\/3 {
	height: 66.66667% !important;
}

.h-1\/4 {
	height: 25% !important;
}

.h-2\/4 {
	height: 50% !important;
}

.h-3\/4 {
	height: 75% !important;
}

.h-1\/5 {
	height: 20% !important;
}

.h-2\/5 {
	height: 40% !important;
}

.h-3\/5 {
	height: 60% !important;
}

.h-4\/5 {
	height: 80% !important;
}

.h-1\/6 {
	height: 16.66667% !important;
}

.h-2\/6 {
	height: 33.33333% !important;
}

.h-3\/6 {
	height: 50% !important;
}

.h-4\/6 {
	height: 66.66667% !important;
}

.h-5\/6 {
	height: 83.33333% !important;
}

.h-full {
	height: 100% !important;
}

.h-screen {
	height: 100vh !important;
}

.h-min {
	height: min-content !important;
}

.h-max {
	height: max-content !important;
}

.h-fit {
	height: fit-content !important;
}

.h-px {
	height: 1px !important;
}

.h-0 {
	height: 0 !important;
}

.h-0\.5 {
	height: .125rem !important;
}

.h-1 {
	height: .25rem !important;
}

.h-1\.5 {
	height: .375rem !important;
}

.h-2 {
	height: .5rem !important;
}

.h-2\.5 {
	height: .625rem !important;
}

.h-3 {
	height: .75rem !important;
}

.h-3\.5 {
	height: .875rem !important;
}

.h-4 {
	height: 1rem !important;
}

.h-5 {
	height: 1.25rem !important;
}

.h-6 {
	height: 1.5rem !important;
}

.h-7 {
	height: 1.75rem !important;
}

.h-8 {
	height: 2rem !important;
}

.h-9 {
	height: 2.25rem !important;
}

.h-10 {
	height: 2.5rem !important;
}

.h-11 {
	height: 2.75rem !important;
}

.h-12 {
	height: 3rem !important;
}

.h-14 {
	height: 3.5rem !important;
}

.h-16 {
	height: 4rem !important;
}

.h-20 {
	height: 5rem !important;
}

.h-24 {
	height: 6rem !important;
}

.h-28 {
	height: 7rem !important;
}

.h-32 {
	height: 8rem !important;
}

.h-36 {
	height: 9rem !important;
}

.h-40 {
	height: 10rem !important;
}

.h-44 {
	height: 11rem !important;
}

.h-48 {
	height: 12rem !important;
}

.h-52 {
	height: 13rem !important;
}

.h-56 {
	height: 14rem !important;
}

.h-60 {
	height: 15rem !important;
}

.h-64 {
	height: 16rem !important;
}

.h-72 {
	height: 18rem !important;
}

.h-80 {
	height: 20rem !important;
}

.h-96 {
	height: 24rem !important;
}

.pb-px {
	padding-bottom: 1px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-0\.5 {
	padding-bottom: .125rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-1\.5 {
	padding-bottom: .375rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-2\.5 {
	padding-bottom: .625rem !important;
}

.pb-3 {
	padding-bottom: .75rem !important;
}

.pb-3\.5 {
	padding-bottom: .875rem !important;
}

.pb-4 {
	padding-bottom: 1rem !important;
}

.pb-5 {
	padding-bottom: 1.25rem !important;
}

.pb-6 {
	padding-bottom: 1.5rem !important;
}

.pb-7 {
	padding-bottom: 1.75rem !important;
}

.pb-8 {
	padding-bottom: 2rem !important;
}

.pb-9 {
	padding-bottom: 2.25rem !important;
}

.pb-10 {
	padding-bottom: 2.5rem !important;
}

.pb-11 {
	padding-bottom: 2.75rem !important;
}

.pb-12 {
	padding-bottom: 3rem !important;
}

.pb-14 {
	padding-bottom: 3.5rem !important;
}

.pb-16 {
	padding-bottom: 4rem !important;
}

.pb-20 {
	padding-bottom: 5rem !important;
}

.pb-24 {
	padding-bottom: 6rem !important;
}

.pb-28 {
	padding-bottom: 7rem !important;
}

.pb-32 {
	padding-bottom: 8rem !important;
}

.pb-36 {
	padding-bottom: 9rem !important;
}

.pb-40 {
	padding-bottom: 10rem !important;
}

.pb-44 {
	padding-bottom: 11rem !important;
}

.pb-48 {
	padding-bottom: 12rem !important;
}

.pb-52 {
	padding-bottom: 13rem !important;
}

.pb-56 {
	padding-bottom: 14rem !important;
}

.pb-60 {
	padding-bottom: 15rem !important;
}

.pb-64 {
	padding-bottom: 16rem !important;
}

.pb-72 {
	padding-bottom: 18rem !important;
}

.pb-80 {
	padding-bottom: 20rem !important;
}

.pb-96 {
	padding-bottom: 24rem !important;
}

.icon {
	display: inline-block;
	font-family: icons, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon-3x {
	font-size: 3em;
}

.icon-fw {
	text-align: center;
	width: 1.25em;
}

.icon-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.icon-cancel::before {
	content: "";
}

.icon-clock::before {
	content: "";
}

.icon-facebook::before {
	content: "";
}

.icon-facebook-f::before {
	content: "";
}

.icon-instagram::before {
	content: "";
}

.icon-linkedin::before {
	content: "";
}

.icon-linkedin-in::before {
	content: "";
}

.icon-youtube-play::before {
	content: "";
}

.icon-question-circle::before {
	content: "";
}

.icon-save::before {
	content: "";
}

.icon-spinner::before {
	content: "";
}

.icon-times::before {
	content: "";
}

.icon-twitter::before {
	content: "";
}

.icon-users::before {
	content: "";
}

html {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--early-black);
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1, .heading-1 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 62px;
	line-height: 100%;
	letter-spacing: -.02em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 818px) {
	h1, .heading-1 {
		font-size: 38px;
		line-height: 120%;
	}
}

.allcaps {
	text-transform: uppercase;
}

h2, .heading-2 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 44px;
	line-height: 120%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 818px) {
	h2, .heading-2 {
		font-size: 32px;
		line-height: 120%;
	}
}

h3, .heading-3 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 818px) {
	h3, .heading-3 {
		font-size: 24px;
		line-height: 130%;
	}
}

h4, .heading-4 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 818px) {
	h4, .heading-4 {
		font-size: 18px;
		line-height: 120%;
	}
}

h5, .heading-5 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 1196px) {
	h5, .heading-5 {
		font-size: 20px;
	}
}

h6, .heading-6 {
	margin: 0 0 1rem;
	font-family: youth, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

@media only screen and (max-width: 1196px) {
	h6, .heading-6 {
		font-size: 16px;
	}
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: var(--font-youth);
}

p {
	margin: 0;
	padding: 0;
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: -.01em;
	color: var(--text-color-primary, var(--early-black));
}

p.lg {
	font-size: 20px;
	line-height: 160%;
}

@media only screen and (max-width: 818px) {
	p.lg {
		font-size: 18px;
		line-height: 180%;
	}
}

p.md {
	font-size: 18px;
	line-height: 180%;
}

@media only screen and (max-width: 818px) {
	p.md {
		font-size: 16px;
		line-height: 170%;
	}
}

p.sm {
	font-size: 16px;
	line-height: 170%;
}

@media only screen and (max-width: 818px) {
	p.sm {
		font-size: 14px;
		line-height: 170%;
	}
}

p.xs {
	font-size: 14px;
	line-height: 180%;
}

b, .bold {
	font-weight: 700;
}

a {
	color: var(--earlyDark);
}

mark {
	background-color: var(--earlyDark);
}

.topline {
	font-family: youth, sans-serif;
	font-weight: 600;
	color: var(--text-color-primary, var(--earlyDark));
	letter-spacing: .16em;
	line-height: 160%;
	text-transform: uppercase;
}

.topline.xl {
	font-size: 20px;
}

.topline.lg {
	font-size: 16px;
}

@media only screen and (max-width: 1196px) {
	.topline.lg {
		font-size: 14px;
	}
}

.topline.md {
	font-size: 14px;
}

.topline.sm {
	font-size: 12px;
}

.emphasised {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 600;
	color: var(--early-black);
	line-height: 160%;
}

.emphasised.xl {
	font-size: 20px;
}

.emphasised.lg {
	font-size: 18px;
}

.emphasised.md {
	font-size: 16px;
}

.emphasised.sm {
	font-size: 14px;
}

.emphasised.xs {
	font-size: 12px;
}

.emphasised .fine-print {
	color: var(--onyxGrey);
}

.has-base-strong-color {
	color: var(--earlyDark);
}

.has-blue-strong-color {
	color: var(--timeular-blue);
}

.has-gray-600-color {
	color: var(--onyxGrey);
}

.is-style-full-width-dark h1, .is-style-full-width-dark h2, .is-style-full-width-dark h3, .is-style-full-width-dark h4, .is-style-full-width-dark h5, .is-style-full-width-dark p:not(.topline), .is-style-full-width-dark .emphasised {
	color: var(--timeular-white);
}

.xl {
	font-size: 20px;
}

.lg {
	font-size: 18px;
}

.md {
	font-size: 18px;
}

.sm {
	font-size: 16px;
}

.xs {
	font-size: 14px;
}

.full-page:not(.is-selected) {
	position: relative;
	width: 100%;
	background-color: var(--bg-color);
	margin-top: -1px;
	margin-bottom: -1px;
}

.full-page:not(.is-selected) .container {
	width: 100%;
	padding-right: var(--grid-gutter, 30px)/2;
	padding-left: var(--grid-gutter, 30px)/2;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

@media (min-width: 596px) {
	.full-page:not(.is-selected) {
		--max-container-width: 597px;
	}
}

@media (min-width: 818px) {
	.full-page:not(.is-selected) {
		--max-container-width: 818px;
	}
}

@media (min-width: 1196px) {
	.full-page:not(.is-selected) {
		--max-container-width: 1196px;
	}
}

.full-page:not(.is-selected)::before, .full-page:not(.is-selected)::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(50vw - var(--max-container-width, 596px) / 2 + var(--container-inset) * 4);
	background-color: var(--bg-color);
	z-index: -1;
}

@media (max-width: 596px) {
	.full-page:not(.is-selected)::before, .full-page:not(.is-selected)::after {
		width: calc(var(--container-inset) * 4);
	}
}

.full-page:not(.is-selected)::before {
	right: calc(100% - 1px);
}

.full-page:not(.is-selected)::after {
	left: calc(100% - 1px);
}

.bg-darkgreen {
	--bg-color: var(--earlyDark);
	--text-color-primary: var(--earlyLight);
	--text-color-primary80: var(--earlyLight);
	--text-color-primary60: var(--earlyLight);
	--text-color-primary40: var(--earlyLight);
	--text-color-primary20: var(--earlyLight);
	--text-color-primary10: var(--earlyLight);
	--timeular-midnight-80: var(--earlyLight);
	--timeular-midnight-60: var(--earlyLight);
	--timeular-midnight-40: var(--earlyLight);
	--timeular-midnight-20: var(--earlyLight);
	--timeular-midnight-10: var(--earlyLight);
	--text-highlight-color: var(--timeular-white);
}

.bg-lightgreen {
	--bg-color: var(--earlyLight);
	--text-color-primary: var(--earlyDark);
	--text-color-primary80: var(--earlyDark);
	--text-color-primary60: var(--earlyDark);
	--text-color-primary40: var(--earlyDark);
	--text-color-primary20: var(--earlyDark);
	--text-color-primary10: var(--earlyDark);
	--timeular-midnight-80: var(--earlyDark);
	--timeular-midnight-60: var(--earlyDark);
	--timeular-midnight-40: var(--earlyDark);
	--timeular-midnight-20: var(--earlyDark);
	--timeular-midnight-10: var(--earlyDark);
	--text-highlight-color: var(--earlyLight);
}

.text-darkgreen {
	color: var(--earlyDark);
	--text-color-primary: var(--earlyDark);
}

.text-lightgreen {
	color: var(--earlyLight);
	--text-color-primary: var(--earlyLight);
}

.text-grey {
	color: var(--onyxGrey);
	--text-color-primary: var(--onyxGrey);
}

.italic {
	font-style: italic;
}

.semibold {
	font-weight: 600;
}

a, a:focus, a:visited {
	color: var(--earlyDark);
	text-decoration: underline;
}

a:hover {
	color: var(--earlyDark75);
}

a.cancel:focus, a.cancel:active, a.cancel:visited {
	color: #f2483f;
}

ol, ul, li dl {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	letter-spacing: -.01em;
	color: var(--timeular-midnight-80);
	margin: 1rem 0;
}

li {
	padding: 0 0 0 10px;
	margin-bottom: .5rem;
}

dt, dd {
	color: var(--timeular-midnight-80);
	font-size: .75rem;
}

th {
	color: var(--timeular-midnight-60);
}

td, th {
	font-size: .75rem;
	font-weight: 400;
}

input, textarea, select, button, span {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
}

label {
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -.01rem;
	color: var(--early-black);
}

abbr {
	text-decoration: none;
}

address {
	font-style: normal;
	font-size: inherit;
}

.select2-container--default .select2-selection--single, textarea, input, .wpforms-field select {
	padding: 12px 14px;
	height: 48px;
	font-size: 20px;
	line-height: 130%;
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--onyxGrey50);
	background: white;
	color: var(--onyxGrey);
	transition: all .2s ease-in-out;
	letter-spacing: -.01rem;
}

.select2-container--default .select2-selection--single::placeholder, textarea::placeholder, input::placeholder, .wpforms-field select::placeholder {
	font-size: 20px;
	color: var(--onyxGrey50);
	font-weight: 400;
}

.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus-within, textarea:focus, textarea:focus-within, input:focus, input:focus-within, .wpforms-field select:focus, .wpforms-field select:focus-within {
	outline-color: var(--onyxGrey75);
	box-shadow: 0 0 0 2px var(--earlyDark), 0 0 0 5px var(--earlyLight);
}

.select2-container--default .select2-selection--single:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder, .wpforms-field select:-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.select2-container--default .select2-selection--single::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder, .wpforms-field select::-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.select2-container--default .select2-selection--single:hover, textarea:hover, input:hover, .wpforms-field select:hover {
	color: black;
}

.select2-container--default .select2-selection--single:hover::placeholder, textarea:hover::placeholder, input:hover::placeholder, .wpforms-field select:hover::placeholder {
	color: var(--onyxGrey75) !important;
}

.select2-container--default .select2-selection--single:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, input:hover:-ms-input-placeholder, .wpforms-field select:hover:-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

.select2-container--default .select2-selection--single:hover::-ms-input-placeholder, textarea:hover::-ms-input-placeholder, input:hover::-ms-input-placeholder, .wpforms-field select:hover::-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

.form-row {
	margin-bottom: 20px;
}

.form-row label {
	padding-bottom: 10px;
}

.wpforms-field ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce-form__label-for-checkbox, label.checkbox, input[type="radio"]+label, input[type="checkbox"]+label {
	font-size: .8rem;
	line-height: 1.2;
	padding-left: 36px;
	color: var(--onyxGrey75);
	position: relative;
}

.woocommerce-form__label-for-checkbox::before, .woocommerce-form__label-for-checkbox input ~ span::before, label.checkbox::before, label.checkbox input ~ span::before, input[type="radio"]+label::before, input[type="radio"]+label input ~ span::before, input[type="checkbox"]+label::before, input[type="checkbox"]+label input ~ span::before {
	content: " ";
	display: inline-block;
	border: 1px solid var(--onyxGrey50);
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -5px;
	border-radius: .2rem;
}

input[type="radio"]:checked+span::before, input[type="checkbox"]:checked+span::before, label.checkbox input[type="checkbox"]:checked ~ span::before, .wpforms-selected input[type="radio"]+label::before, .wpforms-selected input[type="checkbox"]+label::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjkyNyAxLjA1Yy4zNjEuMzkyLjM2MS45ODkuMDE2IDEuMzhsLS4wNzQuMDc0LTguOTE0IDguMjI5Yy0uMzguMzUxLS45NTcuMzYyLTEuMzUuMDRsLS4wNzUtLjA2OUwxLjEgNy4yNzZBMS4wMjkgMS4wMjkgMCAwMTIuNDc4IDUuNzVsLjA3OC4wNyAyLjczIDIuNzNMMTMuNDczLjk5M2ExLjAyOSAxLjAyOSAwIDAxMS40NTMuMDU4eiIgZmlsbD0iIzI1QjU2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.opt-in-teams .wpforms-container {
	margin-bottom: 4rem;
}

.opt-in-teams .wpforms-container.wpforms-container {
	padding: 45px;
	background-color: var(--timeular-lavendar);
	border-radius: 12px;
}

@media (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container {
		padding: 20px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea {
	padding: 12px 14px;
	height: 48px;
	font-size: 20px;
	line-height: 130%;
	width: 100%;
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--onyxGrey50);
	border: none;
	background: white;
	color: var(--onyxGrey);
	transition: all .2s ease-in-out;
	letter-spacing: -.01rem;
	box-shadow: 0 0 0 0;
	max-width: initial;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::placeholder {
	font-size: 20px;
	color: var(--onyxGrey50);
	font-weight: 400;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:focus, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:focus-within, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:focus, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:focus-within, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:focus, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:focus-within {
	outline-color: var(--onyxGrey75);
	box-shadow: 0 0 0 2px var(--earlyDark), 0 0 0 5px var(--earlyLight);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover {
	color: black;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover::placeholder {
	color: var(--onyxGrey75) !important;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover:-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover:-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover:-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover::-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover::-ms-input-placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover::-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

@media (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea {
		font-size: 16px;
	}
	
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::placeholder, .opt-in-teams .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::placeholder {
		font-size: 16px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-title {
	font-size: 36px;
	line-height: 130%;
	letter-spacing: -.01em;
	margin-bottom: 2.5rem;
	font-weight: 600;
	color: var(--timeular-white);
	text-align: center;
}

@media (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-title {
		font-size: 30px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-field-label {
	font-size: 20px;
	margin-bottom: 8px;
	color: var(--timeular-white);
}

@media (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-field-label {
		font-size: 16px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-label-hide {
	display: none;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit {
	cursor: pointer;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	box-shadow: none;
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	--button-overlay-color: transparent;
	width: 100%;
	margin-top: 1.5rem;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--button-overlay-color);
	border-radius: inherit;
	pointer-events: none;
	transition: background-color .2s ease-in-out;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit:disabled {
	opacity: .4;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green {
	background-color: var(--earlyDark);
	color: var(--earlyLight);
	transition: background-color .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green:hover {
	--button-overlay-color: var(--earlyLightA15);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green {
	background-color: var(--earlyLight);
	color: var(--earlyDark);
	transition: background-color .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green:hover {
	background-color: var(--earlyLight75);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyDark);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:active, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary {
	background-color: var(--blueDark);
	color: var(--timeular-white);
	transition: background-color .2s ease-in;
	border-radius: 6px;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue:hover, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary:hover {
	--button-overlay-color: var(--blueLightA15);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue:focus, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-white);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline {
	box-shadow: inset 0 0 0 1px var(--earlyLight);
	color: var(--earlyLight);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:hover {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:active, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled {
	background-color: var(--timeular-midnight-5);
	color: var(--timeular-midnight);
	transition: background-color .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled:hover {
	background-color: var(--timeular-midnight-10);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-saffron);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:active, .opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost {
	color: var(--earlyDark);
	transition: color .2s ease-in-out;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost.inactive {
	color: var(--earlyDark50);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost:hover {
	color: var(--earlyDark75);
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.link {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: unset;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xl {
	font-size: 20px;
	line-height: 36px;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.lg {
	padding: 15px 30px 16px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.lg {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.md {
	padding: 12px 24px;
	font-size: 18px;
	line-height: 180%;
	font-weight: 700;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.sm {
	padding: 12px 22px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.sm {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xs {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 180%;
}

@media only screen and (max-width: 818px) {
	.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xs {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit .wp-block-button__link {
	color: inherit;
	background-color: inherit;
	font-size: inherit;
	padding: 0;
}

.opt-in-teams .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.is-style-fill .wp-block-button__link {
	padding: 10px 20px;
	background-color: var(--earlyDark);
	color: var(--earlyLight);
}

.opt-in-teams .wpforms-container.wpforms-container .conditions-dark {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	width: 100%;
	text-align: center;
	color: var(--timeular-midnight-40);
}

.opt-in-teams .wpforms-container .confirmation-dark {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	width: 100%;
	text-align: center;
	color: var(--timeular-white) !important;
}

.opt-in-teams .woocommerce-message, .opt-in-teams .woocommerce-info, .opt-in-teams .wpforms-confirmation-container {
	width: 100%;
}

.wpforms-field-container .wpforms-field {
	margin-bottom: 1.5rem;
}

.wpforms-field-hp {
	display: none !important;
	position: absolute !important;
	left: -9000px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.single-post .wpforms-container {
	background-color: transparent !important;
}

.single-post .wpforms-container.wpforms-container {
	padding: 45px;
	background-color: var(--timeular-lavendar);
	border-radius: 12px;
}

@media (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container {
		padding: 20px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea {
	padding: 12px 14px;
	height: 48px;
	font-size: 20px;
	line-height: 130%;
	width: 100%;
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--onyxGrey50);
	border: none;
	background: white;
	color: var(--onyxGrey);
	transition: all .2s ease-in-out;
	letter-spacing: -.01rem;
	box-shadow: 0 0 0 0;
	max-width: initial;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::placeholder {
	font-size: 20px;
	color: var(--onyxGrey50);
	font-weight: 400;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:focus, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:focus-within, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:focus, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:focus-within, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:focus, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:focus-within {
	outline-color: var(--onyxGrey75);
	box-shadow: 0 0 0 2px var(--earlyDark), 0 0 0 5px var(--earlyLight);
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::-ms-input-placeholder {
	color: var(--onyxGrey50) !important;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover {
	color: black;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover::placeholder {
	color: var(--onyxGrey75) !important;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover:-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover:-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover:-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select:hover::-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input:hover::-ms-input-placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea:hover::-ms-input-placeholder {
	color: var(--onyxGrey75) !important;
}

@media (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea {
		font-size: 16px;
	}
	
	.single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field select::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field input::placeholder, .single-post .wpforms-container.wpforms-container .wpforms-field.wpforms-field textarea::placeholder {
		font-size: 16px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-title {
	font-size: 36px;
	line-height: 130%;
	letter-spacing: -.01em;
	margin-bottom: 2.5rem;
	font-weight: 600;
	color: var(--timeular-white);
	text-align: center;
}

@media (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-title {
		font-size: 30px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-field-label {
	font-size: 20px;
	margin-bottom: 8px;
	color: var(--timeular-white);
}

@media (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-field-label {
		font-size: 16px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-label-hide {
	display: none;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit {
	cursor: pointer;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	box-shadow: none;
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	--button-overlay-color: transparent;
	width: 100%;
	margin-top: 1.5rem;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--button-overlay-color);
	border-radius: inherit;
	pointer-events: none;
	transition: background-color .2s ease-in-out;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit:disabled {
	opacity: .4;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green {
	background-color: var(--earlyDark);
	color: var(--earlyLight);
	transition: background-color .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green:hover {
	--button-overlay-color: var(--earlyLightA15);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.dark-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green {
	background-color: var(--earlyLight);
	color: var(--earlyDark);
	transition: background-color .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green:hover {
	background-color: var(--earlyLight75);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyDark);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:active, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.grey-outline:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary {
	background-color: var(--blueDark);
	color: var(--timeular-white);
	transition: background-color .2s ease-in;
	border-radius: 6px;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue:hover, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary:hover {
	--button-overlay-color: var(--blueLightA15);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.blue:focus, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.primary:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-white);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline {
	box-shadow: inset 0 0 0 1px var(--earlyLight);
	color: var(--earlyLight);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:hover {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:active, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.light-green-outline:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled {
	background-color: var(--timeular-midnight-5);
	color: var(--timeular-midnight);
	transition: background-color .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled:hover {
	background-color: var(--timeular-midnight-10);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.filled:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-saffron);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:active, .single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.outlined:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost {
	color: var(--earlyDark);
	transition: color .2s ease-in-out;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost.inactive {
	color: var(--earlyDark50);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.ghost:hover {
	color: var(--earlyDark75);
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.link {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: unset;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xl {
	font-size: 20px;
	line-height: 36px;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.lg {
	padding: 15px 30px 16px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.lg {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.md {
	padding: 12px 24px;
	font-size: 18px;
	line-height: 180%;
	font-weight: 700;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.sm {
	padding: 12px 22px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.sm {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xs {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 180%;
}

@media only screen and (max-width: 818px) {
	.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.xs {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit .wp-block-button__link {
	color: inherit;
	background-color: inherit;
	font-size: inherit;
	padding: 0;
}

.single-post .wpforms-container.wpforms-container .wpforms-submit.wpforms-submit.is-style-fill .wp-block-button__link {
	padding: 10px 20px;
	background-color: var(--earlyDark);
	color: var(--earlyLight);
}

.single-post .wpforms-container.wpforms-container .conditions-dark {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	width: 100%;
	text-align: center;
	color: var(--timeular-midnight-40);
}

.single-post .wpforms-container .confirmation-dark {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	width: 100%;
	text-align: center;
	color: var(--timeular-white) !important;
}

.single-post .wpforms-container .wpforms-title {
	color: var(--onyxGrey) !important;
}

.single-post .wpforms-container .wpforms-field-label {
	color: var(--onyxGrey) !important;
}

.single-post .wpforms-container .wpforms-submit {
	color: var(--timeular-white) !important;
	background-color: var(--earlyDark) !important;
}

.wpforms-container {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	padding-bottom: 100px;
	margin-top: 2.5rem;
}

@media (max-width: 818px) {
	.wpforms-container {
		padding-bottom: 50px;
	}
}

.wpforms-container form {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	margin: auto;
	max-width: 40vw;
	min-width: 450px;
}

@media (max-width: 596px) {
	.wpforms-container form {
		width: 100%;
		max-width: unset;
		min-width: unset;
	}
	
	.wpforms-container form button.primary {
		width: 100%;
	}
}

.wpforms-container form .wpforms-submit-container {
	display: flex;
	justify-content: center;
}

.wpforms-container form .wpforms-submit {
	width: 100%;
}

.wpforms-container form .wpforms-field-container .wpforms-field {
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.wpforms-container form textarea {
	resize: vertical;
	min-height: 164px;
}

.wpforms-container form .wpforms-field-email, .wpforms-container form .wpforms-field-text, .wpforms-container form .wpforms-field-textarea, .wpforms-container form .wpforms-field-name {
	position: relative;
	min-height: 48px;
	z-index: 0;
	display: flex;
}

.wpforms-container form .wpforms-valid {
	color: var(--onyxGrey);
}

.wpforms-container form .wpforms-field-label {
	margin-bottom: 8px;
}

.wpforms-container form .wpforms-required-label {
	display: none;
}

.wpforms-container form .wpforms-field-checkbox input[type="checkbox"] {
	display: none;
}

.wpforms-container form input.wpforms-error, .wpforms-container form textarea.wpforms-error {
	outline-color: var(--timeular-saffron);
	box-shadow: inset 0 0 0 2px var(--timeular-saffron);
}

.wpforms-container form .wpforms-has-error label {
	color: var(--timeular-saffron);
}

.wpforms-container form .wpforms-has-error label.wpforms-error {
	margin-top: 8px;
	width: min-content;
	min-width: 100%;
}

.is-style-full-width-dark .wpforms-field-label {
	color: var(--timeular-white);
}

.notice {
	border: 2px var(--timeular-midnight-60) solid;
	border-radius: 10px;
	background-color: var(--timeular-midnight-20);
	padding: 20px 30px;
	margin: 0 0 40px;
}

.notice--warning {
	border: 2px var(--timeular-saffron-60) solid;
	background-color: var(--timeular-saffron-20);
}

.notice p:last-child {
	margin-bottom: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	width: 100%;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: inline-flexbox !important;
	display: inline-flex !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.position-relative {
	position: relative;
}

@media (min-width: 818px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: screen-large-width) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (max-width: 1196px) {
	body.woocommerce-checkout .thank-you-page .step-cards {
		margin: 5rem 0 2.5rem;
	}
	
	body.woocommerce-checkout .thank-you-page .step-cards .col-12 {
		margin-bottom: 3rem;
	}
	
	.myaccount-area th, .myaccount-area td, .myaccount-area td input[type="text"] {
		font-size: .8rem;
		width: auto;
	}
	
	.myaccount-area td:not(.has-tools) {
		line-height: 1;
		padding-left: 6px;
	}
}

@media (max-width: 596px) {
	html {
		font-size: 18px;
	}
	
	.newsletter-subscription {
		text-align: center;
	}
	
	.newsletter-subscription input[type="submit"] {
		position: relative;
		margin-left: 10px;
	}
	
	.newsletter-subscription input[type="email"] {
		width: 190px;
	}
	
	.testimonial-item {
		margin-bottom: 60px;
	}
	
	.testimonial-item:nth-child(n+4) {
		display: none;
	}
	
	.coupon-amount {
		margin-right: -21px;
		min-width: 100px;
		margin-left: -24px;
	}
}

.affwp-form label[for].affwp-user-remember, .affwp-form label[for][for="affwp-referral-notifications"] {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: var(--timeular-midnight-60);
}

.woocommerce-password-strength.good, .woocommerce-password-strength.strong {
	color: #6c3;
}

.small, small, .woocommerce-password-strength {
	font-size: .75rem;
	color: var(--timeular-midnight-60);
	font-weight: 400;
}

.screen-reader-text:focus {
	color: #21759b;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.testimonial-item .author {
	font-weight: 700;
}

.testimonial-item .testimonial {
	line-height: 24px;
}

.testimonial-item .job {
	font-size: 14px;
}

.button, .button a, .buttons a, button, a.nextbutton, a.button, input[type="submit"], .woocommerce a.button.alt, .woocommerce input.button, .wp-block-button {
	cursor: pointer;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	box-shadow: none;
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	--button-overlay-color: transparent;
}

.button::before, .button a::before, .buttons a::before, button::before, a.nextbutton::before, a.button::before, input[type="submit"]::before, .woocommerce a.button.alt::before, .woocommerce input.button::before, .wp-block-button::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--button-overlay-color);
	border-radius: inherit;
	pointer-events: none;
	transition: background-color .2s ease-in-out;
}

.button:disabled, .button a:disabled, .buttons a:disabled, button:disabled, a.nextbutton:disabled, a.button:disabled, input[type="submit"]:disabled, .woocommerce a.button.alt:disabled, .woocommerce input.button:disabled, .wp-block-button:disabled {
	opacity: .4;
}

.button.dark-green, .button a.dark-green, .buttons a.dark-green, button.dark-green, a.nextbutton.dark-green, a.button.dark-green, input[type="submit"].dark-green, .woocommerce a.button.alt.dark-green, .woocommerce input.button.dark-green, .wp-block-button.dark-green {
	background-color: var(--earlyDark);
	color: var(--earlyLight);
	transition: background-color .2s ease-in;
}

.button.dark-green:hover, .button a.dark-green:hover, .buttons a.dark-green:hover, button.dark-green:hover, a.nextbutton.dark-green:hover, a.button.dark-green:hover, input[type="submit"].dark-green:hover, .woocommerce a.button.alt.dark-green:hover, .woocommerce input.button.dark-green:hover, .wp-block-button.dark-green:hover {
	--button-overlay-color: var(--earlyLightA15);
}

.button.dark-green:focus, .button a.dark-green:focus, .buttons a.dark-green:focus, button.dark-green:focus, a.nextbutton.dark-green:focus, a.button.dark-green:focus, input[type="submit"].dark-green:focus, .woocommerce a.button.alt.dark-green:focus, .woocommerce input.button.dark-green:focus, .wp-block-button.dark-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.button.light-green, .button a.light-green, .buttons a.light-green, button.light-green, a.nextbutton.light-green, a.button.light-green, input[type="submit"].light-green, .woocommerce a.button.alt.light-green, .woocommerce input.button.light-green, .wp-block-button.light-green {
	background-color: var(--earlyLight);
	color: var(--earlyDark);
	transition: background-color .2s ease-in;
}

.button.light-green:hover, .button a.light-green:hover, .buttons a.light-green:hover, button.light-green:hover, a.nextbutton.light-green:hover, a.button.light-green:hover, input[type="submit"].light-green:hover, .woocommerce a.button.alt.light-green:hover, .woocommerce input.button.light-green:hover, .wp-block-button.light-green:hover {
	background-color: var(--earlyLight75);
}

.button.light-green:focus, .button a.light-green:focus, .buttons a.light-green:focus, button.light-green:focus, a.nextbutton.light-green:focus, a.button.light-green:focus, input[type="submit"].light-green:focus, .woocommerce a.button.alt.light-green:focus, .woocommerce input.button.light-green:focus, .wp-block-button.light-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyDark);
}

.button.grey-outline, .button a.grey-outline, .buttons a.grey-outline, button.grey-outline, a.nextbutton.grey-outline, a.button.grey-outline, input[type="submit"].grey-outline, .woocommerce a.button.alt.grey-outline, .woocommerce input.button.grey-outline, .wp-block-button.grey-outline {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.button.grey-outline:hover, .button a.grey-outline:hover, .buttons a.grey-outline:hover, button.grey-outline:hover, a.nextbutton.grey-outline:hover, a.button.grey-outline:hover, input[type="submit"].grey-outline:hover, .woocommerce a.button.alt.grey-outline:hover, .woocommerce input.button.grey-outline:hover, .wp-block-button.grey-outline:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.button.grey-outline:active, .button.grey-outline:focus, .button a.grey-outline:active, .button a.grey-outline:focus, .buttons a.grey-outline:active, .buttons a.grey-outline:focus, button.grey-outline:active, button.grey-outline:focus, a.nextbutton.grey-outline:active, a.nextbutton.grey-outline:focus, a.button.grey-outline:active, a.button.grey-outline:focus, input[type="submit"].grey-outline:active, input[type="submit"].grey-outline:focus, .woocommerce a.button.alt.grey-outline:active, .woocommerce a.button.alt.grey-outline:focus, .woocommerce input.button.grey-outline:active, .woocommerce input.button.grey-outline:focus, .wp-block-button.grey-outline:active, .wp-block-button.grey-outline:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.button.blue, .button.primary, .button a.blue, .button a.primary, .buttons a.blue, .buttons a.primary, button.blue, button.primary, a.nextbutton.blue, a.nextbutton.primary, a.button.blue, a.button.primary, input[type="submit"].blue, input[type="submit"].primary, .woocommerce a.button.alt.blue, .woocommerce a.button.alt.primary, .woocommerce input.button.blue, .woocommerce input.button.primary, .wp-block-button.blue, .wp-block-button.primary {
	background-color: var(--blueDark);
	color: var(--timeular-white);
	transition: background-color .2s ease-in;
	border-radius: 6px;
}

.button.blue:hover, .button.primary:hover, .button a.blue:hover, .button a.primary:hover, .buttons a.blue:hover, .buttons a.primary:hover, button.blue:hover, button.primary:hover, a.nextbutton.blue:hover, a.nextbutton.primary:hover, a.button.blue:hover, a.button.primary:hover, input[type="submit"].blue:hover, input[type="submit"].primary:hover, .woocommerce a.button.alt.blue:hover, .woocommerce a.button.alt.primary:hover, .woocommerce input.button.blue:hover, .woocommerce input.button.primary:hover, .wp-block-button.blue:hover, .wp-block-button.primary:hover {
	--button-overlay-color: var(--blueLightA15);
}

.button.blue:focus, .button.primary:focus, .button a.blue:focus, .button a.primary:focus, .buttons a.blue:focus, .buttons a.primary:focus, button.blue:focus, button.primary:focus, a.nextbutton.blue:focus, a.nextbutton.primary:focus, a.button.blue:focus, a.button.primary:focus, input[type="submit"].blue:focus, input[type="submit"].primary:focus, .woocommerce a.button.alt.blue:focus, .woocommerce a.button.alt.primary:focus, .woocommerce input.button.blue:focus, .woocommerce input.button.primary:focus, .wp-block-button.blue:focus, .wp-block-button.primary:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-white);
}

.button.light-green-outline, .button a.light-green-outline, .buttons a.light-green-outline, button.light-green-outline, a.nextbutton.light-green-outline, a.button.light-green-outline, input[type="submit"].light-green-outline, .woocommerce a.button.alt.light-green-outline, .woocommerce input.button.light-green-outline, .wp-block-button.light-green-outline {
	box-shadow: inset 0 0 0 1px var(--earlyLight);
	color: var(--earlyLight);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.button.light-green-outline:hover, .button a.light-green-outline:hover, .buttons a.light-green-outline:hover, button.light-green-outline:hover, a.nextbutton.light-green-outline:hover, a.button.light-green-outline:hover, input[type="submit"].light-green-outline:hover, .woocommerce a.button.alt.light-green-outline:hover, .woocommerce input.button.light-green-outline:hover, .wp-block-button.light-green-outline:hover {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.button.light-green-outline:active, .button.light-green-outline:focus, .button a.light-green-outline:active, .button a.light-green-outline:focus, .buttons a.light-green-outline:active, .buttons a.light-green-outline:focus, button.light-green-outline:active, button.light-green-outline:focus, a.nextbutton.light-green-outline:active, a.nextbutton.light-green-outline:focus, a.button.light-green-outline:active, a.button.light-green-outline:focus, input[type="submit"].light-green-outline:active, input[type="submit"].light-green-outline:focus, .woocommerce a.button.alt.light-green-outline:active, .woocommerce a.button.alt.light-green-outline:focus, .woocommerce input.button.light-green-outline:active, .woocommerce input.button.light-green-outline:focus, .wp-block-button.light-green-outline:active, .wp-block-button.light-green-outline:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.button.filled, .button a.filled, .buttons a.filled, button.filled, a.nextbutton.filled, a.button.filled, input[type="submit"].filled, .woocommerce a.button.alt.filled, .woocommerce input.button.filled, .wp-block-button.filled {
	background-color: var(--timeular-midnight-5);
	color: var(--timeular-midnight);
	transition: background-color .2s ease-in;
}

.button.filled:hover, .button a.filled:hover, .buttons a.filled:hover, button.filled:hover, a.nextbutton.filled:hover, a.button.filled:hover, input[type="submit"].filled:hover, .woocommerce a.button.alt.filled:hover, .woocommerce input.button.filled:hover, .wp-block-button.filled:hover {
	background-color: var(--timeular-midnight-10);
}

.button.filled:focus, .button a.filled:focus, .buttons a.filled:focus, button.filled:focus, a.nextbutton.filled:focus, a.button.filled:focus, input[type="submit"].filled:focus, .woocommerce a.button.alt.filled:focus, .woocommerce input.button.filled:focus, .wp-block-button.filled:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-saffron);
}

.button.outlined, .button a.outlined, .buttons a.outlined, button.outlined, a.nextbutton.outlined, a.button.outlined, input[type="submit"].outlined, .woocommerce a.button.alt.outlined, .woocommerce input.button.outlined, .wp-block-button.outlined {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.button.outlined:hover, .button a.outlined:hover, .buttons a.outlined:hover, button.outlined:hover, a.nextbutton.outlined:hover, a.button.outlined:hover, input[type="submit"].outlined:hover, .woocommerce a.button.alt.outlined:hover, .woocommerce input.button.outlined:hover, .wp-block-button.outlined:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.button.outlined:active, .button.outlined:focus, .button a.outlined:active, .button a.outlined:focus, .buttons a.outlined:active, .buttons a.outlined:focus, button.outlined:active, button.outlined:focus, a.nextbutton.outlined:active, a.nextbutton.outlined:focus, a.button.outlined:active, a.button.outlined:focus, input[type="submit"].outlined:active, input[type="submit"].outlined:focus, .woocommerce a.button.alt.outlined:active, .woocommerce a.button.alt.outlined:focus, .woocommerce input.button.outlined:active, .woocommerce input.button.outlined:focus, .wp-block-button.outlined:active, .wp-block-button.outlined:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.button.ghost, .button a.ghost, .buttons a.ghost, button.ghost, a.nextbutton.ghost, a.button.ghost, input[type="submit"].ghost, .woocommerce a.button.alt.ghost, .woocommerce input.button.ghost, .wp-block-button.ghost {
	color: var(--earlyDark);
	transition: color .2s ease-in-out;
}

.button.ghost.inactive, .button a.ghost.inactive, .buttons a.ghost.inactive, button.ghost.inactive, a.nextbutton.ghost.inactive, a.button.ghost.inactive, input[type="submit"].ghost.inactive, .woocommerce a.button.alt.ghost.inactive, .woocommerce input.button.ghost.inactive, .wp-block-button.ghost.inactive {
	color: var(--earlyDark50);
}

.button.ghost:hover, .button a.ghost:hover, .buttons a.ghost:hover, button.ghost:hover, a.nextbutton.ghost:hover, a.button.ghost:hover, input[type="submit"].ghost:hover, .woocommerce a.button.alt.ghost:hover, .woocommerce input.button.ghost:hover, .wp-block-button.ghost:hover {
	color: var(--earlyDark75);
}

.button.link, .button a.link, .buttons a.link, button.link, a.nextbutton.link, a.button.link, input[type="submit"].link, .woocommerce a.button.alt.link, .woocommerce input.button.link, .wp-block-button.link {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: unset;
}

.button.xl, .button a.xl, .buttons a.xl, button.xl, a.nextbutton.xl, a.button.xl, input[type="submit"].xl, .woocommerce a.button.alt.xl, .woocommerce input.button.xl, .wp-block-button.xl {
	font-size: 20px;
	line-height: 36px;
}

.button.lg, .button a.lg, .buttons a.lg, button.lg, a.nextbutton.lg, a.button.lg, input[type="submit"].lg, .woocommerce a.button.alt.lg, .woocommerce input.button.lg, .wp-block-button.lg {
	padding: 15px 30px 16px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.button.lg, .button a.lg, .buttons a.lg, button.lg, a.nextbutton.lg, a.button.lg, input[type="submit"].lg, .woocommerce a.button.alt.lg, .woocommerce input.button.lg, .wp-block-button.lg {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.button.md, .button a.md, .buttons a.md, button.md, a.nextbutton.md, a.button.md, input[type="submit"].md, .woocommerce a.button.alt.md, .woocommerce input.button.md, .wp-block-button.md {
	padding: 12px 24px;
	font-size: 18px;
	line-height: 180%;
	font-weight: 700;
}

.button.sm, .button a.sm, .buttons a.sm, button.sm, a.nextbutton.sm, a.button.sm, input[type="submit"].sm, .woocommerce a.button.alt.sm, .woocommerce input.button.sm, .wp-block-button.sm {
	padding: 12px 22px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.button.sm, .button a.sm, .buttons a.sm, button.sm, a.nextbutton.sm, a.button.sm, input[type="submit"].sm, .woocommerce a.button.alt.sm, .woocommerce input.button.sm, .wp-block-button.sm {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.button.xs, .button a.xs, .buttons a.xs, button.xs, a.nextbutton.xs, a.button.xs, input[type="submit"].xs, .woocommerce a.button.alt.xs, .woocommerce input.button.xs, .wp-block-button.xs {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 180%;
}

@media only screen and (max-width: 818px) {
	.button.xs, .button a.xs, .buttons a.xs, button.xs, a.nextbutton.xs, a.button.xs, input[type="submit"].xs, .woocommerce a.button.alt.xs, .woocommerce input.button.xs, .wp-block-button.xs {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.button .wp-block-button__link, .button a .wp-block-button__link, .buttons a .wp-block-button__link, button .wp-block-button__link, a.nextbutton .wp-block-button__link, a.button .wp-block-button__link, input[type="submit"] .wp-block-button__link, .woocommerce a.button.alt .wp-block-button__link, .woocommerce input.button .wp-block-button__link, .wp-block-button .wp-block-button__link {
	color: inherit;
	background-color: inherit;
	font-size: inherit;
	padding: 0;
}

.button.is-style-fill .wp-block-button__link, .button a.is-style-fill .wp-block-button__link, .buttons a.is-style-fill .wp-block-button__link, button.is-style-fill .wp-block-button__link, a.nextbutton.is-style-fill .wp-block-button__link, a.button.is-style-fill .wp-block-button__link, input[type="submit"].is-style-fill .wp-block-button__link, .woocommerce a.button.alt.is-style-fill .wp-block-button__link, .woocommerce input.button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link {
	padding: 10px 20px;
	background-color: var(--earlyDark);
	color: var(--earlyLight);
}

.social-share__heading {
	font-size: 16px;
	color: var(--timeular-midnight-60);
	font-weight: 400;
}

.social-share__buttons {
	display: flex;
	flex-wrap: wrap;
}

.socials {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
}

.social-share__button {
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	font-size: 16px;
}

.social-share__button--twitter {
	background-color: #1ea1f3;
}

.social-share__button--facebook {
	background-color: #4267b2;
}

.social-share__button--linkedin {
	background-color: var(--timeular-midnight-100);
}

.social-share__button:not(:last-of-type) {
	margin-right: 20px;
}

.social-share__button.social-share__button {
	color: var(--timeular-white);
}

.social-share__button, .social-share__button:visited, .social-share__button:hover, .social-share__button:active {
	text-decoration: none;
}

.table-comparison td, .table-comparison th {
	border-bottom-color: var(--timeular-midnight-20);
}

.table-comparison thead {
	border-bottom: none;
}

.table-comparison thead th {
	padding: 30px 20px 20px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.table-comparison thead th {
		padding: 20px 10px 10px;
	}
	
	.table-comparison thead th:first-of-type {
		width: 130px;
	}
}

@media (min-width: 769px) {
	.table-comparison thead th:nth-of-type(3), .table-comparison thead th:nth-of-type(4) {
		width: 200px;
	}
}

.table-comparison thead th:nth-of-type(4) {
	background-color: var(--timeular-midnight-10);
	border-radius: 20px 20px 0 0;
	border-color: #fff;
}

@media (max-width: 768px) {
	.table-comparison thead th:nth-of-type(2) {
		display: none;
	}
}

@media (max-width: 768px) {
	.table-comparison tbody td:nth-of-type(2) {
		display: none;
	}
}

.table-comparison tbody tr {
	background-color: transparent !important;
}

.table-comparison tbody tr td {
	padding: 20px;
}

.table-comparison tbody tr td:nth-of-type(4) {
	background-color: var(--timeular-midnight-10);
	border-bottom: 1px solid var(--timeular-white);
	border-top: 1px solid var(--timeular-white);
}

.table-comparison tbody tr td:first-of-type {
	width: 320px;
}

.table-comparison tbody tr:last-of-type td {
	border-radius: 0 0 20px 20px;
	border-bottom: none;
}

.table-comparison tbody tr img {
	width: 20px;
}

.page-template-template-blog .search, .category .search, .search-results .search, .search-no-results .search {
	width: 100%;
}

.page-template-template-blog .search__form, .category .search__form, .search-results .search__form, .search-no-results .search__form {
	display: grid;
	grid-template: "search-form" 1fr;
}

.page-template-template-blog .search__form .search__field, .category .search__form .search__field, .search-results .search__form .search__field, .search-no-results .search__form .search__field {
	margin: 0;
	padding-left: 48px;
	height: 52px;
	padding-right: 12px;
	font-size: .8rem;
	line-height: 170%;
	color: var(--timeular-midnight-100);
}

.page-template-template-blog .search__form .search__field::placeholder, .category .search__form .search__field::placeholder, .search-results .search__form .search__field::placeholder, .search-no-results .search__form .search__field::placeholder {
	font-size: .8rem;
	line-height: 170%;
	color: var(--timeular-midnight-40);
}

.page-template-template-blog .search__form .search__field:placeholder-shown ~ .search__button--submit, .category .search__form .search__field:placeholder-shown ~ .search__button--submit, .search-results .search__form .search__field:placeholder-shown ~ .search__button--submit, .search-no-results .search__form .search__field:placeholder-shown ~ .search__button--submit {
	color: var(--timeular-midnight-40);
}

.page-template-template-blog .search__form .search__field:hover::placeholder, .page-template-template-blog .search__form .search__field:focus::placeholder, .category .search__form .search__field:hover::placeholder, .category .search__form .search__field:focus::placeholder, .search-results .search__form .search__field:hover::placeholder, .search-results .search__form .search__field:focus::placeholder, .search-no-results .search__form .search__field:hover::placeholder, .search-no-results .search__form .search__field:focus::placeholder {
	color: var(--timeular-midnight-40) !important;
}

.page-template-template-blog .search__form .search__field:hover ~ .search__button--submit, .page-template-template-blog .search__form .search__field:focus ~ .search__button--submit, .category .search__form .search__field:hover ~ .search__button--submit, .category .search__form .search__field:focus ~ .search__button--submit, .search-results .search__form .search__field:hover ~ .search__button--submit, .search-results .search__form .search__field:focus ~ .search__button--submit, .search-no-results .search__form .search__field:hover ~ .search__button--submit, .search-no-results .search__form .search__field:focus ~ .search__button--submit {
	color: var(--timeular-midnight-100);
}

.page-template-template-blog .search__form>*, .category .search__form>*, .search-results .search__form>*, .search-no-results .search__form>* {
	grid-area: search-form;
}

.page-template-template-blog .search__form>.search__button--submit, .category .search__form>.search__button--submit, .search-results .search__form>.search__button--submit, .search-no-results .search__form>.search__button--submit {
	padding: 12px;
	margin: 0;
	line-height: 1;
	place-self: center left;
	color: var(--timeular-midnight-100);
}

.page-template-template-blog .search__field, .category .search__field, .search-results .search__field, .search-no-results .search__field {
	margin-bottom: 1rem;
	outline: 0;
}

.page-template-template-blog .search__field:focus-visible, .category .search__field:focus-visible, .search-results .search__field:focus-visible, .search-no-results .search__field:focus-visible {
	box-shadow: 0 0 0 2px var(--earlyDark), 0 0 0 5px var(--earlyLight);
}

.page-template-template-blog .search__terms, .category .search__terms, .search-results .search__terms, .search-no-results .search__terms {
	font-size: .8rem;
	line-height: 170%;
	width: 100%;
}

.search-no-results .search {
	margin: 2rem auto;
}

@media (min-width: 768px) {
	.search-no-results .search {
		width: 70%;
	}
}

@media (min-width: 992px) {
	.search-no-results .search {
		width: 50%;
	}
}

.search-no-results .title--not-found {
	padding-top: 60px;
}

.trial-paywall {
	position: absolute;
	width: 80%;
	left: 10%;
	padding: 38px 43px;
	box-shadow: 0 0 35px rgba(64, 91, 131, .1);
	background-color: #fff;
	bottom: -130px;
}

:root {
	--grid-gutter: 30px;
	--container-inset: calc(var(--grid-gutter, 30px) / 2);
}

@media (min-width: 0) {
	:root {
		--grid-gutter: 30px;
	}
}

@media (min-width: 596px) {
	:root {
		--grid-gutter: 30px;
	}
}

@media (min-width: 818px) {
	:root {
		--grid-gutter: 50px;
	}
}

@media (min-width: 1196px) {
	:root {
		--grid-gutter: 60px;
	}
}

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	overflow-x: hidden;
}

@media screen and (max-width: 596px) {
	html {
		max-width: 100%;
		overflow-x: hidden;
	}
}

html, body {
	min-height: 100vh;
}

body {
	position: relative;
	margin: 0;
	text-align: left;
	--bg-color: var(--timeular-white);
	background-color: var(--bg-color, var(--timeular-white));
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: none;
	scrollbar-gutter: stable;
	overflow-x: clip;
}

body.home {
	--bg-color: #f5f5f5;
}

img {
	max-width: 100%;
	height: auto;
}

img.invert-color {
	filter: invert(1);
}

body.logged-in .page-wrapper {
	position: relative;
}

.container-fluid, .container {
	padding-right: var(--container-inset) !important;
	padding-left: var(--container-inset) !important;
}

.row {
	margin-right: calc(var(--container-inset) * -1) !important;
	margin-left: calc(var(--container-inset) * -1) !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding: var(--container-inset);
}

.disable-overflow {
	overflow: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.small, small, .woocommerce-password-strength {
	margin-top: 5px;
	display: block;
}

.row::before, .row::after {
	display: flex !important;
}

.woocommerce-error {
	padding: 1.25rem 2.5rem;
	list-style: none;
	border: 1px solid #ff9326;
	border-radius: .5rem;
	background: rgba(255, 147, 38, .1);
	margin: 0 0 40px;
}

.woocommerce-message, .woocommerce-info, .wpforms-confirmation-container {
	padding: 1.25rem 2.5rem;
	list-style: none;
	border: 1px solid #6c3;
	border-radius: .5rem;
	background: rgba(102, 204, 51, .1);
	margin: 0 0 40px;
}

@media (max-width: 768px) {
	.woocommerce-message, .woocommerce-info, .wpforms-confirmation-container {
		display: flex;
	}
}

@media (max-width: 991px) {
	.woocommerce-message, .woocommerce-info, .wpforms-confirmation-container {
		flex-direction: column;
		position: relative;
		padding: .8rem 1.2rem;
		margin-bottom: .8rem;
	}
}

.woocommerce-message a.button, .woocommerce-message a.button:hover, .woocommerce-message a.button:focus, .woocommerce-message a.button:visited, .woocommerce-info a.button, .woocommerce-info a.button:hover, .woocommerce-info a.button:focus, .woocommerce-info a.button:visited, .wpforms-confirmation-container a.button, .wpforms-confirmation-container a.button:hover, .wpforms-confirmation-container a.button:focus, .wpforms-confirmation-container a.button:visited {
	line-height: inherit !important;
	height: auto;
	float: right;
	font-size: 1rem;
	background: none;
	border: none;
	color: #6c3;
	padding: 0 0 0 2.5rem;
	text-decoration: none;
}

@media (max-width: 768px) {
	.woocommerce-message a.button, .woocommerce-message a.button:hover, .woocommerce-message a.button:focus, .woocommerce-message a.button:visited, .woocommerce-info a.button, .woocommerce-info a.button:hover, .woocommerce-info a.button:focus, .woocommerce-info a.button:visited, .wpforms-confirmation-container a.button, .wpforms-confirmation-container a.button:hover, .wpforms-confirmation-container a.button:focus, .wpforms-confirmation-container a.button:visited {
		order: 2;
		padding-left: 0;
		padding-top: 20px;
	}
}

.woocommerce-message::after, .woocommerce-info::after, .wpforms-confirmation-container::after {
	clear: right;
}

dl.variation {
	display: none;
}

td, th {
	border-bottom: 1px solid var(--timeular-midnight-20);
	padding-left: 20px;
}

thead {
	border-bottom: 3px solid var(--timeular-midnight-20);
}

tfoot {
	border-top: 3px solid var(--timeular-midnight-20);
}

.woocommerce-password-hint {
	display: none;
}

.error-404 .button {
	display: block;
	margin: 3rem auto;
	max-width: 200px;
}

.mixpanel-signup .form-row {
	margin-bottom: 1rem;
}

.mixpanel-signup .confirmation-message {
	display: none;
}

.mixpanel-signup-big {
	margin-top: 3rem;
}

.sgpb-main-html-content-wrapper>p:first-child {
	display: none;
}

.content-wrapper {
	margin-top: 100px;
}

@media (min-width: 1196px) {
	.visible-mobile {
		display: none !important;
	}
}

@media (max-width: 1196px) {
	.visible-desktop {
		display: none !important;
	}
}

@media (max-width: 596px) {
	.hidden-small-screen {
		display: none;
	}
}

@media (max-width: 360px) {
	.hidden-extra-small-screen {
		display: none;
	}
}

@media (max-width: 818px) {
	.hidden-medium-screen {
		display: none;
	}
}

@media (max-width: 1196px) {
	.hidden-large-screen {
		display: none;
	}
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body:not(.header-ticker) .site-header {
	top: 0;
}

.site-header {
	position: absolute;
	z-index: 999;
	width: 100vw;
	background-color: var(--earlyDark);
	height: 75px;
	display: flex;
	align-items: center;
	transition: box-shadow .25s;
}

.site-header--fixed {
	top: 0;
	position: fixed;
	z-index: 999;
}

.site-header .mobile-only {
	display: block;
}

@media (min-width: 818px) {
	.site-header .mobile-only {
		display: none;
	}
}

.site-header .site-header__navigation {
	overflow-y: scroll;
	position: absolute;
	top: 75px;
	left: 0;
	height: calc(100vh - 75px - 36px);
	min-width: 100%;
	background-color: var(--earlyDark);
	z-index: 999;
	padding: 24px 0 96px;
	display: none;
}

@media (min-width: 1196px) {
	.site-header .site-header__navigation {
		display: block;
		overflow: initial;
		position: initial;
		top: 0;
		height: initial;
		min-width: auto;
		padding: 0;
	}
}

.site-header--fixed .site-header__navigation {
	height: calc(100vh - 75px);
}

@media (min-width: 1196px) {
	.site-header--fixed .site-header__navigation {
		height: initial;
	}
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	max-width: initial;
	gap: 4px;
}

@media (min-width: 1196px) {
	.site-header .container {
		gap: 30px;
		max-width: 1196px;
		padding: 0 calc(var(--container-inset) / 2);
	}
}

.site-header .container .site-header-right-side {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-header .container .site-header-right-side .button--demo {
	display: none;
}

@media (min-width: 596px) {
	.site-header .container .site-header-right-side .button--demo {
		display: block;
	}
}

@media (min-width: 1196px) {
	.site-header .container .site-header-right-side {
		display: none;
	}
}

.site-header .container>.site-header-right-side>.burger {
	width: 24px;
	color: #000;
	display: grid;
}

.site-header .container>.site-header-right-side>.burger::before {
	display: none;
}

.site-header .container>.site-header-right-side>.burger .burger__menu, .site-header .container>.site-header-right-side>.burger .burger__close {
	grid-area: 1/1;
	transition: opacity .167s ease-in-out;
}

.site-header .container>.site-header-right-side>.burger .burger__menu {
	opacity: 1;
}

.site-header .container>.site-header-right-side>.burger .burger__close {
	opacity: 0;
}

.site-header .container>.site-header-right-side>.burger[aria-expanded="true"] .burger__close {
	opacity: 1;
}

.site-header .container>.site-header-right-side>.burger[aria-expanded="true"] .burger__menu {
	opacity: 0;
}

.site-header .container>.site-header-right-side>.burger:hover {
	opacity: .67;
}

@media (min-width: 1196px) {
	.site-header .container>.site-header-right-side>.burger {
		display: none;
	}
}

.site-header .container>a svg {
	min-width: 100px;
	width: 100%;
}

.site-header a {
	text-decoration: none;
}

.site-header .button--small {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 22px;
}

.site-header .button--open-login-modal {
	display: block;
}

.site-header .burger {
	padding: 12px;
}

.site-header nav {
	width: 100%;
}

.site-header nav .navigation__item {
	padding: 0;
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item {
		padding: 0 8px;
		white-space: nowrap;
		margin: 0;
		align-self: center;
		line-height: 0;
	}
}

.site-header nav .navigation-item__link.button--secondary {
	color: white;
	padding: 10px 16px;
	transition: color .2s ease-in;
}

.site-header nav .navigation-item__link.button--secondary:hover {
	color: var(--earlyLight75);
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button) {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 12px;
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button) {
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 75px;
		padding: 0;
		gap: 0;
	}
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button) {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--earlyLight);
	padding: 10px 30px;
	border-radius: 12px;
	cursor: pointer;
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button) {
		padding: 10px 16px;
	}
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button) .navigation-item__icon {
	transition: transform .2s ease-in;
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button) .navigation-item__icon--rotated {
	transform: rotate(-180deg);
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button) svg {
	margin: 0 -6px;
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button):focus:not(:focus-visible) {
	outline: none;
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button):focus-visible {
	box-shadow: 0 0 0 2px var(--earlyLightA25);
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button)[aria-expanded="true"] svg {
	transform: rotateX(-180deg);
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button)[aria-expanded="true"] {
		color: var(--earlyLight15);
	}
	
	.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button):hover {
		color: var(--earlyLight15);
	}
}

.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button)::after {
	pointer-events: none;
	width: 100%;
	padding: 12px 24px;
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item:not(.spacer):not(.navigation__item--login):not(.navigation__item--buy):not(.navigation__item--demo):not(.button)>.navigation-item__link:not(.button)::after {
		content: "";
		min-height: 75px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		display: block;
		height: 150%;
		pointer-events: auto;
		padding: 0;
	}
}

.site-header nav .navigation__item:not(.spacer):empty {
	display: none;
}

.site-header nav .navigation__item--buy, .site-header nav .navigation__item--login, .site-header nav .navigation__item--demo {
	width: 100%;
	height: 48px;
	padding: 14px 24px;
}

@media (min-width: 818px) {
	.site-header nav .navigation__item--buy, .site-header nav .navigation__item--login, .site-header nav .navigation__item--demo {
		display: none;
	}
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item--buy, .site-header nav .navigation__item--login, .site-header nav .navigation__item--demo {
		display: block;
		width: auto;
		height: auto;
		padding: 14px 6px;
	}
}

.site-header nav .navigation__item--buy>a, .site-header nav .navigation__item--login>a, .site-header nav .navigation__item--demo>a {
	display: block;
	width: 100%;
	text-align: center;
}

.site-header nav .navigation__item--buy {
	display: none;
}

@media (min-width: 1196px) {
	.site-header nav .navigation__item--buy {
		display: block;
	}
}

.site-header nav .navigation--main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

@media (min-width: 1196px) {
	.site-header nav .navigation--main {
		display: flex;
		flex-direction: row;
		gap: 0;
	}
}

.site-header .navigation__item.spacer {
	flex: 1;
	display: none;
}

@media (min-width: 1196px) {
	.site-header .navigation__item.spacer {
		display: block;
	}
}

.site-header .navigation__item:first-child .sub-menu-depth-0 {
	display: grid;
}

.site-header .sub-menu-depth-0 {
	display: flex;
	margin: 0;
	width: 100%;
}

.site-header #menu-main-menu>li>a:not(.button) {
	display: inline-flex;
}

.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header__navigation {
		height: calc(100vh - 75px - 46px);
	}
	
	.admin-bar .site-header--fixed .site-header__navigation {
		height: calc(100vh - 75px);
	}
}

.admin-bar .offer.top-row.site-header--fixed {
	top: 0;
}

@media (min-width: 601px) {
	.admin-bar .offer.top-row.site-header--fixed {
		top: 46px;
	}
}

@media (min-width: 783px) {
	.admin-bar .offer.top-row.site-header--fixed {
		top: 32px;
	}
}

.admin-bar .offer.top-row ~ .site-header--fixed {
	top: 0;
}

@media (min-width: 601px) {
	.admin-bar .offer.top-row ~ .site-header--fixed {
		top: 0;
	}
}

@media (min-width: 783px) {
	.admin-bar .offer.top-row ~ .site-header--fixed {
		top: 0;
	}
}

a.top-row, .top-row {
	font-weight: 600;
	font-size: .75rem;
	display: block;
	top: 0;
	width: 100%;
	padding: 7px;
	text-align: center;
	border-bottom: 1px solid #003e1d;
}

a.top-row:hover {
	text-decoration: underline;
}

.button--open-login-modal {
	display: none;
}

@media (min-width: 818px) {
	.button--open-login-modal {
		display: block;
	}
}

.site-header__subnav {
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 1;
	scrollbar-gutter: stable;
}

@media (min-width: 1196px) {
	.site-header__subnav {
		position: absolute;
		top: 75px;
		left: 0;
		overflow: auto;
		z-index: 100;
		width: 100%;
		box-shadow: 0 20px 20px rgba(34, 34, 85, .3);
	}
}

.subnav {
	text-align: left;
	white-space: initial;
	background-color: var(--earlyDark);
	opacity: 0;
	pointer-events: none;
	display: none;
}

@media (min-width: 1196px) {
	.subnav {
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #003e1d;
		display: initial;
	}
}

.subnav p {
	color: white;
}

.navigation-item__link[aria-expanded="true"] {
	margin-bottom: 20px;
}

@media (min-width: 1196px) {
	.navigation-item__link[aria-expanded="true"] {
		margin-bottom: 0;
	}
}

.navigation-item__link[aria-expanded="true"] ~ .subnav {
	opacity: 1;
	pointer-events: auto;
	display: initial;
}

@media (min-width: 1196px) {
	.navigation-item__link[aria-expanded="true"] ~ .subnav {
		overflow-y: scroll;
		max-height: calc(100vh - 75px - 36px);
	}
}

.subnav-page {
	display: none;
}

@media (min-width: 1196px) {
	.subnav-page {
		display: grid;
		opacity: 0;
		pointer-events: none;
		transition: opacity 150ms cubic-bezier(.4, 0, .2, 1);
	}
}

.navigation-item__link[aria-expanded="true"] ~ .subnav .subnav-page {
	display: grid;
}

@media (min-width: 1196px) {
	.navigation-item__link[aria-expanded="true"] ~ .subnav .subnav-page {
		opacity: 1;
		pointer-events: auto;
	}
}

.subnav-container {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 818px) {
	.subnav-container {
		grid-template-columns: 1fr 359px;
	}
}

@media (min-width: 1196px) {
	.subnav-container {
		margin: 0 auto;
		padding: 0 30px;
		max-width: 1196px;
	}
}

.subnav-section {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 30px 24px;
	background-color: var(--earlyDark);
}

@media (min-width: 818px) {
	.subnav-section:first-child {
		padding-top: 0;
	}
}

.subnav-section:not(:first-child) {
	padding-top: 0;
}

@media (min-width: 818px) {
	.subnav-section:not(:first-child) {
		padding-top: 30px;
	}
}

@media (min-width: 596px) {
	.subnav-section {
		background-color: var(--earlyDark);
		padding: 0 30px;
	}
}

@media (min-width: 818px) {
	.subnav-section {
		padding: 0 30px;
	}
}

@media (min-width: 1196px) {
	.subnav-section {
		padding: 30px 30px 30px 0;
	}
}

.subnav-section-line {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
}

.subnav-section-line .subnav-heading[aria-level="2"] {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: .056em;
	text-transform: uppercase;
	color: var(--earlyLight);
	margin: 0;
}

.subnav-section-line a, .subnav-section-line a:link, .subnav-section-line a:visited {
	color: var(--earlyLight);
	font-weight: 400;
	transition: color 150ms cubic-bezier(.4, 0, .2, 1);
}

.subnav-section-line a:hover {
	color: var(--earlyLight75);
	text-decoration: underline;
}

@media (min-width: 1196px) {
	.subnav__menu {
		padding-top: 30px;
	}
}

@media (min-width: 1196px) {
	.subnav__menu--horizontal {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}
	
	.subnav__menu--horizontal .subnav-section {
		padding: 30px;
	}
	
	.subnav__menu--horizontal .subnav-section:not(:first-child) {
		border-left: 1px solid #003e1d;
	}
}

.subnav__aside {
	display: none;
	padding: 0 0 30px 0;
}

.subnav__aside.blog {
	display: block;
	background-color: var(--earlyLightA5);
	padding: 30px 24px;
}

@media (min-width: 596px) {
	.subnav__aside.blog {
		background: var(--earlyDark);
	}
}

@media (min-width: 818px) {
	.subnav__aside.blog {
		padding-top: 0;
	}
}

@media (min-width: 1196px) {
	.subnav__aside.blog {
		padding: 30px 0 30px 30px;
	}
}

.subnav__aside.blog .media-list {
	gap: 20px;
}

@media (min-width: 818px) {
	.subnav__aside.blog .media-list {
		gap: 30px;
	}
}

@media (min-width: 596px) {
	.subnav__aside {
		display: block;
		padding: 30px 24px;
		background-color: var(--earlyDark);
	}
}

@media (min-width: 1196px) {
	.subnav__aside {
		padding: 30px 0 30px 30px;
		border-left: 1px solid #003e1d;
	}
}

.subnav-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

@media (min-width: 596px) {
	.subnav-list {
		grid-template-columns: repeat(auto-fit, minmax(calc(100% * 1 / 3), 1fr));
	}
}

@media (min-width: 1196px) {
	.subnav-list {
		grid-template-columns: repeat(auto-fit, minmax(calc(100% * 1 / 4), 1fr));
	}
}

.subnav-list--vertical {
	display: flex;
	flex-direction: column;
}

.subnav-list--relaxed {
	gap: 20px;
	padding: 20px 0;
}

.subnav-list--relaxed .subnav-list-item a {
	padding: 6px 20px;
	margin: -6px -20px;
}

.subnav-list--snug {
	gap: 12px;
	padding: 30px 0;
}

.subnav-list--snug .subnav-list-item a {
	padding: 6px 12px;
	margin: -6px -12px;
}

.subnav-list-item {
	flex-grow: 1;
	margin: 0;
	padding: 0;
}

.subnav-list-item.accessory--new a::after {
	content: "New";
	font-size: 11px;
	line-height: 14px;
	color: white;
	padding: 1px 6px;
	border-radius: 9999px;
	text-transform: uppercase;
	background-color: var(--earlyLight75);
	position: absolute;
	right: 20px;
	top: 26px;
	z-index: 99;
}

.subnav-list-item .subnav-heading {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: -.01em;
	color: white;
}

.subnav-list-item p {
	display: none;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}

@media (min-width: 596px) {
	.subnav-list-item p {
		display: block;
	}
}

.subnav-list-item a {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	color: var(--earlyLight);
	padding: 20px;
	border-radius: 12px;
	margin: -20px;
	transition: background-color 250ms cubic-bezier(.165, .84, .44, 1), color 250ms cubic-bezier(.165, .84, .44, 1);
}

.subnav-list-item a:hover {
	background-color: var(--earlyLightA5);
}

.subnav-icon {
	width: 24px;
	min-width: 24px;
	transform: translate(2px, 2px);
}

.success-story-teaser figure {
	padding: 30px 0;
	font-size: 14px;
	line-height: 180%;
}

.success-story-teaser figure div {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
}

.success-story-teaser figure div img {
	flex-basis: 80px;
	width: 100%;
	height: 100%;
}

.success-story-teaser figure blockquote {
	margin: 0;
}

.success-story-teaser figure blockquote p {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

.success-story-teaser figure figcaption {
	margin: 0;
	color: var(--earlyLightA75);
}

.success-story-teaser figure figcaption cite {
	font: inherit;
	line-height: inherit;
}

.success-story-teaser a.button {
	display: block;
	text-align: center;
	width: 100%;
}

.media-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	list-style: none;
	padding-top: 30px;
	margin: 0;
}

.media-list-item a {
	color: var(--earlyLight);
	display: flex;
	gap: 20px;
}

.media-list-item a:hover {
	text-decoration: underline;
}

.media-list-item__image {
	width: 128px;
	height: 72px;
	overflow: hidden;
	border-radius: 6px;
	background-color: var(--earlyLightA5);
}

.media-list-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-list-item__title {
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.media-list-item__title .subnav-heading {
	font: inherit;
	line-height: inherit;
	margin: 0;
	letter-spacing: -.01em;
	color: white;
}

.action-cta {
	display: flex;
	padding-top: 30px;
}

.action-cta__link {
	display: flex;
	align-items: center;
	padding: 10px;
	width: 100%;
	color: white;
	text-decoration: none;
	border-radius: 12px;
	transition: background-color 250ms cubic-bezier(.165, .84, .44, 1);
	background-color: var(--earlyLightA5);
}

.action-cta__link:hover .action-cta__arrow {
	background-color: var(--earlyLight75);
}

.action-cta__content {
	flex: 1;
	padding: 0 10px;
}

.action-cta__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: white;
}

.action-cta__subtitle {
	font-size: 14px;
	line-height: 1.6;
	color: white;
}

.action-cta__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--earlyDark50);
	border-radius: 12px;
	transition: background-color 250ms cubic-bezier(.165, .84, .44, 1);
}

footer {
	isolation: auto !important;
	padding-top: 100px;
	padding-bottom: 70px;
	background-color: var(--bg-color, var(--timeular-white));
}

footer .heading[aria-level="2"] {
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	color: var(--onyxGrey50);
	margin: 0 0 1rem;
}

footer nav a, footer nav a:link, footer nav a:visited, footer .social-wrapper a, footer .social-wrapper a:link, footer .social-wrapper a:visited {
	color: var(--early-black);
	text-decoration: none;
}

footer nav a:hover, footer nav a:link:hover, footer nav a:visited:hover, footer .social-wrapper a:hover, footer .social-wrapper a:link:hover, footer .social-wrapper a:visited:hover {
	text-decoration: underline;
}

footer nav .social, footer .social-wrapper .social {
	display: flex;
	gap: 30px;
}

footer nav .column, footer .social-wrapper .column {
	padding-bottom: 30px;
}

footer nav .about-us, footer .social-wrapper .about-us {
	padding-bottom: 50px;
}

footer nav ul, footer .social-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer nav ul>li, footer .social-wrapper ul>li {
	font-size: 16px;
	line-height: 160%;
	color: var(--timeular-midnight-80);
	padding: 0;
}

footer .social-wrapper {
	align-items: baseline;
	gap: 30px;
	justify-content: space-between;
}

@media (max-width: 596px) {
	footer .social-wrapper {
		justify-content: center;
	}
}

footer .copyright {
	color: var(--onyxGrey75);
	font-size: 16px;
}

footer a#footer-logo {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/dist/images/logo-dark-green.svg");
	width: 162px;
	min-width: 100px;
	height: 61px;
	margin-left: -8px;
}

.footer-aside {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.cookie-consent__banner {
	display: none;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	background: var(--timeular-white);
	color: var(--earlyDark);
	box-shadow: 0 0 70px -42px rgba(31, 34, 38, .5);
}

.cookie-consent__banner .banner__content {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 200;
	bottom: 0;
	width: 100%;
	padding: 40px 0;
	background: var(--timeular-white);
}

.cookie-consent__banner .banner__buttons {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	display: flex;
	gap: 12px;
}

.cookie-consent__banner .banner__button {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

@media (min-width: 400px) {
	.cookie-consent__banner .banner__button {
		display: inline-block;
		width: auto;
		margin: 0 8px;
	}
}

.cookie-consent__banner .banner__overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.truendo_container.truendo_container .tru_panel-title .tru_title__close.u-visibility-hidden {
	visibility: visible !important;
}

.truendo_container.truendo_container .tru_panel-title .tru_title__close .tru_title__close__inner {
	background: var(--earlyDark) !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok {
	cursor: pointer !important;
	border: 0 !important;
	border-radius: 6px !important;
	padding: 11px 32px !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--save, .truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--necessary {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25) !important;
	color: var(--earlyDark) !important;
	background-color: transparent !important;
	transition: box-shadow .2s ease-in !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--save:hover, .truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--necessary:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25) !important;
}

footer a#footer-logo.nitro-lazy {
	background-image: none !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--save:active, .truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--save:focus, .truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--necessary:active, .truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--necessary:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15) !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--all {
	--button-overlay-color: transparent;
	background-color: var(--earlyDark) !important;
	color: var(--earlyLight) !important;
	transition: background-color .2s ease-in !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--all::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--button-overlay-color);
	border-radius: inherit;
	pointer-events: none;
	transition: background-color .2s ease-in-out;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--all:hover {
	--button-overlay-color: var(--earlyLightA15);
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .bgr_action .tru_btn_ok.tru_btn_ok--all:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight) !important;
}

.truendo_container.truendo_container .tru_section_btn_cnt_action .tru_poweredBy {
	display: none !important;
}

.truendo_container.truendo_container .truendo_fab {
	background: var(--earlyDark) !important;
}

.country-selector {
	height: 24px !important;
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	z-index: 9 !important;
	background-color: var(--bg-color, var(--timeular-white)) !important;
}

.country-selector>label {
	padding: 0 !important;
}

.country-selector .weglot_choice, .country-selector>label::before {
	opacity: 0 !important;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: -1 !important;
}

.country-selector ul, .country-selector .wgcurrent {
	line-height: 16px !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}

.country-selector .wg-li {
	padding: 0 !important;
	line-height: 16px !important;
	border-radius: 0 !important;
}

.country-selector .wgcurrent {
	background-color: rgba(136, 85, 255, .1) !important;
	border-radius: 4px !important;
}

.country-selector .wgcurrent .wglanguage-name {
	color: #85f !important;
}

.country-selector .wg-li a, .country-selector .wglanguage-name {
	display: block !important;
	max-height: 28px !important;
	box-sizing: border-box;
	min-width: 130px;
	max-width: 130px;
	border-radius: 4px !important;
	padding: 4px 12px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	color: #4e4e77 !important;
}

.country-selector.weglot-dropdown.weglot-invert label::after {
	top: 12px !important;
}

@media (max-width: 1023px) {
	.woocommerce-account .myaccount-area.row {
		flex-direction: column;
	}
}

.woocommerce-account .woocommerce {
	margin-top: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .myaccount-content {
	box-shadow: 0 0 35px rgba(64, 91, 131, .1);
	border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	margin-right: 20px;
	padding: 20px 0;
	box-shadow: 0 0 35px rgba(64, 91, 131, .1);
	border-radius: 10px;
}

@media (min-width: 1024px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: calc(25% - 20px);
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 5px 30px;
	color: #47536b;
	text-decoration: none;
	font-size: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background-color: var(--timeular-lavendar-20);
	color: var(--timeular-lavendar);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover .navigation-item__link {
	color: var(--timeular-lavendar);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	color: var(--timeular-lavendar);
}

.woocommerce-account .myaccount-content {
	width: 100%;
	margin-top: 20px;
	padding: 30px;
}

@media (min-width: 1024px) {
	.woocommerce-account .myaccount-content {
		width: 75%;
		margin-top: 0;
	}
}

.woocommerce-account .shop_table, .woocommerce-account .woocommerce-orders-table, .woocommerce-account .woocommerce-table--order-details, .woocommerce-account .my-invoices-table, .woocommerce-account .my-subscriptions-management {
	margin: 0 auto;
	overflow-x: auto;
	white-space: nowrap;
}

@media (max-width: 780px) {
	.woocommerce-account .shop_table, .woocommerce-account .woocommerce-orders-table, .woocommerce-account .woocommerce-table--order-details, .woocommerce-account .my-invoices-table, .woocommerce-account .my-subscriptions-management {
		display: block;
		max-width: fit-content;
	}
}

.woocommerce-account .shop_table tbody td, .woocommerce-account .shop_table thead th, .woocommerce-account .woocommerce-orders-table tbody td, .woocommerce-account .woocommerce-orders-table thead th, .woocommerce-account .woocommerce-table--order-details tbody td, .woocommerce-account .woocommerce-table--order-details thead th, .woocommerce-account .my-invoices-table tbody td, .woocommerce-account .my-invoices-table thead th, .woocommerce-account .my-subscriptions-management tbody td, .woocommerce-account .my-subscriptions-management thead th {
	padding: 13px;
}

.woocommerce-account .shop_table thead th:first-of-type, .woocommerce-account .woocommerce-orders-table thead th:first-of-type, .woocommerce-account .woocommerce-table--order-details thead th:first-of-type, .woocommerce-account .my-invoices-table thead th:first-of-type, .woocommerce-account .my-subscriptions-management thead th:first-of-type {
	padding: 0;
}

.woocommerce-account .shop_table tbody th, .woocommerce-account .woocommerce-orders-table tbody th, .woocommerce-account .woocommerce-table--order-details tbody th, .woocommerce-account .my-invoices-table tbody th, .woocommerce-account .my-subscriptions-management tbody th {
	padding: 0;
}

.woocommerce-account .shop_table tbody tr:last-of-type th, .woocommerce-account .shop_table tbody tr:last-of-type td, .woocommerce-account .woocommerce-orders-table tbody tr:last-of-type th, .woocommerce-account .woocommerce-orders-table tbody tr:last-of-type td, .woocommerce-account .woocommerce-table--order-details tbody tr:last-of-type th, .woocommerce-account .woocommerce-table--order-details tbody tr:last-of-type td, .woocommerce-account .my-invoices-table tbody tr:last-of-type th, .woocommerce-account .my-invoices-table tbody tr:last-of-type td, .woocommerce-account .my-subscriptions-management tbody tr:last-of-type th, .woocommerce-account .my-subscriptions-management tbody tr:last-of-type td {
	border-bottom: 0;
}

.woocommerce-account .shop_table thead th, .woocommerce-account .woocommerce-orders-table thead th, .woocommerce-account .woocommerce-table--order-details thead th, .woocommerce-account .my-invoices-table thead th, .woocommerce-account .my-subscriptions-management thead th {
	font-size: 18px;
}

.woocommerce-account .shop_table tbody td:first-of-type, .woocommerce-account .shop_table tfoot th:first-of-type, .woocommerce-account .woocommerce-orders-table tbody td:first-of-type, .woocommerce-account .woocommerce-orders-table tfoot th:first-of-type, .woocommerce-account .woocommerce-table--order-details tbody td:first-of-type, .woocommerce-account .woocommerce-table--order-details tfoot th:first-of-type, .woocommerce-account .my-subscriptions-management tbody td:first-of-type, .woocommerce-account .my-subscriptions-management tfoot th:first-of-type {
	padding: 0;
}

.woocommerce-account .shop_table tfoot td, .woocommerce-account .woocommerce-orders-table tfoot td, .woocommerce-account .woocommerce-table--order-details tfoot td, .woocommerce-account .my-subscriptions-management tfoot td {
	line-height: 1.5;
	padding: 13px;
}

.woocommerce-account .shop_table td.has-tools .row, .woocommerce-account .woocommerce-orders-table td.has-tools .row, .woocommerce-account .woocommerce-table--order-details td.has-tools .row, .woocommerce-account .my-subscriptions-management td.has-tools .row {
	display: flex;
	flex-direction: column;
}

.woocommerce-account .shop_table .sub-email, .woocommerce-account .woocommerce-orders-table .sub-email, .woocommerce-account .woocommerce-table--order-details .sub-email, .woocommerce-account .my-subscriptions-management .sub-email {
	max-width: 90%;
}

.woocommerce-account .my-subscriptions-management {
	display: block;
}

.woocommerce-account .table-actions {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-account .table-actions a, .woocommerce-account td.order-actions .button {
	color: #000;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	padding: 5px 20px;
	background: var(--timeular-midnight-10);
	border-radius: 60px;
	font-weight: 400;
}

.woocommerce-account .table-actions a:hover, .woocommerce-account td.order-actions .button:hover {
	background: var(--timeular-lavendar);
	color: var(--timeular-white);
}

.woocommerce-edit-address label, .woocommerce-edit-account label {
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce-edit-address .form-row, .woocommerce-edit-account .form-row {
	height: auto;
	margin-bottom: 20px;
}

.woocommerce-lost-password input {
	display: block;
	max-width: 300px;
}

.woocommerce-lost-password p {
	max-width: 700px;
}

.woocommerce-form-login {
	margin-top: 1rem;
}

.login-app-settings a.button {
	margin-top: 1rem;
}

.myaccount-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.myaccount-area li {
	line-height: 2;
}

.myaccount-area .woocommerce-error {
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

.myaccount-area .woocommerce-error li {
	line-height: 1.5;
}

.myaccount-area .woocommerce-error strong {
	font-weight: 400;
}

.myaccount-area .spacer-lg {
	display: block;
	height: 40px;
}

.myaccount-area .spacer-sm {
	display: block;
	height: 20px;
}

.subscriptions-view-actions a {
	margin-right: 1rem;
}

.myaccount-area .invalid-mail {
	display: none;
	color: #f2483f;
	font-weight: 400;
}

.myaccount-area .has-error .invalid-mail {
	display: block;
	margin-top: -15px;
}

.myaccount-area .has-tools {
	position: relative;
	min-width: 235px;
}

.myaccount-area .spinner-wrapper {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.myaccount-area .spinner-wrapper i {
	position: absolute;
	left: 45%;
	top: 45%;
	font-size: 20px;
}

.myaccount-area th.ep-next-payment {
	min-width: 150px;
}

.myaccount-area th.ep-total {
	min-width: 200px;
}

.myaccount-area tr.has-spinner {
	position: relative;
}

.myaccount-area .fal {
	font-size: 1.25rem;
}

.wcs-switch-link {
	margin-left: 1rem;
}

.change-payment-method .payment_method label {
	margin-left: 1rem;
}

.change-payment-method .update-all-subscriptions-payment-method-wrap input {
	margin-right: 1rem;
}

.shop_table.subscription_details, .shop_table.order_details, .order-again {
	margin-bottom: 3rem;
}

.shop_table.my_account_orders {
	margin-bottom: 1rem;
}

:root:has(.docs-main):has(.site-header--fixed) .docs-aside {
	padding-top: var(--header-height);
	margin-top: calc(-1 * var(--header-height));
}

@media (max-width: 1200px) {
	:root:has(.docs-main) .container {
		padding: 0 20px;
		max-width: initial;
	}
}

.docs-container {
	position: relative;
	display: grid;
	gap: 30px;
	grid-template-columns: 262px minmax(0, 1fr);
}

@media (max-width: 818px) {
	.docs-container {
		grid-template-columns: minmax(0, 1fr);
	}
}

.docs-title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	padding: 20px 0;
	display: none;
}

@media (max-width: 818px) {
	.docs-title {
		display: block;
	}
}

.docs-title a, .docs-title a:visited {
	text-decoration: none;
	color: var(--timeular-midnight-100);
}

.docs-content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (max-width: 1000px) {
	.docs-content {
		grid-template-columns: minmax(0, 1fr);
	}
}

.docs-content h1, .docs-content h2, .docs-content h3, .docs-content h4, .docs-content h5, .docs-content h6 {
	font-weight: 600;
}

.docs-content h1 {
	font-size: 58px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.docs-content h2 {
	font-size: 44px;
	line-height: 1.2;
	margin-top: 2rem;
}

.docs-content h3 {
	font-size: 32px;
	line-height: 1.2;
	margin-top: 2rem;
}

.docs-content h4 {
	font-size: 28px;
	line-height: 1.3;
	margin-top: 2rem;
}

.docs-content h5 {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 2rem;
}

.docs-content p, .docs-content ul, .docs-content ol {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.docs-content p:first-child {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 3rem;
}

.docs-content figcaption {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: var(--timeular-midnight-60);
}

.docs-page {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.docs-aside {
	--padding: 24px;
	--mobile-menu-trigger-height: 48px;
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	max-height: 100vh;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 818px) {
	.docs-aside {
		display: block;
		min-height: unset;
		height: auto;
		padding: 0 var(--page-padding-right) 0 var(--page-padding-left);
		border-top: 1px solid var(--timeular-midnight-10);
		border-bottom: 1px solid var(--timeular-midnight-10);
		background-color: var(--timeular-white);
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}

.docs-nav {
	flex: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	user-select: none;
}

@media screen and (max-width: 818px) {
	.docs-nav {
		display: none;
		height: calc(100vh - var(--header-height) - 80px);
		overflow: auto;
	}
}

@media screen and (max-width: 818px) {
	#docs-menu:checked ~ .docs-nav {
		display: flex;
	}
}

.docs-nav__list {
	margin: 0;
	list-style: none;
	height: max-content;
	width: 100%;
	overflow: auto;
	flex-grow: 1;
	padding: 10px 0;
}

@media screen and (max-width: 818px) {
	.docs-nav__list {
		flex-grow: 0;
		flex-shrink: 0;
	}
}

.docs-main {
	--header-height: 75px;
	--page-padding-top: 80px;
	--page-padding-right: 20px;
	--page-padding-left: 20px;
	min-height: 100vh;
	padding: 50px 0 100px;
}

@media (max-width: 818px) {
	.docs-main {
		padding-top: 15px;
	}
}

.docs-main .menu-section, .docs-main .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.68;
}

.docs-main .sub-menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 30px;
}

.docs-main .menu-item {
	font-size: 16px;
}

.docs-main .menu-item a, .docs-main .menu-item a:visited {
	display: inline-flex;
	color: var(--timeular-midnight-100);
	font-weight: 600;
	text-decoration: none;
}

.docs-main .menu-item.badge-new a::after {
	content: "New";
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	padding: 1px 6px;
	background: #f3eeff;
	border: 2px solid #cfbbff;
	border-radius: 9999px;
	color: #85f;
}

.docs-main .menu-item:not(.menu-section)>a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	color: var(--timeular-midnight-40);
	padding: 2px 12px;
}

.docs-main .menu-item:not(.menu-section)>a[aria-current="page"], .docs-main .menu-item:not(.menu-section)>a:hover, .docs-main .menu-item:not(.menu-section)>a:focus {
	color: var(--timeular-midnight-100);
	background-color: var(--timeular-midnight-5);
	border-radius: 6px;
}

.docs-main .menu-section {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	font-size: 20px;
	line-height: 1.8;
}

.docs-main .menu-section--getting-started a::before {
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/assets/images/rocket.svg");
}

.docs-main .menu-section--for-teams a::before {
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/assets/images/user.svg");
}

.docs-main .menu-section--insights a::before {
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/assets/images/pie-chart.svg");
}

.docs-main .menu-section--tracker a::before {
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/assets/images/cube.svg");
}

.docs-main .menu-section--integrations a::before {
	background-image: url("https://cdn-ilagpoj.nitrocdn.com/JWublJUvAMSMHONyXRSvKyoAJycKODtd/assets/images/optimized/rev-e5de740/early.app/wp-content/themes/timeular/assets/images/command.svg");
}

.docs-main .menu-section>a {
	display: flex;
	gap: 6px;
	align-items: center;
	cursor: default;
}

.docs-main .menu-section>a::before {
	content: " ";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
}

.docs-main .docs-menu-toggle {
	display: none;
	position: relative;
	height: var(--mobile-menu-trigger-height);
	z-index: 999;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

@media (max-width: 818px) {
	.docs-main .docs-menu-toggle {
		display: block;
		border-top: 1px solid var(--timeular-midnight-10);
	}
}

.docs-main .docs-menu-toggle__trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.docs-main .docs-menu-toggle__trigger[href="#"] {
	display: none;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-toggle__trigger, .docs-main .docs-menu-input:checked ~ * .docs-menu-toggle__trigger {
	display: none;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-toggle__trigger[href="#"], .docs-main .docs-menu-input:checked ~ * .docs-menu-toggle__trigger[href="#"] {
	display: block;
	pointer-events: unset;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-toggle__label {
	pointer-events: none;
}

.docs-main .docs-menu-icon {
	display: none;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-icon--expand, .docs-main .docs-menu-input:checked ~ * .docs-menu-icon--expand {
	display: none;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-icon--collapse, .docs-main .docs-menu-input:checked ~ * .docs-menu-icon--collapse {
	display: block;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-icon--expand, .docs-main .docs-menu-input:not(:checked) ~ * .docs-menu-icon--expand {
	display: block;
}

.docs-main .docs-menu-input:target ~ * .docs-menu-icon--collapse, .docs-main .docs-menu-input:not(:checked) ~ * .docs-menu-icon--collapse {
	display: none;
}

.docs-main .docs-menu-toggle label {
	padding: 0 var(--page-padding-right) 0 var(--page-padding-left);
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: absolute;
	inset: 0;
	cursor: pointer;
}

.docs-main .docs-menu-toggle__title {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.docs-main .docs-menu-toggle__title p {
	color: var(--timeular-midnight-100);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.docs-main .hidden {
	display: none;
}

.docs-main .sr-hidden {
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	overflow-wrap: normal;
}

div.single-post {
	margin: 0 auto;
}

@media (min-width: 1196px) {
	div.single-post {
		padding-top: 75px;
	}
}

div.single-post .single-post__content>h2, div.single-post .single-post__content>h3, div.single-post .single-post__content>h4, div.single-post .single-post__content>h5, div.single-post .single-post__content>.heading-2, div.single-post .single-post__content>.heading-3, div.single-post .single-post__content>.heading-4, div.single-post .single-post__content>.heading-5 {
	margin: 2.5rem 0 1rem;
}

div.single-post .single-post__content>h2, div.single-post .single-post__content>.heading-2 {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: -.01em;
}

@media only screen and (max-width: 1196px) {
	div.single-post .single-post__content>h2, div.single-post .single-post__content>.heading-2 {
		font-size: 24px;
	}
}

div.single-post .single-post__content>h3, div.single-post .single-post__content>h4, div.single-post .single-post__content>h5, div.single-post .single-post__content>.heading-3, div.single-post .single-post__content>.heading-4, div.single-post .single-post__content>.heading-5 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -.01em;
}

@media only screen and (max-width: 1196px) {
	div.single-post .single-post__content>h3, div.single-post .single-post__content>h4, div.single-post .single-post__content>h5, div.single-post .single-post__content>.heading-3, div.single-post .single-post__content>.heading-4, div.single-post .single-post__content>.heading-5 {
		font-size: 20px;
	}
}

div.single-post .single-post__content>h3, div.single-post .single-post__content>.heading-3 {
	font-size: 24px;
}

div.single-post .single-post__content>p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: .875rem;
	color: var(--early-black);
}

div.single-post .single-post__content>ul li, div.single-post .single-post__content>ol li {
	font-size: 18px;
	line-height: 1.8;
	color: var(--early-black);
}

div.single-post .single-post__content>ul li p, div.single-post .single-post__content>ol li p {
	font: inherit;
	color: inherit;
}

div.single-post>a.single-post__back-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

div.single-post>a.single-post__back-link::before {
	font-size: .875em;
	content: "〱";
}

div.single-post>a.single-post__back-link:hover {
	color: var(--earlyDark);
}

div.single-post .recommendations {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

div.single-post .recommended-article {
	display: grid;
	text-decoration: none;
	grid-template-columns: 240px auto;
	gap: 1.5rem;
}

div.single-post .recommended-article .recommended-article__content {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex: 1;
	padding: 2px 0 1rem;
}

div.single-post .recommended-article .recommended-article__content .recommended-article__title {
	margin: .25rem 0 1rem;
}

div.single-post .recommended-article .recommended-article__author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--early-black);
}

div.single-post .recommended-article .recommended-article__author-image {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	overflow: hidden;
}

div.single-post .recommended-article .recommended-article__image, div.single-post .recommended-article .recommended-article__image img, div.single-post .recommended-article .recommended-article__image picture {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16/9;
}

div.single-post .recommended-article .recommended-article__title {
	text-decoration: none;
	color: var(--early-black);
}

@media only screen and (max-width: 596px) {
	div.single-post .recommended-article {
		display: flex;
		flex-direction: column;
	}
	
	div.single-post .recommended-article .recommended-article__image, div.single-post .recommended-article .recommended-article__image img, div.single-post .recommended-article .recommended-article__image picture {
		width: 100%;
	}
}

div.single-post .single-post__subheader {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	color: var(--early-black);
}

div.single-post .separator {
	display: block;
	height: 1px;
	background-color: var(--onyxGrey15);
	margin: 0 0 2rem;
	width: 100%;
}

div.single-post .single-post__title {
	font-size: 44px;
	line-height: 1.2;
	letter-spacing: -.01em;
	font-weight: 600;
}

@media only screen and (max-width: 1196px) {
	div.single-post .single-post__title {
		font-size: 32px;
	}
}

div.single-post .single-post__content a:not(.button), div.single-post .single-post__content a:not(.button):link {
	color: var(--early-black);
}

div.single-post .single-post__content a:not(.button):hover {
	color: var(--onyxGrey);
}

div.single-post .single-post__footer_top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}

div.single-post .single-post__footer_top .author-avatar {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
}

div.single-post .single-post__footer_top .author-details {
	flex: 1;
	display: flex;
	align-items: center;
	flex-flow: column wrap;
	justify-content: center;
}

div.single-post .single-post__footer_top .author-details .author-details__name, div.single-post .single-post__footer_top .author-details .author-details__role {
	width: 100%;
}

div.single-post .single-post__footer_top .author-details .author-details__role {
	color: var(--onyxGrey75);
}

div.single-post .single-post__footer_description {
	font-size: 16px !important;
	margin-bottom: 2rem;
}

div.single-post blockquote {
	position: relative;
	margin: 2.5rem 0 2.5rem 2.5rem;
}

@media (max-width: 818px) {
	div.single-post blockquote {
		margin-left: 0;
	}
}

div.single-post blockquote::before {
	position: absolute;
	width: 8px;
	border-radius: 8px;
	height: 100%;
	background-color: var(--earlyDark);
	content: "";
}

div.single-post blockquote p, div.single-post blockquote cite {
	margin-left: 1.5rem;
}

div.single-post blockquote p {
	font-style: italic;
}

div.single-post blockquote cite {
	font-size: 16px;
	color: var(--onyxGrey50);
	font-style: normal;
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder) {
	margin: 2.5rem 0;
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder) img {
	width: 100%;
	object-fit: cover;
	margin: 0 -20px;
	border-radius: 12px;
}

@media only screen and (max-width: 1196px) {
	div.single-post .wp-block-image:not(.block-editor-media-placeholder) img {
		margin: 0;
	}
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder).is-style-not-rounded img {
	border-radius: 0;
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder) .aligncenter {
	display: block;
	margin: 0 -20px;
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder) .aligncenter img {
	margin: 0;
}

@media only screen and (max-width: 1196px) {
	div.single-post .wp-block-image:not(.block-editor-media-placeholder) .aligncenter {
		margin: 0;
	}
}

div.single-post .wp-block-image:not(.block-editor-media-placeholder) figcaption {
	display: block;
	font-size: 20px;
	line-height: 110%;
	color: var(--earlyLightA75);
	margin: 0;
	padding-top: 2.5rem;
}

div.single-post .single-post__cta {
	grid-area: cta;
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 20px;
	border-radius: 12px;
	background: var(--earlyLight50);
	border: 2px solid var(--earlyDark);
}

div.single-post .single-post__cta p {
	margin: 0;
	color: var(--earlyDark);
	font-size: 16px;
	line-height: 170%;
	font-weight: 600;
}

div.single-post .single-post__toc h4, div.single-post .single-post__toc .heading-4 {
	margin: 0;
	padding: 10px 0;
}

div.single-post .single-post__toc ol, div.single-post .single-post__toc li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.single-post .single-post__toc li {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

div.single-post .single-post__toc li a {
	display: block;
	color: var(--early-black);
	text-decoration: none;
	padding: 10px 0;
}

div.single-post .single-post__toc li a:hover {
	color: var(--onyxGrey);
}

div.single-post .single-post__toc li a:focus-visible {
	outline: 2px solid var(--earlyDark);
	outline-offset: 0;
}

div.single-post .single-post__toc li ~ ol li {
	--list-nested-item-active-color: var(--onyxGrey25);
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
}

div.single-post .single-post__toc li ~ ol li a {
	padding: 2px 0 2px 20px;
	border-left: 2px solid transparent;
	box-shadow: inset 2px 0 0 0 var(--list-nested-item-active-color);
	transition: box-shadow .2s ease-in-out;
}

div.single-post .single-post__toc li ~ ol li[aria-current="true"] a {
	--list-nested-item-active-color: var(--earlyDark);
}

@media screen and (max-width: 1196px) {
	div.single-post .single-post__toc {
		flex-direction: column;
		display: flex;
		flex: 1 1 auto;
		height: 0;
	}
	
	div.single-post .single-post__toc h4, div.single-post .single-post__toc .heading-4 {
		position: relative;
		pointer-events: none;
		padding: 34px 0 10px;
		font-size: 14px;
		font-weight: 400;
		line-height: 180%;
		text-align: center;
		z-index: 150;
	}
	
	div.single-post .single-post__toc>ol {
		overflow-y: auto;
	}
	
	div.single-post .single-post__sidebar .single-post__toc h4 {
		transition: opacity .2s ease-in-out;
	}
	
	div.single-post .single-post__sidebar .single-post__toc .timeular-toc {
		transition: opacity .2s ease-in-out;
	}
}

@media screen and (max-width: 596px) {
	div.single-post .single-post__toc h4, div.single-post .single-post__toc .heading-4 {
		font-size: 16px;
		font-weight: 600;
		line-height: 170%;
		text-align: left;
		padding: 24px 0 16px;
	}
}

@media screen and (min-width: 1196px) {
	div.single-post .single-post__toc {
		grid-area: toc;
		height: 0;
		min-height: 100%;
	}
	
	div.single-post .single-post__toc>ol {
		overflow-y: auto;
		height: 0;
		min-height: calc(100% - 30px);
		padding-bottom: 10px;
	}
	
	div.single-post .single-post__toc h4, div.single-post .single-post__toc .heading-4 {
		color: var(--onyxGrey75);
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
	}
}

div.single-post a.button {
	padding: 10px 22px;
	display: inline-block;
}

.sidebar-backdrop {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 34, 85, .2);
	backdrop-filter: blur(8px);
	z-index: 999;
	isolation: isolate;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}

.single-post__sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	user-select: none;
	max-height: 100%;
	isolation: isolate;
}

@media (min-width: 1196px) {
	.single-post__sidebar {
		background: transparent;
		box-shadow: none;
	}
}

@media (max-width: 1196px) {
	.single-post__sidebar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10000;
		display: flex;
		height: 100%;
		transform-origin: bottom;
		transform: translateY(calc(100% - 69px));
		transition: transform .3s cubic-bezier(.6, .8, .2, 1.05);
		padding: 0;
		flex-direction: column;
		align-items: center;
		flex-shrink: 0;
		border-radius: 12px 12px 0 0;
		background: var(--onyxGrey5);
		box-shadow: 0 -20px 50px 0 rgba(34, 34, 85, .15);
	}
	
	.single-post__sidebar[aria-expanded="true"] {
		transform: translateY(20%);
		display: flex;
		flex-direction: column;
	}
	
	.single-post__sidebar[aria-expanded="true"] .single-post__sidebar-sticky, .single-post__sidebar[aria-expanded="true"] .single-post__sidebar-content {
		flex: 1;
	}
	
	.single-post__sidebar[aria-expanded="true"] .single-post__cta {
		margin-bottom: 20px;
	}
	
	.single-post__sidebar[aria-expanded="true"] ~ .sidebar-backdrop {
		pointer-events: all;
		opacity: 1;
	}
}

@media (max-width: 596px) {
	.single-post__sidebar {
		box-shadow: 0 -3px 10px 0 rgba(34, 34, 85, .2);
	}
}

.single-post__sidebar-content {
	display: grid;
	grid-template-areas: "cta" "toc";
	grid-template-rows: auto 1fr;
	gap: 50px;
}

@media screen and (min-width: 1196px) {
	.single-post__sidebar-content {
		height: calc(100vh - 125px);
		overflow: hidden;
	}
}

@media screen and (max-width: 1196px) {
	.single-post__sidebar-content {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

.single-post__sidebar-sticky {
	position: sticky;
	top: 125px;
	display: flex;
	flex-direction: column;
	scrollbar-gutter: stable both-edges;
}

@media screen and (max-width: 1196px) {
	.single-post__sidebar-sticky {
		position: static;
		margin: 0 auto;
		width: 100%;
		max-width: 768px;
		max-height: calc(100% - 20%);
		scrollbar-width: none;
	}
}

@media screen and (max-width: 818px) {
	.single-post__sidebar-sticky {
		max-width: 567px;
	}
}

@media screen and (max-width: 596px) {
	.single-post__sidebar-sticky {
		max-width: 100%;
		padding-inline: 20px;
	}
}

.sidebar-drag-handle {
	--drag-handle-width: 120px;
	--drag-handle-spacing: 20px;
	all: unset;
	position: absolute;
	display: none;
	width: 100%;
	height: 69px;
	margin: 0 auto;
	z-index: 100;
	border-radius: 12px;
	background-color: var(--onyxGrey5);
}

.sidebar-drag-handle::before {
	position: absolute;
	content: " ";
	top: var(--drag-handle-spacing);
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: var(--drag-handle-width);
	border-radius: 999px;
	background-color: var(--onyxGrey25);
	outline-color: transparent;
	transition: outline-color .2s ease-in-out;
}

.sidebar-drag-handle.focus-visible::before {
	outline: 2px solid var(--earlyDark);
	outline-offset: .5em;
}

@media screen and (max-width: 1196px) {
	.sidebar-drag-handle {
		display: block;
	}
}

@media screen and (max-width: 596px) {
	.sidebar-drag-handle {
		--drag-handle-width: 40px;
		--drag-handle-spacing: 10px;
	}
}

@media screen and (max-width: 1196px) {
	.single-post__sidebar .single-post__toc .timeular-toc {
		margin-top: -25px;
	}
	
	.single-post__sidebar[aria-expanded="true"] .single-post__toc h4, .single-post__sidebar[aria-expanded="true"] .single-post__toc .heading-4 {
		opacity: 0;
	}
	
	.single-post__sidebar[aria-expanded="true"] .single-post__toc .timeular-toc {
		opacity: 1;
	}
	
	.single-post__sidebar[aria-expanded="false"] .single-post__toc h4, .single-post__sidebar[aria-expanded="false"] .single-post__toc .heading-4 {
		opacity: 1;
	}
	
	.single-post__sidebar[aria-expanded="false"] .single-post__toc .timeular-toc {
		opacity: 0;
	}
}

.single-post__thumbnail {
	margin: 0 auto;
}

.single-post__thumbnail .post-thumbnail {
	margin-bottom: 2.5rem;
}

.single-post__thumbnail img {
	width: 100%;
	object-fit: cover;
	max-height: 385px;
	margin: 0 -20px;
	border-radius: 12px;
}

@media only screen and (max-width: 1196px) {
	.single-post__thumbnail img {
		margin: 0;
	}
}

.single-post__date {
	display: block;
	margin-bottom: 1rem;
}

.single-post__title-cta {
	margin-bottom: 1rem;
	display: inline-block;
	padding: 10px 22px !important;
}

.single-post__footer {
	margin: 2.5rem 0;
	padding: 0;
	background-color: transparent;
}

div.single-post--success .post {
	max-width: none;
	margin: 0 auto;
}

div.single-post--success .single-post__content {
	padding-bottom: 100px;
}

div.single-post--success .single-post__content>p, div.single-post--success .single-post__content .wp-block-heading {
	max-width: 738px;
	margin: 30px auto;
}

div.single-post--success .single-post__content .wp-block-heading {
	margin-top: 50px;
}

div.single-post--success .single-post__content .wp-block-quote {
	max-width: 738px;
	margin: 0 auto;
	quotes: "\"" "\"" "\'" "\'";
}

div.single-post--success .single-post__content .wp-block-quote::before {
	all: unset;
}

div.single-post--success .single-post__content .wp-block-quote p {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -.01em;
	font-style: normal;
	margin: 30px auto;
}

div.single-post--success .single-post__content .wp-block-quote p::before {
	content: open-quote;
}

div.single-post--success .single-post__content .wp-block-quote p::after {
	content: close-quote;
}

div.single-post--success .single-post__header {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 60px;
	margin: 0;
	padding: 10px 0 100px;
}

@media (min-width: 1196px) {
	div.single-post--success .single-post__header {
		flex-direction: row;
	}
}

div.single-post--success .single-post__topline {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: .12em;
	color: var(--earlyDark);
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.single-post--success .single-post__thumbnail {
	background-color: var(--onyxGrey15);
	border-radius: 30px;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

@media (min-width: 1196px) {
	div.single-post--success .single-post__thumbnail {
		min-width: 538px;
		max-width: 538px;
	}
}

div.single-post--success .single-post__thumbnail .post-thumbnail {
	margin: 0;
}

div.single-post--success .single-post__thumbnail img {
	width: 100%;
	display: block;
	aspect-ratio: 16/9;
	height: 100%;
	max-height: none;
	object-fit: cover;
	margin: 0;
}

.wp-block {
	max-width: 1140px;
}

img.round-image, .round-image img {
	border-radius: 50%;
}

.header-desktop {
	margin-bottom: 1rem;
}

.alignfull, .has-full-background {
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.wp-block-image {
	margin-bottom: 0;
}

@media (max-width: 596px) {
	.hidden-in-mobile {
		display: none !important;
	}
}

.is-style-full-width-dark, .is-style-full-width-light {
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.is-style-full-width-dark {
	background-color: var(--timeular-black);
	color: white;
}

.is-style-full-width-light {
	background-color: var(--timeular-midnight-5);
}

.wp-block-separator, .wp-block-separator.is-style-wide {
	border: 1px solid var(--timeular-midnight-20);
}

.max-600 {
	max-width: 600px;
	margin: 0 auto .5rem auto;
}

.wp-block-video video {
	max-width: 100%;
	border-radius: 5px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-top: 56%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 596px) {
	div.wp-block-media-text {
		margin-bottom: 3rem;
	}
	
	div.wp-block-media-text figure ~ div {
		margin-top: 1rem;
	}
}

@media (max-width: 596px) {
	div.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
		grid-template-areas: "media-text-media" "media-text-content";
	}
	
	div.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-row: 1;
	}
	
	div.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-row: 2;
	}
}

div.wp-block-media-text .wp-block-media-text__content {
	padding-left: 10%;
	padding-right: 0;
}

@media (max-width: 596px) {
	div.wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
	}
}

div.wp-block-media-text figure {
	padding-right: 10%;
	padding-left: 0;
}

@media (max-width: 596px) {
	div.wp-block-media-text figure {
		padding-right: 0;
	}
}

div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-right: 10%;
	padding-left: 0;
}

@media (max-width: 596px) {
	div.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding-right: 0;
	}
}

div.wp-block-media-text.has-media-on-the-right figure {
	padding-left: 10%;
	padding-right: 0;
}

@media (max-width: 596px) {
	div.wp-block-media-text.has-media-on-the-right figure {
		padding-left: 0;
	}
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

.wp-block-columns {
	margin-bottom: 0 !important;
}

.wp-block-column {
	margin-bottom: 0;
}

@media (max-width: 596px) {
	.wp-block-column.center-mobile {
		text-align: center;
	}
	
	.wp-block-column.center-mobile>.wp-block-buttons {
		justify-content: center;
	}
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 32px;
	}
}

.wp-block-column figure {
	margin-bottom: 1rem;
}

@media (max-width: 596px) {
	.is-stacked-on-mobile .wp-block-column {
		flex-basis: 100%;
		padding-bottom: 1rem;
	}
}

@media (max-width: 1196px) {
	.is-style-timeular-expand-earlier {
		flex-wrap: wrap;
	}
}

@media (max-width: 1196px) {
	.is-style-timeular-expand-earlier>.wp-block-column {
		flex-basis: 100%;
	}
}

@media (max-width: 1196px) {
	.is-style-timeular-border-columns {
		flex-wrap: wrap;
	}
	
	.is-style-timeular-border-columns .wp-block-column {
		flex-basis: 100%;
		margin-left: 0;
	}
	
	.is-style-timeular-border-columns .hide-tablet {
		display: none;
	}
}

.is-style-timeular-border-columns>.wp-block-column {
	position: relative;
	border: 1px solid var(--timeular-midnight-20);
	border-radius: .5rem;
	overflow: hidden;
}

@media (max-width: 1196px) {
	.is-style-timeular-border-columns>.wp-block-column:not(:first-child) {
		margin-top: 3rem;
	}
}

.is-style-timeular-border-columns>.wp-block-column ul {
	margin-left: 1rem;
}

.is-style-timeular-border-columns>.wp-block-column>* {
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (max-width: 1196px) {
	.is-style-timeular-border-columns>.wp-block-column>* {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.is-style-timeular-border-columns>.wp-block-column>figure {
	padding-left: 0;
	padding-right: 0;
}

.is-style-timeular-border-columns>.wp-block-column>figure img {
	width: 100%;
}

.is-style-timeular-border-columns>.wp-block-column>.wp-block-button.is-style-timeular-pricing-page, .is-style-timeular-border-columns>.wp-block-column .wp-block-columns {
	padding: 0;
}

.is-style-timeular-border-columns>.wp-block-column .wp-block-column {
	margin-left: 0;
	position: relative;
}

.wp-block-table.ticks tr {
	height: 50px;
}

.wp-block-table.ticks td {
	line-height: 1.2;
	min-width: 5%;
	padding: 8px 0 8px 12px;
	text-align: center;
}

.wp-block-table.ticks td:first-child {
	width: 90%;
	text-align: left;
}

@media (max-width: 1196px) {
	.wp-block-table.ticks td {
		min-width: 10%;
	}
	
	.wp-block-table.ticks td:first-child {
		width: 80%;
	}
}

@media (max-width: 596px) {
	.wp-block-table.ticks {
		display: none;
	}
}

.is-style-spacer-small {
	height: 3rem !important;
}

.is-style-spacer-medium {
	height: 6rem !important;
}

.is-style-spacer-big {
	height: 9rem !important;
}

.is-style-timeular-only-price .wc-block-grid__product-price {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 600;
	color: var(--timeular-lavendar);
}

.wp-block-latest-posts {
	padding: 0;
}

.wp-block-latest-posts li {
	padding: 0;
	margin-top: 50px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin-top: 0;
}

.schema-faq-section {
	margin-bottom: 3rem;
}

.schema-faq-question {
	font-size: 1.5em;
}

.logos {
	padding: .5rem 0;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
}

.logos p {
	margin: 0;
}

.logos figure {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.logos .wp-block-column {
	margin-bottom: 0;
	flex-grow: 1;
	flex-basis: 33%;
}

@media (max-width: 596px) {
	.logos.is-stacked-on-mobile .wp-block-column {
		flex-basis: 100%;
	}
}

.logos .wp-block-button {
	margin-bottom: 0;
}

.logos.black-to-white img {
	filter: invert(1) brightness(1.5);
}

.icons-grid img {
	height: 60px;
	max-width: 120px;
	width: auto;
	vertical-align: middle;
}

.icons-grid .wp-block-column>* {
	padding-left: 10%;
	padding-right: 10%;
}

.wp-block-cover.alignfull {
	box-sizing: content-box;
}

.wp-block-cover .wp-block-cover__inner-container {
	color: inherit;
}

.testimonial-author-name {
	display: block;
}

.wp-block-timeular-blocks-testimonial {
	font-size: .75rem;
}

.wp-block-timeular-blocks-testimonial blockquote {
	font-size: 1rem;
	line-height: inherit;
	font-weight: inherit;
	margin-bottom: .5rem;
}

.widget_flex-posts-list .fp-post {
	padding-bottom: 4rem;
}

.widget_flex-posts-list .fp-thumbnail {
	overflow: hidden;
	height: 265px;
}

.widget_flex-posts-list .fp-thumbnail img {
	height: 100%;
}

.widget_flex-posts-list .fp-pagination a {
	padding: .3em;
	border-radius: .3rem;
	border: 1px solid;
}

.widget_flex-posts-list .fp-pagination a.next, .widget_flex-posts-list .fp-pagination a.prev {
	border: 0 none;
}

.widget_flex-posts-list .fp-list-2 .fp-post .fp-title {
	font-weight: 900;
}

.widget_flex-posts-list .fp-post .fp-readmore a {
	cursor: pointer;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	box-shadow: none;
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	--button-overlay-color: transparent;
}

.widget_flex-posts-list .fp-post .fp-readmore a::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--button-overlay-color);
	border-radius: inherit;
	pointer-events: none;
	transition: background-color .2s ease-in-out;
}

.widget_flex-posts-list .fp-post .fp-readmore a:disabled {
	opacity: .4;
}

.widget_flex-posts-list .fp-post .fp-readmore a.dark-green {
	background-color: var(--earlyDark);
	color: var(--earlyLight);
	transition: background-color .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.dark-green:hover {
	--button-overlay-color: var(--earlyLightA15);
}

.widget_flex-posts-list .fp-post .fp-readmore a.dark-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green {
	background-color: var(--earlyLight);
	color: var(--earlyDark);
	transition: background-color .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green:hover {
	background-color: var(--earlyLight75);
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green:focus {
	box-shadow: inset 0 0 0 2px var(--earlyDark);
}

.widget_flex-posts-list .fp-post .fp-readmore a.grey-outline {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.grey-outline:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.widget_flex-posts-list .fp-post .fp-readmore a.grey-outline:active, .widget_flex-posts-list .fp-post .fp-readmore a.grey-outline:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.widget_flex-posts-list .fp-post .fp-readmore a.blue, .widget_flex-posts-list .fp-post .fp-readmore a.primary {
	background-color: var(--blueDark);
	color: var(--timeular-white);
	transition: background-color .2s ease-in;
	border-radius: 6px;
}

.widget_flex-posts-list .fp-post .fp-readmore a.blue:hover, .widget_flex-posts-list .fp-post .fp-readmore a.primary:hover {
	--button-overlay-color: var(--blueLightA15);
}

.widget_flex-posts-list .fp-post .fp-readmore a.blue:focus, .widget_flex-posts-list .fp-post .fp-readmore a.primary:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-white);
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green-outline {
	box-shadow: inset 0 0 0 1px var(--earlyLight);
	color: var(--earlyLight);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green-outline:hover {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.widget_flex-posts-list .fp-post .fp-readmore a.light-green-outline:active, .widget_flex-posts-list .fp-post .fp-readmore a.light-green-outline:focus {
	box-shadow: inset 0 0 0 2px var(--earlyLight);
}

.widget_flex-posts-list .fp-post .fp-readmore a.filled {
	background-color: var(--timeular-midnight-5);
	color: var(--timeular-midnight);
	transition: background-color .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.filled:hover {
	background-color: var(--timeular-midnight-10);
}

.widget_flex-posts-list .fp-post .fp-readmore a.filled:focus {
	box-shadow: inset 0 0 0 2px var(--timeular-saffron);
}

.widget_flex-posts-list .fp-post .fp-readmore a.outlined {
	box-shadow: inset 0 0 0 2px var(--onyxGrey25);
	color: var(--earlyDark);
	background-color: transparent;
	transition: box-shadow .2s ease-in;
}

.widget_flex-posts-list .fp-post .fp-readmore a.outlined:hover {
	box-shadow: inset 0 0 0 3px var(--onyxGrey25);
}

.widget_flex-posts-list .fp-post .fp-readmore a.outlined:active, .widget_flex-posts-list .fp-post .fp-readmore a.outlined:focus {
	box-shadow: inset 0 0 0 4px var(--onyxGrey15);
}

.widget_flex-posts-list .fp-post .fp-readmore a.ghost {
	color: var(--earlyDark);
	transition: color .2s ease-in-out;
}

.widget_flex-posts-list .fp-post .fp-readmore a.ghost.inactive {
	color: var(--earlyDark50);
}

.widget_flex-posts-list .fp-post .fp-readmore a.ghost:hover {
	color: var(--earlyDark75);
}

.widget_flex-posts-list .fp-post .fp-readmore a.link {
	font-family: abcrepro, "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: unset;
}

.widget_flex-posts-list .fp-post .fp-readmore a.xl {
	font-size: 20px;
	line-height: 36px;
}

.widget_flex-posts-list .fp-post .fp-readmore a.lg {
	padding: 15px 30px 16px;
	font-size: 20px;
	line-height: 160%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.widget_flex-posts-list .fp-post .fp-readmore a.lg {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.widget_flex-posts-list .fp-post .fp-readmore a.md {
	padding: 12px 24px;
	font-size: 18px;
	line-height: 180%;
	font-weight: 700;
}

.widget_flex-posts-list .fp-post .fp-readmore a.sm {
	padding: 12px 22px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 700;
}

@media only screen and (max-width: 818px) {
	.widget_flex-posts-list .fp-post .fp-readmore a.sm {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.widget_flex-posts-list .fp-post .fp-readmore a.xs {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 180%;
}

@media only screen and (max-width: 818px) {
	.widget_flex-posts-list .fp-post .fp-readmore a.xs {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
}

.widget_flex-posts-list .fp-post .fp-readmore a .wp-block-button__link {
	color: inherit;
	background-color: inherit;
	font-size: inherit;
	padding: 0;
}

.widget_flex-posts-list .fp-post .fp-readmore a.is-style-fill .wp-block-button__link {
	padding: 10px 20px;
	background-color: var(--earlyDark);
	color: var(--earlyLight);
}

.flex-centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

body:has(.wp-block-timeular-center-teaser-lg-block.bg-darkgreen:nth-child(1)) .page-wrapper .content-wrapper {
	margin-top: 0;
}

body:has(.wp-block-timeular-center-teaser-lg-block.bg-darkgreen:nth-child(1)) .wp-block-timeular-center-teaser-lg-block.bg-darkgreen:nth-child(1) {
	padding-top: 120px;
}

.skunkwork.no-padding, .skunkwork .no-padding {
	padding: 0 !important;
}

.skunkwork.no-x-padding, .skunkwork .no-x-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.skunkwork.no-y-padding, .skunkwork .no-y-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.skunkwork.no-margin, .skunkwork .no-margin {
	margin: 0 !important;
}

.skunkwork.no-y-margin, .skunkwork .no-y-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.skunkwork.no-x-margin, .skunkwork .no-x-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.skunkwork.condensed-x-10, .skunkwork .condensed-x-10 {
	padding-right: 10vw;
	padding-left: 10vw;
}

.skunkwork.condensed-x-5, .skunkwork .condensed-x-5 {
	padding-right: 5vw;
	padding-left: 5vw;
}

.skunkwork.full-width, .skunkwork .full-width {
	width: 100% !important;
}

.skunkwork.full-screen-width, .skunkwork .full-screen-width {
	--timeular-left-offset: calc(50% - 50vw);
	margin-left: calc(var(--timeular-left-offset));
	width: calc(100% - var(--timeular-left-offset) * 2);
}

.skunkwork.full-width-scrollable-list, .skunkwork .full-width-scrollable-list {
	--padding: 15px;
	--timeular-left-offset: calc(50% - 50vw + var(--padding));
	white-space: nowrap;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-left: calc(var(--timeular-left-offset) - var(--padding));
	padding-right: calc(4 * var(--padding) - ( var(--timeular-left-offset) ));
	padding-left: calc(var(--padding) - var(--timeular-left-offset));
	width: 100vw;
}

@media (max-width: 596px) {
	.skunkwork.full-width-scrollable-list, .skunkwork .full-width-scrollable-list {
		padding-left: calc(var(--padding) * 2 - var(--timeular-left-offset));
	}
}

.skunkwork.badges {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.skunkwork.badges .gdpr-bagde {
	height: 58px;
}

.skunkwork.badges .capterra-container {
	height: 58px;
	width: 178px;
}

@media (max-width: 1196px) {
	.skunkwork.badges {
		justify-content: center !important;
	}
}
