/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}
@media (min-width: 480px){

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

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}
@media (min-width: 782px){

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

    .container{
        max-width: 1024px;
        padding-right: 0rem;
        padding-left: 0rem
    }
}
@media (min-width: 1200px){

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

    .container{
        max-width: 1440px
    }
}
.fixed{
    position: fixed !important
}
.absolute{
    position: absolute !important
}
.relative{
    position: relative !important
}
.bottom-\[calc\(50\%-0px\)\]{
    bottom: calc(50% - 0px) !important
}
.right-0{
    right: 0px !important
}
.right-4{
    right: 1rem !important
}
.top-\[40px\]{
    top: 40px !important
}
.z-\[70\]{
    z-index: 70 !important
}
.z-\[80\]{
    z-index: 80 !important
}
.order-1{
    order: 1 !important
}
.order-2{
    order: 2 !important
}
.col-span-6{
    grid-column: span 6 / span 6 !important
}
.float-right{
    float: right !important
}
.float-left{
    float: left !important
}
.m-8{
    margin: 2rem !important
}
.mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important
}
.my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
}
.my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}
.-mt-8{
    margin-top: -2rem !important
}
.mb-1{
    margin-bottom: 0.25rem !important
}
.mb-12{
    margin-bottom: 3rem !important
}
.mb-2{
    margin-bottom: 0.5rem !important
}
.mb-4{
    margin-bottom: 1rem !important
}
.mb-8{
    margin-bottom: 2rem !important
}
.mr-12{
    margin-right: 3rem !important
}
.mt-0{
    margin-top: 0px !important
}
.mt-4{
    margin-top: 1rem !important
}
.block{
    display: block !important
}
.inline-block{
    display: inline-block !important
}
.flex{
    display: flex !important
}
.grid{
    display: grid !important
}
.hidden{
    display: none !important
}
.h-1{
    height: 0.25rem !important
}
.h-\[300px\]{
    height: 300px !important
}
.h-full{
    height: 100% !important
}
.min-h-screen{
    min-height: 100vh !important
}
.w-16{
    width: 4rem !important
}
.w-auto{
    width: auto !important
}
.w-full{
    width: 100% !important
}
.max-w-screen-xl{
    max-width: 1200px !important
}
.max-w-sm{
    max-width: 24rem !important
}
.flex-1{
    flex: 1 1 0% !important
}
.flex-grow{
    flex-grow: 1 !important
}
.cursor-pointer{
    cursor: pointer !important
}
.list-decimal{
    list-style-type: decimal !important
}
.list-disc{
    list-style-type: disc !important
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}
.flex-col{
    flex-direction: column !important
}
.items-center{
    align-items: center !important
}
.justify-start{
    justify-content: flex-start !important
}
.justify-center{
    justify-content: center !important
}
.justify-between{
    justify-content: space-between !important
}
.gap-10{
    gap: 2.5rem !important
}
.overflow-hidden{
    overflow: hidden !important
}
.scroll-smooth{
    scroll-behavior: smooth !important
}
.rounded{
    border-radius: 0.25rem !important
}
.rounded-full{
    border-radius: 9999px !important
}
.rounded-lg{
    border-radius: 0.5rem !important
}
.rounded-md{
    border-radius: 0.375rem !important
}
.rounded-sm{
    border-radius: 0.125rem !important
}
.border-b{
    border-bottom-width: 1px !important
}
.border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(31 6 97 / var(--tw-border-opacity)) !important
}
.bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important
}
.bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}
.bg-gray-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}
.bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important
}
.bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 6 97 / var(--tw-bg-opacity)) !important
}
.bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 179 151 / var(--tw-bg-opacity)) !important
}
.bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
}
.to-primary{
    --tw-gradient-to: #1f0661 var(--tw-gradient-to-position) !important
}
.object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important
}
.object-center{
    -o-object-position: center !important;
       object-position: center !important
}
.p-2{
    padding: 0.5rem !important
}
.p-4{
    padding: 1rem !important
}
.px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important
}
.px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
}
.px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important
}
.px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important
}
.px-\[13px\]{
    padding-left: 13px !important;
    padding-right: 13px !important
}
.py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}
.py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}
.py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}
.py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
}
.py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.pt-0{
    padding-top: 0px !important
}
.pt-10{
    padding-top: 2.5rem !important
}
.text-center{
    text-align: center !important
}
.text-right{
    text-align: right !important
}
.text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important
}
.text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important
}
.text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important
}
.font-bold{
    font-weight: 700 !important
}
.font-extrabold{
    font-weight: 800 !important
}
.font-light{
    font-weight: 300 !important
}
.font-semibold{
    font-weight: 600 !important
}
.leading-snug{
    line-height: 1.375 !important
}
.leading-tight{
    line-height: 1.25 !important
}
.text-black{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important
}
.text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity)) !important
}
.text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important
}
.text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important
}
.text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important
}
.text-primary{
    --tw-text-opacity: 1 !important;
    color: rgb(31 6 97 / var(--tw-text-opacity)) !important
}
.text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}
.underline{
    text-decoration-line: underline !important
}
.antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}
.opacity-40{
    opacity: 0.4 !important
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
    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) !important
}
.drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    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) !important
}
.filter{
    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) !important
}
.transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
}
.duration-100{
    transition-duration: 100ms !important
}
.duration-300{
    transition-duration: 300ms !important
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw
}
.alignwide{
    margin: 2rem 0;
    max-width: 1200px !important
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%
}
.aligncenter{
    margin: 0.5rem auto;
    display: block
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem
    }
}
.wp-caption{
    display: inline-block
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px
}
html{
    scroll-behavior: smooth
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(31 6 97 / var(--tw-text-opacity))
}
h1{
    font-size: 1.5rem;
    line-height: 2rem
}
h2{
    font-size: 1.25rem
}
h3{
    font-size: 1.125rem;
    line-height: 1.75rem
}
p a, ul a, ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline
}
p a:hover, ul a:hover, ol a:hover{
    text-decoration-line: none
}
p, ul, ol{
    margin-bottom: 1rem
}
ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc
}
ol li{
    list-style-position: inside;
    list-style-type: decimal
}
.button{
    margin-top: 1rem;
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 179 151 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(31 6 97 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 6 97 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 179 151 / var(--tw-text-opacity))
}
@media (min-width: 1024px){

    .button{
        margin-top: 2.5rem
    }
}
input, textarea{
    display: inline-block !important;
    border-radius: 0.125rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
.acf-fields>.acf-field{
    padding: 0.5rem !important
}
.acf-form-submit .button{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0px;
    cursor: pointer
}
.acf-form-submit .button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
@media (min-width: 1024px){

    .lg\:container{
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 480px){

        .lg\:container{
            max-width: 480px
        }
    }

    @media (min-width: 600px){

        .lg\:container{
            max-width: 600px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 782px){

        .lg\:container{
            max-width: 782px
        }
    }

    @media (min-width: 1024px){

        .lg\:container{
            max-width: 1024px;
            padding-right: 0rem;
            padding-left: 0rem
        }
    }

    @media (min-width: 1200px){

        .lg\:container{
            max-width: 1200px
        }
    }

    @media (min-width: 1440px){

        .lg\:container{
            max-width: 1440px
        }
    }
}
.hover\:bg-primary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 6 97 / var(--tw-bg-opacity)) !important
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}
.hover\:px-\[15px\]:hover{
    padding-left: 15px !important;
    padding-right: 15px !important
}
.hover\:py-\[12px\]:hover{
    padding-top: 12px !important;
    padding-bottom: 12px !important
}
.hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 179 151 / var(--tw-text-opacity)) !important
}
.hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
@media (min-width: 600px){

    .sm\:w-9\/12{
        width: 75% !important
    }
}
@media (min-width: 782px){

    .md\:order-1{
        order: 1 !important
    }

    .md\:order-2{
        order: 2 !important
    }

    .md\:col-span-2{
        grid-column: span 2 / span 2 !important
    }

    .md\:col-span-4{
        grid-column: span 4 / span 4 !important
    }

    .md\:my-6{
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .md\:flex{
        display: flex !important
    }

    .md\:h-\[80px\]{
        height: 80px !important
    }

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

    .md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important
    }

    .md\:gap-10{
        gap: 2.5rem !important
    }

    .md\:text-3xl{
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }
}
@media (min-width: 1024px){

    .lg\:-mx-4{
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .lg\:mx-4{
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .lg\:-mt-24{
        margin-top: -6rem !important
    }

    .lg\:mt-0{
        margin-top: 0px !important
    }

    .lg\:mt-10{
        margin-top: 2.5rem !important
    }

    .lg\:block{
        display: block !important
    }

    .lg\:flex{
        display: flex !important
    }

    .lg\:h-\[500px\]{
        height: 500px !important
    }

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

    .lg\:w-\[800px\]{
        width: 800px !important
    }

    .lg\:rounded-lg{
        border-radius: 0.5rem !important
    }

    .lg\:bg-transparent{
        background-color: transparent !important
    }

    .lg\:p-0{
        padding: 0px !important
    }

    .lg\:px-0{
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .lg\:px-12{
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .lg\:py-40{
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .lg\:pt-40{
        padding-top: 10rem !important
    }

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

    .lg\:text-5xl{
        font-size: 3rem !important;
        line-height: 1 !important
    }
}
@media (min-width: 1200px){

    .xl\:px-24{
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }
}

