/* Version 1.0 - Last Updated 09/07/23 */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Reset */
*, ::before, ::after {box-sizing: border-box;border-width: 0;border-style: solid;border-color: #e5e7eb;}html {line-height: 1.5;-webkit-text-size-adjust: 100%;-moz-tab-size: 4;tab-size: 4;font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}body {margin: 0;line-height: inherit;}hr {height: 0;color: inherit;border-top-width: 1px;}h1, h2, h3, h4, h5, h6 {font-size: inherit;font-weight: inherit;}a {color: inherit;text-decoration: inherit;}b, strong {font-weight: bolder;}code, kbd, samp, pre {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}table {text-indent: 0;border-color: inherit;border-collapse: collapse;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;font-weight: inherit;line-height: inherit;color: inherit;margin: 0;padding: 0;}button, select {text-transform: none;}button, [type='button'], [type='reset'], [type='submit'] {-webkit-appearance: button;background-color: transparent;background-image: none;}:-moz-focusring {outline: auto;}:-moz-ui-invalid {box-shadow: none;}progress {vertical-align: baseline;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button {height: auto;}[type='search'] {-webkit-appearance: textfield;outline-offset: -2px;}::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}summary {display: list-item;}blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {margin: 0;}fieldset {margin: 0;padding: 0;}legend {padding: 0;}ol, ul, menu {list-style: none;margin: 0;padding: 0;}textarea {resize: vertical;}input::placeholder, textarea::placeholder {opacity: 1;color: #9ca3af;}button, [role="button"] {cursor: pointer;}:disabled {cursor: default;}img, svg, video, canvas, audio, iframe, embed, object {display: block;vertical-align: middle;}img, video {max-width: 100%;height: auto;}

/* Grid */
.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-12{grid-column:span 12/span 12}.col-span-11{grid-column:span 11/span 11}.col-span-10{grid-column:span 10/span 10}.col-span-9{grid-column:span 9/span 9}.col-span-8{grid-column:span 8/span 8}.col-span-7{grid-column:span 7/span 7}.col-span-6{grid-column:span 6/span 6}.col-span-5{grid-column:span 5/span 5}.col-span-4{grid-column:span 4/span 4}.col-span-3{grid-column:span 3/span 3}.col-span-2{grid-column:span 2/span 2}.col-span-1{grid-column:span 1/span 1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.order-1{order:1}.order-2{order:2}.order-3{order:3}@media (min-width:640px){.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-11{grid-column:span 11/span 11}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:gap-12{gap:3rem}.sm\:gap-16{gap:4rem}.sm\:gap-20{gap:5rem}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:order-3{order:3}}@media (min-width:768px){.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-1{grid-column:span 1/span 1}.md\:gap-1{gap:.25rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-8{gap:2rem}.md\:gap-12{gap:3rem}.md\:gap-16{gap:4rem}.md\:gap-20{gap:5rem}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}}@media (min-width:1024px){.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:gap-4{gap:1rem}.lg\:gap-8{gap:2rem}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}}

/* Settings */
:root{
	/* Layout */
	--one-column-container-width: 660px;
	--two-column-container-width: 1220px;
	--mobile-header-height: 80px;
	--desktop-header-height: 160px;
	--logo-height: 3.813rem;

	/* Branding - Colors */
	--primary-color: 36, 49, 74; /* RGB */
	--highlight-color: 42, 91, 167; /* RGB */
	--background-color: rgba(var(--highlight-color), .05);
	--button-gradient: linear-gradient(to right, rgba(62, 154, 213, 1) 0%, rgba(var(--highlight-color), 1) 51%, rgba(62, 154, 213, 1) 100%);

	/* Branding - Typography */
	--font-size: 0.875rem;
	--line-height: 1.5;
	--headline-font-family: 'Poppins', sans-serif;
	--body-font-family: 'Poppins', sans-serif;
	--bold: 600;
	--semi-bold: 500;

	/* Form Fields */
	--input-bg-color: rgba(255, 255, 255, 1); /* RGBA */
	--input-border-size: 0.063rem;
	--input-border-radius: 0.375rem;
	--input-border-color: 226, 228, 229; /* RGB */
	--input-font-size: 0.875rem;
	--input-height: 3rem;
	--input-chk-width: 1rem;
}

/* Layout */
html {
	height: 100%;
}
body {
	color: rgba(var(--primary-color), .8);
	display: flex;
	flex-direction: column;
	font-family: var(--body-font-family);
	font-size: var(--font-size);
	line-height: var(--line-height);
	min-height: 100%;
	position: relative;
}
main {
	display: flex;
	height: 100%;
	flex: 1;
	flex-direction: column;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	color: rgba(var(--primary-color), 1);
	font-family: var(--headline-font-family);
	line-height: 1.2;
}
h1 {
	font-size: calc(var(--font-size) + 0.75rem);
	font-weight: 600;
	margin-bottom: 1rem;
}
h2 {
	font-size: calc(var(--font-size) + 0.125rem);
    font-weight: var(--semi-bold);
    margin-bottom: 1rem;
}
h3 {
	font-size: var(--font-size);
	font-weight: var(--semi-bold);
	margin-bottom: 1rem;
}
p {
	margin-bottom: 1rem;
}
strong {
	font-weight: var(--bold);
}
.semi-bold {
	font-weight: var(--semi-bold);
}
.small {
	font-size: .85em;
}
.muted {
	opacity: .85;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.tabular-nums {
	font-variant-numeric: tabular-nums;
	letter-spacing: -1px;
}
dt {
	font-weight: var(--semi-bold);
}
dd {
    font-weight: normal;
    margin-bottom: 0.5rem;
}

/* Hyperlinks */
a {
	border-radius: var(--input-border-radius);
	color: rgba(var(--highlight-color), 1);
}
a:hover{
	color: rgba(var(--highlight-color), 1);
	text-decoration: underline;
}
a:focus {
	color: rgba(var(--highlight-color), 1);
	text-decoration: none;
}
a:focus-visible, header button:focus-visible {
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 6px;
}
p a, label a {
	color: rgba(var(--highlight-color), 1);
	font-weight: var(--semi-bold);
}
p a:hover, label a:hover, p a:focus, label a:focus {
	outline: 0;
	text-decoration: underline;
}
header a, footer a {
	color: rgba(var(--primary-color), .8);
}

/* Header */
header {
	position: absolute;
    width: 100%;
	z-index: 2;
}
header .container {
	padding: 0 1rem;
	margin: 0 auto;
	max-width: var(--two-column-container-width);
}
header nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	height: calc(var(--logo-height) + var(--mobile-header-height));
	justify-content: space-between;
	position: relative;
}
header nav a:first-of-type {
	height: 100%;
	max-height: var(--logo-height);
}
header nav img {
	height: 100%;
	max-height: var(--logo-height);
    width: 100%;
}
header nav ul {
	align-items: center;
	display: flex;
	gap: 2rem;
}
header nav ul li.user button {
	align-items: center;
	display: flex;
}
header nav ul li.user button #avatar {
	height: 1.625rem;
	margin-right: 2px;
	width: 1.625rem;
}
header nav ul li.hamburger button svg {
	fill: rgba(var(--primary-color), 1);
	height: 1.625rem;
	width: 1.625rem;
}
header nav ul li.user button #avatar circle {
	fill: rgba(var(--highlight-color), .1);
}
header nav ul li.user button #avatar g g path, header nav ul li.user button #avatar g g circle {
	fill: rgba(var(--highlight-color), .2);
	filter: brightness(0.85);
}
header nav li.user button span {
	display: none;
}
header nav .dropdown dd span {
	display: block;
}
header nav ul li.user button #arrow {
	fill: rgba(var(--primary-color), 1);
	height: 1rem;
	margin-left: 2px;
	width: 1rem;
	transition: transform 0.15s ease-in-out;
}
header nav ul li.user button:hover #arrow, header nav ul li.user button:focus-visible #arrow {
	fill: rgba(var(--highlight-color), 1);
}
header nav ul li.user button[aria-expanded="true"] #arrow {
	transform: scaleY(-1);
}
header nav ul li.user button:hover {
	color: rgba(var(--highlight-color), 1);
}
header nav .dropdown {
    position: absolute;
    background: #fff;
    right: 0;
    top: calc(((var(--mobile-header-height) + var(--logo-height)) / 2) + 1.5rem);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-radius: 4px;
	transition: max-height 0.3s ease-out;
	height: auto;
	max-height: 250px;
    overflow: hidden;
}
header nav .dropdown.collapsed {
	max-height: 0;
}
header nav .dropdown > * {
	margin: 1rem;
}
header nav button {
	height: auto;
}
header nav.menu-nav .dropdown ul {
	align-items: start;
	flex-direction: column;
	gap: 1rem;
	min-width: 100px;
}
header nav.logo-only {
	justify-content: center;
}

/* Global / 2-column Layout */
section:first-of-type {
	padding-top: calc(var(--logo-height) + var(--mobile-header-height));
	padding-bottom: 2rem;
}
section:first-of-type > div, section:last-of-type > div {
	padding: 0 1rem;
	width: 100%;
}
section .container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
section:first-of-type > div .container, section:last-of-type > div .container {
	margin: 0 auto;
	max-width: calc(var(--two-column-container-width) * .295);
}
section:last-of-type {
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
}

/* Two-Column : Split */
body.two-column.split section:first-of-type {
	background: var(--background-color);
	padding-bottom: calc(2rem + 30px);
}
body.two-column.split section:last-of-type::before  {
	content: '';
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 30px;
	position: absolute;
	top: -29px;
	width: 100%;
}

/* Two-Column : Card */
body.two-column.card section:first-of-type {
	background: var(--background-color);
	padding-bottom: calc(2rem + 30px);
}
body.two-column.card section:last-of-type::before  {
	content: '';
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 30px;
	position: absolute;
	top: -29px;
	width: 100%;
}

/* One-Column Layout */
body.one-column  {
	background: #fff;
	justify-content: center;
}
body.one-column main {
	flex: 0;
}
body.one-column form, body.one-column .confirmation {
	flex-direction: column;
}
body.one-column section:first-of-type {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: transparent;
	padding: 0;
}
body.one-column section:last-of-type {
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}
body.one-column section:last-of-type::before {
	display: none;
}
body.one-column section:first-of-type > div, body.one-column section:last-of-type > div {
	max-width: var(--one-column-container-width);
}
body.one-column section:first-of-type > div .container {
	max-width: none;
}
body.one-column section:last-of-type > div .container {
	padding: 2rem 0 0 0;
	max-width: none;
}
body.one-column header .container, body.one-column footer .container {
	max-width: var(--one-column-container-width);
}
body.one-column header, body.one-column footer {
	position: relative;
}

/* One-Column : Split */
body.one-column.split {
	background: var(--background-color);
}
body.one-column.split section:last-of-type::before  {
	content: '';
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	display: block;
	height: 30px;
	position: absolute;
	top: -29px;
	width: 100%;
}
body.one-column.split section:first-of-type > div .container {
	padding-bottom: calc(3rem + 30px);
}
body.one-column.split section:last-of-type > div .container {
	background-color: #fff;
	border-radius: var(--input-border-radius);
	padding: 1rem 1rem 0 1rem;
}
body.one-column.split section:last-of-type > div {
	padding: 0;
}
body.one-column.split footer {
	background-color: #fff;
}

/* One-Column : Card */
body.one-column.card {
	background: var(--background-color);
}
body.one-column.card section:first-of-type {
	position: relative;
	margin-top: 30px;
}
body.one-column.card section:first-of-type > div {
	padding: 0;
}
body.one-column.card section:first-of-type > div .container {
	background: #fff;
	padding: 1rem 1rem 0 1rem;
	border-top-left-radius: var(--input-border-radius);
	border-top-right-radius: var(--input-border-radius);
}
body.one-column.card section:last-of-type::before {
	display: none;
}
body.one-column.card section:last-of-type > div .container {
	background-color: #fff;
	border-bottom-left-radius: var(--input-border-radius);
	border-bottom-right-radius: var(--input-border-radius);
	padding: 2rem 1rem 0 1rem;
}
body.one-column.card section:last-of-type > div {
	padding: 0;
}
body.one-column.card footer {
	background-color: #fff;
}
body.one-column.card section:first-of-type::before  {
	content: '';
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 30px;
	position: absolute;
	top: -29px;
	width: 100%;
}

@media (min-width: 640px) {
	/* One-Column Layout */
	body.one-column section:first-of-type > div .container {
		padding: 0 3rem;
	}
	body.one-column section:last-of-type > div .container {
		padding: 2rem 3rem 0 3rem;
	}
	body.one-column section:last-of-type::before {
		display: none;
	}

	/* One-Column : Split */
	body.one-column.split section:last-of-type::before  {
		display: none;
	}
	body.one-column.split section:first-of-type > div .container {
		padding-bottom: 3rem;
	}
	body.one-column.split section:last-of-type > div .container {
		padding: 3rem;
	}
	body.one-column.split section:last-of-type > div {
		padding: 0 1rem;
	}
	body.one-column.split footer {
		background-color: transparent;
	}

	/* One-Column : Card */
	body.one-column.card section:first-of-type {
		margin-top: 0;
	}
	body.one-column.card section:first-of-type > div {
		padding: 0 1rem 0 1rem;
	}
	body.one-column.card section:first-of-type > div .container {
		padding: 3rem 3rem 0 3rem;
	}
	body.one-column.card section:last-of-type > div .container {
		padding: 2rem 3rem 3rem 3rem;
	}
	body.one-column.card section:last-of-type > div {
		padding: 0 1rem;
	}
	body.one-column.card footer {
		background-color: transparent;
	}
	body.one-column.card section:first-of-type::before  {
		display: none;
	}
}

@media (min-width: 1024px) {
	/* Two-Column Layout */
	body.two-column section:first-of-type, body.two-column.split section:first-of-type {
		padding-top: calc(var(--logo-height) + var(--desktop-header-height));
		padding-bottom: calc(((var(--desktop-header-height) - var(--logo-height)) / 2) + 2rem);
	}
	body.two-column section:last-of-type {
		padding-top: calc(var(--logo-height) + var(--desktop-header-height));
		padding-bottom: calc(((var(--desktop-header-height) - var(--logo-height)) / 2) + 2rem);
	}

	/* One-Column Layout */
	body.one-column section:last-of-type {
		padding-bottom: 2rem;
	}

	/* Two-Column : Card */
	body.two-column.card  {
		background: var(--background-color);
	}
	body.two-column.card section:first-of-type {
		background-color: transparent;
		padding-top: calc(var(--logo-height) + var(--desktop-header-height));
		padding-bottom: calc(((var(--desktop-header-height) - var(--logo-height)) / 2) + 2rem);
	}
	body.two-column.card section:last-of-type > div .container {
		background-color: #fff;
		border-radius: var(--input-border-radius);
		padding: 3rem;
	}
	
	/* Two-Column : Card-Inverse */
	body.two-column.card-inverse  {
		background: #fff;
	}
	body.two-column.card-inverse section:first-of-type {
		background-color: #fff;
		padding-top: calc(var(--logo-height) + var(--desktop-header-height) + 3rem);
	}
	body.two-column.card-inverse section:last-of-type > div .container {
		background-color: var(--background-color);
		border-radius: var(--input-border-radius);
		padding: 3rem;
	}
}

/* List */
section:first-of-type ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
section:first-of-type ul li {
	padding: 0 0 0 1.5rem;
	position: relative;
}
section:first-of-type ul li::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23424956' %3E%3Cg%3E%3Cpath d='m9.707 19.121c-.187.188-.442.293-.707.293s-.52-.105-.707-.293l-5.646-5.647c-.586-.586-.586-1.536 0-2.121l.707-.707c.586-.586 1.535-.586 2.121 0l3.525 3.525 9.525-9.525c.586-.586 1.536-.586 2.121 0l.707.707c.586.586.586 1.536 0 2.121z'/%3E%3C/g%3E%3C/svg%3E");
	display: block;
	height: 1rem;
	opacity: .8;
	position: absolute;
	width: 1rem;
	top: 0.125rem;
	left: 0;
}

/* Terms/Values */
fieldset {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	position: relative;
	margin-bottom: 0.25rem;
}
fieldset .term-value {
	position: relative;
}
fieldset .term-value label {
	align-items: center;
	background-color: var(--input-bg-color);
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: var(--input-border-radius);
	cursor: pointer;
	display: flex;
	min-height: var(--input-height);
	padding: 0.5rem 1rem 0.5rem 2.75rem;
	margin: 0;
	transition: all .15s ease-in-out;
}
fieldset .term-value label span:not(.badge) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
fieldset .term-value input {
	--radio-size: 1.125rem;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	appearance: none;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: 50%;
	cursor: pointer;
	height: var(--radio-size);
	transition: all .15s ease-in-out;
	width: var(--radio-size);
	z-index: 1;
}
fieldset .term-value input:checked {
	border-color: transparent;
	background-color: rgba(var(--highlight-color), 1);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' d='M6,12.6l3.6,3.6L18,7.8'/%3E%3C/svg%3E");
}
fieldset .term-value input:checked + label {
	color: rgba(var(--highlight-color), 1);
}
fieldset .term-value input:focus {
	outline: none;
}
fieldset .term-value input:focus + label {
	border: 1px solid rgba(var(--highlight-color), 1);
}
fieldset .badge {
	background-color: rgba(var(--highlight-color), 1);
	border-radius: var(--input-border-radius);
	color: rgba(255, 255, 255, 1);
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
}
fieldset .badge.corner {
	border-radius: 0;
	position: absolute;
	top: -12px;
	right: -8px;
	z-index: 1;
}
fieldset .badge.corner::before {
	background-image: linear-gradient(to left top, transparent 51%, rgb(var(--highlight-color)) 50% 100%);
	bottom: -6px;
	right: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 6px;
	filter: brightness(0.8);
	z-index: 1;
}

/* Compact */
fieldset.compact {
	gap: 0;
}
fieldset.compact .term-value label {
	border-radius: 0;
}
fieldset.compact .term-value:first-of-type label {
	border-top-left-radius: var(--input-border-radius);
	border-top-right-radius: var(--input-border-radius);
}
fieldset.compact .term-value:last-of-type label {
	border-bottom-left-radius: var(--input-border-radius);
	border-bottom-right-radius: var(--input-border-radius);
}
fieldset.compact .term-value:not(:first-of-type) label {
	border-top-color: transparent;
}
fieldset.compact > .term-value input:focus + label {
	border: 1px solid rgba(var(--highlight-color), 1);
}

/* Horizontal */
fieldset.horizontal {
	gap: 1rem;
}

/* Multi-line */
fieldset.multi-line .term-value label > span {
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 640px) {
	/* Layout */
	section:first-of-type > div .container, section:last-of-type > div .container {
		max-width: calc(var(--two-column-container-width) * .41);
	}

	/* Horizontal */
	fieldset.horizontal {
		flex-direction: row;
	}
	fieldset.horizontal .term-value {
		flex-basis: calc(50% - .5rem);
	}
}

@media (min-width: 1024px) {
	/* Layout */
	form, .confirmation {
		display: flex;
		flex: 1;
		flex-direction: row;
		height: 100%;
	}
	section {
		display: flex;
	}
	section:first-of-type {
		flex: 0 0 auto;
		justify-content: right;
		padding-bottom: 0;
		width: 45%; 
	}
	section:first-of-type > div {
		max-width: calc((100vw * .45) - ((100vw - var(--two-column-container-width)) / 2));
		width: 100%;
	}
	section:first-of-type > div .container {
		max-width: calc(var(--two-column-container-width) * .295);
	}
	section:last-of-type {
		flex: 1 0 0%;
		justify-content: left;
	}
	section:last-of-type > div {
		max-width: calc((100vw * .55) - ((100vw - var(--two-column-container-width)) / 2));
		width: 100%;
	}
	section:last-of-type > div .container{
		max-width: 500px;
	}
	section:last-of-type::before {
		display: none;
	}

}

.label-info {
    margin: 10px 0;
}
.label-info a {
	color: #000;
}

/* Footer */
footer {
	padding: 2rem 0 2rem 0;
	width: 100%;
}
footer .container {
	padding: 0 1rem;
	margin: 0 auto;
	max-width: var(--two-column-container-width);
}
footer nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
footer nav ul {
	align-items: center;
	display: flex;
	column-gap: 2rem;
    flex-wrap: wrap;
    row-gap: 0.25rem;
}
footer p {
	flex-shrink: 0;
}
footer nav.centered {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
}

/* Form Fields */
label, legend {
	display: block;
	font-size: var(--input-font-size);
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 0.25rem;
}
input[type=text], input[type=email], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--input-bg-color);
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-color: rgba(var(--input-border-color), 1);
	border-radius: var(--input-border-radius);
	font-size: var(--input-font-size);
	line-height: 1.5;
	padding: calc(((var(--input-height) - (var(--input-font-size) * 1.5))  / 2) - var(--input-border-size)) 0.75rem;
	transition-duration: 150ms;
	transition-property: border-color;
	transition-timing-function: cubic-bezier(0.4,0,0.2,1);
	width: 100%;
}
select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bebebe' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 14px 10px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
	border-color: rgba(var(--highlight-color), 1);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

/* Errors */
.errors {
	color: #dc0019;
}
.errors > div {
	color: #dc0019 !important;
	font-size: 0.875em !important;
	font-weight: normal !important;
	display: block !important;
	margin: 0 !important;
	margin-bottom: 1rem !important;
}

/* Buttons */
button, a.btn-fill, a.btn-outline {
	align-items: center;
	border-radius: var(--input-border-radius);
	display: flex;
	font-size: var(--input-font-size);
	font-weight: var(--semi-bold);
	height: var(--input-height);
	justify-content: center;
	transition-duration: 150ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.4,0,0.2,1);
	width: 100%;
}
.btn-fill {
	background-color: rgba(var(--highlight-color), 1);
	border: var(--input-border-size) solid rgba(var(--highlight-color), 1);
	color: #fff;
}
.btn-fill:hover {
	background-color: rgba(var(--highlight-color), .75);
	border-color: transparent;
	color: #fff;
}
.btn-fill:focus-visible{
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 2px;
}
.btn-fill:disabled {
	background-color: rgba(var(--highlight-color), .5);
	border-color: transparent;
	color: #fff;
}
.btn-fill.gradient {
	background-color: rgba(var(--highlight-color), 1);
	background: var(--button-gradient);
	background-size: 200% auto;
	border: var(--input-border-size) solid transparent;
	transition: background-position 0.5s;
}
.btn-fill.gradient:hover {
	background-position: right center;
}
.btn-fill.gradient:focus-visible{
	outline: 1px solid rgba(var(--highlight-color), 1);
}
.btn-fill.gradient:disabled {
	background: rgba(var(--highlight-color), .5);
	background-color: rgba(var(--highlight-color), .5);
	border-color: transparent;
}
.btn-outline {
	background-color: transparent;
	border: var(--input-border-size) solid rgba(var(--highlight-color), 1);
	color: rgba(var(--highlight-color), 1);
}
.btn-outline:hover {
	background-color: rgba(var(--highlight-color), 1);
	border-color: transparent;
	color: #fff;
}
.btn-outline:focus-visible {
	background-color: rgba(var(--highlight-color), 1);
	color: #fff;
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 2px;
}
.btn-outline:disabled {
	background-color: rgba(var(--highlight-color), .5);
	border-color: transparent;
	color: #fff;
}
.btn-cancel {
	background-color: transparent;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	color: rgba(var(--primary-color), 1);
}
.btn-cancel:hover {
	background-color: rgba(var(--input-border-color), 1);
}
.btn-cancel:focus-visible {
	background-color: rgba(var(--input-border-color), 1);
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 2px;
}
.btn-add-gift {
	height: auto;
	width: auto;
}
.btn-add-gift span {
	font-size: 1rem;
	line-height: 1rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border-radius: 2px;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
}
.btn-add-gift:hover {
	color: rgba(var(--highlight-color), 1);
}
.btn-add-gift:focus-visible {
	color: rgba(var(--highlight-color), 1);
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 2px;
}
button span.loader {
	display: none;
	height: 20px;
	width: 20px;
}
button:not(.not-valid):disabled span.loader {
	display: inline-block;
}
button:not(.not-valid):disabled *:not(.loader) {
	display: none;
}
button.not-valid:disabled {
	cursor: not-allowed;
}
.loader {
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-bottom-color: transparent;
	border-radius: 50%;
	animation: spinner .75s linear infinite;
}

/* Payment Capture */
.helper-callout {
	align-items: center;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: var(--input-border-radius);
	display: flex;
	font-size: 0.813rem;
	gap: 2rem;
	padding: 1rem;
}
.helper-callout img.alt-logo {
	height: 1.5rem;
	width: auto;
}
.helper-callout img.card-logo {
	height: 2rem;
	width: auto;
}
.helper-callout p:last-of-type {
	margin-bottom: 0;
}
.helper-callout p {
	position: relative;
}
.helper-callout p::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(var(--input-border-color), 1);
    display: block;
    position: absolute;
    left: -1rem;
}
.helper-processing {
	display: inline-block;
	position: relative;
	left: calc(50% - 0.75rem);
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #242426;
	border-bottom-color: transparent;
	border-radius: 50%;
	animation: spinner .75s linear infinite;
	margin: 0 auto;
}

/* Auto-Renewal */
#auto-renewal {
	margin-bottom: 1rem;
}
#auto-renewal input {
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 0;
	appearance: none;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: 2px;
	height: var(--input-chk-width);
	transition: background-color .15s ease-in-out;
	width: var(--input-chk-width);
}
#auto-renewal label {
	cursor: pointer;
}
#auto-renewal.showCheckbox {
	padding-left: 1.675rem;
	position: relative;
}
#auto-renewal input:checked {
	border-color: transparent;
	background-color: rgba(var(--highlight-color), 1);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' d='M6,12.6l3.6,3.6L18,7.8'/%3E%3C/svg%3E");
}
#auto-renewal input:focus-visible {
	outline-offset: 2px;
	outline: 1px solid rgba(var(--highlight-color), 1);
}
.confirmation #auto-renewal, .confirmation #auto-renewal p {
	margin-bottom: 0;
}

/* Step-Ups */
.step-up {
	display: flex;
	gap: .5rem;
}
.step-up input {
	cursor: pointer;
	appearance: none;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: 2px;
	height: var(--input-chk-width);
	transition: background-color .15s ease-in-out;
	width: var(--input-chk-width);
	flex-shrink: 0;
    margin-top: 2px;
}
.step-up label {
	cursor: pointer;
}
.step-up input:checked{
	border-color: transparent;
	background-color: rgba(var(--highlight-color), 1);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' d='M6,12.6l3.6,3.6L18,7.8'/%3E%3C/svg%3E");
}
.step-up input:focus-visible {
	outline-offset: 2px;
	outline: 1px solid rgba(var(--highlight-color), 1);
}
.text-center .step-up {
	justify-content: center;
}

/* Table */
table {
	font-weight: normal;
	text-align: left;
	width: 100%;
}
table th, table td {
	padding: .375rem 1rem .375rem 0;
	vertical-align: top;
	font-weight: normal;
}
table th:last-of-type, table td:last-of-type {
	padding-right: 0;
}
table thead tr > th {
	color: rgba(var(--primary-color), .8);
	font-family: var(--headline-font-family);
	font-weight: var(--semi-bold);
}
table tbody tr:not(.ecard) > td:first-of-type {
    display: flex;
}
table label {
	cursor: pointer;
}
table tbody tr td:last-of-type span:not(.non-standard):first-of-type {
	display: block;
}
table tbody tr td:last-of-type span:not(.non-standard):last-of-type {
	display: none;
}
table tbody tr.selected td:last-of-type span:not(.non-standard):first-of-type {
	display: none;
}
table tbody tr.selected td:last-of-type span:not(.non-standard):last-of-type {
	display: block;
}
table tbody tr td:last-of-type span.non-standard {
	display: none;
}
table tbody tr.selected.first td:last-of-type span.non-standard:first-of-type {
	display: block;
}
table tbody tr.selected.free td:last-of-type span.non-standard:nth-of-type(2) {
	display: block;
}
table tbody tr.selected.additional td:last-of-type span.non-standard:last-of-type {
	display: block;
}
table tfoot td {
	padding-bottom: 0.5rem;
}
table tfoot strong {
	font-family: var(--headline-font-family);
}
table tfoot tr td:last-of-type span.non-standard:first-of-type {
	display: none;
}
table tfoot tr td:last-of-type span.non-standard:last-of-type {
	display: inline-block;
}
table tfoot.not-valid tr td:last-of-type span.non-standard:first-of-type {
	display: inline-block;
}
table tfoot.not-valid tr td:last-of-type span.non-standard:last-of-type {
	display: none;
}
.char-count {
	font-size: .85em;
	font-weight: normal;
	margin: 0;
	opacity: .85;
	text-align: right;
}
table.recipients {
	table-layout: fixed;
}
table.recipients tr:not(.ecard) th:nth-child(1), table.recipients tr:not(.ecard) td:nth-child(1) { width: 60%; }
table.recipients tr:not(.ecard) th:nth-child(2), table.recipients tr:not(.ecard) td:nth-child(2) { width: 20%; }
table.recipients tr:not(.ecard) th:nth-child(3), table.recipients tr:not(.ecard) td:nth-child(3) { width: 20%; }
table.recipients label {
	white-space: nowrap;
}

/* Table Checkbox */
table input[type=checkbox]:not(.toggle), .toggle-add {
	cursor: pointer;
	appearance: none;
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-radius: 2px;
	height: var(--input-chk-width);
	transition: background-color .15s ease-in-out;
	width: var(--input-chk-width);
	flex-shrink: 0;
	margin-top: 2px;
	margin-right: .5rem;
}
table input[type=checkbox]:not(.toggle):checked, .toggle-add:checked {
	border-color: transparent;
	background-color: rgba(var(--highlight-color), 1);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' d='M6,12.6l3.6,3.6L18,7.8'/%3E%3C/svg%3E");
}
table input[type=checkbox]:not(.toggle):checked:disabled, .toggle-add:checked:disabled {
	background-color: rgba(var(--highlight-color), .5);
	cursor: not-allowed;
}
table input[type=checkbox]:not(.toggle):focus-visible, .toggle-add:focus-visible {
	outline-offset: 2px;
	outline: 1px solid rgba(var(--highlight-color), 1);
}

/* Table Switch */
input.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(var(--highlight-color), .25);
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4 -4 8 8%22%3E%3Ccircle r=%223%22 fill=%22%23fff%22/%3E%3C/svg%3E");
	background-position: 0;
	border-radius: 999px;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	height: 1.125rem;
	transition: background-color .15s ease-in-out, background-position .15s ease-in-out;
	width: 2.125rem;
	vertical-align: top;
}
input.toggle:checked {
	background-color: rgba(var(--highlight-color), 1);
	background-position: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4 -4 8 8%22%3E%3Ccircle r=%223%22 fill=%22%23fff%22/%3E%3C/svg%3E");
}
input.toggle ~ button {
	fill: rgba(var(--highlight-color), .25);
}
input.toggle:checked ~ button svg {
	fill: rgba(var(--highlight-color), 1);
}
input.toggle:focus-visible {
	outline: 1px solid rgba(var(--highlight-color), 1);
	outline-offset: 2px;
}
input.toggle:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* credit card styling */
.label-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.label-wrapper .secure {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.secure span {
    margin: 0 0 0 7px;
    font-size: 11px;
}
#payment .subheader {
    font-size: calc(var(--font-size) + 0.125rem);
}
#payment label {
    font-size: calc(var(--font-size) + 0.125rem);
    margin-top: 20px;
}
button#Submit {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 12px;
    color: #fff;
    background-color: #c93334;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}


/* eCard */
.ecard .grid {
	background-color: rgba(var(--highlight-color), .1);
	border-radius: var(--input-border-radius);
	padding: 1rem;
	margin-bottom: 2rem;
	position: relative;
}
.ecard .grid::before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(var(--highlight-color), .1);
	position: absolute;
	top: -8px;
	left: 60px;
}
.ecard input, .ecard select, .ecard textarea {
	font-weight: normal;
}
.ecard .preview {
	display: flex;
}
.ecard .preview select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ecard .preview button {
	background-color: var(--input-bg-color);
	border: var(--input-border-size) solid rgba(var(--input-border-color), 1);
	border-left-color: transparent;
	border-radius: 0;
	border-top-right-radius: var(--input-border-radius);
	border-bottom-right-radius: var(--input-border-radius);
	padding: 0 .5rem;
	width: auto;
}
.ecard .preview button svg {
	fill: rgba(var(--primary-color), .5);
	width: 1.5rem;
	height: 1.5rem;
}
.ecard .preview button:focus {
	border: var(--input-border-size) solid rgba(var(--highlight-color), 1);
	outline: none;
}
.ecard .preview button:hover svg, .ecard .preview button:focus svg {
	fill: rgba(var(--highlight-color), 1);
}

/* Modal */
#modal {
	scrollbar-width: 0;
}
#modal::-webkit-scrollbar {
	background-color: transparent;
	width: 12px;
}
#modal::-webkit-scrollbar-thumb {
	border-radius: 99px;
	background-color: #ddd;
	border: 4px solid #fff;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}
.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	max-height: 90vh;
	max-width: 500px;
	width: 100%;
	z-index: 4;
}
.modal-content h1 {
	margin-top: 0;
}
.modal-content .switch {
	display: flex;
}
.modal-content .switch label {
	cursor: pointer;
}
.btn-icon {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	height: auto;
	padding: 10px;
	width: auto;
}
.btn-icon:hover {
	background-color: rgba(var(--highlight-color), .1);
}
.btn-icon svg {
	fill: rgba(var(--primary-color), .8);
	height: auto;
	width: .75rem;
}
.btn-icon:focus-visible {
	outline: 1px solid rgba(var(--highlight-color), 1);
}
.modal-head {
	align-items: start;
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.modal-body {
	padding: 1.5rem 1.5rem 2rem 1.5rem;
	max-height: 60vh;
	overflow-y: auto;
}
.modal-footer {
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid rgba(var(--input-border-color), 1);
	border-bottom-left-radius: var(--input-border-radius);
	border-bottom-right-radius: var(--input-border-radius);
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
	position: relative;
	width: 100%;
}
.modal-footer::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(-2rem - 1px);
	left: 1rem;
	right: 1rem;
	height: 2rem;
	flex-shrink: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), transparent);
	pointer-events: none;
}
.modal-footer div {
	display: flex;
	gap: .5rem;
	max-width: 200px;
	width: 100%;
}

/* Expired */
body.expired  {
	background: var(--background-color);
	gap: 2rem;
	justify-content: center;
}
body.expired section {
	background-color: transparent;
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}
body.expired section::before {
	display: none;
}
body.expired section > div {
	align-items: center;
	display: flex;
	max-width: 660px;
}
body.expired section > div .container {
	gap: 0;
	padding: 0 3rem;
	max-width: none;
	background-color: #fff;
	border-radius: var(--input-border-radius);
	padding: 3rem;
	text-align: center;
}
body.expired.invert {
	background-color: #fff;
}
body.expired.invert section > div .container {
	background: var(--background-color);
}
body.expired header nav {
	height: auto;
}
body.expired header, body.expired footer {
	padding: 0;
	position: relative;
}
body.expired main {
	flex: 0;
}

/* Utilities */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
.mb-0 {
	margin-bottom: 0;
}
.well {
	background-color: var(--background-color);
	border-radius: var(--input-border-radius);
	padding: 1rem;
}

/* Animations */
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.checkmark {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px rgba(var(--highlight-color), 1);
	margin: 0 auto 1.5rem auto;
}
.checkmark.loaded {
	animation: checkmarkfill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.no-fill {
	animation: none;
	stroke: rgba(var(--highlight-color), 1);
}
.checkmark circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: rgba(var(--highlight-color), 1);
	fill: none;
}
.checkmark.loaded circle {
	animation: checkmarkstroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark path {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	stroke-width: 4px;
}
.checkmark.loaded path {
	animation: checkmarkstroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark.loaded.no-fill path {
	animation: checkmarkstroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes checkmarkstroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes checkmarkscale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes checkmarkfill {
	100% {
		box-shadow: inset 0px 0px 0px 30px rgba(var(--highlight-color), 1);
	}
}
.highlight {
	-webkit-animation: opacityFlash 1.25s ease-in-out;
	-o-animation: opacityFlash 1.25s ease-in-out;
	animation: opacityFlash 1.25s ease-in-out;
	-webkit-animation-iteration-count: 2;
	-o-animation-iteration-count: 2;
	animation-iteration-count: 2
}
@keyframes opacityFlash {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Media Queries */
@media (min-width: 640px) {
	/* Header */
	header .container, footer .container {
		padding: 0 3rem;
	}
	header nav ul li.user button #avatar {
		margin-right: 10px;
	}
	header nav li.user button span {
		display: block;
	}
	header nav .dropdown dd span {
		display: none;
	}
	header nav.menu-nav a + ul {
		display: none;
	}
	header nav.menu-nav .dropdown {
		background-color: transparent;
		display: block;
		position: static;
		max-height: initial;
		padding: 0;
		box-shadow: none;
	}
	header nav.menu-nav .dropdown ul {
		align-items: center;
		flex-direction: row;
		gap: 2rem;
		margin: 0;
	}

	/* Footer */
	footer nav {
		flex-direction: row;
		gap: 4rem;
		justify-content: space-between;
	}
}
@media (min-width: 768px) {
	
}

@media (min-width: 1024px) {
	/* Header */
	header .container, footer .container {
		padding: 0 2rem;
	}
	header nav {
		height: calc(var(--logo-height) + var(--desktop-header-height));
	}
	header nav .dropdown {
		top: calc(((var(--desktop-header-height) + var(--logo-height)) / 2) + 1.5rem);
	}

	/* Footer */
	footer {
		bottom: 0;
		padding: 0 0 2rem 0;
		position: absolute;
	}
}