*, ::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:  ;
}/*
! tailwindcss v3.4.14 | 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: "Exo", 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 */
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@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: 1280px){

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

  .container{
    max-width: 1660px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.\!m-0{
  margin: 0px !important;
}
.m-8{
  margin: 2rem;
}
.m-auto{
  margin: auto;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-3{
  height: 0.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[203px\]{
  height: 203px;
}
.h-\[480px\]{
  height: 480px;
}
.h-full{
  height: 100%;
}
.min-h-\[45px\]{
  min-height: 45px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/3{
  width: 33.333333%;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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 bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes fadeInUp{

  0%{
    opacity: 0;
    transform: translateY(150px);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up{
  animation: fadeInUp 2s ease-out forwards;
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.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)));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#273B59\]{
  --tw-border-opacity: 1;
  border-color: rgb(39 59 89 / var(--tw-border-opacity));
}
.border-\[\#D5DBE3\]{
  --tw-border-opacity: 1;
  border-color: rgb(213 219 227 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(34 167 197 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(22 38 62 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(34 167 197 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#010102\]{
  --tw-gradient-from: #010102 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 1 2 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#010102\]{
  --tw-gradient-to: rgb(1 1 2 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #010102 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.text-center{
  text-align: center;
}
.\!text-\[52px\]{
  font-size: 52px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[48px\]{
  font-size: 48px;
}
.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-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.\!leading-\[0\.75\]{
  line-height: 0.75 !important;
}
.\!leading-\[0\.8\]{
  line-height: 0.8 !important;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.text-atp-grey{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(22 38 62 / 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-primary{
  --tw-text-opacity: 1;
  color: rgb(34 167 197 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(239 229 43 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-primary{
  accent-color: #22A7C5;
}
.opacity-70{
  opacity: 0.7;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.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);
}
.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);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
@font-face {
  font-family: 'clicons';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'clicons';
    src: url('../font/clicons.svg?24671089#clicons') format('svg');
  }
}
*/
[class^="cl"]:before, [class*=" cl"]:before {
  font-family: "clicons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.clarrow-down:before { content: '\e800'; }
/* '' */
.clarrow-right:before { content: '\e801'; }
/* '' */
.clarrow-left:before { content: '\e802'; }
/* '' */
.clarrow-up:before { content: '\e803'; }
/* '' */
.clshare:before { content: '\e804'; }
/* '' */
.clemail:before { content: '\e805'; }
/* '' */
.clsocial-x:before { content: '\e807'; }
/* '' */
.clfacebook:before { content: '\e808'; }
/* '' */
.clclose:before { content: '\e809'; }
/* '' */
html, body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 38 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 900;
}
.entry-content h1, .block-editor-block-list__layout h1, #content h1{
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 782px){

  .entry-content h1, .block-editor-block-list__layout h1, #content h1{
    font-size: 6rem;
    line-height: 1;
  }
}
.entry-content h2, .block-editor-block-list__layout h2, #content h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2;
}
@media (min-width: 782px){

  .entry-content h2, .block-editor-block-list__layout h2, #content h2{
    font-size: 46px;
  }
}
.entry-content h3, .block-editor-block-list__layout h3, #content h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2;
}
@media (min-width: 782px){

  .entry-content h3, .block-editor-block-list__layout h3, #content h3{
    font-size: 50px;
  }
}
.entry-content h4, .block-editor-block-list__layout h4, #content h4{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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, #content p a, #content ul a, #content ol a{
  --tw-text-opacity: 1;
  color: rgb(34 167 197 / 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, #content p a:hover, #content ul a:hover, #content 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, #content p, #content ul, #content ol{
  margin-bottom: 1.5rem;
}
.entry-content p:last-child, .entry-content ul:last-child, .entry-content ol:last-child, .block-editor-block-list__layout p:last-child, .block-editor-block-list__layout ul:last-child, .block-editor-block-list__layout ol:last-child, #content p:last-child, #content ul:last-child, #content ol:last-child{
  margin-bottom: 0px;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li, #content ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li, #content ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.atp-reflect {
        -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .1));
}
.button{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 782px){

  .button{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.button span{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
iframe{
  max-width: 100%;
}
#home-form .gform_wrapper{
  width: 100%;
}
.gform-theme--api, .gform-theme--foundation {
    
    --gf-form-gap-y: 1rem !important;
    --gf-color-primary: #FFF !important;
    --gf-color-in-ctrl-primary: #FFF !important;
    --gf-ctrl-label-color-secondary: #9F9F9F !important;
    
}
#page .gfrom_fields {
        row-gap: 2rem;
    }
#page .gfield input[type="text"], #page .gfield input[type="email"], #page .gfield input[type="tel"], #page .gfield select, #page .gfield textarea{
  min-height: 45px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 219 227 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 38 62 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 782px){

  #page .gfield input[type="text"], #page .gfield input[type="email"], #page .gfield input[type="tel"], #page .gfield select, #page .gfield textarea{
    min-height: 65px;
    padding: 2rem;
  }
}
#page .gfield input[type="text"]::-moz-placeholder, #page .gfield input[type="email"]::-moz-placeholder, #page .gfield input[type="tel"]::-moz-placeholder, #page .gfield select::-moz-placeholder, #page .gfield textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
#page .gfield input[type="text"]::placeholder, #page .gfield input[type="email"]::placeholder, #page .gfield input[type="tel"]::placeholder, #page .gfield select::placeholder, #page .gfield textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
#page .gfield input[type="checkbox"]{
  border-width: 2px;
  border-color: rgb(255 255 255 / 0.6);
  background-color: transparent;
  accent-color: #22A7C5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#page .gfield input[type="checkbox"]:before{
  --tw-text-opacity: 1;
  color: rgb(34 167 197 / var(--tw-text-opacity));
}
#page input.gform_button{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  min-height: 45px;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 167 197 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px){

  #page input.gform_button{
    min-height: 65px;
    padding: 1rem;
  }
}
#page input.gform_button:focus{
  border-style: none;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#page input.gform_button:before {
            content: 'ss';
        }
#page .gform_validation_errors{
  margin-top: 1.5rem;
}
#page .gform-field-label a, #page .gform-field-label a:hover{
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(159 159 159 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
}
#page .gform_submission_error{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 38 62 / var(--tw-text-opacity));
}
#page .gform_confirmation_message{
  margin-top: 8rem;
  margin-bottom: 7rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-scroll{
  overflow: hidden;
}
.gform_wrapper small{
  --tw-text-opacity: 1;
  color: rgb(22 38 62 / var(--tw-text-opacity));
}
.footer-sponsors{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-sponsors h4{
  margin-top: 5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.footer-sponsors img{
  height: 100px;
  width: auto;
}
@media (min-width: 782px){

  .footer-sponsors img{
    height: 140px;
  }
}
#page .section-form{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
#page .section-form .wrap{
  margin: auto;
  padding: 1rem;
}
@media (min-width: 782px){

  #page .section-form .wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#page .section-form h2{
  margin-bottom: 0px;
  text-align: center;
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 782px){

  #page .section-form h2{
    font-size: 82px;
  }
}
#page .section-form h3{
  margin: 0px;
  text-align: center;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(239 229 43 / var(--tw-text-opacity));
}
@media (min-width: 782px){

  #page .section-form h3{
    font-size: 35px;
  }
}
#page .section-form .disclaimer{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
@media (min-width: 782px){

  #page .section-form .disclaimer{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
#page .section-form .disclaimer a, #page .section-form .disclaimer a:hover{
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(159 159 159 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline;
}
#page .section-form .gform_wrapper{
  margin: auto;
  max-width: 500px;
}
@media (min-width: 782px){

  #page .section-form .gform_wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#page .section-form .gform_wrapper {
        --gf-form-footer-margin-y-start: 0.8rem;
    }
#page .section-form .gform_wrapper h2.gform_submission_error{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
            color: var(--gf-color-danger);
}
#page .section-form .gform_wrapper h2.gform_submission_error .gform-icon--circle-error{
  margin: auto;
}
#page .section-form .gform_wrapper input[type="email"]{
  text-align: center;
}
.section-event-info{
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.section-event-info .wrap{
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 782px){

  .section-event-info .wrap{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section-event-info img{
  margin-bottom: 1rem;
  width: auto;
}
@media (min-width: 782px){

  .section-event-info img{
    height: 71px;
  }
}
.section-event-info h2{
  margin-bottom: 0px !important;
  text-align: center;
  line-height: 0.75 !important;
}
.sponsor-row .sponsor{
  margin-left: 1rem;
  margin-right: 1rem;
}
.fade-on-scroll{
  opacity: 0;
}
#header{
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 40;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
@media (min-width: 782px){

  #header{
    padding: 1.5rem;
  }
}
#header .head-blur::after {
        content: '';
        backdrop-filter: blur(5px); /* la magia del blur */
        -webkit-backdrop-filter: blur(5px); /* supporto Safari */ position: absolute; top: 0px; z-index: 0; height: 100%; width: 100%; background-color: rgb(0 0 0 / 0.45);
    }
#header.pinned{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#header.pinned .btn-scroll-down{
  display: none;
}
@media (min-width: 1280px){

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

  @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: 1280px){

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

  @media (min-width: 1660px){

    .lg\:container{
      max-width: 1660px;
    }
  }
}
@media (min-width: 782px){

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:h-screen{
    height: 100vh;
  }

  .md\:min-h-\[65px\]{
    min-height: 65px;
  }

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

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

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

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:border-0{
    border-width: 0px;
  }

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

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

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

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px){

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

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

