@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700&display=swap);
/*
! tailwindcss v3.2.4 | 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: currentColor; /* 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.
*/html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
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. 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@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: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.visible{
  visibility: visible;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.sticky{
  position: sticky;
}.top-0{
  top: 0px;
}.z-20{
  z-index: 20;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-start-2{
  grid-column-start: 2;
}.row-start-6{
  grid-row-start: 6;
}.row-start-7{
  grid-row-start: 7;
}.row-start-2{
  grid-row-start: 2;
}.row-start-4{
  grid-row-start: 4;
}.row-start-1{
  grid-row-start: 1;
}.m-auto{
  margin: auto;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.-mt-20{
  margin-top: -5rem;
}.mt-10{
  margin-top: 2.5rem;
}.-ml-7{
  margin-left: -1.75rem;
}.mt-24{
  margin-top: 6rem;
}.mt-8{
  margin-top: 2rem;
}.mb-9{
  margin-bottom: 2.25rem;
}.ml-3{
  margin-left: 0.75rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-20{
  margin-top: 5rem;
}.mt-5{
  margin-top: 1.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.ml-7{
  margin-left: 1.75rem;
}.-mr-5{
  margin-right: -1.25rem;
}.ml-5{
  margin-left: 1.25rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-4{
  margin-bottom: 1rem;
}.mr-2{
  margin-right: 0.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.mt-44{
  margin-top: 11rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mt-4{
  margin-top: 1rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mt-1{
  margin-top: 0.25rem;
}.ml-4{
  margin-left: 1rem;
}.mt-3{
  margin-top: 0.75rem;
}.mr-3{
  margin-right: 0.75rem;
}.-mt-24{
  margin-top: -6rem;
}.mt-28{
  margin-top: 7rem;
}.mt-56{
  margin-top: 14rem;
}.mr-16{
  margin-right: 4rem;
}.mt-80{
  margin-top: 20rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-0{
  margin-top: 0px;
}.-mt-1{
  margin-top: -0.25rem;
}.ml-6{
  margin-left: 1.5rem;
}.mt-52{
  margin-top: 13rem;
}.mr-5{
  margin-right: 1.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-6{
  margin-top: 1.5rem;
}.mr-8{
  margin-right: 2rem;
}.box-content{
  box-sizing: content-box;
}.block{
  display: block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.h-28{
  height: 7rem;
}.h-36{
  height: 9rem;
}.h-24{
  height: 6rem;
}.h-20{
  height: 5rem;
}.h-40{
  height: 10rem;
}.h-2\/5{
  height: 40%;
}.h-auto{
  height: auto;
}.h-80{
  height: 20rem;
}.h-\[6rem\]{
  height: 6rem;
}.h-14{
  height: 3.5rem;
}.h-9{
  height: 2.25rem;
}.h-full{
  height: 100%;
}.max-h-max{
  max-height: -moz-max-content;
  max-height: max-content;
}.max-h-48{
  max-height: 12rem;
}.w-4\/5{
  width: 80%;
}.w-48{
  width: 12rem;
}.w-60{
  width: 15rem;
}.w-6{
  width: 1.5rem;
}.w-full{
  width: 100%;
}.w-32{
  width: 8rem;
}.w-64{
  width: 16rem;
}.w-7{
  width: 1.75rem;
}.w-auto{
  width: auto;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-10{
  max-width: 10rem;
}.max-w-lg{
  max-width: 32rem;
}.max-w-3xl{
  max-width: 48rem;
}.flex-1{
  flex: 1 1 0%;
}.list-inside{
  list-style-position: inside;
}.grid-flow-row{
  grid-auto-flow: row;
}.grid-flow-col{
  grid-auto-flow: column;
}.auto-rows-max{
  grid-auto-rows: max-content;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.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;
}.justify-evenly{
  justify-content: space-evenly;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-10{
  gap: 2.5rem;
}.gap-8{
  gap: 2rem;
}.gap-2{
  gap: 0.5rem;
}.gap-0{
  gap: 0px;
}.gap-9{
  gap: 2.25rem;
}.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.overflow-hidden{
  overflow: hidden;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-full{
  border-radius: 9999px;
}.border{
  border-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}.bg-\[\#444444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}.bg-gray\/20{
  background-color: rgb(112 112 112 / 0.2);
}.bg-blue\/90{
  background-color: rgb(1 1 58 / 0.9);
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}.bg-mate-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity));
}.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 58 / var(--tw-bg-opacity));
}.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}.bg-black-default{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black-strong{
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 26 / var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-coral{
  --tw-bg-opacity: 1;
  background-color: rgb(238 65 86 / var(--tw-bg-opacity));
}.bg-\[\#003664\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 100 / var(--tw-bg-opacity));
}.bg-sky-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(44 188 229 / var(--tw-bg-opacity));
}.bg-sky-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(28 139 187 / var(--tw-bg-opacity));
}.bg-green-moss{
  --tw-bg-opacity: 1;
  background-color: rgb(123 144 103 / var(--tw-bg-opacity));
}.bg-board{
  --tw-bg-opacity: 1;
  background-color: rgb(144 24 114 / var(--tw-bg-opacity));
}.bg-sky-blue-skybrary{
  --tw-bg-opacity: 1;
  background-color: rgb(66 169 188 / var(--tw-bg-opacity));
}.bg-sky-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(28 171 226 / var(--tw-bg-opacity));
}.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 91 / var(--tw-bg-opacity));
}.bg-cover{
  background-size: cover;
}.fill-current{
  fill: currentColor;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-10{
  padding: 2.5rem;
}.p-7{
  padding: 1.75rem;
}.p-8{
  padding: 2rem;
}.p-6{
  padding: 1.5rem;
}.p-12{
  padding: 3rem;
}.p-0{
  padding: 0px;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-8{
  padding-top: 2rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pl-4{
  padding-left: 1rem;
}.pr-6{
  padding-right: 1.5rem;
}.pl-6{
  padding-left: 1.5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-20{
  padding-top: 5rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-6{
  padding-top: 1.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pt-4{
  padding-top: 1rem;
}.pb-7{
  padding-bottom: 1.75rem;
}.pt-7{
  padding-top: 1.75rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-start{
  text-align: start;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-8xl{
  font-size: 6rem;
  line-height: 1;
}.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.font-bold{
  font-weight: 700;
}.font-semibold{
  font-weight: 600;
}.font-normal{
  font-weight: 400;
}.font-medium{
  font-weight: 500;
}.uppercase{
  text-transform: uppercase;
}.capitalize{
  text-transform: capitalize;
}.normal-case{
  text-transform: none;
}.italic{
  font-style: italic;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-mate-orange{
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity));
}.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(0 186 238 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}.text-sky-blue-skybrary{
  --tw-text-opacity: 1;
  color: rgb(66 169 188 / var(--tw-text-opacity));
}.no-underline{
  text-decoration-line: none;
}.opacity-100{
  opacity: 1;
}.opacity-90{
  opacity: 0.9;
}.opacity-97{
  opacity: 0.97;
}.opacity-80{
  opacity: 0.8;
}.outline{
  outline-style: solid;
}.outline-2{
  outline-width: 2px;
}.outline-mate-orange{
  outline-color: #F26522;
}.duration-200{
  transition-duration: 200ms;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}body {
  font-family: 'Montserrat', Regular;
  color: white;
}.bg-navbar {
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: top .6s;
  overflow: hidden;
  z-index: 9999;
}.bg-navbar-success {
  background: black;
}.bg-home {
  background-image: url('/assets/images/background/hero-home.jpg');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 102vh;
}.bg-about {
  background-color: #111;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url('/assets/images/background/about-us.jpg');
}.bg-hire-us {
  background-image: url('/assets/images/background/hire-us-bg.jpg');
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-work-with-us {
  background-image: url('/assets/images/background/work-with-us-hero-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-work {
  background-image: url('/assets/images/background/how-we-work.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-success-stories {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/images/background/banner-success-stories.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-learn {
  background-image:
    linear-gradient(180deg, rgba(37,37,37,1) 0%, rgba(14,14,14,0.26512611880689774) 25%),
    url('/assets/images/background/learn.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-open-positions {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/assets/images/background/open-positions-hero.jpg');
  background-size: cover;
  background-position: center;
}.bg-404 {
  background-image:
    linear-gradient(180deg, rgba(37,37,37,1) 0%, rgba(14,14,14,0.26512611880689774) 10%),
    url('/assets/images/background/404.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}.bg-electronic-arts {
  background-image: url('/assets/images/body/ea-desktop.png');
  width: 100%;
  background-position-x: 50%;
}.bg-electronic-arts-hero {
  background: transparent linear-gradient(43deg, #CB2EAB 0%, #9627DE 100%) 0% 0% no-repeat padding-box;
}.bg-skybrary {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30%;
     object-position: 30%;
}.background-empatico {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.motion-picture-platform {
  width: 720px;
  height: auto;
}.motion-picture-logo {
  height: 75px;
  width: 375px;
}.apple-logo {
  width: 102px;
  height: 120px;
}.apple-video {
  width: 1120px;
  height: 630px;
}.hiberus-body {
  height: 790px;
  width: auto;
}.left {
  float: left;
}.right {
  float: right;
}.box-text {
  margin-top: 10rem;
}.menu {
  height: 100vh;
}.icon-white {
  filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(5deg) brightness(106%) contrast(100%);
}.icon-white path {
  fill: white;
}.sticky {
  position: sticky;
  top: 0;
}.index-genies {
  z-index: -100;
}@media (max-width: 1023px) {
  .bg-electronic-arts {
    background-image: url('/assets/images/body/ea-mobile.png');
    width: 100%;
    min-height: 450px;
    background-position-y: 25%;
    background-size: cover;
  }

  .bg-success-stories {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/images/background/banner-success-stories@0.5x.webp');
  }

  .apple-logo {
    width: 85px;
    height: 100px;
  }

  .apple-video {
    width: 840px;
    height: 473px;
  }
}@media (max-width: 640px) {
  .bg-home {
    width: 100%;
    height: 890px;
    background-image: url('/assets/images/background/hero-home.jpg');
    background-size: cover;
    background-position: left center;
  }

  .bg-about {
    height: 100%;
    background-image: url('/assets/images/background/about-us.jpg');
    background-size: auto 100%;
    background-attachment: fixed;
  }

  .bg-hire-us {
    background-position: 50% -15%;
    background-size: auto 100%;
  }

  .bg-work-with-us {
    height: 790px;
    background-position: 50% -15%;
    background-size: auto 100%;
  }

  .bg-work {
    width: 100%;
    height: 790px;
    background-position-x: 38%;
    background-position-y: 76%;
  }

  .bg-success-stories {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/images/background/banner-success-stories@1000px.webp');
  }

  .bg-learn {
    background-position-x: 38%;
  }

  .bg-open-positions {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .bg-404 {
    background-image:
      linear-gradient(180deg, rgba(37,37,37,1) 0%, rgba(14,14,14,0.26512611880689774) 30%),
      url('/assets/images/background/404.jpg');
  }

  .bg-electronic-arts {
    background-image: url('/assets/images/body/ea-mobile.png');
    width: 100%;
    min-height: 364px;
    background-position-x: 50%;
  }

  .motion-picture-logo {
    height: 59px;
    width: 300px;
  }

  .img-mobile-cleo {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
  }

  .bg-unicef-mobile {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .hiberus {
    height: 307px;
    width: 315px;
  }

  .hiberus-logo {
    height: 75px;
    width: 300px;
  }

  .hiberus-body {
    height: 616px;
    width: auto;
  }

  .apple-logo {
    width: 68px;
    height: 80px;
  }

  .apple-video {
    width: 560px;
    height: 315px;
  }

  .ea-arch {
    width: 100%;
    height: auto;
  }

  .skybrary-picture-head {
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}.color-yellow {
 background-color: #F8E600;
}.color-black {
 background-color: #262323
}.soldier {
  position: absolute;
  bottom: 0;
  right: -10vw;
  width: 96px;
  height: 240px;
}.soldier:nth-child(1) {
  animation: go 10s linear infinite;
}.soldier:nth-child(2) {
  animation: go 10s 1s linear infinite;
}.soldier:nth-child(3) {
  animation: go 10s 2s linear infinite;
}.soldier:nth-child(4) {
  animation: go 10s 3s linear infinite;
}@media (max-width: 480px) {
  .soldier:nth-child(1) {
    display: block;
 }
}.soldier:before {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  animation: anim 1s ease infinite;
  box-shadow: 0 0 0px transparent, 24px 0 0px #eefff8, 32px 0 0px #eefff8, 40px 0 0px #eefff8, 48px 0 0px #eefff8, 56px 0 0px #eefff8, 16px 8px 0px #eefff8, 24px 8px 0px #c0cacd, 32px 8px 0px #eefff8, 40px 8px 0px #eefff8, 48px 8px 0px #eefff8, 56px 8px 0px #eefff8, 64px 8px 0px #eefff8, 16px 16px 0px #eefff8, 24px 16px 0px #eefff8, 32px 16px 0px #eefff8, 40px 16px 0px #27193d, 48px 16px 0px #27193d, 56px 16px 0px #27193d, 64px 16px 0px #889, 16px 24px 0px #eefff8, 24px 24px 0px #c0cacd, 32px 24px 0px #c0cacd, 40px 24px 0px #eefff8, 48px 24px 0px #eefff8, 56px 24px 0px #27193d, 64px 24px 0px #27193d, 72px 24px 0px #889, 8px 32px 0px #c0cacd, 16px 32px 0px #eefff8, 24px 32px 0px #c0cacd, 32px 32px 0px #889, 40px 32px 0px #eefff8, 48px 32px 0px #eefff8, 56px 32px 0px #eefff8, 64px 32px 0px #eefff8, 72px 32px 0px #c0cacd, 8px 40px 0px #eefff8, 16px 40px 0px #eefff8, 24px 40px 0px #eefff8, 32px 40px 0px #eefff8, 40px 40px 0px #eefff8, 48px 40px 0px #eefff8, 56px 40px 0px #eefff8, 64px 40px 0px #889, 72px 40px 0px #27193d, 8px 48px 0px #eefff8, 16px 48px 0px #c0cacd, 24px 48px 0px #c0cacd, 32px 48px 0px #c0cacd, 40px 48px 0px #c0cacd, 48px 48px 0px #c0cacd, 56px 48px 0px #c0cacd, 64px 48px 0px #c0cacd, 72px 48px 0px #889, 16px 56px 0px #eefff8, 24px 56px 0px #c0cacd, 32px 56px 0px #6b657e, 40px 56px 0px #c0cacd, 48px 56px 0px #c0cacd, 56px 56px 0px #c0cacd, 64px 56px 0px #eefff8, 72px 56px 0px #eefff8, 24px 64px 0px #6b657e, 32px 64px 0px #27193d, 40px 64px 0px #27193d, 48px 64px 0px #27193d, 56px 64px 0px #27193d, 24px 72px 0px #c0cacd, 32px 72px 0px #eefff8, 40px 72px 0px #27193d, 48px 72px 0px #eefff8, 56px 72px 0px #eefff8, 64px 72px 0px #eefff8, 24px 80px 0px #eefff8, 32px 80px 0px #eefff8, 40px 80px 0px #eefff8, 48px 80px 0px #889, 56px 80px 0px #c0cacd, 64px 80px 0px #eefff8, 72px 80px 0px #c0cacd, 32px 88px 0px #eefff8, 40px 88px 0px #eefff8, 48px 88px 0px #889, 56px 88px 0px #c0cacd, 64px 88px 0px #c0cacd, 72px 88px 0px #eefff8, 32px 96px 0px #eefff8, 40px 96px 0px #eefff8, 48px 96px 0px #889, 56px 96px 0px #c0cacd, 64px 96px 0px #889, 72px 96px 0px #889, 80px 96px 0px #eefff8, 88px 96px 0px #eefff8, 32px 104px 0px #c0cacd, 40px 104px 0px #eefff8, 48px 104px 0px #eefff8, 56px 104px 0px #889, 64px 104px 0px #eefff8, 72px 104px 0px #eefff8, 80px 104px 0px #eefff8, 88px 104px 0px #eefff8, 32px 112px 0px #889, 40px 112px 0px #c0cacd, 48px 112px 0px #27193d, 56px 112px 0px #eefff8, 64px 112px 0px #eefff8, 72px 112px 0px #27193d, 32px 120px 0px #889, 40px 120px 0px #27193d, 48px 120px 0px #c0cacd, 56px 120px 0px #eefff8, 64px 120px 0px #27193d, 72px 120px 0px #889, 40px 128px 0px #889, 48px 128px 0px #27193d, 56px 128px 0px #27193d, 64px 128px 0px #27193d, 72px 128px 0px #889, 32px 136px 0px #889, 40px 136px 0px #eefff8, 48px 136px 0px #eefff8, 56px 136px 0px #eefff8, 64px 136px 0px #c0cacd, 72px 136px 0px #c0cacd, 32px 144px 0px #c0cacd, 40px 144px 0px #eefff8, 48px 144px 0px #eefff8, 56px 144px 0px #c0cacd, 64px 144px 0px #c0cacd, 72px 144px 0px #c0cacd, 80px 144px 0px #eefff8, 32px 152px 0px #eefff8, 40px 152px 0px #eefff8, 48px 152px 0px #eefff8, 64px 152px 0px #889, 72px 152px 0px #c0cacd, 80px 152px 0px #eefff8, 32px 160px 0px #eefff8, 40px 160px 0px #eefff8, 48px 160px 0px #eefff8, 64px 160px 0px #889, 72px 160px 0px #c0cacd, 80px 160px 0px #eefff8, 32px 168px 0px #eefff8, 40px 168px 0px #eefff8, 48px 168px 0px #eefff8, 64px 168px 0px #889, 72px 168px 0px #c0cacd, 80px 168px 0px #eefff8, 32px 176px 0px #27193d, 40px 176px 0px #27193d, 48px 176px 0px #27193d, 64px 176px 0px #889, 72px 176px 0px #27193d, 80px 176px 0px #27193d, 32px 184px 0px #eefff8, 40px 184px 0px #eefff8, 48px 184px 0px #27193d, 64px 184px 0px #27193d, 72px 184px 0px #27193d, 80px 184px 0px #27193d, 32px 192px 0px #eefff8, 40px 192px 0px #c0cacd, 48px 192px 0px #c0cacd, 64px 192px 0px #889, 72px 192px 0px #c0cacd, 24px 200px 0px #eefff8, 32px 200px 0px #c0cacd, 40px 200px 0px #c0cacd, 64px 200px 0px #889, 72px 200px 0px #c0cacd, 16px 208px 0px #eefff8, 24px 208px 0px #c0cacd, 32px 208px 0px #c0cacd, 64px 208px 0px #889, 72px 208px 0px #c0cacd, 8px 216px 0px #889, 16px 216px 0px #eefff8, 24px 216px 0px #c0cacd, 64px 216px 0px #889, 72px 216px 0px #eefff8, 16px 224px 0px #889, 24px 224px 0px #eefff8, 64px 224px 0px #889, 72px 224px 0px #c0cacd, 80px 224px 0px #eefff8, 8px 232px 0px #889, 16px 232px 0px #889, 24px 232px 0px #27193d, 32px 232px 0px #eefff8, 40px 232px 0px #889, 48px 232px 0px #889, 64px 232px 0px #27193d, 72px 232px 0px #27193d, 80px 232px 0px #889, 88px 232px 0px #eefff8, 96px 232px 0px #889;
}@keyframes anim {
  0% {
    box-shadow: 0 0 0px transparent, 32px 0 0px #eefff8, 40px 0 0px #eefff8, 48px 0 0px #eefff8, 56px 0 0px #eefff8, 64px 0 0px #eefff8, 24px 8px 0px #eefff8, 32px 8px 0px #eefff8, 40px 8px 0px #eefff8, 48px 8px 0px #eefff8, 56px 8px 0px #eefff8, 64px 8px 0px #eefff8, 72px 8px 0px #eefff8, 24px 16px 0px #eefff8, 32px 16px 0px #eefff8, 40px 16px 0px #c0cacd, 48px 16px 0px #27193d, 56px 16px 0px #27193d, 64px 16px 0px #889, 72px 16px 0px #889, 24px 24px 0px #eefff8, 32px 24px 0px #c0cacd, 40px 24px 0px #c0cacd, 48px 24px 0px #eefff8, 56px 24px 0px #eefff8, 64px 24px 0px #27193d, 72px 24px 0px #27193d, 80px 24px 0px #889, 16px 32px 0px #c0cacd, 24px 32px 0px #eefff8, 32px 32px 0px #c0cacd, 40px 32px 0px #27193d, 48px 32px 0px #eefff8, 56px 32px 0px #eefff8, 64px 32px 0px #eefff8, 72px 32px 0px #eefff8, 80px 32px 0px #c0cacd, 16px 40px 0px #eefff8, 24px 40px 0px #eefff8, 32px 40px 0px #eefff8, 40px 40px 0px #eefff8, 48px 40px 0px #eefff8, 56px 40px 0px #eefff8, 64px 40px 0px #eefff8, 72px 40px 0px #27193d, 80px 40px 0px #27193d, 16px 48px 0px #c0cacd, 24px 48px 0px #eefff8, 32px 48px 0px #eefff8, 40px 48px 0px #eefff8, 48px 48px 0px #c0cacd, 56px 48px 0px #c0cacd, 64px 48px 0px #c0cacd, 72px 48px 0px #c0cacd, 80px 48px 0px #889, 24px 56px 0px #c0cacd, 32px 56px 0px #c0cacd, 40px 56px 0px #c0cacd, 48px 56px 0px #c0cacd, 56px 56px 0px #c0cacd, 64px 56px 0px #c0cacd, 72px 56px 0px #eefff8, 80px 56px 0px #eefff8, 32px 64px 0px #27193d, 40px 64px 0px #27193d, 48px 64px 0px #27193d, 56px 64px 0px #27193d, 64px 64px 0px #889, 24px 72px 0px #c0cacd, 32px 72px 0px #eefff8, 40px 72px 0px #eefff8, 48px 72px 0px #889, 56px 72px 0px #c0cacd, 64px 72px 0px #eefff8, 72px 72px 0px #c0cacd, 24px 80px 0px #eefff8, 32px 80px 0px #eefff8, 40px 80px 0px #eefff8, 48px 80px 0px #889, 56px 80px 0px #c0cacd, 64px 80px 0px #c0cacd, 72px 80px 0px #eefff8, 24px 88px 0px #eefff8, 32px 88px 0px #eefff8, 40px 88px 0px #eefff8, 48px 88px 0px #889, 56px 88px 0px #c0cacd, 64px 88px 0px #889, 72px 88px 0px #c0cacd, 24px 96px 0px #eefff8, 32px 96px 0px #eefff8, 40px 96px 0px #eefff8, 48px 96px 0px #889, 56px 96px 0px #c0cacd, 64px 96px 0px #c0cacd, 72px 96px 0px #eefff8, 24px 104px 0px #c0cacd, 32px 104px 0px #eefff8, 40px 104px 0px #27193d, 48px 104px 0px #889, 56px 104px 0px #c0cacd, 64px 104px 0px #c0cacd, 72px 104px 0px #eefff8, 24px 112px 0px #27193d, 32px 112px 0px #27193d, 40px 112px 0px #27193d, 48px 112px 0px #889, 56px 112px 0px #c0cacd, 64px 112px 0px #eefff8, 72px 112px 0px #eefff8, 32px 120px 0px #eefff8, 40px 120px 0px #c0cacd, 48px 120px 0px #889, 56px 120px 0px #c0cacd, 64px 120px 0px #c0cacd, 72px 120px 0px #c0cacd, 80px 120px 0px #c0cacd, 32px 128px 0px #eefff8, 40px 128px 0px #eefff8, 48px 128px 0px #c0cacd, 56px 128px 0px #889, 64px 128px 0px #889, 72px 128px 0px #889, 80px 128px 0px #889, 88px 128px 0px #c0cacd, 32px 136px 0px #27193d, 40px 136px 0px #eefff8, 48px 136px 0px #c0cacd, 56px 136px 0px #889, 64px 136px 0px #eefff8, 72px 136px 0px #889, 80px 136px 0px #889, 88px 136px 0px #889, 32px 144px 0px #27193d, 40px 144px 0px #eefff8, 48px 144px 0px #c0cacd, 56px 144px 0px #889, 64px 144px 0px #eefff8, 72px 144px 0px #889, 40px 152px 0px #27193d, 48px 152px 0px #27193d, 56px 152px 0px #eefff8, 64px 152px 0px #eefff8, 72px 152px 0px #889, 40px 160px 0px #889, 48px 160px 0px #c0cacd, 56px 160px 0px #eefff8, 64px 160px 0px #eefff8, 72px 160px 0px #889, 40px 168px 0px #889, 48px 168px 0px #c0cacd, 56px 168px 0px #eefff8, 64px 168px 0px #eefff8, 72px 168px 0px #889, 40px 176px 0px #27193d, 48px 176px 0px #c0cacd, 56px 176px 0px #eefff8, 64px 176px 0px #27193d, 72px 176px 0px #27193d, 40px 184px 0px #27193d, 48px 184px 0px #c0cacd, 56px 184px 0px #27193d, 64px 184px 0px #27193d, 40px 192px 0px #889, 48px 192px 0px #27193d, 56px 192px 0px #eefff8, 64px 192px 0px #eefff8, 40px 200px 0px #889, 48px 200px 0px #27193d, 56px 200px 0px #c0cacd, 64px 200px 0px #eefff8, 32px 208px 0px #889, 40px 208px 0px #889, 48px 208px 0px #889, 56px 208px 0px #c0cacd, 64px 208px 0px #eefff8, 24px 216px 0px #27193d, 32px 216px 0px #889, 40px 216px 0px #c0cacd, 48px 216px 0px #a0a4af, 56px 216px 0px #889, 64px 216px 0px #eefff8, 24px 224px 0px #27193d, 32px 224px 0px #889, 40px 224px 0px #889, 48px 224px 0px #a0a4af, 56px 224px 0px #889, 64px 224px 0px #c0cacd, 72px 224px 0px #eefff8, 24px 232px 0px #889, 32px 232px 0px #27193d, 40px 232px 0px #27193d, 48px 232px 0px #c0cacd, 56px 232px 0px #27193d, 64px 232px 0px #c0cacd, 72px 232px 0px #eefff8, 80px 232px 0px #eefff8, 88px 232px 0px #889, 96px 232px 0px #889;
 }
  33% {
    box-shadow: 0 0 0px transparent, 32px 0 0px #eefff8, 40px 0 0px #eefff8, 48px 0 0px #eefff8, 56px 0 0px #eefff8, 64px 0 0px #eefff8, 24px 8px 0px #eefff8, 32px 8px 0px #c0cacd, 40px 8px 0px #eefff8, 48px 8px 0px #eefff8, 56px 8px 0px #eefff8, 64px 8px 0px #eefff8, 72px 8px 0px #eefff8, 24px 16px 0px #eefff8, 32px 16px 0px #eefff8, 40px 16px 0px #eefff8, 48px 16px 0px #27193d, 56px 16px 0px #27193d, 64px 16px 0px #27193d, 72px 16px 0px #889, 24px 24px 0px #eefff8, 32px 24px 0px #c0cacd, 40px 24px 0px #c0cacd, 48px 24px 0px #eefff8, 56px 24px 0px #eefff8, 64px 24px 0px #27193d, 72px 24px 0px #27193d, 80px 24px 0px #889, 16px 32px 0px #c0cacd, 24px 32px 0px #eefff8, 32px 32px 0px #c0cacd, 40px 32px 0px #889, 48px 32px 0px #eefff8, 56px 32px 0px #eefff8, 64px 32px 0px #eefff8, 72px 32px 0px #eefff8, 80px 32px 0px #c0cacd, 16px 40px 0px #eefff8, 24px 40px 0px #eefff8, 32px 40px 0px #eefff8, 40px 40px 0px #eefff8, 48px 40px 0px #eefff8, 56px 40px 0px #eefff8, 64px 40px 0px #eefff8, 72px 40px 0px #889, 80px 40px 0px #27193d, 16px 48px 0px #c0cacd, 24px 48px 0px #c0cacd, 32px 48px 0px #c0cacd, 40px 48px 0px #c0cacd, 48px 48px 0px #c0cacd, 56px 48px 0px #c0cacd, 64px 48px 0px #c0cacd, 72px 48px 0px #c0cacd, 80px 48px 0px #889, 24px 56px 0px #c0cacd, 32px 56px 0px #c0cacd, 40px 56px 0px #6b657e, 48px 56px 0px #c0cacd, 56px 56px 0px #c0cacd, 64px 56px 0px #c0cacd, 72px 56px 0px #eefff8, 80px 56px 0px #eefff8, 32px 64px 0px #6b657e, 40px 64px 0px #27193d, 48px 64px 0px #27193d, 56px 64px 0px #27193d, 64px 64px 0px #27193d, 24px 72px 0px #eefff8, 32px 72px 0px #eefff8, 40px 72px 0px #27193d, 48px 72px 0px #eefff8, 56px 72px 0px #eefff8, 64px 72px 0px #eefff8, 24px 80px 0px #eefff8, 32px 80px 0px #eefff8, 40px 80px 0px #eefff8, 48px 80px 0px #27193d, 56px 80px 0px #c0cacd, 64px 80px 0px #eefff8, 72px 80px 0px #eefff8, 24px 88px 0px #c0cacd, 32px 88px 0px #eefff8, 40px 88px 0px #eefff8, 48px 88px 0px #889, 56px 88px 0px #c0cacd, 64px 88px 0px #eefff8, 72px 88px 0px #eefff8, 24px 96px 0px #c0cacd, 32px 96px 0px #eefff8, 40px 96px 0px #eefff8, 48px 96px 0px #889, 56px 96px 0px #c0cacd, 64px 96px 0px #c0cacd, 72px 96px 0px #eefff8, 24px 104px 0px #c0cacd, 32px 104px 0px #c0cacd, 40px 104px 0px #eefff8, 48px 104px 0px #889, 56px 104px 0px #889, 64px 104px 0px #c0cacd, 72px 104px 0px #eefff8, 32px 112px 0px #889, 40px 112px 0px #27193d, 48px 112px 0px #eefff8, 56px 112px 0px #eefff8, 64px 112px 0px #889, 72px 112px 0px #889, 32px 120px 0px #27193d, 40px 120px 0px #27193d, 48px 120px 0px #c0cacd, 56px 120px 0px #eefff8, 64px 120px 0px #eefff8, 72px 120px 0px #eefff8, 80px 120px 0px #eefff8, 40px 128px 0px #27193d, 48px 128px 0px #27193d, 56px 128px 0px #27193d, 64px 128px 0px #c0cacd, 72px 128px 0px #c0cacd, 80px 128px 0px #eefff8, 32px 136px 0px #c0cacd, 40px 136px 0px #eefff8, 48px 136px 0px #eefff8, 56px 136px 0px #27193d, 64px 136px 0px #27193d, 72px 136px 0px #eefff8, 32px 144px 0px #eefff8, 40px 144px 0px #eefff8, 48px 144px 0px #eefff8, 56px 144px 0px #c0cacd, 64px 144px 0px #889, 72px 144px 0px #889, 80px 144px 0px #eefff8, 32px 152px 0px #eefff8, 40px 152px 0px #eefff8, 48px 152px 0px #eefff8, 56px 152px 0px #c0cacd, 64px 152px 0px #889, 72px 152px 0px #889, 80px 152px 0px #eefff8, 32px 160px 0px #c0cacd, 40px 160px 0px #eefff8, 48px 160px 0px #c0cacd, 56px 160px 0px #c0cacd, 64px 160px 0px #27193d, 72px 160px 0px #889, 80px 160px 0px #889, 88px 160px 0px #eefff8, 32px 168px 0px #c0cacd, 40px 168px 0px #eefff8, 48px 168px 0px #c0cacd, 72px 168px 0px #27193d, 80px 168px 0px #889, 88px 168px 0px #27193d, 96px 168px 0px #27193d, 40px 176px 0px #889, 48px 176px 0px #27193d, 80px 176px 0px #27193d, 88px 176px 0px #27193d, 96px 176px 0px #27193d, 32px 184px 0px #889, 40px 184px 0px #27193d, 48px 184px 0px #27193d, 80px 184px 0px #889, 88px 184px 0px #889, 96px 184px 0px #c0cacd, 32px 192px 0px #eefff8, 40px 192px 0px #c0cacd, 48px 192px 0px #c0cacd, 72px 192px 0px #889, 80px 192px 0px #889, 88px 192px 0px #c0cacd, 32px 200px 0px #eefff8, 40px 200px 0px #c0cacd, 64px 200px 0px #889, 72px 200px 0px #889, 80px 200px 0px #c0cacd, 32px 208px 0px #eefff8, 40px 208px 0px #c0cacd, 64px 208px 0px #889, 72px 208px 0px #c0cacd, 80px 208px 0px #889, 32px 216px 0px #eefff8, 40px 216px 0px #c0cacd, 64px 216px 0px #889, 72px 216px 0px #889, 80px 216px 0px #c0cacd, 32px 224px 0px #eefff8, 40px 224px 0px #eefff8, 48px 224px 0px #eefff8, 72px 224px 0px #889, 80px 224px 0px #889, 88px 224px 0px #c0cacd, 32px 232px 0px #c0cacd, 40px 232px 0px #c0cacd, 48px 232px 0px #c0cacd, 56px 232px 0px #eefff8, 64px 232px 0px #889, 72px 232px 0px #889, 80px 232px 0px #27193d, 88px 232px 0px #27193d, 96px 232px 0px #889, 104px 232px 0px #889;
 }
  66% {
    box-shadow: 0 0 0px transparent, 24px 0 0px #eefff8, 32px 0 0px #eefff8, 40px 0 0px #eefff8, 48px 0 0px #eefff8, 56px 0 0px #eefff8, 16px 8px 0px #eefff8, 24px 8px 0px #c0cacd, 32px 8px 0px #eefff8, 40px 8px 0px #eefff8, 48px 8px 0px #eefff8, 56px 8px 0px #eefff8, 64px 8px 0px #eefff8, 16px 16px 0px #eefff8, 24px 16px 0px #eefff8, 32px 16px 0px #eefff8, 40px 16px 0px #27193d, 48px 16px 0px #27193d, 56px 16px 0px #27193d, 64px 16px 0px #889, 16px 24px 0px #eefff8, 24px 24px 0px #c0cacd, 32px 24px 0px #c0cacd, 40px 24px 0px #eefff8, 48px 24px 0px #eefff8, 56px 24px 0px #27193d, 64px 24px 0px #27193d, 72px 24px 0px #889, 8px 32px 0px #c0cacd, 16px 32px 0px #eefff8, 24px 32px 0px #c0cacd, 32px 32px 0px #889, 40px 32px 0px #eefff8, 48px 32px 0px #eefff8, 56px 32px 0px #eefff8, 64px 32px 0px #eefff8, 72px 32px 0px #c0cacd, 8px 40px 0px #eefff8, 16px 40px 0px #eefff8, 24px 40px 0px #eefff8, 32px 40px 0px #eefff8, 40px 40px 0px #eefff8, 48px 40px 0px #eefff8, 56px 40px 0px #eefff8, 64px 40px 0px #889, 72px 40px 0px #27193d, 8px 48px 0px #eefff8, 16px 48px 0px #c0cacd, 24px 48px 0px #c0cacd, 32px 48px 0px #c0cacd, 40px 48px 0px #c0cacd, 48px 48px 0px #c0cacd, 56px 48px 0px #c0cacd, 64px 48px 0px #c0cacd, 72px 48px 0px #889, 16px 56px 0px #eefff8, 24px 56px 0px #c0cacd, 32px 56px 0px #6b657e, 40px 56px 0px #c0cacd, 48px 56px 0px #c0cacd, 56px 56px 0px #c0cacd, 64px 56px 0px #eefff8, 72px 56px 0px #eefff8, 24px 64px 0px #6b657e, 32px 64px 0px #27193d, 40px 64px 0px #27193d, 48px 64px 0px #27193d, 56px 64px 0px #27193d, 24px 72px 0px #c0cacd, 32px 72px 0px #eefff8, 40px 72px 0px #27193d, 48px 72px 0px #eefff8, 56px 72px 0px #eefff8, 64px 72px 0px #eefff8, 24px 80px 0px #eefff8, 32px 80px 0px #eefff8, 40px 80px 0px #eefff8, 48px 80px 0px #889, 56px 80px 0px #c0cacd, 64px 80px 0px #eefff8, 72px 80px 0px #c0cacd, 32px 88px 0px #eefff8, 40px 88px 0px #eefff8, 48px 88px 0px #889, 56px 88px 0px #c0cacd, 64px 88px 0px #c0cacd, 72px 88px 0px #eefff8, 32px 96px 0px #eefff8, 40px 96px 0px #eefff8, 48px 96px 0px #889, 56px 96px 0px #c0cacd, 64px 96px 0px #889, 72px 96px 0px #889, 80px 96px 0px #eefff8, 88px 96px 0px #eefff8, 32px 104px 0px #c0cacd, 40px 104px 0px #eefff8, 48px 104px 0px #eefff8, 56px 104px 0px #889, 64px 104px 0px #eefff8, 72px 104px 0px #eefff8, 80px 104px 0px #eefff8, 88px 104px 0px #eefff8, 32px 112px 0px #889, 40px 112px 0px #c0cacd, 48px 112px 0px #27193d, 56px 112px 0px #eefff8, 64px 112px 0px #eefff8, 72px 112px 0px #27193d, 32px 120px 0px #889, 40px 120px 0px #27193d, 48px 120px 0px #c0cacd, 56px 120px 0px #eefff8, 64px 120px 0px #27193d, 72px 120px 0px #889, 40px 128px 0px #889, 48px 128px 0px #27193d, 56px 128px 0px #27193d, 64px 128px 0px #27193d, 72px 128px 0px #889, 32px 136px 0px #889, 40px 136px 0px #eefff8, 48px 136px 0px #eefff8, 56px 136px 0px #eefff8, 64px 136px 0px #c0cacd, 72px 136px 0px #c0cacd, 32px 144px 0px #c0cacd, 40px 144px 0px #eefff8, 48px 144px 0px #eefff8, 56px 144px 0px #c0cacd, 64px 144px 0px #c0cacd, 72px 144px 0px #c0cacd, 80px 144px 0px #eefff8, 32px 152px 0px #eefff8, 40px 152px 0px #eefff8, 48px 152px 0px #eefff8, 64px 152px 0px #889, 72px 152px 0px #c0cacd, 80px 152px 0px #eefff8, 32px 160px 0px #eefff8, 40px 160px 0px #eefff8, 48px 160px 0px #eefff8, 64px 160px 0px #889, 72px 160px 0px #c0cacd, 80px 160px 0px #eefff8, 32px 168px 0px #eefff8, 40px 168px 0px #eefff8, 48px 168px 0px #eefff8, 64px 168px 0px #889, 72px 168px 0px #c0cacd, 80px 168px 0px #eefff8, 32px 176px 0px #27193d, 40px 176px 0px #27193d, 48px 176px 0px #27193d, 64px 176px 0px #889, 72px 176px 0px #27193d, 80px 176px 0px #27193d, 32px 184px 0px #eefff8, 40px 184px 0px #eefff8, 48px 184px 0px #27193d, 64px 184px 0px #27193d, 72px 184px 0px #27193d, 80px 184px 0px #27193d, 32px 192px 0px #eefff8, 40px 192px 0px #c0cacd, 48px 192px 0px #c0cacd, 64px 192px 0px #889, 72px 192px 0px #c0cacd, 24px 200px 0px #eefff8, 32px 200px 0px #c0cacd, 40px 200px 0px #c0cacd, 64px 200px 0px #889, 72px 200px 0px #c0cacd, 16px 208px 0px #eefff8, 24px 208px 0px #c0cacd, 32px 208px 0px #c0cacd, 64px 208px 0px #889, 72px 208px 0px #c0cacd, 8px 216px 0px #889, 16px 216px 0px #eefff8, 24px 216px 0px #c0cacd, 64px 216px 0px #889, 72px 216px 0px #eefff8, 16px 224px 0px #889, 24px 224px 0px #eefff8, 64px 224px 0px #889, 72px 224px 0px #c0cacd, 80px 224px 0px #eefff8, 8px 232px 0px #889, 16px 232px 0px #889, 24px 232px 0px #27193d, 32px 232px 0px #eefff8, 40px 232px 0px #889, 48px 232px 0px #889, 64px 232px 0px #27193d, 72px 232px 0px #27193d, 80px 232px 0px #889, 88px 232px 0px #eefff8, 96px 232px 0px #889;
 }
  100% {
    box-shadow: 0 0 0px transparent, 32px 0 0px #eefff8, 40px 0 0px #eefff8, 48px 0 0px #eefff8, 56px 0 0px #eefff8, 64px 0 0px #eefff8, 24px 8px 0px #eefff8, 32px 8px 0px #eefff8, 40px 8px 0px #eefff8, 48px 8px 0px #eefff8, 56px 8px 0px #eefff8, 64px 8px 0px #eefff8, 72px 8px 0px #eefff8, 24px 16px 0px #eefff8, 32px 16px 0px #eefff8, 40px 16px 0px #c0cacd, 48px 16px 0px #27193d, 56px 16px 0px #27193d, 64px 16px 0px #889, 72px 16px 0px #889, 24px 24px 0px #eefff8, 32px 24px 0px #c0cacd, 40px 24px 0px #c0cacd, 48px 24px 0px #eefff8, 56px 24px 0px #eefff8, 64px 24px 0px #27193d, 72px 24px 0px #27193d, 80px 24px 0px #889, 16px 32px 0px #c0cacd, 24px 32px 0px #eefff8, 32px 32px 0px #c0cacd, 40px 32px 0px #27193d, 48px 32px 0px #eefff8, 56px 32px 0px #eefff8, 64px 32px 0px #eefff8, 72px 32px 0px #eefff8, 80px 32px 0px #c0cacd, 16px 40px 0px #eefff8, 24px 40px 0px #eefff8, 32px 40px 0px #eefff8, 40px 40px 0px #eefff8, 48px 40px 0px #eefff8, 56px 40px 0px #eefff8, 64px 40px 0px #eefff8, 72px 40px 0px #27193d, 80px 40px 0px #27193d, 16px 48px 0px #c0cacd, 24px 48px 0px #eefff8, 32px 48px 0px #eefff8, 40px 48px 0px #eefff8, 48px 48px 0px #c0cacd, 56px 48px 0px #c0cacd, 64px 48px 0px #c0cacd, 72px 48px 0px #c0cacd, 80px 48px 0px #889, 24px 56px 0px #c0cacd, 32px 56px 0px #c0cacd, 40px 56px 0px #c0cacd, 48px 56px 0px #c0cacd, 56px 56px 0px #c0cacd, 64px 56px 0px #c0cacd, 72px 56px 0px #eefff8, 80px 56px 0px #eefff8, 32px 64px 0px #27193d, 40px 64px 0px #27193d, 48px 64px 0px #27193d, 56px 64px 0px #27193d, 64px 64px 0px #889, 24px 72px 0px #c0cacd, 32px 72px 0px #eefff8, 40px 72px 0px #eefff8, 48px 72px 0px #889, 56px 72px 0px #c0cacd, 64px 72px 0px #eefff8, 72px 72px 0px #c0cacd, 24px 80px 0px #eefff8, 32px 80px 0px #eefff8, 40px 80px 0px #eefff8, 48px 80px 0px #889, 56px 80px 0px #c0cacd, 64px 80px 0px #c0cacd, 72px 80px 0px #eefff8, 24px 88px 0px #eefff8, 32px 88px 0px #eefff8, 40px 88px 0px #eefff8, 48px 88px 0px #889, 56px 88px 0px #c0cacd, 64px 88px 0px #889, 72px 88px 0px #c0cacd, 24px 96px 0px #eefff8, 32px 96px 0px #eefff8, 40px 96px 0px #eefff8, 48px 96px 0px #889, 56px 96px 0px #c0cacd, 64px 96px 0px #c0cacd, 72px 96px 0px #eefff8, 24px 104px 0px #c0cacd, 32px 104px 0px #eefff8, 40px 104px 0px #27193d, 48px 104px 0px #889, 56px 104px 0px #c0cacd, 64px 104px 0px #c0cacd, 72px 104px 0px #eefff8, 24px 112px 0px #27193d, 32px 112px 0px #27193d, 40px 112px 0px #27193d, 48px 112px 0px #889, 56px 112px 0px #c0cacd, 64px 112px 0px #eefff8, 72px 112px 0px #eefff8, 32px 120px 0px #eefff8, 40px 120px 0px #c0cacd, 48px 120px 0px #889, 56px 120px 0px #c0cacd, 64px 120px 0px #c0cacd, 72px 120px 0px #c0cacd, 80px 120px 0px #c0cacd, 32px 128px 0px #eefff8, 40px 128px 0px #eefff8, 48px 128px 0px #c0cacd, 56px 128px 0px #889, 64px 128px 0px #889, 72px 128px 0px #889, 80px 128px 0px #889, 88px 128px 0px #c0cacd, 32px 136px 0px #27193d, 40px 136px 0px #eefff8, 48px 136px 0px #c0cacd, 56px 136px 0px #889, 64px 136px 0px #eefff8, 72px 136px 0px #889, 80px 136px 0px #889, 88px 136px 0px #889, 32px 144px 0px #27193d, 40px 144px 0px #eefff8, 48px 144px 0px #c0cacd, 56px 144px 0px #889, 64px 144px 0px #eefff8, 72px 144px 0px #889, 40px 152px 0px #27193d, 48px 152px 0px #27193d, 56px 152px 0px #eefff8, 64px 152px 0px #eefff8, 72px 152px 0px #889, 40px 160px 0px #889, 48px 160px 0px #c0cacd, 56px 160px 0px #eefff8, 64px 160px 0px #eefff8, 72px 160px 0px #889, 40px 168px 0px #889, 48px 168px 0px #c0cacd, 56px 168px 0px #eefff8, 64px 168px 0px #eefff8, 72px 168px 0px #889, 40px 176px 0px #27193d, 48px 176px 0px #c0cacd, 56px 176px 0px #eefff8, 64px 176px 0px #27193d, 72px 176px 0px #27193d, 40px 184px 0px #27193d, 48px 184px 0px #c0cacd, 56px 184px 0px #27193d, 64px 184px 0px #27193d, 40px 192px 0px #889, 48px 192px 0px #27193d, 56px 192px 0px #eefff8, 64px 192px 0px #eefff8, 40px 200px 0px #889, 48px 200px 0px #27193d, 56px 200px 0px #c0cacd, 64px 200px 0px #eefff8, 32px 208px 0px #889, 40px 208px 0px #889, 48px 208px 0px #889, 56px 208px 0px #c0cacd, 64px 208px 0px #eefff8, 24px 216px 0px #27193d, 32px 216px 0px #889, 40px 216px 0px #c0cacd, 48px 216px 0px #a0a4af, 56px 216px 0px #889, 64px 216px 0px #eefff8, 24px 224px 0px #27193d, 32px 224px 0px #889, 40px 224px 0px #889, 48px 224px 0px #a0a4af, 56px 224px 0px #889, 64px 224px 0px #c0cacd, 72px 224px 0px #eefff8, 24px 232px 0px #889, 32px 232px 0px #27193d, 40px 232px 0px #27193d, 48px 232px 0px #c0cacd, 56px 232px 0px #27193d, 64px 232px 0px #c0cacd, 72px 232px 0px #eefff8, 80px 232px 0px #eefff8, 88px 232px 0px #889, 96px 232px 0px #889;
 }
}@keyframes go {
  0% {
    right: -10vw;
 }
  100% {
    right: 110vw;
 }
}.hover\:border-2:hover{
  border-width: 2px;
}.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-mate-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 640px){.sm\:max-w-full{
    max-width: 100%;
  }
}@media (min-width: 768px){.md\:invisible{
    visibility: hidden;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-start-2{
    grid-column-start: 2;
  }.md\:col-start-6{
    grid-column-start: 6;
  }.md\:col-start-4{
    grid-column-start: 4;
  }.md\:float-right{
    float: right;
  }.md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mr-8{
    margin-right: 2rem;
  }.md\:block{
    display: block;
  }.md\:hidden{
    display: none;
  }.md\:h-20{
    height: 5rem;
  }.md\:h-14{
    height: 3.5rem;
  }.md\:h-96{
    height: 24rem;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-full{
    width: 100%;
  }.md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.md\:w-48{
    width: 12rem;
  }.md\:w-3\/5{
    width: 60%;
  }.md\:max-w-2xl{
    max-width: 42rem;
  }.md\:max-w-xl{
    max-width: 36rem;
  }.md\:max-w-lg{
    max-width: 32rem;
  }.md\:max-w-md{
    max-width: 28rem;
  }.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\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }.md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:justify-center{
    justify-content: center;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }.md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:pt-10{
    padding-top: 2.5rem;
  }.md\:pt-24{
    padding-top: 6rem;
  }.md\:pt-28{
    padding-top: 7rem;
  }.md\:pt-16{
    padding-top: 4rem;
  }.md\:pt-32{
    padding-top: 8rem;
  }.md\:pt-44{
    padding-top: 11rem;
  }.md\:pt-0{
    padding-top: 0px;
  }.md\:text-center{
    text-align: center;
  }.md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (min-width: 1024px){.lg\:invisible{
    visibility: hidden;
  }.lg\:col-start-2{
    grid-column-start: 2;
  }.lg\:col-start-4{
    grid-column-start: 4;
  }.lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.lg\:mt-48{
    margin-top: 12rem;
  }.lg\:ml-10{
    margin-left: 2.5rem;
  }.lg\:mr-16{
    margin-right: 4rem;
  }.lg\:mt-32{
    margin-top: 8rem;
  }.lg\:mt-3{
    margin-top: 0.75rem;
  }.lg\:mt-80{
    margin-top: 20rem;
  }.lg\:mb-10{
    margin-bottom: 2.5rem;
  }.lg\:-mt-10{
    margin-top: -2.5rem;
  }.lg\:mt-20{
    margin-top: 5rem;
  }.lg\:mt-\[3\.3rem\]{
    margin-top: 3.3rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }.lg\:h-40{
    height: 10rem;
  }.lg\:h-48{
    height: 12rem;
  }.lg\:h-28{
    height: 7rem;
  }.lg\:h-20{
    height: 5rem;
  }.lg\:h-full{
    height: 100%;
  }.lg\:h-80{
    height: 20rem;
  }.lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.lg\:w-5\/6{
    width: 83.333333%;
  }.lg\:max-w-5xl{
    max-width: 64rem;
  }.lg\:max-w-7xl{
    max-width: 80rem;
  }.lg\:max-w-3xl{
    max-width: 48rem;
  }.lg\:max-w-xs{
    max-width: 20rem;
  }.lg\:grid-cols-6{
    grid-template-columns: repeat(6, 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\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-start{
    justify-content: flex-start;
  }.lg\:gap-20{
    gap: 5rem;
  }.lg\:justify-self-start{
    justify-self: start;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }.lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:pr-10{
    padding-right: 2.5rem;
  }.lg\:pt-8{
    padding-top: 2rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pt-28{
    padding-top: 7rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-center{
    text-align: center;
  }.lg\:text-justify{
    text-align: justify;
  }.lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
}@media (min-width: 1280px){.xl\:top-20{
    top: 5rem;
  }.xl\:col-span-2{
    grid-column: span 2 / span 2;
  }.xl\:col-start-2{
    grid-column-start: 2;
  }.xl\:col-start-5{
    grid-column-start: 5;
  }.xl\:col-start-4{
    grid-column-start: 4;
  }.xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }.xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }.xl\:mt-44{
    margin-top: 11rem;
  }.xl\:mt-\[5\.5rem\]{
    margin-top: 5.5rem;
  }.xl\:-ml-2{
    margin-left: -0.5rem;
  }.xl\:mt-16{
    margin-top: 4rem;
  }.xl\:mb-10{
    margin-bottom: 2.5rem;
  }.xl\:-ml-16{
    margin-left: -4rem;
  }.xl\:ml-16{
    margin-left: 4rem;
  }.xl\:mt-4{
    margin-top: 1rem;
  }.xl\:block{
    display: block;
  }.xl\:hidden{
    display: none;
  }.xl\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }.xl\:h-96{
    height: 24rem;
  }.xl\:h-auto{
    height: auto;
  }.xl\:w-\[55rem\]{
    width: 55rem;
  }.xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:gap-9{
    gap: 2.25rem;
  }.xl\:p-0{
    padding: 0px;
  }.xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:pr-5{
    padding-right: 1.25rem;
  }.xl\:pr-28{
    padding-right: 7rem;
  }.xl\:pr-16{
    padding-right: 4rem;
  }.xl\:pt-10{
    padding-top: 2.5rem;
  }.xl\:pb-10{
    padding-bottom: 2.5rem;
  }.xl\:pr-14{
    padding-right: 3.5rem;
  }.xl\:pr-10{
    padding-right: 2.5rem;
  }.xl\:pb-8{
    padding-bottom: 2rem;
  }.xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
