@import url(https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap);

/*
! tailwindcss v3.4.10 | 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: Overpass, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}@font-face {
    font-family: 'Bison';
    font-style: bold;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Bison-Bold.woff2?b99fecee39a3f1a581d2c2cd021af2d9) format('woff2');
  }*, ::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}.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: 960px){.container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}@media (min-width: 1280px){.container{
        max-width: 1280px;
    }
}@media (min-width: 1440px){.container{
        max-width: 1440px;
    }
}.fixed{
    position: fixed;
}.absolute{
    position: absolute;
}.relative{
    position: relative;
}.sticky{
    position: sticky;
}.bottom-0{
    bottom: 0px;
}.bottom-\[-1\.5rem\]{
    bottom: -1.5rem;
}.bottom-\[-6rem\]{
    bottom: -6rem;
}.left-0{
    left: 0px;
}.left-\[60\%\]{
    left: 60%;
}.left-\[65\%\]{
    left: 65%;
}.right-0{
    right: 0px;
}.top-0{
    top: 0px;
}.top-12{
    top: 3rem;
}.z-10{
    z-index: 10;
}.z-50{
    z-index: 50;
}.z-\[100\]{
    z-index: 100;
}.m-0{
    margin: 0px;
}.m-3{
    margin: 0.75rem;
}.m-8{
    margin: 2rem;
}.m-\[0\.5\%\]{
    margin: 0.5%;
}.mx-auto{
    margin-left: auto;
    margin-right: auto;
}.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}.mb-0{
    margin-bottom: 0px;
}.mb-1{
    margin-bottom: 0.25rem;
}.mb-10{
    margin-bottom: 2.5rem;
}.mb-12{
    margin-bottom: 3rem;
}.mb-2{
    margin-bottom: 0.5rem;
}.mb-20{
    margin-bottom: 5rem;
}.mb-24{
    margin-bottom: 6rem;
}.mb-3{
    margin-bottom: 0.75rem;
}.mb-32{
    margin-bottom: 8rem;
}.mb-4{
    margin-bottom: 1rem;
}.mb-6{
    margin-bottom: 1.5rem;
}.mb-8{
    margin-bottom: 2rem;
}.mb-\[1\%\]{
    margin-bottom: 1%;
}.mr-0\.5{
    margin-right: 0.125rem;
}.mr-2{
    margin-right: 0.5rem;
}.mt-12{
    margin-top: 3rem;
}.mt-16{
    margin-top: 4rem;
}.mt-2{
    margin-top: 0.5rem;
}.mt-4{
    margin-top: 1rem;
}.mt-6{
    margin-top: 1.5rem;
}.mt-8{
    margin-top: 2rem;
}.block{
    display: block;
}.inline-block{
    display: inline-block;
}.flex{
    display: flex;
}.inline-flex{
    display: inline-flex;
}.grid{
    display: grid;
}.hidden{
    display: none;
}.h-1{
    height: 0.25rem;
}.h-1\.5{
    height: 0.375rem;
}.h-10{
    height: 2.5rem;
}.h-12{
    height: 3rem;
}.h-2{
    height: 0.5rem;
}.h-20{
    height: 5rem;
}.h-32{
    height: 8rem;
}.h-6{
    height: 1.5rem;
}.h-8{
    height: 2rem;
}.h-full{
    height: 100%;
}.h-\[60px\]{
    height: 60px;
}.h-\[80px\]{
    height: 80px;
}.h-\[90px\]{
    height: 90px;
}.h-\[88px\]{
    height: 88px;
}.min-h-screen{
    min-height: 100vh;
}.w-1\.5{
    width: 0.375rem;
}.w-1\/2{
    width: 50%;
}.w-1\/3{
    width: 33.333333%;
}.w-10{
    width: 2.5rem;
}.w-12{
    width: 3rem;
}.w-16{
    width: 4rem;
}.w-2{
    width: 0.5rem;
}.w-2\/3{
    width: 66.666667%;
}.w-20{
    width: 5rem;
}.w-6{
    width: 1.5rem;
}.w-8{
    width: 2rem;
}.w-\[49\.5\%\]{
    width: 49.5%;
}.w-\[50\%\]{
    width: 50%;
}.w-full{
    width: 100%;
}.w-auto{
    width: auto;
}.max-w-16{
    max-width: 4rem;
}.max-w-20{
    max-width: 5rem;
}.max-w-32{
    max-width: 8rem;
}.max-w-\[1200px\]{
    max-width: 1200px;
}.max-w-\[200px\]{
    max-width: 200px;
}.max-w-\[255px\]{
    max-width: 255px;
}.max-w-\[275px\]{
    max-width: 275px;
}.max-w-\[36rem\]{
    max-width: 36rem;
}.max-w-\[40rem\]{
    max-width: 40rem;
}.max-w-\[41rem\]{
    max-width: 41rem;
}.max-w-\[500px\]{
    max-width: 500px;
}.max-w-\[600px\]{
    max-width: 600px;
}.max-w-\[800px\]{
    max-width: 800px;
}.max-w-screen-2xl{
    max-width: 1440px;
}.max-w-screen-md{
    max-width: 782px;
}.max-w-screen-xl{
    max-width: 1280px;
}.max-w-sm{
    max-width: 24rem;
}.max-w-xl{
    max-width: 36rem;
}.max-w-24{
    max-width: 6rem;
}.max-w-36{
    max-width: 9rem;
}.max-w-2xl{
    max-width: 42rem;
}.max-w-\[20\%\]{
    max-width: 20%;
}.max-w-\[245px\]{
    max-width: 245px;
}.max-w-\[260px\]{
    max-width: 260px;
}.flex-1{
    flex: 1 1 0%;
}.flex-grow{
    flex-grow: 1;
}.grow{
    flex-grow: 1;
}.translate-y-\[2px\]{
    --tw-translate-y: 2px;
    transform: translate(var(--tw-translate-x), 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));
}.translate-y-\[3px\]{
    --tw-translate-y: 3px;
    transform: translate(var(--tw-translate-x), 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));
}.translate-y-full{
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), 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));
}.transform{
    transform: translate(var(--tw-translate-x), 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));
}@keyframes ping{75%, 100%{
        transform: scale(2);
        opacity: 0;
    }
}.animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}.cursor-pointer{
    cursor: pointer;
}.list-inside{
    list-style-position: inside;
}.list-decimal{
    list-style-type: decimal;
}.list-none{
    list-style-type: none;
}.columns-2{
    -moz-columns: 2;
         columns: 2;
}.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row{
    flex-direction: row;
}.flex-col{
    flex-direction: column;
}.flex-col-reverse{
    flex-direction: column-reverse;
}.flex-wrap{
    flex-wrap: wrap;
}.items-start{
    align-items: flex-start;
}.items-center{
    align-items: center;
}.justify-start{
    justify-content: flex-start;
}.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}.gap-1{
    gap: 0.25rem;
}.gap-12{
    gap: 3rem;
}.gap-2{
    gap: 0.5rem;
}.gap-4{
    gap: 1rem;
}.gap-6{
    gap: 1.5rem;
}.gap-8{
    gap: 2rem;
}.gap-\[1\%\]{
    gap: 1%;
}.overflow-hidden{
    overflow: hidden;
}.overflow-y-hidden{
    overflow-y: hidden;
}.rounded{
    border-radius: 0.25rem;
}.rounded-full{
    border-radius: 9999px;
}.rounded-lg{
    border-radius: 0.5rem;
}.border{
    border-width: 1px;
}.border-b{
    border-bottom-width: 1px;
}.border-l{
    border-left-width: 1px;
}.border-l-2{
    border-left-width: 2px;
}.border-t{
    border-top-width: 1px;
}.border-solid{
    border-style: solid;
}.border-dashed{
    border-style: dashed;
}.border-\[\#fca311\]{
    --tw-border-opacity: 1;
    border-color: rgb(252 163 17 / var(--tw-border-opacity));
}.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.bg-\[\#00ff9f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 255 159 / var(--tw-bg-opacity));
}.bg-\[\#081039\]{
    --tw-bg-opacity: 1;
    background-color: rgb(8 16 57 / var(--tw-bg-opacity));
}.bg-\[\#9D9D9D\]{
    --tw-bg-opacity: 1;
    background-color: rgb(157 157 157 / var(--tw-bg-opacity));
}.bg-\[\#9d9d9d\]{
    --tw-bg-opacity: 1;
    background-color: rgb(157 157 157 / var(--tw-bg-opacity));
}.bg-\[\#F2F2FE\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 254 / var(--tw-bg-opacity));
}.bg-\[\#f2f2fe\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 254 / var(--tw-bg-opacity));
}.bg-\[\#fca311\]{
    --tw-bg-opacity: 1;
    background-color: rgb(252 163 17 / var(--tw-bg-opacity));
}.bg-\[rgba\(0\2c 0\2c 0\2c \.25\)\]{
    background-color: rgba(0,0,0,.25);
}.bg-\[rgba\(0\2c 0\2c 0\2c \.65\)\]{
    background-color: rgba(0,0,0,.65);
}.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-cover{
    background-size: cover;
}.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}.p-3{
    padding: 0.75rem;
}.p-4{
    padding: 1rem;
}.p-5{
    padding: 1.25rem;
}.p-6{
    padding: 1.5rem;
}.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}.pb-10{
    padding-bottom: 2.5rem;
}.pb-2{
    padding-bottom: 0.5rem;
}.pb-32{
    padding-bottom: 8rem;
}.pb-4{
    padding-bottom: 1rem;
}.pb-6{
    padding-bottom: 1.5rem;
}.pb-8{
    padding-bottom: 2rem;
}.pl-4{
    padding-left: 1rem;
}.pt-16{
    padding-top: 4rem;
}.pt-24{
    padding-top: 6rem;
}.pt-3{
    padding-top: 0.75rem;
}.pt-4{
    padding-top: 1rem;
}.text-left{
    text-align: left;
}.text-center{
    text-align: center;
}.font-body{
    font-family: Overpass, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.font-display{
    font-family: Bison, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}.text-2xl{
    font-size: 1.595rem;
}.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}.text-5xl{
    font-size: 3rem;
    line-height: 1;
}.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}.text-7xl{
    font-size: 4.5rem;
    line-height: 1;
}.text-\[10px\]{
    font-size: 10px;
}.text-\[2\.5rem\]{
    font-size: 2.5rem;
}.text-heading{
    font-size: 2.375rem;
}.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}.text-xl{
    font-size: 1.25rem;
}.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}.font-bold{
    font-weight: 700;
}.font-extrabold{
    font-weight: 800;
}.font-light{
    font-weight: 300;
}.font-semibold{
    font-weight: 600;
}.uppercase{
    text-transform: uppercase;
}.leading-\[1\.3\]{
    line-height: 1.3;
}.leading-none{
    line-height: 1;
}.leading-tight{
    line-height: 1.25;
}.text-\[\#121212\]{
    --tw-text-opacity: 1;
    color: rgb(18 18 18 / var(--tw-text-opacity));
}.text-\[\#fca311\]{
    --tw-text-opacity: 1;
    color: rgb(252 163 17 / var(--tw-text-opacity));
}.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}.text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
}.underline{
    text-decoration-line: underline;
}.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.opacity-0{
    opacity: 0;
}.opacity-75{
    opacity: 0.75;
}.shadow-md{
    --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);
}.grayscale{
    --tw-grayscale: grayscale(100%);
    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);
}.invert{
    --tw-invert: invert(100%);
    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);
}.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);
}.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}.alignwide{
    margin: 2rem 0;
    max-width: 1280px !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: 960px;
}.entry-content h1, .block-editor-block-list__layout h1{
    margin-bottom: 0.5rem;
    font-size: 3.75rem;
    line-height: 1;
}.entry-content h2, .block-editor-block-list__layout h2{
    margin-bottom: 1.5rem;
    font-size: 2.375rem;
    line-height: 1.25;
}@media (min-width: 782px){.entry-content h2, .block-editor-block-list__layout h2{
        margin-bottom: 0.5rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 1.5;
    }
}.entry-content h3, .block-editor-block-list__layout h3{
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
}.entry-content h1,.entry-content h2,.entry-content h3,.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3{
    margin-top: 3rem;
}@media (min-width: 782px){.entry-content h1,.entry-content h2,.entry-content h3,.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3{
        margin-top: 2rem;
    }
}.entry-content ul, .entry-content li, .entry-content ul li, .block-editor-block-list__layout ul, .block-editor-block-list__layout li, .block-editor-block-list__layout ul li{
    position: relative;
    list-style-type: none;
}.entry-content ul > li, .block-editor-block-list__layout ul > li{
    margin-bottom: 1.5rem;
}@media (min-width: 782px){.entry-content ul > li, .block-editor-block-list__layout ul > li{
        margin-bottom: 0px;
    }
}.entry-content ul > li:before,.block-editor-block-list__layout ul > li:before{
		content: "â€“ ";

	}.entry-content ol ol > li,.block-editor-block-list__layout ol ol > li{
    list-style-type: none;
}.entry-content ul ul > li:before,.block-editor-block-list__layout ul ul > li:before{
		content: "";
	}.entry-content ul ul, .entry-content ol ul, .entry-content ol ol, .block-editor-block-list__layout ul ul, .block-editor-block-list__layout ol ul, .block-editor-block-list__layout ol ol{
    padding-left: 2rem;
}.entry-content ol > li, .block-editor-block-list__layout ol > li{
    margin-bottom: 1.5rem;
    list-style-position: inside;
    list-style-type: decimal;
}@media (min-width: 782px){.entry-content ol > li, .block-editor-block-list__layout ol > li{
        margin-bottom: 0px;
    }
}.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    font-size: 1.595rem;
    line-height: 1.5;
}@media (min-width: 782px){.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
        font-size: 1.25rem;
    }
}.entry-content p + ul, .block-editor-block-list__layout p + ul{
    margin-top: 2rem;
}@media (min-width: 782px){.entry-content p + ul, .block-editor-block-list__layout p + ul{
        margin-top: 0px;
    }
}.variant-a .hide-a {
	display: none;
}.variant-b .hide-b {
	display: none;
}.page-id-277 .entry-title {
	margin-top: 40px;
}.page-id-277 time {
	display: none;
}.hover\:cursor-pointer:hover{
    cursor: pointer;
}@media (min-width: 480px){.xs\:absolute{
        position: absolute;
    }.xs\:mt-0{
        margin-top: 0px;
    }.xs\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.xs\:flex-row{
        flex-direction: row;
    }.xs\:items-stretch{
        align-items: stretch;
    }.xs\:pl-0{
        padding-left: 0px;
    }.xs\:text-left{
        text-align: left;
    }.xs\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }.xs\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }
}@media (min-width: 600px){.sm\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }.sm\:w-\[49\%\]{
        width: 49%;
    }.sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.sm\:justify-center{
        justify-content: center;
    }.sm\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }.sm\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }.sm\:pl-0{
        padding-left: 0px;
    }.sm\:text-2xl{
        font-size: 1.595rem;
    }.sm\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }.sm\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }.sm\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }.sm\:text-xl{
        font-size: 1.25rem;
    }
}@media (min-width: 782px){.md\:relative{
        position: relative;
    }.md\:bottom-\[-4rem\]{
        bottom: -4rem;
    }.md\:left-\[85\%\]{
        left: 85%;
    }.md\:my-16{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }.md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }.md\:mb-0{
        margin-bottom: 0px;
    }.md\:ml-0{
        margin-left: 0px;
    }.md\:mr-auto{
        margin-right: auto;
    }.md\:mt-0{
        margin-top: 0px;
    }.md\:block{
        display: block;
    }.md\:flex{
        display: flex;
    }.md\:hidden{
        display: none;
    }.md\:w-1\/2{
        width: 50%;
    }.md\:w-1\/3{
        width: 33.333333%;
    }.md\:w-1\/4{
        width: 25%;
    }.md\:max-w-3xl{
        max-width: 48rem;
    }.md\:max-w-\[500px\]{
        max-width: 500px;
    }.md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.md\:flex-row{
        flex-direction: row;
    }.md\:flex-col{
        flex-direction: column;
    }.md\:flex-nowrap{
        flex-wrap: nowrap;
    }.md\:items-start{
        align-items: flex-start;
    }.md\:justify-start{
        justify-content: flex-start;
    }.md\:gap-36{
        gap: 9rem;
    }.md\: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 * calc(1 - var(--tw-space-x-reverse)));
    }.md\:bg-transparent{
        background-color: transparent;
    }.md\:py-12{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }.md\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }.md\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }.md\:text-left{
        text-align: left;
    }.md\:text-2xl{
        font-size: 1.595rem;
    }.md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }.md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }.md\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }.md\:text-\[12px\]{
        font-size: 12px;
    }.md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }.md\:text-xl{
        font-size: 1.25rem;
    }.md\:leading-normal{
        line-height: 1.5;
    }
}@media (min-width: 960px){.lg\:sticky{
        position: sticky;
    }.lg\:m-0{
        margin: 0px;
    }.lg\:-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
    }.lg\:mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
    }.lg\:mb-0{
        margin-bottom: 0px;
    }.lg\:mt-0{
        margin-top: 0px;
    }.lg\:mt-10{
        margin-top: 2.5rem;
    }.lg\:block{
        display: block;
    }.lg\:flex{
        display: flex;
    }.lg\:h-2{
        height: 0.5rem;
    }.lg\:h-2\.5{
        height: 0.625rem;
    }.lg\:w-1\/2{
        width: 50%;
    }.lg\:w-1\/3{
        width: 33.333333%;
    }.lg\:w-2{
        width: 0.5rem;
    }.lg\:w-2\.5{
        width: 0.625rem;
    }.lg\:w-2\/3{
        width: 66.666667%;
    }.lg\:w-2\/4{
        width: 50%;
    }.lg\:w-2\/5{
        width: 40%;
    }.lg\:w-2\/6{
        width: 33.333333%;
    }.lg\:w-3\/12{
        width: 25%;
    }.lg\:w-3\/5{
        width: 60%;
    }.lg\:w-4\/6{
        width: 66.666667%;
    }.lg\:w-auto{
        width: auto;
    }.lg\:w-full{
        width: 100%;
    }.lg\:min-w-\[280px\]{
        min-width: 280px;
    }.lg\:min-w-\[300px\]{
        min-width: 300px;
    }.lg\:max-w-\[280px\]{
        max-width: 280px;
    }.lg\:max-w-\[400px\]{
        max-width: 400px;
    }.lg\:max-w-\[650px\]{
        max-width: 650px;
    }.lg\:columns-3{
        -moz-columns: 3;
             columns: 3;
    }.lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.lg\:flex-row{
        flex-direction: row;
    }.lg\:flex-nowrap{
        flex-wrap: nowrap;
    }.lg\:items-start{
        align-items: flex-start;
    }.lg\:items-center{
        align-items: center;
    }.lg\:justify-between{
        justify-content: space-between;
    }.lg\:gap-10{
        gap: 2.5rem;
    }.lg\:gap-2{
        gap: 0.5rem;
    }.lg\:gap-6{
        gap: 1.5rem;
    }.lg\:bg-transparent{
        background-color: transparent;
    }.lg\:p-0{
        padding: 0px;
    }.lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }.lg\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }.lg\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }.lg\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }.lg\:pl-4{
        padding-left: 1rem;
    }.lg\:text-left{
        text-align: left;
    }.lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }.lg\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }.lg\:text-8xl{
        font-size: 6rem;
        line-height: 1;
    }.lg\:text-\[14px\]{
        font-size: 14px;
    }
}@media (min-width: 1280px){.xl\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.xl\:text-\[16px\]{
        font-size: 16px;
    }
}
