@charset "UTF-8";

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
    -moz-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] {
    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=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

blockquote,
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: titling, 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 #e5e5e5
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

[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
}

.container {
    width: 100%
}

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

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

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

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

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

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

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

.bg-cream {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 238, 227, var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 89, 71, var(--tw-bg-opacity))
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(169, 203, 183, var(--tw-bg-opacity))
}

.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 124, 175, var(--tw-bg-opacity))
}

.bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 181, 207, var(--tw-bg-opacity))
}

.bg-pink-300-i {
    --tw-bg-opacity: .8;
    background-color: rgba(216, 181, 207, var(--tw-bg-opacity))
}

.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity))
}

.hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity))
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-none {
    border-style: none;
}

.border-0 {
    border-width: 0;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-8 {
    border-width: 8px;
}

.border {
    border-width: 1px;
}

.border-t-0 {
border-top-width: 0;
}

.border-r-0 {
    border-right-width: 0;
}

.border-b-0 {
    border-bottom-width: 0;
}

.border-transparent {
    border-color: transparent
}

.border-l-0 {
    border-left-width: 0;
}

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

.border-r-2 {
    border-right-width: 2px;
}

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

.border-l-2 {
    border-left-width: 2px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-r-4 {
    border-right-width: 4px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

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

.border-t-8 {
    border-top-width: 8px;
}

.border-r-8 {
    border-right-width: 8px;
}

.border-b-8 {
    border-bottom-width: 8px;
}

.border-l-8 {
    border-left-width: 8px;
}

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

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

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

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

.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity))
}

.border-cream {
    --tw-border-opacity: 1;
    border-color: rgba(250, 239, 224, var(--tw-border-opacity))
}

.border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity))
}

.hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity))
}

.hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity))
}

.rounded-md {
    border-radius: .375rem
}

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

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

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.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-center {
    justify-content: center
}

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

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

.gap-10{
    gap:10px;
}

.gap-20{
    gap:20px;
}

.gap-30{
    gap:30px;
}

.gap-40{
    gap:40px;
}

.gap-50{
    gap:50px;
}

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

.font-sans {
    font-family: titling, 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-normal {
    font-weight: 400!important;
}

.font-semibold {
    font-weight: 600!important;
}

.font-extrabold {
    font-weight: 800!important;
}

.h-1 {
    height: .25rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-7 {
    height: 1.75rem
}

.h-9 {
    height: 2.25rem
}

.h-10 {
    height: 2.5rem
}

.h-11 {
    height: 2.75rem
}

.h-12 {
    height: 3rem
}

.h-13 {
    height: 3.25rem
}

.h-14 {
    height: 3.5rem
}

.h-17 {
    height: 4.25rem
}

.h-22 {
    height: 5.5rem
}

.h-26 {
    height: 6.5rem
}

.h-30 {
    height: 7.5rem
}

.h-35 {
    height: 8.75rem
}

.h-72 {
    height: 18rem
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-full {
    height: 100%
}

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

.h-1\/3 {
    height: 33.333333%
}

.h-screen {
    height: 100vh
}

.h-5\/12 {
    height: 41.666667%
}

.text-10 {
    font-size: .625rem;
    line-height: 1rem
}

.text-12 {
    font-size: .75rem;
    line-height: 1rem
}

.text-14 {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-18 {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-25 {
    font-size: 1.4rem;
    line-height: 1.6rem
}

.text-36 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-44 {
    font-size: 2.8rem;
    line-height: 3rem
}

.text-60 {
    font-size: 3.25rem;
    line-height: 3.5rem
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

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

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

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

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

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

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

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

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

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

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

.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
}

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

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

.mb-4 {
    margin-bottom: 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
}

.mt-7 {
    margin-top: 1.75rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mt-8 {
    margin-top: 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-13 {
    margin-bottom: 3.25rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-15 {
    margin-top: 3.75rem
}

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

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

.mt-22 {
    margin-top: 5.5rem
}

.mt-auto {
    margin-top: auto
}

.mt-px {
    margin-top: 1px
}

.mb-px {
    margin-bottom: 1px
}

.mt-2\/3 {
    margin-top: 66.666667%
}

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

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

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

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

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

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

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

.max-h-12 {
    max-height: 3rem
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-lg {
    max-width: 32rem
}

.min-h-15 {
    min-height: 15rem;
}

.min-h-full {
    min-height: 100%
}

.min-w-full {
    min-width: 100%
}

.min-w-xs {
    min-width: 20rem
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.p-0 {
    padding: 0
}

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

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

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

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

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

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

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

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

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

.py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

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

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

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

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

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

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

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

.px-7 {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}

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

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

.px-15 {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}

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

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

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

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

.pl-4 {
    padding-right: 1rem;
}

.pl-5 {
    padding-right: 1.25rem;
}

.pl-6 {
    padding-right: 1.5rem;
}

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

.pl-12 {
    padding-left: 3rem;
}

.pl-15 {
    padding-left: 3.75rem;
}

.pl-16 {
    padding-left: 4rem;
}

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

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

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

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-15 {
    padding-right: 3.75rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pt-1 {
    padding-top: .25rem;
}

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

.pt-3 {
    padding-top: .75rem;
}

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

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

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

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

.pt-11 {
    padding-top: 2.75rem
}

.pt-12 {
    padding-top: 3rem;
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-15 {
    padding-top: 3.75rem;
}

.pt-16 {
    padding-top: 4rem;
}

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

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

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

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

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

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

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

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

.pb-9 {
    padding-bottom: 2.25rem
}

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

.pb-15 {
    padding-bottom: 3.75rem
}

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

.pt-full {
    padding-top: 100%
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.-left-5 {
    left: -1.25rem
}

.-top-32 {
    top: -8rem
}

.top-1\/2 {
    top: 50%
}

.resize {
    resize: both
}

* {
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(54, 124, 175, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity))
}

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

.text-cream{
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(238, 89, 71, var(--tw-text-opacity))
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(54, 124, 175, var(--tw-text-opacity))
}

.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 181, 207, var(--tw-text-opacity))
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

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

.hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 175, 153, var(--tw-text-opacity))
}

.hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(169, 203, 183, var(--tw-text-opacity))
}

.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 124, 175, var(--tw-text-opacity))
}

.hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 181, 207, var(--tw-text-opacity))
}

.hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-extra-wide {
    letter-spacing: .2em
}

.visible {
    visibility: visible
}

.w-1 {
    width: .25rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-7 {
    width: 1.75rem
}

.w-9 {
    width: 2.25rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-13 {
    width: 3.25rem
}

.w-15 {
    width: 3.75rem
}

.w-20 {
    width: 5rem
}

.w-22 {
    width: 5.5rem
}

.w-26 {
    width: 6.5rem
}

.w-30 {
    width: 7.5rem
}

.w-35 {
    width: 8.75rem
}

.w-px {
    width: 1px
}

.w-full {
    width: 100%
}

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

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

.w-2\/12 {
    width: 16.666667%
}

.w-7\/12 {
    width: 58.333333%
}

.w-10\/12 {
    width: 83.333333%
}

.z-1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.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))
}

.rotate-180 {
    --tw-rotate: 180deg
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.-translate-y-8 {
    --tw-translate-y: -2rem
}

.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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ease-linear {
    transition-timing-function: linear
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150 {
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

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

@keyframes ping {

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

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

@keyframes bounce {

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

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

body {
    font-family: titling, 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-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
button,
input,
select,
textarea {
    appearance: none;
    border-radius: 0;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
    transition-duration: .15s;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

.element-invisible {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

input::-webkit-input-placeholder {
    line-height: normal !important
}

.disable-scrollbars {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.wistia_click_to_play {
    width: 100% !important;
    height: 100% !important
}

@font-face {
    font-family: titling;
    src: url(../fonts/titling-gothic-fb-normal-regular.woff2) format("woff2"), url(../fonts/titling-gothic-fb-normal-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: titling;
    src: url(../fonts/titling-gothic-fb-normal-medium.woff2) format("woff2"), url(../fonts/titling-gothic-fb-normal-medium.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

.l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:640px) {
    .l-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:768px) {
    .l-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width:1024px) {
    .l-container {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width:1280px) {
    .l-container {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:1536px) {
    .l-container {
        padding-left: 5.5rem;
        padding-right: 5.5rem
    }
}

.l-row {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin-left: -.75rem;
    margin-right: -.75rem
}

@media (min-width:640px) {
    .l-row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:768px) {
    .l-row {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media (min-width:1024px) {
    .l-row {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media (min-width:1280px) {
    .l-row {
        margin-left: -2rem;
        margin-right: -2rem
    }
}

@media (min-width:1536px) {
    .l-row {
        margin-left: -2.75rem;
        margin-right: -2.75rem
    }
}

.l-item {
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:640px) {
    .l-item {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {
    .l-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (min-width:1024px) {
    .l-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1280px) {
    .l-item {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:1536px) {
    .l-item {
        padding-left: 2.75rem;
        padding-right: 2.75rem
    }
}

.l-container.-narrow {
    max-width: 64rem
}

.l-container.-medium {
    max-width: 72rem
}

.l-container.-fullscreen {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.l-container.-fullscreen .l-row {
    margin-left: auto;
    margin-right: auto
}

.l-container.-fullscreen .l-row .l-item {
    padding-left: 0;
    padding-right: 0
}

.e-button {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
    border-width: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1.25;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    letter-spacing: .025em;
    padding-top: 11px;
    padding-bottom: 10px
}

.e-button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .e-button {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.e-button.-green {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.e-button.-green:hover {
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity))
}

.e-button.-cream {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(250, 239, 224, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity));
}

.e-button.-cream:hover {
    background-color: rgba(250, 239, 224, var(--tw-bg-opacity));
    color: rgba(20, 63, 62, var(--tw-text-opacity));
}

.e-button.-green:hover,
.e-button.-pink {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.e-button.-pink {
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(175, 86, 153, var(--tw-border-opacity))
}

.e-button.-pink:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

.e-button.-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(54, 124, 175, var(--tw-text-opacity))
}

.e-button.-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 124, 175, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.e-button.-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(54, 124, 175, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(54, 124, 175, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity))
}

.e-button.-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 124, 175, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(254, 124, 175, var(--tw-text-opacity))
}

.e-button.-white.-text-red {
    --tw-text-opacity: 1;
    color: rgba(238, 89, 71, var(--tw-text-opacity))
}

.e-button.-white.-text-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 89, 71, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.e-button.-white.-text-green {
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.e-button.-white.-text-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.e-button.-green.-text-cream {
    background-color: rgba(20, 63, 62, var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity))
}

.e-button.-green.-text-cream:hover {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.e-button.-fullwidth {
    display: flex;
    width: 100%
}

.e-hamburger {
    width: 1.5rem;
    background: red;
    height: 14px
}

@media (min-width:768px) {
    .e-hamburger {
        height: 1rem;
        width: 2rem
    }
}

.e-hamburger__btn {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.e-hamburger__btn span {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    --tw-rotate: 0deg;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    height: 1px
}

.e-hamburger__btn span:first-child {
    top: 0
}

.e-hamburger__btn span:nth-child(2),
.e-hamburger__btn span:nth-child(3) {
    top: 6px
}

@media (min-width:768px) {

    .e-hamburger__btn span:nth-child(2),
    .e-hamburger__btn span:nth-child(3) {
        top: .5rem
    }
}

.e-hamburger__btn span:nth-child(4) {
    top: 12px
}

@media (min-width:768px) {
    .e-hamburger__btn span:nth-child(4) {
        top: 1rem
    }
}

.e-hamburger__btn:hover span {
    --tw-bg-opacity: 1;
    background-color: rgba(169, 203, 183, var(--tw-bg-opacity))
}

.e-hamburger__btn:active span,
.e-hamburger__btn:focus span {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.e-heading {
    font-family: titling, 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-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity));
}

.e-heading.-zero {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: .025em
}

.e-heading.-one {
    font-size: 1.625rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .025em
}

@media (min-width:1024px) {
    .e-heading.-one, .e-heading.-zero {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.e-heading.-two {
    font-size: 1.625rem;
    line-height: 2rem
}

@media (min-width:1024px) {
    .e-heading.-two {
        font-size: 2rem;
        line-height: 2.25rem
    }
}

.e-heading.-three {
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media (min-width:1024px) {
    .e-heading.-three {
        font-size: 1.625rem;
        line-height: 2rem
    }
}

.e-heading.-four {
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (min-width:1024px) {
    .e-heading.-four {
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}

.e-heading.-five {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width:1024px) {
    .e-heading.-five {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.e-heading.-six {
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(54, 124, 175, var(--tw-text-opacity));
    text-transform: uppercase;
    letter-spacing: .2em
}

.e-heading.-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.e-heading.-pink {
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

.e-heading.-cream {
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity))
}

.e-heading.-normal-case {
    text-transform: none
}

.e-image img {
    display: block
}

.e-image.-ratio {
    overflow: hidden;
    position: relative;
    width: 100%
}

.e-image.-ratio img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.e-image.-ratio.-is4by1 {
    padding-top: 33.333337%
}


.e-image.-ratio.-is3by2 {
    padding-top: 66.666667%
}

.e-image.-ratio.-is1by1 {
    padding-top: 100%
}

.e-image--background {
    overflow: hidden
}

.e-image--background,
.e-image--background img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.e-image--background img {
    display: block;
    object-fit: cover
}

.e-image--background img.-bw {
    filter: saturate(0) brightness(75%) contrast(100%);
    mix-blend-mode: luminosity
}

.e-image--background.-fit {
    background: none
}

.e-image--background.-fit img {
    object-fit: contain
}

.lazy.lazyload,
.lazy.lazyloaded {
    filter: blur(0)
}

.e-paragraph {
    font-family: titling, 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-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.e-paragraph strong {
    font-weight: 600
}

.e-paragraph a {
    text-decoration: underline;
    text-decoration-color: #af5699
}

.e-paragraph a:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

.e-paragraph.-one {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375;
    max-width: 42rem
}

.e-paragraph.-one ol:not(:last-child),
.e-paragraph.-one p:not(:last-child),
.e-paragraph.-one ul:not(:last-child) {
    margin-bottom: 1.5rem
}

.e-paragraph.-one ol li:not(:last-child),
.e-paragraph.-one ul li:not(:last-child) {
    margin-bottom: 1.25rem
}

@media (min-width:640px) {
    .e-paragraph.-one ul {
        padding-left: 2rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-one ul {
        padding-left: 3rem
    }
}

.e-paragraph.-one ul li {
    padding-left: 1.25rem;
    position: relative
}

.e-paragraph.-one ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: block;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 5px
}

.e-paragraph.-one ol {
    list-style-type: decimal;
    padding-left: .75rem
}

@media (min-width:640px) {
    .e-paragraph.-one ol {
        padding-left: 2.75rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-one ol {
        padding-left: 3.75rem
    }
}

.e-paragraph.-one ol li {
    padding-left: .5rem
}

.e-paragraph.-two {
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.375;
    max-width: 36rem
}

.e-paragraph.-two ol:not(:last-child),
.e-paragraph.-two p:not(:last-child),
.e-paragraph.-two ul:not(:last-child) {
    margin-bottom: 1rem
}

.e-paragraph.-two ol li:not(:last-child),
.e-paragraph.-two ul li:not(:last-child) {
    margin-bottom: .75rem
}

@media (min-width:640px) {
    .e-paragraph.-two ul {
        padding-left: 1.5rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-two ul {
        padding-left: 2.5rem
    }
}

.e-paragraph.-two ul li {
    padding-left: .75rem;
    position: relative
}

.e-paragraph.-two ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: block;
    height: .25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: .25rem;
    content: "";
    margin-top: .4375rem
}

.e-paragraph.-two ol {
    list-style-type: decimal;
    padding-left: 2rem
}

@media (min-width:640px) {
    .e-paragraph.-two ol {
        padding-left: 2.5rem
    }

    .e-paragraph.-two ol li {
        margin-left: -2px
    }
}

@media (min-width:1024px) {
    .e-paragraph.-two ol {
        padding-left: 3.5rem
    }
}

.e-paragraph.-two.-sitemap ul {
    padding-left: 0
}

.e-paragraph.-two.-sitemap ul li {
    margin-bottom: 2rem
}

.e-paragraph.-two.-sitemap ul li>ul>li {
    margin-bottom: 0
}

.e-paragraph.-two.-sitemap ul li>ul>li:not(:last-child) {
    margin-bottom: .75rem
}

.e-paragraph.-three {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375;
    max-width: 42rem
}

.e-paragraph.-three ol:not(:last-child),
.e-paragraph.-three p:not(:last-child),
.e-paragraph.-three ul:not(:last-child) {
    margin-bottom: 1rem
}

.e-paragraph.-three ol li:not(:last-child),
.e-paragraph.-three ul li:not(:last-child) {
    margin-bottom: .75rem
}

@media (min-width:640px) {
    .e-paragraph.-three ul {
        padding-left: .5rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-three ul {
        padding-left: .5rem
    }
}

.e-paragraph.-three ul li {
    padding-left: 1.25rem;
    position: relative
}

.e-paragraph.-three ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: block;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 5px
}

.e-paragraph.-three ol {
    list-style-type: decimal;
    padding-left: 2rem
}

.e-paragraph.-three.-cream {
    --tw-text-opacity: 1;
    color: rgba(250, 239, 224, var(--tw-text-opacity))
}

.e-paragraph.-three.-cream ul li:before {
    background-color: rgba(250, 239, 224, var(--tw-bg-opacity));
}


@media (min-width:640px) {
    .e-paragraph.-three ol {
        padding-left: 2.5rem
    }

    .e-paragraph.-three ol li {
        margin-left: -2px
    }
}

@media (min-width:1024px) {
    .e-paragraph.-three ol {
        padding-left: 3.5rem
    }
}

.e-paragraph.-three.-sitemap ul {
    padding-left: 0
}

.e-paragraph.-three.-sitemap ul li {
    margin-bottom: 2rem
}

.e-paragraph.-three.-sitemap ul li>ul>li {
    margin-bottom: 0
}

.e-paragraph.-three.-sitemap ul li>ul>li:not(:last-child) {
    margin-bottom: .75rem
}

.e-paragraph.-profile {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.375
}

.e-paragraph.-profile ol:not(:last-child),
.e-paragraph.-profile p:not(:last-child),
.e-paragraph.-profile ul:not(:last-child) {
    margin-bottom: 1.5rem
}

.e-paragraph.-profile .e-image {
    margin-top: .25rem;
    margin-bottom: 2rem;
    width: 100%
}

@media (min-width:640px) {
    .e-paragraph.-profile .e-image {
        float: right;
        clear: both;
        margin-left: 2rem;
        max-width: 14rem
    }
}

@media (min-width:768px) {
    .e-paragraph.-profile .e-image {
        margin-bottom: 2.5rem;
        margin-left: 2.5rem;
        max-width: 18.5rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-profile .e-image {
        max-width: 20rem
    }
}

.e-paragraph.-profile ol li:not(:last-child),
.e-paragraph.-profile ul li:not(:last-child) {
    margin-bottom: 1.25rem
}

@media (min-width:640px) {
    .e-paragraph.-profile ul {
        padding-left: 2rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-profile ul {
        padding-left: 3rem
    }
}

.e-paragraph.-profile ul li {
    padding-left: 1.25rem;
    position: relative
}

.e-paragraph.-profile ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: block;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 5px
}

.e-paragraph.-profile ol {
    list-style-type: decimal;
    padding-left: .75rem
}

@media (min-width:640px) {
    .e-paragraph.-profile ol {
        padding-left: 2.75rem
    }
}

@media (min-width:1024px) {
    .e-paragraph.-profile ol {
        padding-left: 3.75rem
    }
}

.e-paragraph.-profile ol li {
    padding-left: .5rem
}

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

.e-paragraph.-white:hover {
    text-decoration: none
}

.e-paragraph.-white.-one ul li:before,
.e-paragraph.-white.-two ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.e-paragraph.-fullwidth.-one {
    max-width: 48rem
}

.e-paragraph.-fullwidth.-two {
    max-width: 42rem
}

.c-contact_grid__link .c-contact_grid__link_text {
    position: relative
}

.c-contact_grid__link .c-contact_grid__link_text:before {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 181, 207, var(--tw-bg-opacity));
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    content: "";
    bottom: -6px;
    height: 6px
}

@media (min-width:768px) {
    .c-contact_grid__link .c-contact_grid__link_text:before {
        bottom: -8px;
        height: 8px
    }
}

.c-contact_grid__link .c-contact_grid__link_text>span {
    position: relative;
    z-index: 10
}

.c-contact_grid__link .icon--browser>.inner,
.c-contact_grid__link .icon--email>.inner,
.c-contact_grid__link .icon--phone>.inner,
.c-contact_grid__link .icon--text>.message-one,
.c-contact_grid__link .icon--text>.message-two,
.c-contact_grid__link .icon--video>.inner {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.c-contact_grid__link .icon--text>.message-two {
    transition-delay: .15s
}

.c-contact_grid__link .c-contact_grid__link_text .phone_number {
    display: none
}

@media (min-width:768px) {
    .c-contact_grid__link .c-contact_grid__link_text .phone_number {
        display: inline;
        opacity: 0;
        position: relative
    }

    .c-contact_grid__link .c-contact_grid__link_text .phone_number,
    .c-contact_grid__link .c-contact_grid__link_text .text {
        transition-property: all;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .3s
    }

    .c-contact_grid__link .c-contact_grid__link_text .text {
        opacity: 1;
        position: absolute;
        right: 0;
        left: 0
    }
}

.c-contact_grid__link:hover .c-contact_grid__link_text:before {
    opacity: 1;
    bottom: 0
}

@media (min-width:768px) {
    .c-contact_grid__link:hover .c-contact_grid__link_text .phone_number {
        opacity: 1
    }

    .c-contact_grid__link:hover .c-contact_grid__link_text .text {
        opacity: 0
    }
}

.c-contact_grid__link:hover .icon--video>.inner {
    --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;
    --tw-rotate: -6deg
}

.c-contact_grid__link:hover .icon--phone>.inner,
.c-contact_grid__link:hover .icon--video>.inner {
    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))
}

.c-contact_grid__link:hover .icon--phone>.inner {
    --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;
    --tw-rotate: 6deg
}

.c-contact_grid__link:hover .icon--browser>.inner {
    --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));
    --tw-rotate: -6deg
}

.c-contact_grid__link:hover .icon--text>.message-one {
    transform: translateX(-5%)
}

.c-contact_grid__link:hover .icon--text>.message-two {
    transform: translateX(-3%)
}

.c-contact_grid__link:hover .icon--email>.inner {
    --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));
    --tw-rotate: -6deg
}

.c-find_a_family_search_form .active_filters__filter {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 238, 227, var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    height: 2.75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.25;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity))
}

.c-find_a_family_search_form .active_filters__filter svg {
    display: block;
    height: .75rem;
    position: absolute;
    right: .75rem;
    top: 1rem;
    --tw-text-opacity: 1;
    color: rgba(238, 89, 71, var(--tw-text-opacity));
    width: .75rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
    transition-duration: .15s
}

.c-find_a_family_search_form .active_filters__filter svg:hover {
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgba(242, 175, 153, var(--tw-text-opacity))
}

.c-find_a_family_search_form form .form_group {
    height: 0;
    visibility: hidden
}

.c-find_a_family_search_form form .form_group.-is-visible {
    height: auto;
    margin-bottom: -.75rem;
    padding-bottom: .25rem;
    padding-top: 1rem;
    visibility: visible
}

.c-find_a_family_search_form form label.checkbox {
    cursor: pointer;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity));
    text-transform: none;
    letter-spacing: 0
}

.c-find_a_family_search_form form label.checkbox input {
    --tw-border-opacity: 1;
    border-color: rgba(216, 181, 207, var(--tw-border-opacity));
    border-radius: .125rem;
    border-width: 1px;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    position: relative;
    width: 1rem
}

.c-find_a_family_search_form form label.checkbox input:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(175, 86, 153, var(--tw-border-opacity))
}

.c-find_a_family_search_form form label.checkbox input:after {
    background-position: 50%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../images/checkmark.svg)
}

.c-find_a_family_search_form form label.checkbox span {
    padding-left: .75rem
}

.c-find_a_family_search_form form label.checkbox:hover label {
    --tw-text-opacity: 1;
    color: rgba(175, 86, 153, var(--tw-text-opacity))
}

.c-find_a_family_search_form form label.checkbox:hover input {
    --tw-border-opacity: 1;
    border-color: rgba(175, 86, 153, var(--tw-border-opacity))
}

.c-find_a_family_search_form form .search {
    margin-top: .5rem;
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(169, 203, 183, var(--tw-text-opacity));
    width: 100%
}

.c-find_a_family_search_form form .search:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.c-find_a_family_search_form form .search svg {
    display: block;
    height: 1.25rem;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 1.25rem;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
    transition-duration: .15s;
    top: .6875rem
}

.c-find_a_family_search_form form .search input {
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity));
    border-bottom-width: 2px;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 2rem
}

.c-find_a_family_search_form form .search input::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-placeholder-opacity))
}

.c-find_a_family_search_form form .search input {
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity));
    width: 100%
}

.c-hero_slider .glide__bullets {
    margin-right: -3px;
    margin-left: -3px;
    padding-top: 6px
}

.c-hero_slider .glide__bullets .glide__bullet {
    width: 6rem;
    height: 6px;
    padding: 0 3px
}

.c-hero_slider .glide__bullets .glide__bullet span {
    --tw-bg-opacity: 1;
    background-color: rgba(169, 203, 183, var(--tw-bg-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
    transition-duration: .15s
}

.c-hero_slider .glide__bullets .glide__bullet.glide__bullet--active span,
.c-hero_slider .glide__bullets .glide__bullet:hover span {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity))
}

.c-hero_slider .glide__bullets .glide__bullet:focus {
    outline: 0 !important
}

@media (min-width:640px) {
    .c-hero_slider .glide__bullets {
        margin-right: -4px;
        margin-left: -4px;
        padding-top: 8px
    }

    .c-hero_slider .glide__bullets .glide__bullet {
        width: 6.5rem;
        height: 8px;
        padding: 0 4px
    }
}

@media (min-width:768px) {
    .c-hero_slider .glide__bullets {
        margin-left: 0;
        margin-right: -1.25rem;
        padding-top: 0;
        margin-top: -6px;
        margin-bottom: -6px
    }

    .c-hero_slider .glide__bullets .glide__bullet {
        height: 5rem;
        padding-left: 0;
        padding-right: 0;
        width: .5rem;
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width:1024px) {
    .c-hero_slider .glide__bullets {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }

    .c-hero_slider .glide__bullets .glide__bullet {
        height: 6.5rem;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.c-links_grid a .c-links_grid__secondary_text {
    position: relative
}

.c-links_grid a .c-links_grid__secondary_text:before {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 161, 147, var(--tw-bg-opacity));
    height: .5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    margin-left: -.125rem
}

@media (min-width:1024px) {
    .c-links_grid a .c-links_grid__secondary_text:before {
        height: .75rem;
        margin-bottom: -.375rem
    }
}

.c-links_grid a .c-links_grid__secondary_text span {
    position: relative;
    z-index: 10;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: linear;
    transition-duration: .15s
}

.c-links_grid a:hover .c-links_grid__secondary_text span {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.c-section_heading .e-heading {
    display: inline-block;
    position: relative
}

.c-section_heading .e-heading span {
    position: relative;
    z-index: 10
}

.c-section_heading .e-heading:before {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 181, 207, var(--tw-bg-opacity));
    display: block;
    height: .5rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 1.25rem;
    z-index: 0;
    content: ""
}

.highlighted-text span {
    position: relative;
    display: inline-block;
    padding: 0 2px;    
 }

 .highlighted-text span::before {
    content: "";
    position: absolute;
    bottom: 2px; 
    left: 0;
    right: 0;
    height: 0.25em;   
    z-index: -1;
 }

 .highlighted-text.-pink span::before{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity))
 }

@media (min-width:1024px) {
    .c-section_heading .e-heading:before {
        height: .75rem;
        margin-left: -.25rem;
        margin-right: -.25rem;
        top: 1.5rem
    }
}

.m-accordion button:focus {
    outline: 0 !important
}

.m-billboard #cycle {
    position: relative
}

.m-billboard #cycle:before {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 175, 153, var(--tw-bg-opacity));
    height: .5rem;
    margin-bottom: .25rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    width: 100%
}

.m-billboard #cycle #cycle__inner,
.m-billboard #cycle .cycle__inner {
    position: relative;
    z-index: 10
}

@media (min-width:640px) {
    .m-billboard #cycle:before {
        margin-bottom: .5rem;
        width: calc(100% + .25rem);
        margin-left: -.0625rem
    }
}

@media (min-width:768px) {
    .m-billboard #cycle:before {
        height: .75rem;
        margin-bottom: .625rem
    }
}

@media (min-width:1024px) {
    .m-billboard #cycle:before {
        margin-bottom: .75rem
    }
}

@media (min-width:1280px) {
    .m-billboard #cycle:before {
        height: 1rem;
        margin-bottom: 1rem
    }
}

@media (min-width:1536px) {
    .m-billboard #cycle:before {
        height: 1.25rem;
        margin-bottom: 1rem
    }
}

@media screen and (max-width:1023px) {
    .m-section_nav a .m-section_nav__more {
        position: relative
    }

    .m-section_nav a .m-section_nav__more:before {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 161, 147, var(--tw-bg-opacity));
        height: .5rem;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
        content: ""
    }

    .m-section_nav a .m-section_nav__more span {
        position: relative;
        --tw-text-opacity: 1;
        color: rgba(20, 63, 62, var(--tw-text-opacity));
        z-index: 10;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: linear;
        transition-duration: .15s
    }

    .m-section_nav a:hover .m-section_nav__more span {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.m-site_header__logo {
    height: 1.25rem;
    width: 197px
}

@media (min-width:768px) {
    .m-site_header__logo {
        height: 1.5rem;
        width: 237px
    }
}

@media (min-width:1024px) {
    .m-site_header__logo {
        height: 1.75rem;
        width: 17.25rem
    }
}

@media (min-width:1280px) {
    .m-site_header__logo {
        width: 257px;
        height: 26px
    }
}

@media (min-width:1536px) {
    .m-site_header__logo {
        height: 1.75rem;
        width: 17.25rem
    }
}

@media screen and (max-width:1279px) {
    .m-site_header__nav_wrapper {
        --tw-bg-opacity: 1;
        background-color: rgba(169, 203, 183, var(--tw-bg-opacity));
        overflow-y: scroll;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        transition-property: all;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .5s;
        transform: translateX(-150%)
    }

    @media (min-width:640px) {
        .m-site_header__nav_wrapper {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    .m-site_header__nav_wrapper.-is-active {
        transition-property: all;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .5s;
        transform: translateY(0)
    }

    .m-site_header__nav_wrapper .mobile_nav__contact a span {
        border-color: transparent;
        border-bottom-width: 1px;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: linear;
        transition-duration: .15s
    }

    .m-site_header__nav_wrapper .mobile_nav__contact a:hover span {
        --tw-border-opacity: 1;
        border-color: rgba(20, 63, 62, var(--tw-border-opacity))
    }
}

@media (min-width:1280px) {
    .m-site_header .nav__item.-subnav:before {
        --tw-bg-opacity: 1;
        background-color: rgba(20, 63, 62, var(--tw-bg-opacity));
        height: 100%;
        pointer-events: none;
        position: absolute;
        content: "";
        width: 1000vw;
        left: -100vw
    }

    .m-site_header .nav__item.-subnav .item__subnav {
        z-index: -1;
        transform: translateY(-150%)
    }

    .m-site_header .nav__item.-subnav:hover .item__subnav {
        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-timing-function: cubic-bezier(0, 0, .2, 1);
        transition-duration: .5s;
        transform: translateY(0)
    }
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__delay-250ms {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.8);
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.5);
    animation-duration: calc(var(--animate-duration)*1.5)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

.animate__animated.animate__delay-100ms {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-200ms {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-300ms {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-400ms {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-500ms {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-600ms {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-700ms {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-800ms {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-900ms {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.hbspt-form {
    max-width: 42rem;
    width: 100%
}

.hbspt-form fieldset {
    display: flex;
    width: auto;
    max-width: 200% !important;
    min-width: 100% !important;
    margin: 0 -.5rem !important
}

.hbspt-form fieldset>div {
    padding-left: .5rem;
    padding-right: .5rem;
    float: none !important
}

.hbspt-form fieldset .input {
    width: 100% !important;
    margin: 0 !important
}

.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2,
.hbspt-form fieldset.form-columns-3 {
    display: flex;
    flex-wrap: wrap
}

.hbspt-form fieldset.form-columns-1>div,
.hbspt-form fieldset.form-columns-1>div>div,
.hbspt-form fieldset.form-columns-2>div,
.hbspt-form fieldset.form-columns-2>div>div,
.hbspt-form fieldset.form-columns-3>div,
.hbspt-form fieldset.form-columns-3>div>div {
    width: 100% !important
}

@media (min-width:640px) {
    .hbspt-form fieldset.form-columns-2>div {
        width: 50% !important
    }

    .hbspt-form fieldset.form-columns-2>div>div {
        width: 100% !important
    }

    .hbspt-form fieldset.form-columns-3>div {
        width: 33.333333% !important
    }

    .hbspt-form fieldset.form-columns-3>div>div {
        width: 100% !important
    }
}

.hbspt-form fieldset>div {
    margin-bottom: 1.5rem !important
}

.hbspt-form fieldset label {
    display: block;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(54, 124, 175, var(--tw-text-opacity));
    text-transform: uppercase;
    letter-spacing: .2em
}

.hbspt-form fieldset label .hs-form-required {
    --tw-text-opacity: 1;
    color: rgba(238, 89, 71, var(--tw-text-opacity))
}

.hbspt-form fieldset .hs-error-msgs {
    margin-top: .5rem
}

.hbspt-form fieldset .hs-error-msgs .hs-error-msg {
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(238, 89, 71, var(--tw-text-opacity));
    text-transform: none;
    letter-spacing: 0
}

.hbspt-form fieldset input,
.hbspt-form fieldset select,
.hbspt-form fieldset textarea {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
    border-width: 2px;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100% !important
}

.hbspt-form fieldset input.error,
.hbspt-form fieldset input.error:active,
.hbspt-form fieldset input.error:focus,
.hbspt-form fieldset input.error:hover,
.hbspt-form fieldset select.error,
.hbspt-form fieldset select.error:active,
.hbspt-form fieldset select.error:focus,
.hbspt-form fieldset select.error:hover,
.hbspt-form fieldset textarea.error,
.hbspt-form fieldset textarea.error:active,
.hbspt-form fieldset textarea.error:focus,
.hbspt-form fieldset textarea.error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 89, 71, var(--tw-border-opacity))
}

@media (min-width:640px) {

    .hbspt-form fieldset input,
    .hbspt-form fieldset select,
    .hbspt-form fieldset textarea {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.hbspt-form fieldset input:active,
.hbspt-form fieldset input:focus,
.hbspt-form fieldset input:hover,
.hbspt-form fieldset select:active,
.hbspt-form fieldset select:focus,
.hbspt-form fieldset select:hover,
.hbspt-form fieldset textarea:active,
.hbspt-form fieldset textarea:focus,
.hbspt-form fieldset textarea:hover {
    border: 2px solid #367caf
}

.hbspt-form fieldset input,
.hbspt-form fieldset select {
    height: 3rem
}

@media (min-width:640px) {

    .hbspt-form fieldset input,
    .hbspt-form fieldset select {
        height: 3.5rem
    }
}

.hbspt-form fieldset select {
    cursor: pointer
}

.hbspt-form fieldset textarea {
    height: 9rem;
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media (min-width:640px) {
    .hbspt-form fieldset textarea {
        height: 10.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.hbspt-form fieldset .hs-dependent-field>div:not(:last-child) {
    margin-bottom: 1.5rem
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label {
    cursor: pointer;
    display: flex;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity));
    text-transform: none;
    letter-spacing: 0
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label input[type=checkbox] {
    --tw-border-opacity: 1;
    border-color: rgba(216, 181, 207, var(--tw-border-opacity));
    border-radius: .125rem;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    position: relative;
    width: 1rem !important
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label input[type=checkbox]:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 86, 153, var(--tw-border-opacity))
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label input[type=checkbox]:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 86, 153, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(175, 86, 153, var(--tw-border-opacity))
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label input[type=checkbox]:after {
    background-position: 50%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../images/checkmark.svg)
}

.hbspt-form fieldset .hs-fieldtype-checkbox ul.inputs-list li.hs-form-checkbox label span {
    margin-top: .5rem;
    padding-left: .75rem;
    padding-top: 1px
}

.hbspt-form .hs_error_rollup {
    margin-bottom: 1.5rem
}

.hbspt-form input[type=submit].hs-button {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
    border-width: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1.25;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    letter-spacing: .025em;
    padding-top: 11px;
    padding-bottom: 10px;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(20, 63, 62, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(20, 63, 62, var(--tw-text-opacity))
}

.hbspt-form input[type=submit].hs-button:hover {
    background-color: transparent;
    color: rgba(34, 34, 34, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .hbspt-form input[type=submit].hs-button {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.hbspt-form input[type=submit].hs-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 63, 62, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.m-hero-support .hbspt-form .hs-input:not([type=file]) {
    background-color: transparent!important;
}

.m-hero-support input.hs-button {
    font-size: 14px!important;
    width: 100%!important;
    text-transform: uppercase!important;
    letter-spacing: .025em!important;
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: rgba(0, 0, 0, .8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline-color: #7ca193;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-width: var(--plyr-menu-arrow-size, 4px);
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*0.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*0.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*0.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*0.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #7ca193;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #7ca193)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px - -2);
    margin-right: calc(var(--plyr-control-spacing, 10px)*0.7*-1 - -2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #7ca193;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg, currentColor 0, transparent 0);
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #7ca193;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline-color: #7ca193;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline-color: #7ca193;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-0.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #7ca193;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, .6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #7ca193;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #7ca193;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #7ca193)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, .25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px)/2 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.plyr--stopped.plyr--video .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--stopped.plyr--video.plyr--init-play .plyr__controls {
    opacity: 1;
    pointer-events: inherit
}

.quote{
    position: absolute;
    width: 80px;   
}

.quote.-right{
    right: -20px;
    bottom: 10px;
}

.quote.-left{
    left: -40px;
    top: -50px;
    transform: rotate(180deg);
}

@media (min-width:640px) {
    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

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

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:justify-center {
        justify-content: center
    }

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

    .sm\:quote.-right{
        right: -40px;
        bottom: 10px;
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:h-11 {
        height: 2.75rem
    }

    .sm\:h-12 {
        height: 3rem
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:h-24 {
        height: 6rem
    }

    .sm\:h-80 {
        height: 20rem
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:h-full {
        height: 100%
    }

    .sm\:text-12 {
        font-size: .75rem;
        line-height: 1rem
    }

    .sm\:text-14 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:text-16 {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-48 {
        font-size: 3rem
    }

    .sm\:leading-snug {
        line-height: 1.375
    }

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

    .sm\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .sm\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem
    }

    .sm\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

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

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

    .sm\:mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

    .sm\:mt-7 {
        margin-top: 1.75rem
    }

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

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

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

    .sm\:ml-12 {
        margin-left: 3rem
    }

    .sm\:mt-14 {
        margin-top: 3.5rem
    }

    .sm\:mt-16 {
        margin-top: 4rem
    }

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

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

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

    .sm\:-mt-24 {
        margin-top: -6rem
    }

    .sm\:-mt-px {
        margin-top: -1px
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

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

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

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

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

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pl-0 {
        padding-left: 0
    }

    .sm\:pt-1 {
        padding-top: .25rem
    }

    .sm\:pl-6 {
        padding-left: 1.5rem
    }

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

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

    .sm\:pt-12 {
        padding-top: 3rem
    }

    .sm\:pb-14 {
        padding-bottom: 3.5rem
    }

    .sm\:pl-14 {
        padding-left: 3.5rem
    }

    .sm\:pr-16 {
        padding-right: 4rem
    }

    .sm\:pt-px {
        padding-top: 1px
    }

    .sm\:pt-full {
        padding-top: 100%
    }

    .sm\:pt-full-8 {
        padding-top: calc(100% - 2rem)
    }

    .sm\:absolute {
        position: absolute
    }

    .sm\:relative {
        position: relative
    }

    .sm\:top-0 {
        top: 0
    }

    .sm\:right-0 {
        right: 0
    }

    .sm\:-top-28 {
        top: -7rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:tracking-normal {
        letter-spacing: 0
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-15 {
        width: 3.75rem
    }

    .sm\:w-24 {
        width: 6rem
    }

    .sm\:w-60 {
        width: 15rem
    }

    .sm\:w-full {
        width: 100%
    }

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

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

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

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

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:w-8\/12 {
        width: 66.666667%
    }

    .sm\:w-2\/12 {
        width: 16.666667%
    }
    
    .sm\:w-7\/12 {
        width: 58.333333%
    }
    
    .sm\:w-10\/12 {
        width: 83.333333%
    }

    .sm\:z-0 {
        z-index: 0
    }

    .sm\:z-10 {
        z-index: 10
    }
}

@media (min-width:768px) {
    .md\:rounded-md {
        border-radius: .375rem
    }

    .md\:block {
        display: block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

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

    .md\:absolute {
        position: absolute
    }

    .md\:h-9 {
        height: 2.25rem
    }

    .md\:h-13 {
        height: 3.25rem
    }

    .md\:h-14 {
        height: 3.5rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-22 {
        height: 5.5rem
    }

    .md\:h-24 {
        height: 6rem
    }

    .md\:h-32 {
        height: 8rem
    }

    .md\:h-96 {
        height: 24rem
    }

    .md\:h-full {
        height: 100%
    }

    .md\:text-14 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-16 {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-64 {
        font-size: 4rem
    }

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

    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .md\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .md\:-mx-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .md\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

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

    .md\:mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

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

    .md\:mb-9 {
        margin-bottom: 2.25rem
    }

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

    .md\:mr-10 {
        margin-right: 2.5rem
    }

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

    .md\:mb-13 {
        margin-bottom: 3.25rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

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

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

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mb-24 {
        margin-bottom: 6rem
    }

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

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

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

    .md\:-mb-20 {
        margin-bottom: -5rem
    }

    .md\:max-w-sm {
        max-width: 24rem
    }

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

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

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

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

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

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

    .md\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

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

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

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

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

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

    .md\:pl-16 {
        padding-left: 6rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pb-30 {
        padding-bottom: 7.5rem
    }

    .md\:sticky {
        position: sticky
    }

    .md\:right-0 {
        right: 0
    }

    .md\:top-24 {
        top: 6rem
    }

    .md\:left-auto {
        left: auto
    }

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

    .md\:text-black {
        --tw-text-opacity: 1;
        color: rgba(34, 34, 34, var(--tw-text-opacity))
    }

    .md\:w-9 {
        width: 2.25rem
    }

    .md\:w-14 {
        width: 3.5rem
    }

    .md\:w-18 {
        width: 4.5rem
    }

    .md\:w-22 {
        width: 5.5rem
    }

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

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-76 {
        width: 19rem
    }

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

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

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

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

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-9\/12 {
        width: 75%
    }
}

@media (min-width:1024px) {
    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
    }

    .lg\:hover\:bg-transparent:hover {
        background-color: transparent
    }

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

    .lg\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(169, 203, 183, var(--tw-border-opacity))
    }

    .lg\:border-green-900,
    .lg\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(20, 63, 62, var(--tw-border-opacity))
    }

    .lg\:border-b-4 {
        border-bottom-width: 4px
    }

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

    .lg\:block {
        display: block
    }

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

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:h-13 {
        height: 3.25rem
    }

    .lg\:h-15 {
        height: 3.75rem
    }

    .lg\:h-18 {
        height: 4.5rem
    }

    .lg\:h-26 {
        height: 6.5rem
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:text-12 {
        font-size: .75rem;
        line-height: 1rem
    }

    .lg\:text-14 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .lg\:text-18 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-22 {
        font-size: 1.375rem;
        line-height: 1.75rem
    }

    .lg\:text-72 {
        font-size: 4.5rem
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

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

    .lg\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem
    }

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

    .lg\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

    .lg\:ml-8 {
        margin-left: 2rem
    }

    .lg\:mb-9 {
        margin-bottom: 2.25rem
    }

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

    .lg\:mb-11 {
        margin-bottom: 2.75rem
    }

    .lg\:mr-12 {
        margin-right: 3rem
    }

    .lg\:mb-22 {
        margin-bottom: 5.5rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mb-26 {
        margin-bottom: 6.5rem
    }

    .lg\:mb-32 {
        margin-bottom: 8rem
    }

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

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

    .lg\:-mr-7 {
        margin-right: -1.75rem
    }

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

    .lg\:-mb-11 {
        margin-bottom: -2.75rem
    }

    .lg\:-mt-28 {
        margin-top: -7rem
    }

    .lg\:opacity-60 {
        opacity: .6
    }

    .lg\:hover\:opacity-100:hover {
        opacity: 1
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

    .lg\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

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

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

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

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

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

    .lg\:pr-12 {
        padding-right: 3rem
    }

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

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pt-26 {
        padding-top: 6.5rem
    }

    .lg\:pt-full-7 {
        padding-top: calc(100% - 1.75rem)
    }

    .lg\:top-27 {
        top: 6.75rem
    }

    .lg\:hover\:text-green-900:hover,
    .lg\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(20, 63, 62, var(--tw-text-opacity))
    }

    .lg\:w-13 {
        width: 3.25rem
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-32 {
        width: 8rem
    }

    .lg\:w-56 {
        width: 14rem
    }

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

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

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

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

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

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

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8\/12 {
        width: 66.666667%
    }
}

@media (min-width:1280px) {
    .xl\:border-b-4 {
        border-bottom-width: 4px
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

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

    .xl\:h-13 {
        height: 3.25rem
    }

    .xl\:h-32 {
        height: 8rem
    }

    .xl\:h-38 {
        height: 9.5rem
    }

    .xl\:text-100 {
        font-size: 6.25rem
    }

    .xl\:-mx-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

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

    .xl\:ml-5 {
        margin-left: 1.25rem
    }

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

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

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

    .xl\:mb-11 {
        margin-bottom: 2.75rem
    }

    .xl\:mb-17 {
        margin-bottom: 4.25rem
    }

    .xl\:mr-20 {
        margin-right: 5rem
    }

    .xl\:ml-20 {
        margin-left: 5rem
    }

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

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

    .xl\:-mr-11 {
        margin-right: -2.75rem
    }

    .xl\:-mb-17 {
        margin-bottom: -4.25rem
    }

    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

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

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

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

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

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

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

    .xl\:pr-6 {
        padding-right: 1.5rem
    }

    .xl\:pb-7 {
        padding-bottom: 1.75rem
    }

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

    .xl\:pr-8 {
        padding-right: 2rem
    }

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

    .xl\:pr-12 {
        padding-right: 3rem
    }

    .xl\:pl-12 {
        padding-left: 3rem
    }

    .xl\:pr-28 {
        padding-right: 7rem
    }

    .xl\:pb-40 {
        padding-bottom: 10rem
    }

    .xl\:pt-full-6 {
        padding-top: calc(100% - 1.5rem)
    }

    .xl\:top-30 {
        top: 7.5rem
    }

    .xl\:-top-32 {
        top: -8rem
    }

    .xl\:w-13 {
        width: 3.25rem
    }

    .xl\:w-32 {
        width: 8rem
    }

    .xl\:w-38 {
        width: 9.5rem
    }

    .xl\:w-62 {
        width: 15.5rem
    }

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

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

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

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

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

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

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:z-100 {
        z-index: 100
    }
}

@media (min-width:1536px) {
    .\32xl\:block {
        display: block
    }

    .\32xl\:hidden {
        display: none
    }

    .\32xl\:text-14 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .\32xl\:text-112 {
        font-size: 7rem
    }

    .\32xl\:ml-8 {
        margin-left: 2rem
    }

    .\32xl\:mr-13 {
        margin-right: 3.25rem
    }

    .\32xl\:ml-13 {
        margin-left: 3.25rem
    }

    .\32xl\:-mr-20 {
        margin-right: -5rem
    }

    .\32xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .\32xl\:pr-0 {
        padding-right: 0
    }

    .\32xl\:pr-8 {
        padding-right: 2rem
    }

    .\32xl\:pr-22 {
        padding-right: 5.5rem
    }

    .\32xl\:w-5\/12 {
        width: 41.666667%
    }

    .\32xl\:w-7\/12 {
        width: 58.333333%
    }
}

@media (min-width:480px) and (max-width:639px) {
    .xs\:w-9\/12 {
        width: 75%
    }
}