/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

button {
	background-color: transparent;
	background-image: none
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none
}

html {
	font-family: Open Sans;
	line-height: 1.5
}

*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e0e0e0
}

hr {
	border-top-width: 1px
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #a0aec0
}

input::placeholder,
textarea::placeholder {
	color: #a0aec0
}

[role=button],
button {
	cursor: pointer
}

table {
	border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

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

.container {
	width: 100%
}

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

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

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

.form-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	display: inline-block;
	height: 1em;
	width: 1em;
	vertical-align: middle;
	border-width: 1px;
	border-radius: .25rem;
	background-color: #fff;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form-checkbox:focus {
	outline: none;
	box-shadow: none
}

.form-checkbox:focus:not(:checked) {
	border-color: #dd4a1f
}

.form-checkbox:checked {
	background-color: currentColor;
	border-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M13.293 4.293a1 1 0 010 1.414L7 12a1 1 0 01-1.414 0L3.293 9.707a1 1 0 011.414-1.414l1.586 1.586 5.586-5.586a1 1 0 011.414 0z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.form-checkbox::-ms-check {
	color: transparent;
	background: inherit;
	border-color: inherit;
	border-radius: inherit;
	border-width: 1px
}

.form-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	display: inline-block;
	height: 1em;
	width: 1em;
	vertical-align: middle;
	border-width: 1px;
	border-radius: 50%;
	background-color: #fff;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form-radio:focus {
	outline: none;
	box-shadow: none
}

.form-radio:focus:not(:checked) {
	border-color: #dd4a1f
}

.form-radio:checked {
	background-color: currentColor;
	border-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.form-radio::-ms-check {
	color: transparent;
	background: inherit;
	border-color: inherit;
	border-radius: inherit;
	border-width: 1px
}

.form-input,
.form-multiselect,
.form-textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-width: 1px;
	border-radius: .25rem;
	box-shadow: none;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5
}

.form-input:focus,
.form-multiselect:focus,
.form-textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: #dd4a1f
}

.form-select {
	background-color: #fff;
	border-width: 1px;
	border-radius: .25rem;
	box-shadow: none;
	padding: .5rem calc(1rem + 1.5em) .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='${defaultTheme.colors.gray[500]}'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em
}

.form-select::-ms-expand {
	display: none
}

.form-select:focus {
	outline: none;
	box-shadow: none;
	border-color: #dd4a1f
}

.bg-transparent {
	background-color: transparent
}

.bg-black {
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-primary {
	--bg-opacity: 1;
	background-color: #dd4a1f;
	background-color: rgba(221, 74, 31, var(--bg-opacity))
}

.bg-neutral-5 {
	--bg-opacity: 1;
	background-color: #f7f6f7;
	background-color: rgba(247, 246, 247, var(--bg-opacity))
}

.bg-spgreen {
	--bg-opacity: 1;
	background-color: #0a7951;
	background-color: rgba(10, 121, 81, var(--bg-opacity))
}

.bg-gray-50 {
	--bg-opacity: 1;
	background-color: #fafbfc;
	background-color: rgba(250, 251, 252, var(--bg-opacity))
}

.bg-gray-100 {
	--bg-opacity: 1;
	background-color: #f5f5f5;
	background-color: rgba(245, 245, 245, var(--bg-opacity))
}

.bg-gray-200 {
	--bg-opacity: 1;
	background-color: #eee;
	background-color: rgba(238, 238, 238, var(--bg-opacity))
}

.bg-gray-500 {
	--bg-opacity: 1;
	background-color: #9e9e9e;
	background-color: rgba(158, 158, 158, var(--bg-opacity))
}

.bg-red-100 {
	--bg-opacity: 1;
	background-color: #fff5f5;
	background-color: rgba(255, 245, 245, var(--bg-opacity))
}

.bg-red-500 {
	--bg-opacity: 1;
	background-color: #f56565;
	background-color: rgba(245, 101, 101, var(--bg-opacity))
}

.bg-orange-100 {
	--bg-opacity: 1;
	background-color: #fffaf0;
	background-color: rgba(255, 250, 240, var(--bg-opacity))
}

.bg-orange-1000 {
	--bg-opacity: 1;
	background-color: #f3470e;
	background-color: rgba(243, 71, 14, var(--bg-opacity))
}

.bg-yellow-200 {
	--bg-opacity: 1;
	background-color: #fefcbf;
	background-color: rgba(254, 252, 191, var(--bg-opacity))
}

.bg-green-100 {
	--bg-opacity: 1;
	background-color: #f0fff4;
	background-color: rgba(240, 255, 244, var(--bg-opacity))
}

.hover\:bg-primary:hover {
	--bg-opacity: 1;
	background-color: #dd4a1f;
	background-color: rgba(221, 74, 31, var(--bg-opacity))
}

.hover\:bg-primary-darker:hover {
	--bg-opacity: 1;
	background-color: #b93008;
	background-color: rgba(185, 48, 8, var(--bg-opacity))
}

.hover\:bg-neutral-5:hover {
	--bg-opacity: 1;
	background-color: #f7f6f7;
	background-color: rgba(247, 246, 247, var(--bg-opacity))
}

.hover\:bg-spgreen-darker:hover {
	--bg-opacity: 1;
	background-color: #0f8a5e;
	background-color: rgba(15, 138, 94, var(--bg-opacity))
}

.hover\:bg-gray-100:hover {
	--bg-opacity: 1;
	background-color: #f5f5f5;
	background-color: rgba(245, 245, 245, var(--bg-opacity))
}

.hover\:bg-gray-700:hover {
	--bg-opacity: 1;
	background-color: #616161;
	background-color: rgba(97, 97, 97, var(--bg-opacity))
}

.hover\:bg-red-700:hover {
	--bg-opacity: 1;
	background-color: #c53030;
	background-color: rgba(197, 48, 48, var(--bg-opacity))
}

.hover\:bg-orange-1001:hover {
	--bg-opacity: 1;
	background-color: #c2380b;
	background-color: rgba(194, 56, 11, var(--bg-opacity))
}

.border-collapse {
	border-collapse: collapse
}

.border-transparent {
	border-color: transparent
}

.border-primary {
	--border-opacity: 1;
	border-color: #dd4a1f;
	border-color: rgba(221, 74, 31, var(--border-opacity))
}

.border-primary-darker {
	--border-opacity: 1;
	border-color: #b93008;
	border-color: rgba(185, 48, 8, var(--border-opacity))
}

.border-neutral-10 {
	--border-opacity: 1;
	border-color: #edebed;
	border-color: rgba(237, 235, 237, var(--border-opacity))
}

.border-neutral-20 {
	--border-opacity: 1;
	border-color: #d3ced2;
	border-color: rgba(211, 206, 210, var(--border-opacity))
}

.border-gray-200 {
	--border-opacity: 1;
	border-color: #eee;
	border-color: rgba(238, 238, 238, var(--border-opacity))
}

.border-gray-300 {
	--border-opacity: 1;
	border-color: #e0e0e0;
	border-color: rgba(224, 224, 224, var(--border-opacity))
}

.border-gray-700 {
	--border-opacity: 1;
	border-color: #616161;
	border-color: rgba(97, 97, 97, var(--border-opacity))
}

.border-red-400 {
	--border-opacity: 1;
	border-color: #fc8181;
	border-color: rgba(252, 129, 129, var(--border-opacity))
}

.border-red-500 {
	--border-opacity: 1;
	border-color: #f56565;
	border-color: rgba(245, 101, 101, var(--border-opacity))
}

.border-orange-300 {
	--border-opacity: 1;
	border-color: #fbd38d;
	border-color: rgba(251, 211, 141, var(--border-opacity))
}

.border-green-400 {
	--border-opacity: 1;
	border-color: #68d391;
	border-color: rgba(104, 211, 145, var(--border-opacity))
}

.hover\:border-transparent:hover {
	border-color: transparent
}

.hover\:border-neutral-20:hover {
	--border-opacity: 1;
	border-color: #d3ced2;
	border-color: rgba(211, 206, 210, var(--border-opacity))
}

.rounded {
	border-radius: .25rem
}

.rounded-lg {
	border-radius: .5rem
}

.rounded-full {
	border-radius: 9999px
}

.border-solid {
	border-style: solid
}

.border-dotted {
	border-style: dotted
}

.border {
	border-width: 1px
}

.border-t-2 {
	border-top-width: 2px
}

.border-b-2 {
	border-bottom-width: 2px
}

.border-l-4 {
	border-left-width: 4px
}

.border-t {
	border-top-width: 1px
}

.border-r {
	border-right-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-l {
	border-left-width: 1px
}

.cursor-pointer {
	cursor: pointer
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.table {
	display: table
}

.grid {
	display: grid
}

.hidden {
	display: none
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-center {
	align-items: center
}

.items-stretch {
	align-items: stretch
}

.content-center {
	align-content: center
}

.self-end {
	align-self: flex-end
}

.self-center {
	align-self: center
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.justify-around {
	justify-content: space-around
}

.flex-1 {
	flex: 1 1 0%
}

.flex-grow-0 {
	flex-grow: 0
}

.flex-grow {
	flex-grow: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.float-right {
	float: right
}

.font-serif {
	font-family: Georgia, Cambria, Times New Roman, Times, serif
}

.font-sans {
	font-family: Open Sans
}

.font-mono {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-light {
	font-weight: 300
}

.font-normal {
	font-weight: 400
}

.font-semibold {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.h-4 {
	height: 1rem
}

.h-6 {
	height: 1.5rem
}

.h-8 {
	height: 2rem
}

.h-10 {
	height: 2.5rem
}

.h-64 {
	height: 16rem
}

.h-full {
	height: 100%
}

.text-xs {
	font-size: .8125rem
}

.text-sm {
	font-size: .875rem
}

.text-base {
	font-size: 1rem
}

.text-lg {
	font-size: 1.125rem
}

.text-xl {
	font-size: 1.25rem
}

.text-2xl {
	font-size: 1.5rem
}

.text-3xl {
	font-size: 1.875rem
}

.text-4xl {
	font-size: 2.25rem
}

.text-5xl {
	font-size: 3rem
}

.text-6xl {
	font-size: 4rem
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.25
}

.leading-relaxed {
	line-height: 1.625
}

.leading-loose {
	line-height: 2
}

.list-disc {
	list-style-type: disc
}

.list-decimal {
	list-style-type: decimal
}

.m-0 {
	margin: 0
}

.m-1 {
	margin: .25rem
}

.m-3 {
	margin: .75rem
}

.m-6 {
	margin: 1.5rem
}

.m-auto {
	margin: auto
}

.mx-1 {
	margin-left: .25rem;
	margin-right: .25rem
}

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.my-3 {
	margin-top: .75rem;
	margin-bottom: .75rem
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.mt-0 {
	margin-top: 0
}

.mt-1 {
	margin-top: .25rem
}

.mr-1 {
	margin-right: .25rem
}

.mb-1 {
	margin-bottom: .25rem
}

.ml-1 {
	margin-left: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-2 {
	margin-left: .5rem
}

.mt-3 {
	margin-top: .75rem
}

.mr-3 {
	margin-right: .75rem
}

.mb-3 {
	margin-bottom: .75rem
}

.ml-3 {
	margin-left: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mr-4 {
	margin-right: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-5 {
	margin-top: 1.25rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.mt-6 {
	margin-top: 1.5rem
}

.mr-6 {
	margin-right: 1.5rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.ml-6 {
	margin-left: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mr-8 {
	margin-right: 2rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mt-10 {
	margin-top: 2.5rem
}

.mb-10 {
	margin-bottom: 2.5rem
}

.mt-12 {
	margin-top: 3rem
}

.mb-12 {
	margin-bottom: 3rem
}

.mb-16 {
	margin-bottom: 4rem
}

.mt-20 {
	margin-top: 5rem
}

.-mt-3 {
	margin-top: -.75rem
}

.-mb-4 {
	margin-bottom: -1rem
}

.max-w-3xl {
	max-width: 48rem
}

.max-w-5xl {
	max-width: 64rem
}

.min-h-screen {
	min-height: 100vh
}

.opacity-50 {
	opacity: .5
}

.opacity-75 {
	opacity: .75
}

.overflow-y-auto {
	overflow-y: auto
}

.overflow-y-scroll {
	overflow-y: scroll
}

.p-1 {
	padding: .25rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: .75rem
}

.p-4 {
	padding: 1rem
}

.p-5 {
	padding: 1.25rem
}

.p-6 {
	padding: 1.5rem
}

.p-8 {
	padding: 2rem
}

.p-10 {
	padding: 2.5rem
}

.p-12 {
	padding: 3rem
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.px-1 {
	padding-left: .25rem;
	padding-right: .25rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.pr-1 {
	padding-right: .25rem
}

.pb-1 {
	padding-bottom: .25rem
}

.pl-1 {
	padding-left: .25rem
}

.pt-2 {
	padding-top: .5rem
}

.pr-2 {
	padding-right: .5rem
}

.pb-2 {
	padding-bottom: .5rem
}

.pl-2 {
	padding-left: .5rem
}

.pr-3 {
	padding-right: .75rem
}

.pb-3 {
	padding-bottom: .75rem
}

.pl-3 {
	padding-left: .75rem
}

.pt-4 {
	padding-top: 1rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pt-8 {
	padding-top: 2rem
}

.pb-8 {
	padding-bottom: 2rem
}

.pl-8 {
	padding-left: 2rem
}

.pt-10 {
	padding-top: 2.5rem
}

.pl-10 {
	padding-left: 2.5rem
}

.pt-20 {
	padding-top: 5rem
}

.pointer-events-none {
	pointer-events: none
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.left-0 {
	left: 0
}

.resize {
	resize: both
}

.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.fill-current {
	fill: currentColor
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-white {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity))
}

.text-primary {
	--text-opacity: 1;
	color: #dd4a1f;
	color: rgba(221, 74, 31, var(--text-opacity))
}

.text-neutral-60 {
	--text-opacity: 1;
	color: #7b6b7a;
	color: rgba(123, 107, 122, var(--text-opacity))
}

.text-neutral-80 {
	--text-opacity: 1;
	color: #4f394d;
	color: rgba(79, 57, 77, var(--text-opacity))
}

.text-neutral {
	--text-opacity: 1;
	color: #230820;
	color: rgba(35, 8, 32, var(--text-opacity))
}

.text-spgreen {
	--text-opacity: 1;
	color: #0a7951;
	color: rgba(10, 121, 81, var(--text-opacity))
}

.text-gray-400 {
	--text-opacity: 1;
	color: #bdbdbd;
	color: rgba(189, 189, 189, var(--text-opacity))
}

.text-gray-500 {
	--text-opacity: 1;
	color: #9e9e9e;
	color: rgba(158, 158, 158, var(--text-opacity))
}

.text-gray-600 {
	--text-opacity: 1;
	color: #757575;
	color: rgba(117, 117, 117, var(--text-opacity))
}

.text-red-500 {
	--text-opacity: 1;
	color: #f56565;
	color: rgba(245, 101, 101, var(--text-opacity))
}

.text-red-700 {
	--text-opacity: 1;
	color: #c53030;
	color: rgba(197, 48, 48, var(--text-opacity))
}

.text-orange-500 {
	--text-opacity: 1;
	color: #ed8936;
	color: rgba(237, 137, 54, var(--text-opacity))
}

.text-green-500 {
	--text-opacity: 1;
	color: #48bb78;
	color: rgba(72, 187, 120, var(--text-opacity))
}

.text-green-700 {
	--text-opacity: 1;
	color: #2f855a;
	color: rgba(47, 133, 90, var(--text-opacity))
}

.hover\:text-white:hover {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-neutral:hover {
	--text-opacity: 1;
	color: #230820;
	color: rgba(35, 8, 32, var(--text-opacity))
}

.italic {
	font-style: italic
}

.uppercase {
	text-transform: uppercase
}

.underline {
	text-decoration: underline
}

.line-through {
	text-decoration: line-through
}

.hover\:no-underline:hover,
.no-underline {
	text-decoration: none
}

.align-baseline {
	vertical-align: baseline
}

.align-top {
	vertical-align: top
}

.align-text-top {
	vertical-align: text-top
}

.visible {
	visibility: visible
}

.w-3 {
	width: .75rem
}

.w-4 {
	width: 1rem
}

.w-6 {
	width: 1.5rem
}

.w-8 {
	width: 2rem
}

.w-10 {
	width: 2.5rem
}

.w-20 {
	width: 5rem
}

.w-56 {
	width: 14rem
}

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

.w-1\/3 {
	width: 33.333333%
}

.w-2\/3 {
	width: 66.666667%
}

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

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

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

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

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

.w-4\/12 {
	width: 33.333333%
}

.w-full {
	width: 100%
}

.z-20 {
	z-index: 20
}

.z-30 {
	z-index: 30
}

.transform {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

@-webkit-keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes ping {

	75%,
	to {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ping {

	75%,
	to {
		transform: scale(2);
		opacity: 0
	}
}

@-webkit-keyframes pulse {
	50% {
		opacity: .5
	}
}

@keyframes pulse {
	50% {
		opacity: .5
	}
}

@-webkit-keyframes bounce {

	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}
}

@keyframes bounce {

	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}
}

::-webkit-input-placeholder {
	--text-opacity: 1 !important;
	color: #d3ced2 !important;
	color: rgba(211, 206, 210, var(--text-opacity)) !important
}

::-moz-placeholder {
	--text-opacity: 1 !important;
	color: #d3ced2 !important;
	color: rgba(211, 206, 210, var(--text-opacity)) !important
}

:-ms-input-placeholder {
	--text-opacity: 1 !important;
	color: #d3ced2 !important;
	color: rgba(211, 206, 210, var(--text-opacity)) !important
}

::-ms-input-placeholder {
	--text-opacity: 1 !important;
	color: #d3ced2 !important;
	color: rgba(211, 206, 210, var(--text-opacity)) !important
}

::placeholder {
	--text-opacity: 1 !important;
	color: #d3ced2 !important;
	color: rgba(211, 206, 210, var(--text-opacity)) !important
}

html {
	--text-opacity: 1;
	color: #230820;
	color: rgba(35, 8, 32, var(--text-opacity))
}

a {
	color: #dd4a1f;
	color: rgba(221, 74, 31, var(--text-opacity))
}

a,
a:hover {
	--text-opacity: 1;
	text-decoration: underline
}

a:hover {
	color: #b93008;
	color: rgba(185, 48, 8, var(--text-opacity))
}

.login-bg {
	background-color: #0b033a;
	background-image: url(/images/login-bg.svg?c33a278401c283d31917430fb9f9b88a);
	background-size: cover
}

.bg-yellow-highlight {
	background: #ff0
}

.is-invalid {
	--border-opacity: 1;
	border-color: #f56565;
	border-color: rgba(245, 101, 101, var(--border-opacity));
	border-width: 1px
}

#card-errors,
.invalid-feedback {
	font-size: .8125rem;
	--text-opacity: 1;
	color: #f56565;
	color: rgba(245, 101, 101, var(--text-opacity))
}

.alert-success {
	background-color: #f0fff4;
	background-color: rgba(240, 255, 244, var(--bg-opacity));
	border-color: #68d391;
	border-color: rgba(104, 211, 145, var(--border-opacity));
	color: #2f855a;
	color: rgba(47, 133, 90, var(--text-opacity))
}

.alert-danger,
.alert-success {
	--bg-opacity: 1;
	border-width: 1px;
	--border-opacity: 1;
	--text-opacity: 1;
	padding: .75rem 1rem;
	border-radius: .25rem;
	position: relative;
	margin-bottom: 1rem
}

.alert-danger {
	background-color: #fff5f5;
	background-color: rgba(255, 245, 245, var(--bg-opacity));
	border-color: #fc8181;
	border-color: rgba(252, 129, 129, var(--border-opacity));
	color: #c53030;
	color: rgba(197, 48, 48, var(--text-opacity))
}

.popper,
.tooltip {
	position: absolute;
	background: #000;
	color: #000;
	width: 150px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	padding: 10px;
	text-align: center
}

.tooltip {
	background: #1e252b;
	color: #fff;
	max-width: 200px;
	width: auto;
	font-size: .8rem;
	padding: .5em 1em
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-color: #000
}

.tooltip .tooltip-arrow {
	border-color: #1e252b
}

.popper[x-placement^=top],
.tooltip[x-placement^=top] {
	margin-bottom: 5px
}

.popper[x-placement^=top] .popper__arrow,
.tooltip[x-placement^=top] .tooltip-arrow {
	border-width: 5px 5px 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}

.popper[x-placement^=bottom],
.tooltip[x-placement^=bottom] {
	margin-top: 5px
}

.popper[x-placement^=bottom] .popper__arrow,
.tooltip[x-placement^=bottom] .tooltip-arrow {
	border-width: 0 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}

.popper[x-placement^=right],
.tooltip[x-placement^=right] {
	margin-left: 5px
}

.popper[x-placement^=right] .popper__arrow,
.tooltip[x-placement^=right] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}

.popper[x-placement^=left],
.tooltip[x-placement^=left] {
	margin-right: 5px
}

.popper[x-placement^=left] .popper__arrow,
.tooltip[x-placement^=left] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}

[v-cloak] .v-cloak--block {
	display: block
}

[v-cloak] .v-cloak--inline {
	display: inline
}

[v-cloak] .v-cloak--inlineBlock {
	display: inline-block
}

[v-cloak] .v-cloak--hidden {
	display: none
}

[v-cloak] .v-cloak--invisible {
	visibility: hidden
}

.v-cloak--block,
.v-cloak--inline,
.v-cloak--inlineBlock {
	display: none
}

#rafflepress-cart-wrapper ::-webkit-input-placeholder {
	color: #aab7c4
}

#rafflepress-cart-wrapper ::-moz-placeholder {
	color: #aab7c4
}

#rafflepress-cart-wrapper :-ms-input-placeholder {
	color: #aab7c4
}

#rafflepress-cart-wrapper :-moz-placeholder {
	color: #aab7c4
}

details[open] summary:before {
	width: 16px;
	content: "-";
	padding: 6px 0 10px;
	font-size: 22px;
	background: #48bb78;
	font-weight: 400 !important
}

details[open] summary {
	color: #48bb78
}

summary {
	font-weight: 700;
	cursor: pointer;
	outline: none;
	list-style: none
}

summary::-webkit-details-marker {
	display: none
}

summary:before {
	width: 16px;
	font-weight: 400 !important;
	background: #2d2d2d;
	border-radius: 3px;
	content: "+";
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 7px 0 10px;
	vertical-align: baseline;
	text-align: center;
	margin-right: 18px;
	line-height: 0;
	display: inline-block
}

.loading:after {
	content: " .";
	-webkit-animation: dots 1s steps(5) infinite;
	animation: dots 1s steps(5) infinite
}

@-webkit-keyframes dots {

	0%,
	20% {
		color: rgba(45, 45, 45, 0);
		text-shadow: .25em 0 0 rgba(45, 45, 45, 0), .5em 0 0 rgba(45, 45, 45, 0)
	}

	40% {
		color: #2d2d2d;
		text-shadow: .25em 0 0 rgba(45, 45, 45, 0), .5em 0 0 rgba(45, 45, 45, 0)
	}

	60% {
		text-shadow: .25em 0 0 #2d2d2d, .5em 0 0 rgba(45, 45, 45, 0)
	}

	80%,
	to {
		text-shadow: .25em 0 0 #2d2d2d, .5em 0 0 #2d2d2d
	}
}

@keyframes dots {

	0%,
	20% {
		color: rgba(45, 45, 45, 0);
		text-shadow: .25em 0 0 rgba(45, 45, 45, 0), .5em 0 0 rgba(45, 45, 45, 0)
	}

	40% {
		color: #2d2d2d;
		text-shadow: .25em 0 0 rgba(45, 45, 45, 0), .5em 0 0 rgba(45, 45, 45, 0)
	}

	60% {
		text-shadow: .25em 0 0 #2d2d2d, .5em 0 0 rgba(45, 45, 45, 0)
	}

	80%,
	to {
		text-shadow: .25em 0 0 #2d2d2d, .5em 0 0 #2d2d2d
	}
}

.loading-dark:after {
	content: " .";
	-webkit-animation: darkdots 1s steps(5) infinite;
	animation: darkdots 1s steps(5) infinite
}

@-webkit-keyframes darkdots {

	0%,
	20% {
		color: transparent;
		text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
	}

	40% {
		color: #fff;
		text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
	}

	60% {
		text-shadow: .25em 0 0 #fff, .5em 0 0 transparent
	}

	80%,
	to {
		text-shadow: .25em 0 0 #fff, .5em 0 0 #fff
	}
}

@keyframes darkdots {

	0%,
	20% {
		color: transparent;
		text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
	}

	40% {
		color: #fff;
		text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
	}

	60% {
		text-shadow: .25em 0 0 #fff, .5em 0 0 transparent
	}

	80%,
	to {
		text-shadow: .25em 0 0 #fff, .5em 0 0 #fff
	}
}

.StripeElement {
	background-color: #fff;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	transition: box-shadow .15s ease;
	box-sizing: border-box
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
	--border-opacity: 1;
	border-color: #f56565;
	border-color: rgba(245, 101, 101, var(--border-opacity))
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important
}

.overlay {
	display: none !important;
	display: flex
}

.exit-overlay,
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	z-index: 20
}

.exit-overlay {
	display: none
}

.overlay:target {
	display: flex !important
}

.modal {
	position: relative;
	width: 600px;
	max-width: 80%;
	background: #fff;
	border-radius: 8px;
	padding: 1em 2em
}

.modal .close {
	position: absolute;
	top: 0;
	right: 6px;
	color: grey;
	text-decoration: none;
	cursor: pointer
}

.exit-overlay .cancel,
.overlay .cancel {
	position: fixed;
	width: 100%;
	height: 100%
}

#ft li a {
	--text-opacity: 1;
	color: #230820;
	color: rgba(35, 8, 32, var(--text-opacity));
	font-size: 1rem;
	font-weight: 100;
	text-decoration: none
}

#ft h5 {
	margin-bottom: 1.8rem;
	font-weight: 500
}

#ft li {
	margin-bottom: .25rem
}

.has-error {
	border-width: 1px;
	--border-opacity: 1;
	border-color: #fc8181;
	border-color: rgba(252, 129, 129, var(--border-opacity))
}

.help-block {
	--text-opacity: 1;
	color: #c53030;
	color: rgba(197, 48, 48, var(--text-opacity));
	font-size: .8125rem
}

#checkout-hd {
	min-height: 65px;
	text-align: center
}

.rafflepress-testimonial img {
	border-radius: 50%;
	width: 50px;
	float: left;
	padding: 2px;
	margin-right: 15px;
	border: 1px solid #ccc
}

.arrow_box {
	position: relative
}

.arrow_box:after,
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #dd4a1f;
	border-width: 10px;
	margin-top: -10px
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #dd4a1f;
	border-width: 11px;
	margin-top: -11px
}

.arrow_box_w {
	position: relative
}

.arrow_box_w:after,
.arrow_box_w:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.arrow_box_w:after {
	border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #f7f6f7;
	border-width: 10px;
	margin-top: -10px;
	z-index: 1
}

.arrow_box_w:before {
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #eee;
	border-width: 11px;
	margin-top: -11px;
	z-index: 1
}

.testimonials:before {
	position: absolute;
	bottom: -7px;
	left: 36px;
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	background-color: #f7f6f7;
	transform: rotate(45deg);
	border-bottom: 1px solid transparent;
	border-right: 1px solid rgba(0, 0, 0, .05)
}

.highlight-payment {
	position: relative;
	cursor: pointer;
	-webkit-animation-name: hightlight_pulse_color;
	animation-name: hightlight_pulse_color;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}

@-webkit-keyframes hightlight_pulse_color {
	0% {
		box-shadow: inset 0 0 1px 1px #0d542b
	}

	50% {
		box-shadow: inset 0 0 1px 1px #fff
	}

	to {
		box-shadow: inset 0 0 1px 1px #0d542b
	}
}

@keyframes hightlight_pulse_color {
	0% {
		box-shadow: inset 0 0 1px 1px #0d542b
	}

	50% {
		box-shadow: inset 0 0 1px 1px #fff
	}

	to {
		box-shadow: inset 0 0 1px 1px #0d542b
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.blink-image {
	-webkit-animation: blink 1s ease-in-out infinite normal;
	animation: blink 1s ease-in-out infinite normal
}

@media (min-width:640px) {
	.sm\:container {
		width: 100%;
		max-width: 640px
	}

	@media (min-width:768px) {
		.sm\:container {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.sm\:container {
			max-width: 1024px
		}
	}
}

@media (min-width:768px) {
	.md\:container {
		width: 100%
	}

	@media (min-width:640px) {
		.md\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.md\:container {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.md\:container {
			max-width: 1024px
		}
	}

	.md\:border-r-0 {
		border-right-width: 0
	}

	.md\:border-l-0 {
		border-left-width: 0
	}

	.md\:border-t {
		border-top-width: 1px
	}

	.md\:border-b {
		border-bottom-width: 1px
	}

	.md\:inline-block {
		display: inline-block
	}

	.md\:flex {
		display: flex
	}

	.md\:items-center {
		align-items: center
	}

	.md\:flex-1 {
		flex: 1 1 0%
	}

	.md\:flex-grow {
		flex-grow: 1
	}

	.md\:mt-0 {
		margin-top: 0
	}

	.md\:max-w-md {
		max-width: 28rem
	}

	.md\:w-auto {
		width: auto
	}

	.md\:w-1\/3 {
		width: 33.333333%
	}
}

@media (min-width:1024px) {
	.lg\:container {
		width: 100%
	}

	@media (min-width:640px) {
		.lg\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.lg\:container {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.lg\:container {
			max-width: 1024px
		}
	}

	.lg\:w-1\/2 {
		width: 50%
	}

    
    a, a:hover{
        color: #16A34A;
    }
    .bg-primary {
        background-color: #16A34A !important;
    }

    .text-neutral{
        color: #171717 !important;
    }


    .text-neutral-60{
        color: #353535 !important;
    }
    /* ANCHOR: Mobile */

    @media (max-width: 640px) {
        .login-etxra {
            display: none;
        }
    }

    body {
        background-color: #f8f9fa;
        font-family: 'Open Sans', sans-serif;
    }

    .form-container {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .form-title {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1rem;
    }

    .form-subtitle {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2rem;
        color: #6c757d;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-label {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        display: block;
    }

    .form-input {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 0.875rem;
    }

    .form-button {
        background-color: #6f42c1;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        padding: 0.75rem;
        border: none;
        border-radius: 4px;
        width: 100%;
        cursor: pointer;
    }

    .form-button:hover {
        background-color: #563d7c;
    }

    .form-footer {
        text-align: center;
        margin-top: 1rem;
        font-size: 0.875rem;
    }

    .form-footer a {
        color: #6f42c1;
        text-decoration: none;
    }

    .form-footer a:hover {
        text-decoration: underline;
    }

}