:root {
    --color-primary-rgb-r: 1;
    --color-primary-rgb-g: 145;
    --color-primary-rgb-b: 255;
    --color-primary-rgb: "0,145,255";
    --color-primary: rgb(0,145,255) !important;
    --color-primary-50:  rgba(0,145,255,5%) !important;
    --color-primary-100: rgba(0,145,255,10%) !important;
    --color-primary-200: rgba(0,145,255,20%) !important;
    --color-primary-300: rgba(0,145,255,30%) !important;
    --color-primary-900: rgba(0,145,255,90%) !important;
    --tooltip-text-color: #fff;
    --tooltip-text-size: 12px;
    --tooltip-text-leading: 16px;
    --tooltip-border-radius: 8px;
    --tooltip-background-color: #0f172a;
    --tooltip-width: 24rem;
    --tooltip-padding: 8px;
    --tooltip-zindex: 9999
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

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 {
    border-color: inherit;
    text-indent: 0
}

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
}

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

ol,ul {
    list-style: none
}

html {
    font-family: Inter var,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 {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

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

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

:-moz-focusring {
    outline: auto
}

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 {
    color: inherit;
    line-height: inherit;
    padding: 0
}

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 {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,:after,:before {
    --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-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-border-opacity: 1;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --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,/*!*/ /*!*/);
    --tw-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);
    border-color: rgba(229,231,235,var(--tw-border-opacity))
}

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

.invisible {
    visibility: hidden
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.top-2\.5 {
    top: .625rem
}

.left-2\.5 {
    left: .625rem
}

.top-2 {
    top: .5rem
}

.left-2 {
    left: .5rem
}

.z-10 {
    z-index: 10
}

.m-0 {
    margin: 0
}

.m-6 {
    margin: 1.5rem
}

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

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

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

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

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

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

.ml-auto {
    margin-left: auto
}

.mt-auto {
    margin-top: auto
}

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

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

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

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

.-ml-px {
    margin-left: -1px
}

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

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

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

.mb-\[-50px\] {
    margin-bottom: -50px
}

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

.-mr-7 {
    margin-right: -1.75rem
}

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

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

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

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

.mt-\[22px\] {
    margin-top: 22px
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-0 {
    height: 0
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-3 {
    height: .75rem
}

.h-6 {
    height: 1.5rem
}

.h-\[4px\] {
    height: 4px
}

.h-screen {
    height: 100vh
}

.h-\[800px\] {
    height: 800px
}

.h-20 {
    height: 5rem
}

.h-\[1px\] {
    height: 1px
}

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

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

.w-auto {
    width: auto
}

.w-14 {
    width: 3.5rem
}

.w-5 {
    width: 1.25rem
}

.w-full {
    width: 100%
}

.w-48 {
    width: 12rem
}

.w-8 {
    width: 2rem
}

.w-0\.5 {
    width: .125rem
}

.w-0 {
    width: 0
}

.w-3 {
    width: .75rem
}

.w-12 {
    width: 3rem
}

.w-6 {
    width: 1.5rem
}

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

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

.w-\[24\.4px\] {
    width: 24.4px
}

.min-w-0 {
    min-width: 0
}

.max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.flex-none {
    flex: none
}

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

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

.-rotate-180,.transform {
    transform: var(--tw-transform)
}

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

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

.animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

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

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

.animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.content-center {
    align-content: center
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-4 {
    gap: 1rem
}

.gap-3 {
    gap: .75rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

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

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

.justify-self-end {
    justify-self: end
}

.overflow-hidden {
    overflow: hidden
}

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

.rounded-\[6px\] {
    border-radius: 6px
}

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

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded {
    border-radius: .25rem
}

.border {
    border-width: 1px
}

.border-solid {
    border-style: solid
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156,163,175,var(--tw-border-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229,231,235,var(--tw-bg-opacity))
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

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

.bg-primary-100 {
    background-color: var( --color-primary-100)
}

.bg-primary-300 {
    background-color: var( --color-primary-300)
}

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

.bg-none {
    background-image: none
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,244,246,0))
}

.from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from),var( --color-primary-50),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.to-gray-300 {
    --tw-gradient-to: #d1d5db
}

.to-primary-200 {
    --tw-gradient-to: var( --color-primary-200)
}

.fill-current {
    fill: currentColor
}

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

.p-3 {
    padding: .75rem
}

.p-24 {
    padding: 6rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-center {
    text-align: center
}

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

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

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

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

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

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.leading-tight {
    line-height: 1.25
}

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75,85,99,var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55,65,81,var(--tw-text-opacity))
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243,244,246,var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156,163,175,var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity))
}

.text-primary {
    color: var(--color-primary)
}

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

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209,213,219,var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37,99,235,var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

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

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

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

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

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

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

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

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

html {
    --tw-text-opacity: 1;
    color: rgba(17,24,39,var(--tw-text-opacity))
}

.body {
    font-size: 62.5%!important
}

.capitalize-first:first-letter {
    text-transform: uppercase
}

.button {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05)!important;
    align-items: center!important;
    border-radius: 6px!important;
    border-width: 0!important;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;
    cursor: pointer!important;
    font-size: 1rem!important;
    height: 3rem!important;
    justify-content: center!important;
    line-height: 1.5rem!important;
    padding: .75rem 1.25rem!important;
    text-align: center!important;
    transition-duration: .15s!important;
    transition-property: all!important;
    transition-timing-function: cubic-bezier(.4,0,.2,1)!important
}

.button--primary {
    --tw-text-opacity: 1!important;
    background-color: var(--color-primary)!important;
    color: rgba(255,255,255,var(--tw-text-opacity))!important
}

.button--primary:hover {
    background-color: var( --color-primary-900)!important
}

[data-attribute=tooltip] {
    align-items: center;
    background: var(--tooltip-background-color);
    border-radius: var(--tooltip-border-radius);
    color: var(--tooltip-text-color);
    display: flex;
    font-size: var(--tooltip-text-size)!important;
    font-weight: 400;
    justify-content: center;
    line-height: var(--tooltip-text-leading)!important;
    opacity: 0;
    padding: var(--tooltip-padding);
    pointer-events: none;
    position: absolute;
    text-align: center;
    transition: all .25s;
    width: var(--tooltip-width);
    z-index: var(--tooltip-zindex)
}

[data-attribute=tooltip]:before {
    align-self: center;
    background-color: inherit;
    border-radius: 2px;
    content: " ";
    display: inherit;
    height: 12px;
    justify-self: left;
    left: -5px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px
}

[data-attribute=tooltip][tooltip-down]:before {
    bottom: -5px;
    left: auto
}

.with-tooltip.show-tooltip+[data-attribute=tooltip] {
    opacity: 1
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}




.toggle-box {
    display: none;
}
.toggle-box + label {
    display: block;
    color: black;
    cursor: pointer;
    border-bottom: solid;
    border-bottom-color: gray;
    border-bottom-width: 0.25px;
}

.toggle-box + label:after {
    content: "〱";
    font-weight: bold;
    position: absolute;
    right: 65px;
    transform: rotate(-90deg);
}

.toggle-box + label + div {
    display: none;
}

.toggle-box:checked + label{
    border-bottom: none;
}

.toggle-box:checked + label + div {
    display: block;
    background: #efefef;
    padding:5px;
}

.toggle-box:checked + label:after {
    transform: rotate(90deg);
}

.address {
    border:1px !important;
    border-color: blue;
    border-radius: 3px;
    min-height:20px !important;
    background-color: aliceblue !important;
    padding: 2px 2px 2px 2px !important;
    margin-bottom: 5px;
}

.upload_form{
    padding-top: 10px;
}


@media (hover: hover) and (pointer:fine) {
    .with-tooltip:focus-within:-moz-placeholder-shown+[data-attribute=tooltip],.with-tooltip:focus:-moz-placeholder-shown+[data-attribute=tooltip] {
        opacity:1
    }

    .with-tooltip.trigger-with-hover:hover+[data-attribute=tooltip],.with-tooltip:focus-within:placeholder-shown+[data-attribute=tooltip],.with-tooltip:focus:placeholder-shown+[data-attribute=tooltip] {
        opacity: 1
    }
}

@media (min-width: 640px) {
    .sm\:top-7 {
        top:1.75rem
    }

    .sm\:-mb-14 {
        margin-bottom: -3.5rem
    }

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

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

    .sm\:flex {
        display: flex
    }

    .sm\:h-14 {
        height: 3.5rem
    }

    .sm\:h-7 {
        height: 1.75rem
    }

    .sm\:w-14 {
        width: 3.5rem
    }

    .sm\:w-7 {
        width: 1.75rem
    }

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

    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229,231,235,var(--tw-border-opacity))
    }

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

    .sm\:py-24 {
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    .sm\:pl-6 {
        padding-left: 1.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:tracking-tight {
        letter-spacing: -.025em
    }
}

@media (min-width: 768px) {
    .md\:-mb-20 {
        margin-bottom:-5rem
    }

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

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-\[100px\] {
        height: 100px
    }

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

    .md\:pt-16 {
        padding-top: 4rem
    }
}

@media (min-width: 1024px) {
    .lg\:my-12 {
        margin-bottom:3rem;
        margin-top: 3rem
    }

    .lg\:-mb-14 {
        margin-bottom: -5rem
    }

    .lg\:h-1\.5 {
        height: .375rem
    }

    .lg\:h-1 {
        height: .25rem
    }

    .lg\:max-w-\[808px\] {
        max-width: 808px
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:rounded-2xl {
        border-radius: 1rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

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

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

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

    .lg\:pb-0 {
        padding-bottom: 0
    }

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

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0,0,0,.15));
        filter: var(--tw-filter)
    }
}

@media print {
    .print\:hidden {
        display: none
    }
}

