/*!
Theme Name:         SMI Advisers
Description:        Theme that works with Tailwind CSS and Laravel Mix
Version:            2.0.0
Author:             Launchpad Media
Author URI:         http://www.launchpad.co

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

hr {
    height: 0;
    color: inherit
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

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

button,
select {
    text-transform: none
}

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

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

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

summary {
    display: list-item
}

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

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

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

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

ol,
ul {
    list-style: none
}

html {
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #bdbdbd
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #bdbdbd
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #bdbdbd
}

[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:320px) {
    .container {
        max-width: 320px
    }
}

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

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

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 224, 224, var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

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

.focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

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

.bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
}

.from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}

.bg-center {
    background-position: 50%
}

.bg-left {
    background-position: 0
}

.bg-top {
    background-position: top
}

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

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

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

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

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.rounded {
    border-radius: .25rem
}

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

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

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

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.border-none {
    border-style: none
}

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

.border {
    border-width: 1px
}

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer
}

.cursor-wait {
    cursor: wait
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

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

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

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

.float-right {
    float: right
}

.float-left {
    float: left
}

.clear-both {
    clear: both
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-96 {
    height: 24rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

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

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

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

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

.text-lg,
.text-xl {
    line-height: 1.75rem
}

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

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

.text-empty {
    font-size: 0
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-loose {
    line-height: 2
}

.leading-empty {
    line-height: 0
}

.list-inside {
    list-style-position: inside
}

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

.m-auto {
    margin: auto
}

.-m-4 {
    margin: -1rem
}

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

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

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto
}

.ml-auto {
    margin-left: auto
}

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

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

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

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

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

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

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

.max-w-4xl {
    max-width: 56rem
}

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

.max-w-6xl {
    max-width: 72rem
}

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

.max-w-screen-xl {
    max-width: 1280px
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.hover\:opacity-50:hover,
.opacity-50 {
    opacity: .5
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-100:hover {
    opacity: 1
}

.focus\:opacity-50:focus {
    opacity: .5
}

.focus\:opacity-75:focus {
    opacity: .75
}

.focus\:opacity-100:focus {
    opacity: 1
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

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

.overflow-x-hidden {
    overflow-x: hidden
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0
}

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

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

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

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

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

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

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

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

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

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

.pr-10 {
    padding-right: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

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

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

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

.pb-40 {
    padding-bottom: 10rem
}

.pb-48 {
    padding-bottom: 12rem
}

.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

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

.placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
}

.placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
}

.placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
}

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

.pointer-events-auto {
    pointer-events: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-100 {
    top: 100%
}

.-bottom-100 {
    bottom: -100%
}

.right-1rem {
    right: 1rem
}

.bottom-3rem {
    bottom: 3rem
}

.resize {
    resize: both
}

* {
    --tw-shadow: 0 0 transparent
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-outer,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-outer {
    --tw-shadow: 0px 0px 21px 7px rgba(0, 0, 0, 0.1)
}

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

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

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

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

.text-transparent {
    color: transparent
}

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

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

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

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

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.normal-case {
    text-transform: none
}

.focus\:underline:focus,
.hover\:underline:hover,
.underline {
    text-decoration: underline
}

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

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-36 {
    width: 9rem
}

.w-48 {
    width: 12rem
}

.w-64 {
    width: 16rem
}

.w-80 {
    width: 20rem
}

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

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

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

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

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

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

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

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

.origin-bottom-right {
    transform-origin: bottom right
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

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

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

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

.-translate-x-16 {
    --tw-translate-x: -4rem
}

.translate-x-full {
    --tw-translate-x: 100%
}

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

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

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

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

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

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

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

.duration-200 {
    transition-duration: .2s
}

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

.duration-500 {
    transition-duration: .5s
}

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

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

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

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

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

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

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.bg-white-alpha-20,
.hover\:bg-white-alpha-20:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.hover\:text-white-alpha-50:hover {
    color: hsla(0, 0%, 100%, .5)
}

.focus\:bg-white-alpha-20:focus {
    background-color: hsla(0, 0%, 100%, .2)
}

.focus\:text-white-alpha-50:focus {
    color: hsla(0, 0%, 100%, .5)
}

.border-black-alpha-10 {
    border-color: rgba(0, 0, 0, .1)
}

.text-black-alpha-25 {
    color: rgba(0, 0, 0, .25)
}

.bg-black-alpha-50 {
    background-color: rgba(0, 0, 0, .5)
}

.text-black-alpha-50 {
    color: rgba(0, 0, 0, .5)
}

.bg-black-alpha-60 {
    background-color: rgba(0, 0, 0, .6)
}

.hover\:bg-black-alpha-10:hover {
    background-color: rgba(0, 0, 0, .1)
}

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

.lp-button,
a,
button,
button:focus,
input,
input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

h2 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:1024px) {
    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:1280px) {
    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

h3 {
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    h3 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:1280px) {
    h3 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:768px) {
    h4 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    h4 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1280px) {
    h4 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

ul.list-alternate li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.lp-section {
    padding-left: 1rem;
    padding-right: 1rem
}

.lp-button {
    border-radius: 9999px;
    display: inline-block;
    font-weight: 800;
    padding: .5rem 1.5rem;
    text-align: center
}

.lp-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.lp-wp-content {
    margin-left: auto;
    margin-right: auto
}

.lp-wp-content .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 70, 143, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bg-orange .lp-wp-content .lp-button,
.bg-purple .lp-wp-content .lp-button,
.lp-wp-content .lp-button .lp-wp-content .lp-button,
.lp-wp-content.lp-buttons-white .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-wp-content.lp-buttons-blue .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 129, 166, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-wp-content.lp-buttons-blue .lp-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.bg-orange .lp-wp-content .lp-button,
.bg-purple .lp-wp-content .lp-button,
.lp-wp-content.lp-buttons-blue .lp-button .lp-wp-content .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-wp-content.lp-buttons-gold .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 169, 0, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-section.bg-blue,
.lp-section.bg-green,
.lp-section.bg-purple,
.lp-section.lp-wp-content.lp-buttons-orange .lp-button,
.lp-wp-content.lp-buttons-orange .lp-button {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-section.bg-purple .lp-button,
.lp-section.lp-wp-content.lp-buttons-orange .lp-button .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-section.bg-purple .lp-button:focus,
.lp-section.bg-purple .lp-button:hover,
.lp-section.lp-wp-content.lp-buttons-orange .lp-button .lp-button:focus,
.lp-section.lp-wp-content.lp-buttons-orange .lp-button .lp-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bg-blue .lp-wp-content,
.bg-green .lp-wp-content,
.bg-purple .lp-wp-content,
.lp-wp-content.lp-buttons-orange .lp-button .lp-wp-content,
.lp-wp-content.lp-buttons-purple .lp-button {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-wp-content.lp-buttons-purple .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 0, 140, var(--tw-bg-opacity))
}

.lp-section.bg-blue,
.lp-section.bg-green,
.lp-section.bg-orange,
.lp-section.bg-purple {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-section.bg-orange .lp-button,
.lp-section.bg-purple .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-section.bg-orange .lp-button:focus,
.lp-section.bg-orange .lp-button:hover,
.lp-section.bg-purple .lp-button:focus,
.lp-section.bg-purple .lp-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bg-blue .lp-wp-content,
.bg-green .lp-wp-content,
.bg-orange .lp-wp-content,
.bg-purple .lp-wp-content {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bg-blue .lp-wp-content .lp-button,
.bg-orange .lp-wp-content .lp-button,
.bg-purple .lp-wp-content .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-wp-content h2,
.lp-wp-content h3,
.lp-wp-content h4 {
    font-weight: 800;
    line-height: 1.375;
    padding-bottom: .5rem
}

@media (min-width:768px) {
    .lp-wp-content h2,
    .lp-wp-content h3,
    .lp-wp-content h4 {
        padding-bottom: 1rem
    }
}

.lp-wp-content p {
    padding-bottom: 1rem
}

.lp-wp-content ol,
.lp-wp-content ul {
    line-height: 1.25;
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 1rem;
    padding-bottom: 1rem
}

.lp-wp-content ol li,
.lp-wp-content ul li {
    margin-bottom: .5rem
}

.lp-wp-content ol li:last-child,
.lp-wp-content ul li:last-child {
    margin-bottom: 0
}

.lp-wp-content ul {
    list-style-type: disc
}

.lp-wp-content ol {
    list-style-type: decimal
}

.lp-wp-content .lp-wp-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -.5rem;
    padding-bottom: 1rem
}

.lp-wp-content .lp-wp-flex p {
    padding-top: 0;
    padding-bottom: 0
}

.lp-wp-content .lp-wp-flex>* {
    flex-shrink: 0;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:768px) {
    .lp-wp-content .lp-wp-flex>* {
        margin-bottom: 1rem;
        width: 33.333333%
    }
}

@media (min-width:768px) {
    .lp-wp-content .lp-wp-flex {
        margin-bottom: -1rem
    }
}

.lp-wp-content.lp-a-green a {
    --tw-text-opacity: 1;
    color: rgba(76, 159, 69, var(--tw-text-opacity))
}

.lp-wp-content.lp-a-blue a:focus:not(.lp-button),
.lp-wp-content.lp-a-blue a:hover:not(.lp-button),
.lp-wp-content.lp-a-green a:focus:not(.lp-button),
.lp-wp-content.lp-a-green a:hover:not(.lp-button) {
    text-decoration: underline;
}

.lp-wp-content.lp-a-orange a {
    --tw-text-opacity: 1;
    color: rgba(225, 90, 42, var(--tw-text-opacity))
}

.lp-wp-content.lp-a-orange a:focus,
.lp-wp-content.lp-a-orange a:hover {
    text-decoration: underline
}

.lp-wp-content.lp-a-purple a {
    --tw-text-opacity: 1;
    color: rgba(74, 0, 140, var(--tw-text-opacity))
}

.lp-wp-content.lp-a-purple a:focus,
.lp-wp-content.lp-a-purple a:hover {
    text-decoration: underline
}

.lp-wp-content img {
    border-radius: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

@media (min-width:768px) {
    .lp-wp-content img {
        max-width: 28rem
    }
}

.lp-wp-content img.alignright {
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem
}

.lp-wp-content img.alignleft {
    float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 2rem
}

.lp-wp-content img.aligncenter {
    margin: 1rem auto
}

.lp-wp-content blockquote p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-style: italic
}

.lp-frame {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.lp-frame embed,
.lp-frame iframe,
.lp-frame object {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.lp-open {
    visibility: visible;
    --tw-translate-x: 0px
}

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

.lp-drop-toggle.lp-open-toggle {
    --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: 180deg
}

.lp-sub-menu {
    display: none
}

@media (min-width:1024px) {
    .lp-sub-menu {
        margin-left: -50vw;
        margin-right: -50vw
    }
}

.lp-sub-menu.lp-sub-menu-open {
    display: flex;
    flex-direction: column
}

@media (min-width:1024px) {
    .lp-sub-menu.lp-sub-menu-open {
        flex-direction: row
    }
}

footer .lp-current-menu-item,
nav .lp-current-menu-item {
    --tw-text-opacity: 1;
    color: #0081A6;
}

.lp-sub-menu .lp-current-menu-item {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: hsla(0, 0%, 100%, .2)
}

.lp-slant {
    position: relative;
    z-index: 0
}

.lp-slant:before {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    transform: skewY(-5.5deg);
    -webkit-transform: skewY(-5.5deg);
    -ms-transform: skewY(-5.5deg);
    transform-origin: 0;
    background-color: inherit;
    z-index: -1
}

.lp-badge,
footer.lp-slant {
    z-index: 10
}

.lp-badge {
    position: relative
}

.lp-badge span {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 9999px;
    display: inline-block;
    height: 3rem;
    line-height: 1;
    position: absolute;
    width: 3rem
}

.lp-span-blue span {
    --tw-text-opacity: 1;
    color: rgba(0, 129, 166, var(--tw-text-opacity))
}

.lp-span-gold span {
    --tw-text-opacity: 1;
    color: rgba(242, 169, 0, var(--tw-text-opacity))
}

.lp-span-teal span {
    --tw-text-opacity: 1;
    color: rgba(89, 203, 232, var(--tw-text-opacity)); /* #59CBE8 */
}

.lp-span-lightblue span {
    --tw-text-opacity: 1;
    color: rgba(229, 242, 247, var(--tw-text-opacity)); /* #e5f2f7 */
}

.lp-rotate-lock {
    --tw-rotate: 0deg
}

.lp-links-blue a {
    --tw-text-opacity: 1;
    color: rgba(0, 129, 166, var(--tw-text-opacity));
    transition: color 0.3s ease;
}

.lp-links-blue a:focus,
.lp-links-blue a:hover {
    color:black
}

@media (min-width:1024px) {
    .lp-scroll-nav {
        position: fixed;
        top: 0
    }
    .lp-scroll-nav,
    .lp-scroll-nav #lp-menu {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
    }
    .lp-scroll-nav #lp-menu {
        border-bottom-width: 1px
    }
    .lp-scroll-nav .lp-apa-logos {
        display: none
    }
    .lp-scroll-nav .lp-logo {
        width: 12rem
    }
    .lp-scroll-nav .lp-menu-wrap {
        align-self: flex-end
    }
}

.lp-scroll-show {
    visibility: visible
}

.lp-slider-dots ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-slider-dots ul li {
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 0;
    line-height: 0
}

.lp-slider-dots ul li button {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    border-style: none;
    cursor: pointer;
    height: .25rem;
    font-size: 0;
    line-height: 0;
    opacity: .5;
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: transparent;
    width: 100%
}

@media (min-width:768px) {
    .lp-slider-dots ul li button {
        width: 100%
    }
}

.lp-slider-dots ul li.slick-active button {
    opacity: 1
}

.lp-slider-dots ul li:first-of-type button {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.lp-slider-dots ul li:last-of-type button {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.lp-tab-nav ul li {
    border-left-width: 1px;
    border-left-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1)
}

.lp-tab-nav ul li.lp-tab-active {
    background-color: rgba(0, 0, 0, .1);
    border-bottom-color: #fff
}

.lp-tab-nav ul li:last-child {
    border-right-width: 1px
}

.lp-tab-body {
    height: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.lp-tab-body.lp-tab-active {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.lp-acc-closed {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden
}

nav #menu-item-9758.lp-current-menu-item,
nav #menu-item-10734.lp-current-menu-item {
    --tw-text-opacity: 1;
    color: rgba(242, 169, 0, var(--tw-text-opacity))
}

#menu-item-9758 .lp-sub-menu,
#menu-item-10734 .lp-sub-menu, #menu-item-26036 .lp-sub-menu {
    --tw-bg-opacity: 1;
    background-color: #F2A900;
}

.lp-section#menu-item-9758 .lp-sub-menu,
.lp-section#menu-item-10734 .lp-sub-menu,
.lp-section.bg-blue,
.lp-section.bg-green,
.lp-section.bg-purple {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.lp-section#menu-item-9758 .lp-sub-menu .lp-button,
.lp-section#menu-item-10734 .lp-sub-menu .lp-button,
.lp-section.bg-purple .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.lp-section#menu-item-9758 .lp-sub-menu .lp-button:focus,
.lp-section#menu-item-9758 .lp-sub-menu .lp-button:hover,
.lp-section#menu-item-10734 .lp-sub-menu .lp-button:focus,
.lp-section#menu-item-10734 .lp-sub-menu .lp-button:hover,
.lp-section.bg-orange .lp-button:focus,
.lp-section.bg-orange .lp-button:hover,
.lp-section.bg-purple .lp-button:focus,
.lp-section.bg-purple .lp-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#menu-item-9758 .lp-sub-menu .lp-wp-content,
#menu-item-10734 .lp-sub-menu .lp-wp-content,
.bg-blue .lp-wp-content,
.bg-green .lp-wp-content,
.bg-purple .lp-wp-content {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.bg-blue .lp-wp-content .lp-button,
.bg-orange .lp-wp-content .lp-button,
.bg-purple .lp-wp-content .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

nav #menu-item-10738.lp-current-menu-item,
nav #menu-item-10909.lp-current-menu-item {
    --tw-text-opacity: 1;
    color: rgba(0, 129, 166, var(--tw-text-opacity))
}

#menu-item-10738 .lp-sub-menu,
#menu-item-10909 .lp-sub-menu {
    --tw-bg-opacity: 1;
    background-color: #0081A6; 
}

.bg-blue .lp-wp-content,
.bg-green .lp-wp-content,
.bg-orange .lp-wp-content,
.bg-purple .lp-wp-content,
.lp-section.bg-blue,
.lp-section.bg-green,
.lp-section.bg-orange,
.lp-section.bg-purple {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#menu-item-10738 .lp-sub-menu .lp-wp-content .lp-button,
#menu-item-10909 .lp-sub-menu .lp-wp-content .lp-button,
.bg-orange .lp-wp-content .lp-button,
.bg-purple .lp-wp-content .lp-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s .6s
}

body.lp-wp .cd-panel {
    top: 32px
}

.cd-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    transition: background .3s .3s
}

.cd-panel.cd-panel--is-visible {
    visibility: visible;
    transition: visibility 0s 0s
}

.cd-panel.cd-panel--is-visible:after {
    background: rgba(0, 0, 0, .6);
    transition: background .3s 0s
}

.cd-panel__header {
    padding: 1rem;
    position: fixed;
    width: 90%;
    background: hsla(0, 0%, 100%, .96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    transition: transform .3s 0s;
    transform: translateY(-59px)
}

.cd-panel__header h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.cd-panel--from-right .cd-panel__header {
    right: 0
}

.cd-panel--from-left .cd-panel__header {
    left: 0
}

.cd-panel--is-visible .cd-panel__header {
    transition: transform .3s .3s;
    transform: translateY(0)
}

@media only screen and (min-width:768px) {
    .cd-panel__header {
        width: 70%
    }
}

@media only screen and (min-width:1170px) {
    .cd-panel__header {
        width: 50%
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.cd-panel__close:after,
.cd-panel__close:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 21px;
    height: 3px;
    width: 20px;
    background-color: #333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-panel__close:before {
    transform: rotate(45deg)
}

.cd-panel__close:after {
    transform: rotate(-45deg)
}

.cd-panel__close:hover:after,
.cd-panel__close:hover:before {
    background-color: #fff;
    transition: transform .3s
}

.cd-panel__close:hover:before {
    transform: rotate(220deg)
}

.cd-panel__close:hover:after {
    transform: rotate(135deg)
}

.cd-panel--is-visible .cd-panel__close:before {
    -webkit-animation: cd-close-1 .6s .3s;
    animation: cd-close-1 .6s .3s
}

.cd-panel--is-visible .cd-panel__close:after {
    -webkit-animation: cd-close-2 .6s .3s;
    animation: cd-close-2 .6s .3s
}

@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(45deg)
    }
}

@keyframes cd-close-1 {
    0%,
    50% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(45deg)
    }
}

@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-45deg)
    }
}

@keyframes cd-close-2 {
    0%,
    50% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-45deg)
    }
}

.cd-panel__container {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 224, 224, var(--tw-bg-opacity));
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    z-index: 1;
    transition: transform .3s .3s
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.cd-panel--is-visible .cd-panel__container {
    transform: translateZ(0);
    transition-delay: 0s
}

@media only screen and (min-width:768px) {
    .cd-panel__container {
        width: 70%
    }
}

@media only screen and (min-width:1170px) {
    .cd-panel__container {
        width: 50%
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 78px 1rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s 0s, opacity .3s 0s;
    transform: translateY(59px);
    opacity: 0
}

.cd-panel--is-visible .cd-panel__content {
    opacity: 1;
    transition: opacity .6s .3s, transform .3s .3s;
    transform: translateY(0)
}

body.lp-wp .cd-panel__container {
    top: 32px
}

#input_12_1 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-radius: .25rem;
    border-width: 1px;
    padding: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: .2s
}

#input_12_1:focus,
#input_12_1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 70, 143, var(--tw-border-opacity))
}

#gform_submit_button_12 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-radius: .25rem;
    border-width: 1px;
    cursor: pointer;
    font-weight: 700;
    padding: .5rem 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    transition-duration: .2s
}

#gform_submit_button_12:focus,
#gform_submit_button_12:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.cky-title {
    display: none !important
}

.cky-btn {
    border-radius: 100px !important
}

.cookie-banner-link {
    text-decoration: underline
}

.cookie-banner-link:hover {
    color: #19468f
}

@media (min-width:568px) {
    .mxs\:border-0 {
        border-width: 0
    }
    .mxs\:block {
        display: block
    }
    .mxs\:float-right {
        float: right
    }
    .mxs\:float-left {
        float: left
    }
    .mxs\:h-40 {
        height: 10rem
    }
    .mxs\:h-72 {
        height: 18rem
    }
    .mxs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .mxs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .mxs\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .mxs\:pb-0 {
        padding-bottom: 0
    }
    .mxs\:w-9\/20 {
        width: 45%
    }
}

@media (min-width:640px) {
    .sm\:h-88 {
        height: 22rem
    }
}

@media (min-width:768px) {
    .md\:bg-center {
        background-position: 50%
    }
    .md\:flex {
        display: flex
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .md\:flex-wrap {
        flex-wrap: wrap
    }
    .md\:justify-evenly {
        justify-content: space-evenly
    }
    .md\:float-right {
        float: right
    }
    .md\:float-left {
        float: left
    }
    .md\:h-112 {
        height: 28rem
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-4 {
        margin-bottom: 1rem
    }
    .md\:mr-8 {
        margin-right: 2rem
    }
    .md\:ml-8 {
        margin-left: 2rem
    }
    .md\:max-w-none {
        max-width: none
    }
    .md\:max-w-md {
        max-width: 28rem
    }
    .md\:max-w-lg {
        max-width: 32rem
    }
    .md\:p-6 {
        padding: 1.5rem
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pl-8 {
        padding-left: 2rem
    }
    .md\:pt-12 {
        padding-top: 3rem
    }
    .md\:pt-14 {
        padding-top: 3.5rem
    }
    .md\:pt-32 {
        padding-top: 8rem
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-center {
        text-align: center
    }
    .md\:text-right {
        text-align: right
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-1\/3 {
        width: 33.333333%
    }
    .md\:w-2\/3 {
        width: 66.666667%
    }
    .md\:w-1\/4 {
        width: 25%
    }
    .md\:w-3\/4 {
        width: 75%
    }
    .md\:w-2\/5 {
        width: 40%
    }
    .md\:w-3\/5 {
        width: 60%
    }
}

@media (min-width:1024px) {
    .lg\:bg-transparent {
        background-color: transparent
    }
    .lg\:border-none {
        border-style: none
    }
    .lg\:inline-block {
        display: inline-block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .lg\:flex-col {
        flex-direction: column
    }
    .lg\:flex-wrap {
        flex-wrap: wrap
    }
    .lg\:self-center {
        align-self: center
    }
    .lg\:justify-end {
        justify-content: flex-end
    }
    .lg\:justify-center {
        justify-content: center
    }
    .lg\:justify-between {
        justify-content: space-between
    }
    .lg\:flex-auto {
        flex: 1 1 auto
    }
    .lg\:flex-none {
        flex: none
    }
    .lg\:h-32 {
        height: 8rem
    }
    .lg\:h-auto {
        height: auto
    }
    .lg\:h-full {
        height: 100%
    }
    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .lg\:leading-normal {
        line-height: 1.5
    }
    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:ml-0 {
        margin-left: 0
    }
    .lg\:mb-2 {
        margin-bottom: .5rem
    }
    .lg\:mr-4 {
        margin-right: 1rem
    }
    .lg\:mb-4 {
        margin-bottom: 1rem
    }
    .lg\:mt-auto {
        margin-top: auto
    }
    .lg\:max-w-md {
        max-width: 28rem
    }
    .lg\:max-w-lg {
        max-width: 32rem
    }
    .lg\:max-w-7xl {
        max-width: 80rem
    }
    .lg\:min-h-88 {
        min-height: 22rem
    }
    .lg\:min-h-144 {
        min-height: 36rem
    }
    .lg\:overflow-visible {
        overflow: visible
    }
    .lg\:p-6 {
        padding: 1.5rem
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:pl-0 {
        padding-left: 0
    }
    .lg\:pt-20 {
        padding-top: 5rem
    }
    .lg\:static {
        position: static
    }
    .lg\:absolute {
        position: absolute
    }
    .lg\:top-20 {
        top: 20%
    }
    .lg\:right-50 {
        right: 50%
    }
    .lg\:left-50 {
        left: 50%
    }
    .lg\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
    }
    .lg\:shadow,
    .lg\:shadow-none {
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
    }
    .lg\:shadow-none {
        --tw-shadow: 0 0 transparent
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:w-32 {
        width: 8rem
    }
    .lg\:w-64 {
        width: 16rem
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-2\/3 {
        width: 66.666667%
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:w-screen {
        width: 100vw
    }
    .lg\:z-50 {
        z-index: 50
    }
    .lg\:translate-x-0 {
        --tw-translate-x: 0px
    }
    .lg\:transition-none {
        transition-property: none
    }
}

@media (min-width:1280px) {
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

.hover\:text-green:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 159, 69, var(--tw-bg-opacity));
}
