/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, 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
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

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
}

/*Brandon Grotesque,*/

html {
    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;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #c9c9cc
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #949499
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #949499
}

input::placeholder,
textarea::placeholder {
    color: #949499
}

[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: ui-monospace, 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
}

.prose {
    color: #43444d;
    max-width: 65ch
}

.prose [class~=lead] {
    color: #5e5f66;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose a {
    color: #1b1c22;
    text-decoration: underline;
    font-weight: 500
}

.prose strong {
    color: #1b1c22;
    font-weight: 600
}

.prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose ol>li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em
}

.prose ol>li:before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #797980;
    left: 0
}

.prose ul>li {
    position: relative;
    padding-left: 1.75em
}

.prose ul>li:before {
    content: "";
    position: absolute;
    background-color: #aeafb2;
    border-radius: 50%;
    width: .375em;
    height: .375em;
    top: .6875em;
    left: .25em
}

.prose hr {
    border-color: #c9c9cc;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1b1c22;
    border-left-width: .25rem;
    border-left-color: #c9c9cc;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose blockquote p:first-of-type:before {
    content: open-quote
}

.prose blockquote p:last-of-type:after {
    content: close-quote
}

.prose h1 {
    color: #1b1c22;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose h2 {
    color: #1b1c22;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose h3 {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose h3,
.prose h4 {
    color: #1b1c22;
    font-weight: 600
}

.prose h4 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose figure figcaption {
    color: #797980;
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose code {
    color: #1b1c22;
    font-weight: 600;
    font-size: .875em
}

.prose code:after,
.prose code:before {
    content: "`"
}

.prose a code {
    color: #1b1c22
}

.prose pre {
    color: #c9c9cc;
    background-color: #292a34;
    overflow-x: auto;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose pre code:after,
.prose pre code:before {
    content: ""
}

.prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose thead {
    color: #1b1c22;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #aeafb2
}

.prose thead th {
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #c9c9cc
}

.prose tbody tr:last-child {
    border-bottom-width: 0
}

.prose tbody td {
    vertical-align: top;
    padding: .5714286em
}

.prose {
    font-size: 1rem;
    line-height: 1.75
}

.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose figure,
.prose img,
.prose video {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose figure>* {
    margin-top: 0;
    margin-bottom: 0
}

.prose h2 code {
    font-size: .875em
}

.prose h3 code {
    font-size: .9em
}

.prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose li {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose>ul>li p {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose>ul>li>:first-child {
    margin-top: 1.25em
}

.prose>ul>li>:last-child {
    margin-bottom: 1.25em
}

.prose>ol>li>:first-child {
    margin-top: 1.25em
}

.prose>ol>li>:last-child {
    margin-bottom: 1.25em
}

.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose h2+*,
.prose h3+*,
.prose h4+*,
.prose hr+* {
    margin-top: 0
}

.prose thead th:first-child {
    padding-left: 0
}

.prose thead th:last-child {
    padding-right: 0
}

.prose tbody td:first-child {
    padding-left: 0
}

.prose tbody td:last-child {
    padding-right: 0
}

.prose>:first-child {
    margin-top: 0
}

.prose>:last-child {
    margin-bottom: 0
}

.prose-yellow a,
.prose-yellow a code {
    color: #a09692
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 42, 52, var(--tw-bg-opacity))
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 234, 233, var(--tw-bg-opacity))
}

.bg-yellow-200,
.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 214, 211, var(--tw-bg-opacity))
}

.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 120, 115, var(--tw-bg-opacity))
}

.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(66, 103, 87, var(--tw-bg-opacity))
}

.bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 82, 64, var(--tw-bg-opacity))
}

.hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 135, 130, var(--tw-bg-opacity))
}

.bg-center {
    background-position: 50%
}

.bg-cover {
    background-size: cover
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(174, 175, 178, var(--tw-border-opacity))
}

.border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 234, 233, var(--tw-border-opacity))
}

.border-yellow-200,
.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 214, 211, var(--tw-border-opacity))
}

.border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 120, 115, var(--tw-border-opacity))
}

.border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 80, 76, var(--tw-border-opacity))
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(93, 125, 111, var(--tw-border-opacity))
}

.hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(160, 150, 146, var(--tw-border-opacity))
}

.focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 120, 115, var(--tw-border-opacity))
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}

.rounded-md {
    border-radius: .375rem
}

.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.border-dashed {
    border-style: dashed
}

.border {
    border-width: 1px
}

.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-default {
    cursor: default
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.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-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-items-start {
    justify-items: start
}

.justify-items-center {
    justify-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1 1 0%
}
.flex-1-5 {
    flex: 1.5 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-grow {
    flex-grow: 1
}

/* deleted Brandon Grotesque,*/

.font-sans {
    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
}

.font-serif {
    font-family: Didot, ui-serif, Georgia, Cambria, Times New Roman, Times, serif
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.h-2 {
    height: .5rem
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

.h-auto {
    height: auto
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-8 {
    line-height: 2rem
}

.leading-10 {
    line-height: 2.5rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.-ml-px {
    margin-left: -1px
}

.max-h-screen {
    max-height: 100vh
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.min-h-screen {
    min-height: 100vh
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-40 {
    opacity: .4
}

.hover\:opacity-70:hover {
    opacity: .7
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-16 {
    padding: 4rem
}

.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
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.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
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.pt-1 {
    padding-top: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-16 {
    padding-right: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 234, 233, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 234, 233, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 234, 233, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 180, 177, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 180, 177, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 180, 177, var(--tw-placeholder-opacity))
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

* {
    --tw-shadow: 0 0 transparent
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow-md,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-lg,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

* {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 175, 178, var(--tw-ring-opacity))
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(121, 121, 128, var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 68, 77, var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 42, 52, var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(246, 244, 244, var(--tw-text-opacity))
}

.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(220, 214, 211, var(--tw-text-opacity))
}

.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(200, 195, 192, var(--tw-text-opacity))
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(187, 180, 177, var(--tw-text-opacity))
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(160, 150, 146, var(--tw-text-opacity))
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 120, 115, var(--tw-text-opacity))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 82, 64, var(--tw-text-opacity))
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 148, 153, var(--tw-text-opacity))
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 121, 128, var(--tw-text-opacity))
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.uppercase {
    text-transform: uppercase
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-widest {
    letter-spacing: .1em
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.whitespace-nowrap {
    white-space: nowrap
}

.w-5 {
    width: 1.25rem
}

.w-16 {
    width: 4rem
}

.w-40 {
    width: 10rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.focus\:z-10:focus {
    z-index: 10
}

.gap-2 {
    gap: .5rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.row-span-1 {
    grid-row: span 1/span 1
}

.row-span-2 {
    grid-row: span 2/span 2
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

@-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)
    }
}

@font-face {
  /*  font-family: Brandon Grotesque;
    src: url(fonts/BrandonGrotesque-Light.woff2) format("woff2"), url(fonts/BrandonGrotesque-Light.woff) format("woff");*/
    font-family: Didot;
    src: url(fonts/Didot-Italic.woff2) format("woff2"), url(fonts/Didot-Italic.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    /*   font-family: Brandon Grotesque;
    src: url(fonts/BrandonGrotesque-Bold.woff2) format("woff2"), url(fonts/BrandonGrotesque-Bold.woff) format("woff");*/
    font-family: Didot;
    src: url(fonts/Didot-Italic.woff2) format("woff2"), url(fonts/Didot-Italic.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Didot;
    src: url(fonts/Didot-Italic.woff2) format("woff2"), url(fonts/Didot-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Didot;
    src: url(fonts/Didot.woff2) format("woff2"), url(fonts/Didot.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Didot;
    src: url(fonts/Didot-Bold.woff2) format("woff2"), url(fonts/Didot-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.meganav {
    opacity: 0;
    z-index: -1;
    position: fixed;
    transition: opacity .4s, z-index 0ms linear .45s
}

.meganav--open {
    opacity: 1;
    z-index: 20;
    transition: opacity .4s
}

.meganav-overlay {
    background: #14151a;
    background: linear-gradient(0deg, rgba(20, 21, 26, 0), #14151a)
}

.meganav-link:before {
    display: inline-block;
    content: "-";
    margin-right: .25rem
}

.pointerevents .meganav-flexible:hover {
    flex-grow: 1.25
}

@media (min-width:768px) {
    .pointerevents .meganav-flexible:hover {
        flex-grow: 1.5
    }
}

@media (min-width:1024px) {
    .pointerevents .meganav-flexible:hover {
        flex-grow: 1.375
    }
}

@media (min-width:1280px) {
    .pointerevents .meganav-flexible:hover {
        flex-grow: 1.5
    }
}

.pointerevents .meganav-link:before {
    transition: margin-right .2s
}

.pointerevents .meganav-link:hover:before {
    margin-right: .75rem
}

.search {
    opacity: 0;
    z-index: -1;
    transition: opacity .4s, z-index 0ms linear .45s, -webkit-backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s, z-index 0ms linear .45s;
    transition: opacity .4s, backdrop-filter .4s, z-index 0ms linear .45s, -webkit-backdrop-filter .4s;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.search:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: rgba(41, 42, 52, .7);
    z-index: -1
}

.search--open {
    opacity: 1;
    z-index: 100;
    transition: opacity .4s, -webkit-backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s, -webkit-backdrop-filter .4s
}

.nav {
    padding: .75rem 0;
    color: #857873
}

@media (min-width:768px) {
    .nav {
        padding: 1rem 0
    }
}

@media (min-width:1024px) {
    .nav {
        padding: 1.25rem 0
    }
}

.nav>.flex {
    position: relative;
    z-index: 1
}

.nav:before {
    display: block;
    background-color: #faf8f8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.75rem;
    z-index: 0;
    border-bottom: 1px solid #f6f4f4
}

@media (min-width:640px) {
    .nav:before {
        height: 4rem
    }
}

@media (min-width:768px) {
    .nav:before {
        height: 7rem
    }
}

.nav--dark .header,
.nav--light .header {
    display: none
}

.nav--dark:before,
.nav--light:before {
    border-bottom: 0;
    display: block !important;
    background-color: rgba(27, 28, 34, .5) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(15px) !important
}

@media (min-width:640px) {
    .nav--dark:before,
    .nav--light:before {
        height: 4rem
    }
}

@media (min-width:768px) {
    .nav--dark:before,
    .nav--light:before {
        height: 5.5rem
    }
}

.nav--dark.nav--open:before,
.nav--light.nav--open:before {
    display: none !important
}

.nav--light:before {
    background-color: hsla(0, 0%, 100%, .5) !important
}

.nav svg.fill-current path,
.nav svg.fill-current rect {
    fill: #857873;
    transition: fill .4s
}

.nav svg.stroke-current g,
.nav svg.stroke-current line {
    transition: stroke .4s;
    stroke: #857873
}

.nav--green {
    color: #285240
}

.nav--green svg.fill-current path,
.nav--green svg.fill-current rect {
    fill: #285240
}

.nav--green svg.stroke-current g,
.nav--green svg.stroke-current line {
    stroke: #285240
}

.nav--home,
.nav--white {
    color: #fff
}

.nav--home:before,
.nav--white:before {
    display: none
}

.nav--home svg.fill-current path,
.nav--home svg.fill-current rect,
.nav--white svg.fill-current path,
.nav--white svg.fill-current rect {
    fill: #fff
}

.nav--home svg.stroke-current g,
.nav--home svg.stroke-current line,
.nav--white svg.stroke-current g,
.nav--white svg.stroke-current line {
    stroke: #fff
}

.nav .flex-2 {
    opacity: 1;
    z-index: 0;
    transition: opacity .4s, z-index 0ms linear .45s
}

.nav--open .flex-2 {
    opacity: 0;
    z-index: -1;
    transition: opacity 0ms
}

.locale-picker {
    margin-top: -.25rem
}

.locale-picker select {
    cursor: pointer
}

.locale-picker svg {
    top: 50%;
    margin-top: -2.5px
}

.button {
    font-size: .75rem;
    text-align: center;
    line-height: calc(2.5rem - 2px);
    padding: 0 2rem;
    letter-spacing: .25rem;
    font-weight: 700
}

.button img {
    margin-left: .5rem
}

.button--regular {
    color: #857873;
    border: 1px solid rgba(133, 120, 115, .5)
}

.button--white {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .5)
}

.button--green {
    color: #285240;
    border: 1px solid rgba(40, 82, 64, .5)
}

.button--dark {
    color: #292a34;
    border: 1px solid rgba(41, 42, 52, .5)
}

.button--primary {
    color: #fff;
    padding: .25rem 2rem;
    background-color: #857873
}

.pointerevents .button {
    transition: border-color .2s, background-color .2s, opacity .2s
}

.pointerevents .button img {
    transition: margin-left .2s
}

.pointerevents .button:hover img {
    margin-left: 1.5rem
}

.pointerevents .button--regular {
    border-color: #857873
}

.pointerevents .button--dark:hover {
    border-color: #292a34
}

.pointerevents .button--green:hover {
    border-color: #285240
}

.pointerevents .button--white:hover {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #fff
}

.hg-1\/4 {
    height: calc(25vh - .75rem)
}

@media (min-width:768px) {
    .hg-1\/4 {
        height: calc(25vh - 1.875rem)
    }
}

.hg-3\/8 {
    height: calc(37.5vh - .75rem)
}

@media (min-width:768px) {
    .hg-3\/8 {
        height: calc(37.5vh - 1.875rem)
    }
}

.hg-1\/2 {
    height: calc(50vh - .75rem)
}

@media (min-width:768px) {
    .hg-1\/2 {
        height: calc(50vh - 1.875rem)
    }
}

.hg-3\/4 {
    height: calc(75vh - .75rem)
}

@media (min-width:768px) {
    .hg-3\/4 {
        height: calc(75vh - 1.875rem)
    }
}

.hg-3\/4-wt {
    height: calc(75vh + .75rem)
}

@media (min-width:768px) {
    .hg-3\/4-wt {
        height: calc(75vh - .375rem)
    }
}

.hg-1\/3 {
    height: calc(33.33333vh - .75rem)
}

@media (min-width:768px) {
    .hg-1\/3 {
        height: calc(33.33333vh - 1.625rem)
    }
}

.hg-2\/3 {
    height: calc(66.66667vh - .75rem)
}

@media (min-width:768px) {
    .hg-2\/3 {
        height: calc(66.66667vh - 1.625rem)
    }
}

.hg-1 {
    height: calc(100vh - .75rem)
}

@media (min-width:768px) {
    .hg-1 {
        height: calc(100vh - 1.875rem)
    }
}

.flex-2 {
    flex: 2 1 0%
}

.flex-3 {
    flex: 3 1 0%
}

.h-1\/3-screen {
    height: 33.3333333333vh
}

.h-2-screen {
    height: 200vh
}

@media (min-width:1280px) {
    .xl:flex-half {
        flex-basis: 50%
    }
}

.side-content {
    flex-basis: 25%
}

.main-content {
    flex-basis: 75% !important
}

@media (min-width:1024px) {
    .main-content {
        padding-left: 0;
        padding-right: 1.25rem
    }
}

@media (min-width:1280px) {
    .main-content {
        padding-right: calc(12.5vw - 8.5rem) !important
    }
}

.contained {
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:768px) {
    .contained {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1024px) {
    .contained {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (min-width:1280px) {
    .contained {
        padding-left: calc(12.5vw - 8.5rem) !important;
        padding-right: calc(12.5vw - 8.5rem) !important
    }
}

.content {
    padding-top: 3.75rem
}

@media (min-width:640px) {
    .content {
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .content {
        padding-top: 7rem
    }
}

.content--slides {
    padding-top: 0
}

.content--slides .header {
    display: none
}

.top-content {
    top: 3.75rem
}

@media (min-width:640px) {
    .top-content {
        top: 4.5rem
    }
}

@media (min-width:768px) {
    .top-content {
        top: 6.5rem
    }
}

@media (min-width:1024px) {
    .top-content {
        top: 8rem
    }
}

.library-h-2 {
    height: calc(40vh + 4.5rem)
}

.library-h-1 {
    height: 20vh
}

.magnifier {
    position: absolute;
    border: .25rem solid #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    border-radius: 50%;
    cursor: none;
    width: 10rem;
    height: 10rem
}

.magnifier--hidden {
    opacity: 0
}

.magnislide--selected {
    box-shadow: 0 0 15px #857873;
    border: 2px solid #fff;
    cursor: pointer
}

.quota-form {
    opacity: 0;
    z-index: -1;
    transition: opacity .4s, z-index 0ms linear .45s, -webkit-backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s, z-index 0ms linear .45s;
    transition: opacity .4s, backdrop-filter .4s, z-index 0ms linear .45s, -webkit-backdrop-filter .4s;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.quota-form:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: hsla(0, 0%, 100%, .7);
    z-index: -1
}

.quota-form--open {
    opacity: 1;
    z-index: 101;
    transition: opacity .4s, -webkit-backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s;
    transition: opacity .4s, backdrop-filter .4s, -webkit-backdrop-filter .4s
}

.toggler-outer {
    display: block !important
}

.toggler-knob {
    position: absolute;
    top: 0;
    left: 0;
    width: 16rem;
    height: 16rem;
    border-radius: 8rem;
    box-shadow: 15px 0 60px rgba(0, 0, 0, .2);
    background-color: #edeae9;
    transition: top .6s
}

@media (min-width:640px) {
    .toggler-knob {
        width: 18rem;
        height: 18rem;
        border-radius: 9rem;
        transition: left .6s
    }
}

@media (min-width:768px) {
    .toggler-knob {
        width: 20rem;
        height: 20rem;
        border-radius: 10rem;
        transition: left .6s
    }
}

.toggler-knob * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .6s
}

.toggler-knob p {
    opacity: 0
}

.toggler {
    height: 32rem;
    width: 16rem;
    position: relative;
    background-color: #edeae9;
    border-radius: 10rem;
    transition: background-color .6s
}

@media (min-width:640px) {
    .toggler {
        height: 18rem;
        width: 36rem
    }
}

@media (min-width:768px) {
    .toggler {
        height: 20rem;
        width: 40rem
    }
}

.toggler--toggled {
    background-color: #285240
}

.toggler--toggled .toggler-knob {
    top: 16rem
}

@media (min-width:640px) {
    .toggler--toggled .toggler-knob {
        top: 0;
        left: 18rem;
        left: 20rem
    }
}

.toggler--toggled .toggler-knob p {
    opacity: 1
}

.toggler--toggled .toggler-knob img {
    opacity: 0
}

@media (min-width:640px) {
    .sm\:border-0 {
        border-width: 0
    }
    .sm\:block {
        display: block
    }
    .sm\:inline-block {
        display: inline-block
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:items-start {
        align-items: flex-start
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:justify-between {
        justify-content: space-between
    }
    .sm\:flex-1 {
        flex: 1 1 0%
    }
    .sm\:flex-1-5 {
        flex: 1.5 1 0%
    }
    .sm\:h-auto {
        height: auto
    }
    .sm\:leading-6 {
        line-height: 1.5rem
    }
    .sm\:mr-0 {
        margin-right: 0
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:ml-0 {
        margin-left: 0
    }
    .sm\:mb-2 {
        margin-bottom: .5rem
    }
    .sm\:mb-4 {
        margin-bottom: 1rem
    }
    .sm\:mt-6 {
        margin-top: 1.5rem
    }
    .sm\:mb-6 {
        margin-bottom: 1.5rem
    }
    .sm\:mr-8 {
        margin-right: 2rem
    }
    .sm\:mb-8 {
        margin-bottom: 2rem
    }
    .sm\:ml-8 {
        margin-left: 2rem
    }
    .sm\:mr-auto {
        margin-right: auto
    }
    .sm\:ml-auto {
        margin-left: auto
    }
    .sm\:max-w-xs {
        max-width: 20rem
    }
    .sm\:max-w-xl {
        max-width: 36rem
    }
    .sm\:p-0 {
        padding: 0
    }
    .sm\:p-3 {
        padding: .75rem
    }
    .sm\:p-4 {
        padding: 1rem
    }
    .sm\:p-24 {
        padding: 6rem
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .sm\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .sm\:pt-8 {
        padding-top: 2rem
    }
    .sm\:pr-8 {
        padding-right: 2rem
    }
    .sm\:pb-8 {
        padding-bottom: 2rem
    }
    .sm\:pl-8 {
        padding-left: 2rem
    }
    .sm\:pr-12 {
        padding-right: 3rem
    }
    .sm\:pl-12 {
        padding-left: 3rem
    }
    .sm\:pt-16 {
        padding-top: 4rem
    }
    .sm\:pr-16 {
        padding-right: 4rem
    }
    .sm\:pb-16 {
        padding-bottom: 4rem
    }
    .sm\:pl-16 {
        padding-left: 4rem
    }
    .sm\:text-left {
        text-align: left
    }
    .sm\:text-right {
        text-align: right
    }
    .sm\:w-full {
        width: 100%
    }
    .sm\:gap-4 {
        gap: 1rem
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }
    .sm\:col-span-3 {
        grid-column: span 3/span 3
    }
}

@media (min-width:768px) {
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-end {
        align-items: flex-end
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .md\:leading-6 {
        line-height: 1.5rem
    }
    .md\:leading-8 {
        line-height: 2rem
    }
    .md\:max-w-xs {
        max-width: 20rem
    }
    .md\:p-6 {
        padding: 1.5rem
    }
    .md\:p-8 {
        padding: 2rem
    }
    .md\:p-48 {
        padding: 12rem
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pt-12 {
        padding-top: 3rem
    }
    .md\:pr-12 {
        padding-right: 3rem
    }
    .md\:pb-12 {
        padding-bottom: 3rem
    }
    .md\:pl-12 {
        padding-left: 3rem
    }
    .md\:pt-24 {
        padding-top: 6rem
    }
    .md\:pr-24 {
        padding-right: 6rem
    }
    .md\:pb-24 {
        padding-bottom: 6rem
    }
    .md\:pl-24 {
        padding-left: 6rem
    }
    .md\:sticky {
        position: -webkit-sticky;
        position: sticky
    }
    .md\:text-left {
        text-align: left
    }
    .md\:gap-6 {
        gap: 1.5rem
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .md\:col-span-8 {
        grid-column: span 8/span 8
    }
}

@media (min-width:1024px) {
    .lg\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778
    }
    .lg\:prose-lg p {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em
    }
    .lg\:prose-lg [class~=lead] {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em
    }
    .lg\:prose-lg blockquote {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-left: 1em
    }
    .lg\:prose-lg h1 {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: .8333333em;
        line-height: 1
    }
    .lg\:prose-lg h2 {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333
    }
    .lg\:prose-lg h3 {
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: .6666667em;
        line-height: 1.5
    }
    .lg\:prose-lg h4 {
        margin-top: 1.7777778em;
        margin-bottom: .4444444em;
        line-height: 1.5555556
    }
    .lg\:prose-lg figure,
    .lg\:prose-lg img,
    .lg\:prose-lg video {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em
    }
    .lg\:prose-lg figure>* {
        margin-top: 0;
        margin-bottom: 0
    }
    .lg\:prose-lg figure figcaption {
        font-size: .8888889em;
        line-height: 1.5;
        margin-top: 1em
    }
    .lg\:prose-lg code {
        font-size: .8888889em
    }
    .lg\:prose-lg h2 code {
        font-size: .8666667em
    }
    .lg\:prose-lg h3 code {
        font-size: .875em
    }
    .lg\:prose-lg pre {
        font-size: .8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: .375rem;
        padding: 1em 1.5em
    }
    .lg\:prose-lg ol,
    .lg\:prose-lg ul {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em
    }
    .lg\:prose-lg li {
        margin-top: .6666667em;
        margin-bottom: .6666667em
    }
    .lg\:prose-lg ol>li {
        padding-left: 1.6666667em
    }
    .lg\:prose-lg ol>li:before {
        left: 0
    }
    .lg\:prose-lg ul>li {
        padding-left: 1.6666667em
    }
    .lg\:prose-lg ul>li:before {
        width: .3333333em;
        height: .3333333em;
        top: .72222em;
        left: .2222222em
    }
    .lg\:prose-lg>ul>li p {
        margin-top: .8888889em;
        margin-bottom: .8888889em
    }
    .lg\:prose-lg>ul>li>:first-child {
        margin-top: 1.3333333em
    }
    .lg\:prose-lg>ul>li>:last-child {
        margin-bottom: 1.3333333em
    }
    .lg\:prose-lg>ol>li>:first-child {
        margin-top: 1.3333333em
    }
    .lg\:prose-lg>ol>li>:last-child {
        margin-bottom: 1.3333333em
    }
    .lg\:prose-lg ol ol,
    .lg\:prose-lg ol ul,
    .lg\:prose-lg ul ol,
    .lg\:prose-lg ul ul {
        margin-top: .8888889em;
        margin-bottom: .8888889em
    }
    .lg\:prose-lg hr {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em
    }
    .lg\:prose-lg h2+*,
    .lg\:prose-lg h3+*,
    .lg\:prose-lg h4+*,
    .lg\:prose-lg hr+* {
        margin-top: 0
    }
    .lg\:prose-lg table {
        font-size: .8888889em;
        line-height: 1.5
    }
    .lg\:prose-lg thead th {
        padding-right: .75em;
        padding-bottom: .75em;
        padding-left: .75em
    }
    .lg\:prose-lg thead th:first-child {
        padding-left: 0
    }
    .lg\:prose-lg thead th:last-child {
        padding-right: 0
    }
    .lg\:prose-lg tbody td {
        padding: .75em
    }
    .lg\:prose-lg tbody td:first-child {
        padding-left: 0
    }
    .lg\:prose-lg tbody td:last-child {
        padding-right: 0
    }
    .lg\:prose-lg>:first-child {
        margin-top: 0
    }
    .lg\:prose-lg>:last-child {
        margin-bottom: 0
    }
    .lg\:border-dashed {
        border-style: dashed
    }
    .lg\:border-r {
        border-right-width: 1px
    }
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .lg\:mt-0 {
        margin-top: 0
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:ml-4 {
        margin-left: 1rem
    }
    .lg\:ml-12 {
        margin-left: 3rem
    }
    .lg\:max-w-xs {
        max-width: 20rem
    }
    .lg\:p-64 {
        padding: 16rem
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:pr-4 {
        padding-right: 1rem
    }
    .lg\:pl-4 {
        padding-left: 1rem
    }
    .lg\:pr-6 {
        padding-right: 1.5rem
    }
    .lg\:pl-6 {
        padding-left: 1.5rem
    }
    .lg\:pt-12 {
        padding-top: 3rem
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-right {
        text-align: right
    }
}

@media (min-width:1280px) {
    .xl\:prose-xl {
        font-size: 1.25rem;
        line-height: 1.8
    }
    .xl\:prose-xl p {
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }
    .xl\:prose-xl [class~=lead] {
        font-size: 1.2em;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em
    }
    .xl\:prose-xl blockquote {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1.0666667em
    }
    .xl\:prose-xl h1 {
        font-size: 2.8em;
        margin-top: 0;
        margin-bottom: .8571429em;
        line-height: 1
    }
    .xl\:prose-xl h2 {
        font-size: 1.8em;
        margin-top: 1.5555556em;
        margin-bottom: .8888889em;
        line-height: 1.1111111
    }
    .xl\:prose-xl h3 {
        font-size: 1.5em;
        margin-top: 1.6em;
        margin-bottom: .6666667em;
        line-height: 1.3333333
    }
    .xl\:prose-xl h4 {
        margin-top: 1.8em;
        margin-bottom: .6em;
        line-height: 1.6
    }
    .xl\:prose-xl figure,
    .xl\:prose-xl img,
    .xl\:prose-xl video {
        margin-top: 2em;
        margin-bottom: 2em
    }
    .xl\:prose-xl figure>* {
        margin-top: 0;
        margin-bottom: 0
    }
    .xl\:prose-xl figure figcaption {
        font-size: .9em;
        line-height: 1.5555556;
        margin-top: 1em
    }
    .xl\:prose-xl code {
        font-size: .9em
    }
    .xl\:prose-xl h2 code {
        font-size: .8611111em
    }
    .xl\:prose-xl h3 code {
        font-size: .9em
    }
    .xl\:prose-xl pre {
        font-size: .9em;
        line-height: 1.7777778;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: .5rem;
        padding: 1.1111111em 1.3333333em
    }
    .xl\:prose-xl ol,
    .xl\:prose-xl ul {
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }
    .xl\:prose-xl li {
        margin-top: .6em;
        margin-bottom: .6em
    }
    .xl\:prose-xl ol>li {
        padding-left: 1.8em
    }
    .xl\:prose-xl ol>li:before {
        left: 0
    }
    .xl\:prose-xl ul>li {
        padding-left: 1.8em
    }
    .xl\:prose-xl ul>li:before {
        width: .35em;
        height: .35em;
        top: .725em;
        left: .25em
    }
    .xl\:prose-xl>ul>li p {
        margin-top: .8em;
        margin-bottom: .8em
    }
    .xl\:prose-xl>ul>li>:first-child {
        margin-top: 1.2em
    }
    .xl\:prose-xl>ul>li>:last-child {
        margin-bottom: 1.2em
    }
    .xl\:prose-xl>ol>li>:first-child {
        margin-top: 1.2em
    }
    .xl\:prose-xl>ol>li>:last-child {
        margin-bottom: 1.2em
    }
    .xl\:prose-xl ol ol,
    .xl\:prose-xl ol ul,
    .xl\:prose-xl ul ol,
    .xl\:prose-xl ul ul {
        margin-top: .8em;
        margin-bottom: .8em
    }
    .xl\:prose-xl hr {
        margin-top: 2.8em;
        margin-bottom: 2.8em
    }
    .xl\:prose-xl h2+*,
    .xl\:prose-xl h3+*,
    .xl\:prose-xl h4+*,
    .xl\:prose-xl hr+* {
        margin-top: 0
    }
    .xl\:prose-xl table {
        font-size: .9em;
        line-height: 1.5555556
    }
    .xl\:prose-xl thead th {
        padding-right: .6666667em;
        padding-bottom: .8888889em;
        padding-left: .6666667em
    }
    .xl\:prose-xl thead th:first-child {
        padding-left: 0
    }
    .xl\:prose-xl thead th:last-child {
        padding-right: 0
    }
    .xl\:prose-xl tbody td {
        padding: .8888889em .6666667em
    }
    .xl\:prose-xl tbody td:first-child {
        padding-left: 0
    }
    .xl\:prose-xl tbody td:last-child {
        padding-right: 0
    }
    .xl\:prose-xl>:first-child {
        margin-top: 0
    }
    .xl\:prose-xl>:last-child {
        margin-bottom: 0
    }
    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }
    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .xl\:pt-0 {
        padding-top: 0
    }
    .xl\:pt-16 {
        padding-top: 4rem
    }
    .xl\:pr-16 {
        padding-right: 4rem
    }
    .xl\:pb-16 {
        padding-bottom: 4rem
    }
    .xl\:pl-16 {
        padding-left: 4rem
    }
    .xl\:pt-32 {
        padding-top: 8rem
    }
    .xl\:pr-32 {
        padding-right: 8rem
    }
    .xl\:pb-32 {
        padding-bottom: 8rem
    }
    .xl\:pl-32 {
        padding-left: 8rem
    }
}

@media (min-width:1536px) {
    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .\32xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}