/*
! tailwindcss v3.3.2 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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]) {
  text-decoration: underline;
  -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. 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-size: 1em; /* 2 */
}

/*
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-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;
}

/*
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::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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%;
  margin-right: auto;
  margin-left: auto;
}@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: 1150px) {

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

  .container {
    max-width: 1280px;
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.-bottom-8 {
  bottom: -2rem;
}.-right-3 {
  right: -0.75rem;
}.-top-10 {
  top: -2.5rem;
}.-top-20 {
  top: -5rem;
}.-top-4 {
  top: -1rem;
}.-top-\[20px\] {
  top: -20px;
}.right-5 {
  right: 1.25rem;
}.top-0 {
  top: 0px;
}.top-5 {
  top: 1.25rem;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-\[10001\] {
  z-index: 10001;
}.z-\[20\] {
  z-index: 20;
}.z-\[99\] {
  z-index: 99;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-8 {
  grid-column: span 8 / span 8;
}.m-5 {
  margin: 1.25rem;
}.m-auto {
  margin: auto;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.-mb-10 {
  margin-bottom: -2.5rem;
}.-mt-20 {
  margin-top: -5rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-0 {
  margin-left: 0px;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-24 {
  margin-right: 6rem;
}.mr-4 {
  margin-right: 1rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[80px\] {
  margin-top: 80px;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.aspect-\[1280\/200\] {
  aspect-ratio: 1280/200;
}.h-\[100px\] {
  height: 100px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.min-h-\[145px\] {
  min-height: 145px;
}.min-h-\[20px\] {
  min-height: 20px;
}.min-h-\[6rem\] {
  min-height: 6rem;
}.min-h-\[80px\] {
  min-height: 80px;
}.w-1\/2 {
  width: 50%;
}.w-16 {
  width: 4rem;
}.w-full {
  width: 100%;
}.min-w-\[20px\] {
  min-width: 20px;
}.max-w-\[110px\] {
  max-width: 110px;
}.max-w-\[18px\] {
  max-width: 18px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[40\%\] {
  max-width: 40%;
}.max-w-\[50\%\] {
  max-width: 50%;
}.max-w-\[70\%\] {
  max-width: 70%;
}.max-w-\[80\%\] {
  max-width: 80%;
}.max-w-full {
  max-width: 100%;
}.flex-none {
  flex: none;
}.flex-grow {
  flex-grow: 1;
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
}.cursor-pointer {
  cursor: pointer;
}.list-none {
  list-style-type: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-\[2fr_3fr\] {
  grid-template-columns: 2fr 3fr;
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.content-center {
  align-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-20 {
  gap: 5rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-8 {
  gap: 2rem;
}.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}.gap-y-7 {
  row-gap: 1.75rem;
}.overflow-y-auto {
  overflow-y: auto;
}.break-words {
  word-wrap: break-word;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, 1);
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, 1);
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 225, 1);
  background-color: rgba(0, 167, 225, var(--tw-bg-opacity));
}.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, 1);
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 215, 199, 1);
  background-color: rgba(119, 215, 199, var(--tw-bg-opacity));
}.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 92, 98, 1);
  background-color: rgba(227, 92, 98, var(--tw-bg-opacity));
}.bg-tertiary-alt {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 25, 32, 1);
  background-color: rgba(215, 25, 32, var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, 1);
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.bg-contain {
  background-size: contain;
}.bg-bottom {
  background-position: bottom;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.object-cover {
  object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-40 {
  padding-bottom: 10rem;
}.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}.pl-10 {
  padding-left: 2.5rem;
}.pr-10 {
  padding-right: 2.5rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-\[28px\] {
  padding-top: 28px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-bottom {
  vertical-align: bottom;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.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-\[10px\] {
  font-size: 10px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[21px\] {
  font-size: 21px;
}.text-\[26px\] {
  font-size: 26px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.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;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.uppercase {
  text-transform: uppercase;
}.leading-\[26px\] {
  line-height: 26px;
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, 1);
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, 1);
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}.text-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 167, 225, 1);
  color: rgba(0, 167, 225, var(--tw-text-opacity));
}.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, 1);
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}.text-tertiary {
  --tw-text-opacity: 1;
  color: rgba(227, 92, 98, 1);
  color: rgba(227, 92, 98, var(--tw-text-opacity));
}.text-text-grey {
  --tw-text-opacity: 1;
  color: rgba(220, 218, 218, 1);
  color: rgba(220, 218, 218, var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, 1);
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.outline {
  outline-style: solid;
}.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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);
}body {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 225, 1);
  background-color: rgba(0, 167, 225, var(--tw-bg-opacity));background-repeat:no-repeat;background-position:top center;font-family:"sofia-pro",-apple-system;
}body.modal-opened{overflow:hidden}body.page-template-front-page-second-edition{background-image:url(/wp-content/themes/contest/public/images/v2/main-bg.f77fd3.jpg)}body.page-template-front-page-second-edition .bg__form{background-image:url(/wp-content/themes/contest/public/images/v2/main-bg.f77fd3.jpg)}.btn {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 167, 225, 1);
  background-color: rgba(0, 167, 225, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}@media(max-width: 1024px){.btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }}.btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 25, 32, 1);
  background-color: rgba(215, 25, 32, var(--tw-bg-opacity));
}.btn--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 92, 98, 1);
  background-color: rgba(227, 92, 98, var(--tw-bg-opacity));
}.btn--form {
  display: inline-block;
  min-width: 200px;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn--small {
  min-width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}.header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;z-index:0;
}.header::after{content:" ";background-image:url(/wp-content/themes/contest/public/images/prizes_bg.334e4f.png);z-index:-1;position: absolute;left: 0px;top: 0.5rem;display: inline-block;min-height: 74px;min-width: 377px;background-repeat: no-repeat}@media(max-width: 1024px){.header {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.header::after {
    position: absolute;
    left: 0px;
    top: -0.5rem;
    display: inline-block;
    min-height: 74px;
    min-width: 170px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }}.header--small {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.header--small-bg::after{right:0;background-size:contain;min-width:auto}.header--red-smudge::after{background-image:url(/wp-content/themes/contest/public/images/v2/task-bg.5521da.png);min-width:340px;left:-20px;background-size: contain}@media(max-width: 1024px){.header--red-smudge::after{min-width:240px}}.header--prizes::after{background-image:url(/wp-content/themes/contest/public/images/v2/prizes-bg.07813c.png);background-size:contain;background-position:center;left:-20px;top:-15px;min-height:104px;min-width:377px}@media(max-width: 1024px){.header--prizes::after{min-width:200px;min-height:70px}}.header--join::after{background-image:url(/wp-content/themes/contest/public/images/v2/join-title-bg.96c5b5.png);background-size:contain;background-position:center;top: 0px;right: 0px;bottom: 0px;left: 0px}.header--gallery::after{background-image:url(/wp-content/themes/contest/public/images/v2/gallery-title-bg.84ad8a.png);background-size:contain;background-position:center;min-height:94px;min-width:327px;top: 0px;right: 0px;bottom: 0px;left: 0px;top:-10px}@media(max-width: 1024px){.header--gallery::after{min-height:70px;min-width:200px}}.header--red {
  text-align: left;
  font-size: 42px;
}.header--red::after {
  left: -1.25rem;
  top: 1.5rem;background-image:url(/wp-content/themes/contest/public/images/contest_bg.9d8b67.png);
}@media(max-width: 1024px){.header--red {
    text-align: center;
  }.header--red::after {
    left: -1.25rem;
    top: 0.5rem;
    right: -1.25rem;
    min-width: 100%;
  }}.header--tertiary::after {
  left: -3rem;
  top: 1rem;background-image:url(/wp-content/themes/contest/public/images/gallery_bg.c5adf4.png);
}@media(max-width: 1024px){.header--tertiary::after {
    left: -1.25rem;
    top: -0.5rem;
  }}.header--full::after{right:0;bottom:0;background-size:contain;background-position:center}.header--overflow::after{background-image:url(/wp-content/themes/contest/public/images/title_bg_tertiary_big.e73608.png);left:-40px;right:-40px;top:-40px;bottom:-40px;background-size:contain;background-position:center}.header--form {
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.header--mid {
  font-size: 3.75rem;
  line-height: 1;
}.header--secondary-alt{background:linear-gradient(to bottom, #00d3b4 0%, #00d3b4 50%, transparent 51%, transparent 100%)}.header--tertiary{--tertiary: #e35c62;background:linear-gradient(to bottom, #e35c62 0%, #e35c62 50%, transparent 51%, transparent 100%);background:linear-gradient(to bottom, var(--tertiary) 0%, var(--tertiary) 50%, transparent 51%, transparent 100%)}.header--top-label{position:relative;width:100%;overflow:hidden;min-height:200px;padding-top:60px}.header--top-label img{width:auto;display:block;max-width:180%;margin:0 auto;transform:translateX(-35%)}@media(min-width: 768px){.header--top-label img{max-width:100%;transform:none}}.banner {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.banner .menu-item {
  border-bottom-width: 8px;
  border-color: transparent;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.banner .menu-item:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.tasks-list li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.tasks-list li:last-of-type {
  border-style: none;
}@media(max-width: 1024px){.tasks-list li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }}form input[type=file]{display:block;visibility:hidden}form textarea{resize:none}form textarea,form input[type=url],form input[type=email],form input[type=text]{padding:10px 15px;background-color:#fff;margin-bottom: 1rem;width: 100%;border-radius: 15px;border-width: 3px;--tw-border-opacity: 1;border-color: rgba(243, 243, 243, 1);border-color: rgba(243, 243, 243, var(--tw-border-opacity));font-size: 0.75rem;line-height: 1rem;--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));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)}@media (min-width: 1024px) {

  form textarea,form input[type=url],form input[type=email],form input[type=text] {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}form textarea::placeholder,form input[type=url]::placeholder,form input[type=email]::placeholder,form input[type=text]::placeholder {
  --tw-text-opacity: 1;
  color: rgba(220, 218, 218, 1);
  color: rgba(220, 218, 218, var(--tw-text-opacity));
}form textarea[aria-invalid=true],form input[type=url][aria-invalid=true],form input[type=email][aria-invalid=true],form input[type=text][aria-invalid=true] {
  --tw-border-opacity: 1;
  border-color: rgba(119, 215, 199, 1);
  border-color: rgba(119, 215, 199, var(--tw-border-opacity));
}form textarea~label,form input[type=url]~label,form input[type=email]~label,form input[type=text]~label {
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: block;
  --tw-border-opacity: 1;
  border-color: rgba(119, 215, 199, 1);
  border-color: rgba(119, 215, 199, var(--tw-border-opacity));
}form textarea,form input[type=url]{margin-bottom:0}form textarea:has(+.error),form input[type=url]:has(+.error){margin-bottom:1rem}form .form-steps__2 label.error {
  --tw-text-opacity: 1;
  color: rgba(227, 92, 98, 1);
  color: rgba(227, 92, 98, var(--tw-text-opacity));display:block;
}form input[type=url]~label.error,form input[type=file]~label.error,form input[type=text]~label.error,form textarea~label.error {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}form input[type=url].error,form input[type=file].error,form input[type=text].error,form textarea.error {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, 1);
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}form input[type=url][name=description],form input[type=file][name=description],form input[type=text][name=description],form textarea[name=description]{margin-bottom:1rem}@media(max-width: 768px){form .input-container{padding-left:2rem;padding-right:2rem;display:block}}.upload-preview{background-color:#fff;margin-bottom: 1rem;width: 100%;border-radius: 15px;border-width: 3px;--tw-border-opacity: 1;border-color: rgba(243, 243, 243, 1);border-color: rgba(243, 243, 243, var(--tw-border-opacity));font-size: 0.75rem;line-height: 1rem;--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));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)}@media (min-width: 1024px) {

  .upload-preview {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.upload-preview {
  margin-bottom: 0px;
}.card-lg {
  border-radius: 0.75rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, 1);
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  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);
}@media(max-width: 1024px){.card-lg {
    border-radius: 0px;
    border-style: none;
    background-color: transparent;
    padding: 0px;
    --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
    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) drop-shadow(0 0 rgba(0,0,0,0));
    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);
  }}.card-lg ul li{padding-left:1rem;margin-bottom:1rem;margin-top:1rem;margin-left:1rem;list-style:lower-alpha}.card-mobile {
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  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) drop-shadow(0 0 rgba(0,0,0,0));
  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);
}@media(max-width: 1024px){.card-mobile {
    border-radius: 0.75rem;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, 1);
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
    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) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
    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);
  }}.card-winner__img-container{position:relative}.card-winner__img-container[data-url="https://pekaoartstories.pl/wp-content/uploads/2023/12/Zrzut-ekranu-2023-12-13-o-15.38.18.png"]{max-width:300px !important}.card-winner__img-container:before{position:absolute;content:" ";left:-0.7rem;top:.7rem;right:.7rem;bottom:-0.7rem;border:3px solid #fff;z-index:-1}.card-winner__img-container--first:before{left:-1rem;top:1rem;right:1rem;bottom:-1rem}.card-winner__img-container--first:after{position:absolute;content:" ";left:-0.5rem;top:.5rem;right:.5rem;bottom:-0.5rem;border:3px solid #fff;z-index:-1;pointer-events:none}.card-translucent{--base-color: 255 173 6;--border-color-full: rgb(var(--base-color));--border-color-1: rgb(var(--base-color) / 0.4);--border-color-2: rgb(var(--base-color) / 0.6);position:relative;width:100%;--size: 20px;display:flex;align-items:center}@media md{.card-translucent{--size: 20px}}.card-translucent:before{content:"";display:block;position:absolute;height:var(--size);width:100%;background-color:var(--border-color-2);top:calc(var(--size)*-1);left:0}.card-translucent-1{border-right:var(--size) solid var(--border-color-1);border-left:var(--size) solid var(--border-color-1);border-top:var(--size) solid var(--border-color-1);min-height:160px;padding:var(--size);background-clip:padding-box;background-color:var(--border-color-full)}.cards-tasks{background-image:url(/wp-content/themes/contest/public/images/v3/tasks-smudge.bb9921.png);background-size:contain;background-repeat:no-repeat;background-position:center}.cards-container{font-size:14px;line-height:1.3}.format-box {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 92, 98, 1);
  background-color: rgba(227, 92, 98, var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.format-box--square {
  height: 100px;
  width: 100px;
}.format-box--tall {
  height: 150px;
  width: 100px;
}.format-box--wide {
  height: 100px;
  width: 150px;
}.format-box__container {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}.masonry{margin:0 auto}.container{--container-padding: 25px;padding-left:25px;padding-left:var(--container-padding);padding-right:25px;padding-right:var(--container-padding)}.container .negative-margin{margin-left:calc(var(--container-padding)*-1);margin-right:calc(var(--container-padding)*-1)}@media md{.container{padding-left:0;padding-right:0}}.bg-stripes {
  position: relative;
}.bg-stripes::after{content:" ";position: absolute;border-radius: 0.25rem;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;width:100%;height:100%;left:5px;top:5px;z-index:-1;background:repeating-linear-gradient(-45deg, #fff, #fff 5px, #f4e40a 5px, #f4e40a 10px)}.bg-stripes:hover::after{top:-5px;left:-5px}.bg-stripes--small{left:3px;top:3px}.bg-stripes--primary::after{background:repeating-linear-gradient(-45deg, #fff, #fff 3px, #00a7e1 3px, #00a7e1 10px)}.bg-stripes--secondary::after{background:repeating-linear-gradient(-45deg, #fff, #fff 3px, #77d7c7 3px, #77d7c7 10px)}.bg-stripes--white-floaters::after{background:url(/wp-content/themes/contest/public/images/v2/btn-bg-white.bdf57e.png);background-size: contain}.bg-stripes--black-floaters::after{background:url(/wp-content/themes/contest/public/images/v2/btn-bg.dd676e.png);background-size: contain}.stripes{background:repeating-linear-gradient(-45deg, #fff, #fff 5px, #f4e40a 5px, #f4e40a 10px)}.slanted {
  position: relative;
}.slanted>* {
  position: relative;z-index:1;
}.slanted::after{content:" ";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;margin-top: -1.25rem;margin-bottom: -1.25rem;--tw-bg-opacity: 1;background-color: rgba(227, 92, 98, 1);background-color: rgba(227, 92, 98, var(--tw-bg-opacity));z-index:0;transform:skewY(-1deg)}.slanted--steep::after{transform:skewY(-3deg)}.slanted--secondary::after {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 215, 199, 1);
  background-color: rgba(119, 215, 199, var(--tw-bg-opacity));
}.slanted--white::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.border-bottom{position:relative}.border-bottom::after{content:" ";border-width: 1px;border-bottom-width: 1px;--tw-border-opacity: 1;border-color: rgba(255, 255, 255, 1);border-color: rgba(255, 255, 255, var(--tw-border-opacity));--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);position: absolute;bottom: 0px;left: 0px;right: 0px}.border-bottom:last-of-type::after{content:none}.with-curved-arrow{position:relative}.with-curved-arrow::before{content:" ";background-image:url(/wp-content/themes/contest/public/images/v2/curved-arrow.a5d5d7.png);position: absolute;right: 100%;bottom: 50px;background-size: contain;background-repeat: no-repeat;min-width:150px;min-height:150px}@media(max-width: 1024px){.with-curved-arrow::before{content:none}}#main{padding-top:40px;position:relative;z-index:9}.page-template-template-rules #main{color:#fff;padding-bottom:15rem}.home-task-bg{background-image:url(/wp-content/themes/contest/public/images/v3/home-task.55c9f0.png);background-position:right center;background-size:contain;background-repeat:no-repeat}.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(119, 215, 199, 1);
  background-color: rgba(119, 215, 199, var(--tw-bg-opacity));
}.after\:bg-tertiary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(227, 92, 98, 1);
  background-color: rgba(227, 92, 98, var(--tw-bg-opacity));
}.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 167, 225, 1);
  color: rgba(0, 167, 225, var(--tw-text-opacity));
}.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 92, 98, 1);
  color: rgba(227, 92, 98, var(--tw-text-opacity));
}.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}@media (min-width: 768px) {

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[238px\] {
    max-width: 238px;
  }

  .md\:max-w-\[47\%\] {
    max-width: 47%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }
}@media (min-width: 1024px) {

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[176px\] {
    height: 176px;
  }

  .lg\:min-h-\[50px\] {
    min-height: 50px;
  }

  .lg\:w-\[31\%\] {
    width: 31%;
  }

  .lg\:min-w-\[50px\] {
    min-width: 50px;
  }

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

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .lg\:font-bold {
    font-weight: 700;
  }
}
