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

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

/*
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: Roboto Mono;
  /* 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:-ms-input-placeholder, textarea:-ms-input-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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

#carousel {
  width: 100%;
  height: 100%;
}

.grad-first,
  .grad,
  #grad1 {
  height: 1px;
  /* background: linear-gradient(to right, rgba(var(--rgba-secondary-color), 0.15), rgba(var(--rgba-secondary-color), 0.7), rgba(var(--rgba-secondary-color), 0.15)); */
  background: linear-gradient(to right, #262626, #ABABAB , #262626);
  border: none;
}

.grad-first {
  background: linear-gradient(to right, #ABABAB , #262626);
}

#grad2 {
  /* background: linear-gradient(to right, rgba(var(--rgba-secondary-color), 0.15), rgba(var(--rgba-secondary-color), 0.7), rgba(var(--rgba-secondary-color), 0.15)); */
  background: linear-gradient(to right, rgba(var(--rgba-primary-color), 1) 17%, transparent 55%, rgba(var(--rgba-primary-color), 1) 100% );
}

#carousel_content_right::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: calc(((100% * 10) / 4));
  height: 100%;
  /* border: 1px solid blue; */
  background: linear-gradient(to left, rgba(var(--rgba-ternary-color), 1) 0%, transparent 100%);
  /* background: linear-gradient(to left, blue 0%, transparent 100%); */
}

#carousel_content_left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  /* width: 150%; */
  width: calc(((100% * 10) / 4));
  height: 100%;
  /* border: 1px solid red; */
  background: linear-gradient(to right, rgba(var(--rgba-ternary-color), 1) 0%, transparent 100%);
  /* background: linear-gradient(to right, red 0%, transparent 100%); */
}

#image_container::-webkit-scrollbar {
  display: none;
}

#image_container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.plt-image-container {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Inter;
  font-weight: 600;
}

h1 {
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 744px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 22px;
  line-height: 26px;
}

@media (min-width: 744px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 744px) {
  h3 {
    font-size: 32px;
    line-height: 39px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

@media (min-width: 744px) {
  h4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5 {
  font-size: 24px;
}

@media (min-width: 744px) {
  h5 {
    line-height: 26px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

@media (min-width: 744px) {
  h6 {
    font-size: 22px;
    line-height: normal;
  }
}

.plt-mobile-display-small-bold {
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
}

.plt-mobile-title-bold {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
}

.plt-title-bold {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
}

.plt-body-bold {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.plt-mobyle-body-normal {
  font-family: Inter;
  font-size: 14px;
  font-weight: 200;
  line-height: 17.07px;
}

.plt-body-normal {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.03rem;
}

.plt-body-light {
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.plt-body-small {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}

.plt-body-very-small {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}

.mobile-plt-over-line {
  font-family: Inter;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14.6px;
  letter-spacing: 1.8px;
}

.plt-cli-terminal-small {
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 300;
}

.plt-small-button {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.plt-button {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

::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:  ;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[48px\] {
  top: 48px;
}

.left-0 {
  left: 0px;
}

.top-\[100\%\] {
  top: 100%;
}

.right-\[-100px\] {
  right: -100px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[-80\%\] {
  top: -80%;
}

.right-0 {
  right: 0px;
}

.top-1\/2 {
  top: 50%;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.right-\[1rem\] {
  right: 1rem;
}

.top-\[1rem\] {
  top: 1rem;
}

.top-\[-25\%\] {
  top: -25%;
}

.top-\[70\%\] {
  top: 70%;
}

.top-\[1\.05rem\] {
  top: 1.05rem;
}

.left-\[50\%\] {
  left: 50%;
}

.top-\[-57px\] {
  top: -57px;
}

.bottom-\[-100\%\] {
  bottom: -100%;
}

.top-\[-1px\] {
  top: -1px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[60\%\] {
  top: 60%;
}

.top-\[-10\%\] {
  top: -10%;
}

.top-\[-50\%\] {
  top: -50%;
}

.top-\[10rem\] {
  top: 10rem;
}

.z-40 {
  z-index: 40;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.z-20 {
  z-index: 20;
}

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

.z-\[-1\] {
  z-index: -1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-\[-24px\] {
  margin-top: -24px;
}

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

.mt-\[76px\] {
  margin-top: 76px;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

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

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

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

.h-8 {
  height: 2rem;
}

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

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

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

.h-\[110\%\] {
  height: 110%;
}

.h-\[40\%\] {
  height: 40%;
}

.h-\[120\%\] {
  height: 120%;
}

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

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

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

.max-h-screen {
  max-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

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

.w-full {
  width: 100%;
}

.w-\[16px\] {
  width: 16px;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-0 {
  width: 0px;
}

.w-\[166px\] {
  width: 166px;
}

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

.w-\[150px\] {
  width: 150px;
}

.w-\[153px\] {
  width: 153px;
}

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

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

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

.w-\[64px\] {
  width: 64px;
}

.min-w-\[100vw\] {
  min-width: 100vw;
}

.min-w-\[100\%\] {
  min-width: 100%;
}

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

.max-w-screen-xl {
  max-width: 1440px;
}

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

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

.max-w-screen-lg {
  max-width: 1240px;
}

.max-w-\[100vw\] {
  max-width: 100vw;
}

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

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.-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));
}

.translate-y-\[-70\%\] {
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -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));
}

.translate-y-\[-50\%\] {
  --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));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

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

.justify-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-\[104px\] {
  row-gap: 104px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-\[6\.5rem\] {
  row-gap: 6.5rem;
}

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

.gap-y-7 {
  row-gap: 1.75rem;
}

.self-stretch {
  align-self: stretch;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-tertiary-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 52 79 / var(--tw-border-opacity));
}

.border-theme-secondary-color {
  border-color: var(--secondary-color);
}

.border-primary-light-green {
  --tw-border-opacity: 1;
  border-color: rgb(33 250 144 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-theme-primary-color {
  background-color: var(--primary-color);
}

.bg-theme-secondary-color {
  background-color: var(--secondary-color);
}

.bg-sandy-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(255 171 94 / var(--tw-bg-opacity));
}

.bg-aureolin {
  --tw-bg-opacity: 1;
  background-color: rgb(250 228 33 / var(--tw-bg-opacity));
}

.bg-dodger-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 146 250 / var(--tw-bg-opacity));
}

.bg-electric-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(198 27 226 / var(--tw-bg-opacity));
}

.bg-electric-more-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(166 52 255 / var(--tw-bg-opacity));
}

.bg-giants-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 98 33 / var(--tw-bg-opacity));
}

.bg-carolina-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(103 174 213 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(33 250 144 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-theme-ternary-color {
  background-color: var(--ternary-color);
}

.bg-tertiary-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 79 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-secondary-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 61 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 255 / var(--tw-bg-opacity));
}

.bg-rich-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 11 / var(--tw-bg-opacity));
}

.bg-electric-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 224 250 / var(--tw-bg-opacity));
}

.bg-opacity-\[15\%\] {
  --tw-bg-opacity: 15%;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-\[2\.15rem\] {
  padding-left: 2.15rem;
}

.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}

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

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-40 {
  padding-top: 10rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: Inter;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-theme-secondary-color {
  color: var(--secondary-color);
}

.text-theme-primary-color {
  color: var(--primary-color);
}

.text-rich-black {
  --tw-text-opacity: 1;
  color: rgb(0 5 11 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-primary-light-green {
  --tw-text-opacity: 1;
  color: rgb(33 250 144 / var(--tw-text-opacity));
}

.text-electric-blue {
  --tw-text-opacity: 1;
  color: rgb(33 224 250 / var(--tw-text-opacity));
}

.text-electric-more-purple {
  --tw-text-opacity: 1;
  color: rgb(166 52 255 / var(--tw-text-opacity));
}

.text-dodger-blue {
  --tw-text-opacity: 1;
  color: rgb(33 146 250 / var(--tw-text-opacity));
}

.text-aureolin {
  --tw-text-opacity: 1;
  color: rgb(250 228 33 / var(--tw-text-opacity));
}

.text-carolina-blue {
  --tw-text-opacity: 1;
  color: rgb(103 174 213 / var(--tw-text-opacity));
}

.text-electric-purple {
  --tw-text-opacity: 1;
  color: rgb(198 27 226 / var(--tw-text-opacity));
}

.text-sandy-brown {
  --tw-text-opacity: 1;
  color: rgb(255 171 94 / var(--tw-text-opacity));
}

.text-secondary-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 40 61 / var(--tw-text-opacity));
}

.text-giants-orange {
  --tw-text-opacity: 1;
  color: rgb(250 98 33 / var(--tw-text-opacity));
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  --primary-color: #00050B;
  --secondary-color: #FFFFFF;
  --ternary-color: #040607;
  --rgba-primary-color: 0, 5, 11;
  --rgba-secondary-color: 255, 255, 255;
  --rgba-ternary-color: 4, 6, 7;
}

body.light-theme {
  --primary-color: #FFFFFF;
  --secondary-color: #00050B;
  --ternary-color: #FAFAFA;
  --rgba-primary-color: 255, 255, 255;
  --rgba-secondary-color: 0, 5, 11;
  --rgba-ternary-color: 250, 250, 250;
}

.plt_link {
  --tw-text-opacity: 1;
  color: rgb(33 250 144 / var(--tw-text-opacity));
  text-decoration: underline;
}

.plt-smallest-icon {
  height: 8px;
  width: 8px;
}

.plt-small-icon {
  height: 16px;
  width: 16px;
}

.plt-medium-icon {
  height: 24px;
  width: 24px;
}

.plt-background-theme-secondary,
.plt-hover-button:hover {
  background-color: rgba(var(--rgba-secondary-color), 0.15);
}

.plt-hover-button-menu:hover {
  background-color: rgba(var(--rgba-secondary-color), 0.05);
}

.plt-tooltip-text {
  visibility: hidden;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: -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));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 136 228 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}

.plt-tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  --tw-translate-x: -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));
  border-width: 5px;
  --tw-border-opacity: 1;
  border-top-color: rgb(37 136 228 / var(--tw-border-opacity));
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.plt-triangle {
  position: absolute;
  left: 100px;
  top: 0px;
}

.plt-triangle::before, 
.plt-triangle::after {
  position: absolute;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
}

.plt-triangle::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(var(--rgba-secondary-color), 0.2);
  top: -10px;
  right: 10px;
}

.plt-triangle::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(var(--rgba-primary-color), 1);
  top: -8px;
  right: 11px;
}

/* .plt_footer_background, */

.plt_bg_menu,
.plt_header_background {
  background-color: rgba(var(--rgba-primary-color), 0.8);
}

.plt_bg_menu::before, 
.plt_header_background::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  content: '';
  z-index:-1;
}

.plt_footer_background {
  border-top: 1px solid rgba(var(--rgba-secondary-color), 0.2);
  /* box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.26); */
}

.plt_header_background_content {
  border-bottom: 1px solid rgba(var(--rgba-secondary-color), 0.2);
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.26); */
}

.plt-box-stripes {
  border-top: 1px solid rgba(var(--rgba-secondary-color), 0.15);
  border-bottom: 1px solid rgba(var(--rgba-secondary-color), 0.15);
}

.plt-border-variable-theme {
  border: 1px solid rgba(var(--rgba-secondary-color), 0.2);
}

.plt-vertical-divider-variable-theme {
  border: none;
  border-left: 1px solid rgba(var(--rgba-secondary-color), 0.2);
}

.plt-horizontal-divider-variable-theme {
  border-top: 1px solid rgba(var(--rgba-secondary-color), 0.2);
}

.box-shadow-middle-hover:hover {
  -webkit-animation: addBobShadowGreen 0.2s linear forwards;
          animation: addBobShadowGreen 0.2s linear forwards;
}

.box-shadow-middle {
  box-shadow: -4px 4px #D6FFEB;
}

.plt-subtitle-centered-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 358px;
}

@media (min-width: 744px) {
  .plt-subtitle-centered-style {
    max-width: 576px;
  }
}

@media (min-width: 1240px) {
  .plt-subtitle-centered-style {
    max-width: 714px;
  }
}

@media (min-width: 1440px) {
  .plt-subtitle-centered-style {
    max-width: 824px;
  }
}

.background_v1launch {
  display: none;
}

.background_enterprise {
  min-height: 210px;
}

.background_enterprise:nth-child(even) {
  background: url('/assets/enterprise/background_mobile.svg') no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.background_enterprise:nth-child(odd) {
  background: url('/assets/enterprise/background_mobile.svg') no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.events-background {
  background: url('/assets/events/background-jsnation.png') no-repeat center;
  min-height: 382px;
}

.plt-background-triangles::before {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.08;
}

.plt-background-triangles::before,
.plt-vertical-background-triangle {
  content: '';
  background: url('/assets/background_polygons_triangle.svg') repeat;
}

.plt-vertical-background-opacity {
  content: '';
  background: linear-gradient(to top, rgba(var(--rgba-primary-color), 1), rgba(var(--rgba-primary-color), 0.2) 43%);
}

.plt-hubspost-form-container {
  min-height: 585px;
  max-width: calc(358px - 2rem);
}

.titleMenu::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab-right-active {
  font-weight: 600;
}

.hbspt-form {
  width: 100%;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes rotationClockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotationClockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes addBobShadowGreen {
  from {
    box-shadow: -4px 4px #D6FFEB;
  }

  /* 25% {
    box-shadow: -1px 1px #21FA90;;
  }
  50% {
    box-shadow: -2px 2px #21FA90;;
  }
  75% {
    box-shadow: -3px 3px #21FA90;;
  } */

  to {
    box-shadow: -4px 4px #21FA90;
  }
}

@keyframes addBobShadowGreen {
  from {
    box-shadow: -4px 4px #D6FFEB;
  }

  /* 25% {
    box-shadow: -1px 1px #21FA90;;
  }
  50% {
    box-shadow: -2px 2px #21FA90;;
  }
  75% {
    box-shadow: -3px 3px #21FA90;;
  } */

  to {
    box-shadow: -4px 4px #21FA90;
  }
}

@-webkit-keyframes rotationAntiClockwise {
  from {
    transform: rotate(-0deg);
  }

  to {
    transform: rotate(-359deg);
  }
}

@keyframes rotationAntiClockwise {
  from {
    transform: rotate(-0deg);
  }

  to {
    transform: rotate(-359deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes flip {
  from {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(-1);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes flip {
  from {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(-1);
  }

  to {
    transform: scaleX(1);
  }
}

/* Hamburger menu */

#hamburger-input {
  display: none;
}

#hamburger-menu {
  position: static;
  content: url('/assets/icons/hamburger_menu.svg');
  fill: var(--secondary-color);
  width: 22px;
  height: 15px;
  border: none;
  display: block;
  padding: 0px;
  margin-top: 9px;
}

#topbar-menu {
  visibility: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  transition: 0.3s;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(33, 250, 144, 0.6);
  overflow-y: scroll;
}

#topbar-menu ul {
  padding: 0px 1.25rem;
}

#topbar-menu li,
#topbar-menu li a.voice {
  line-height: 3rem;
}

#topbar-menu li {
  list-style-type: none;
  border-bottom: 1px solid rgba(var(--rgba-secondary-color), 0.15);
}

#topbar-menu li a.voice {
  height: 3rem;
}

#topbar-menu li:last-child {
  border-bottom: none;
}

#topbar-menu a {
  text-decoration: none;
}

.plt_vertical_line {
  top: -70px;
  display: block;
  position: absolute;
  height: 70px;
  left: calc(50% - 1px);
  width: 1px;
}

.anchor {
  display: block;
  height: 1px;
  visibility: hidden
}

.plt_vertical_line_primary-light-green {
  background: linear-gradient(to bottom, transparent, rgb(33, 250, 144));
}

.plt_vertical_line_dodger-blue {
  background: linear-gradient(to bottom, transparent, rgb(33, 146, 250));
}

.plt_vertical_line_aureolin {
  background: linear-gradient(to bottom, transparent, rgba(250, 228, 33));
}

.plt_vertical_line_electric-purple {
  background: linear-gradient(to bottom, transparent, rgba(198, 27, 226));
}

.plt_vertical_line_sandy-brown {
  background: linear-gradient(to bottom, transparent, rgba(255, 171, 94));
}

.plt-color-hover__sandy-brown:hover > .plt-medium-icon > div {
  background: rgba(255, 171, 94);
}

.plt-color-hover__dodger-blue:hover > .plt-medium-icon > div {
  background: rgb(33, 146, 250);
}

.plt-color-hover__aureolin:hover > .plt-medium-icon > div {
  background: rgba(250, 228, 33);
}

.plt-color-hover__electric-purple:hover > .plt-medium-icon > div {
  background: rgba(198, 27, 226);
}

#snackbar {
  transition: visibility 0s, opacity 0.5s linear;
}

/* override default tailwind ring offset https://stackoverflow.com/questions/72353450/how-can-i-disable-the-ring-shadow-with-tailwindcss */

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  --tw-ring-shadow: 0 0 #000 !important;
}

#join-our-discord::before {
  margin-right: 3px;
  display: inline-block;
}

#join-our-discord::before,
#go-to-cloud:before {
  position: absolute;
  left: 5px;
}

#join-our-discord::before{
  content: '';
  background-image: url('/assets/icons/discord_green.svg');
  background-size: 14px 11px;
  width: 14px;
  height: 11px;
  top: 1rem;
}

#close-newsletter {
  background-image: url("/assets/icons/close_green.svg");
}

#close-newsletter:hover {
  background-image: url("/assets/icons/close_green_hover.svg");
}

input#send-form-email::-moz-placeholder {
  color: white !important;
  opacity: 0.7;
}

input#send-form-email:-ms-input-placeholder {
  color: white !important;
  opacity: 0.7;
}

input#send-form-email::placeholder {
  color: white !important;
  opacity: 0.7;
}

input#send-form-email::-ms-input-placeholder {
  color: white !important
}

input#send-form-email:-ms-input-placeholder {
  color: white !important
}

.feature_component_middle {
  flex: 1 1 auto;
}

.plt-cursor {
}

.plt-type-writer::after  {
  content: '';
  display: inline-block;
  height: 23px;
  width: 10px;
  background-color: var(--secondary-color);
  vertical-align: bottom;
  -webkit-animation: fade-in 0.8s infinite;
          animation: fade-in 0.8s infinite;
}

.backgroundEventMatteoConference,
.backgroundLucaConference,
.backgroundLucaMatteoConference,
.backgroundMatteoMasterclass,
.backgroundMatteoConference{
  background-repeat: no-repeat;
  min-height: 177px;
  background-size: cover;
  padding-bottom: 42%;
}

.backgroundLucaConference {
  background-image: url("/assets/events/luca_conference_sm.svg");
}

.backgroundEventMatteoConference,
.backgroundMatteoConference {
  background-image: url("/assets/events/matteo_conference_sm.svg");
}

.backgroundMatteoMasterclass {
  background-image: url("/assets/events/matteo_masterclass_sm.svg");
}

.backgroundLucaMatteoConference {
  background-image: url("/assets/events/luca_matteo_conference_sm.svg");
}

.plt-video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.plt-responsive-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 744px) {
  .background_v1launch {
    display: block;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .events-background {
    background: url('/assets/events/background-jsnation.png') no-repeat center;
    min-height: 982px;
  }

  .plt-hubspost-form-container {
    min-height: 585px;
    min-width: 525px;
    max-width: 0rem;
  }

  #join-our-discord::before {
    display: none;
  }

  .animation-flip {
    -webkit-animation: flip 3s infinite linear;
            animation: flip 3s infinite linear;
  }

  .feature_component_middle {
    flex: 0 1 calc(50% - 1.5rem);
  }

  .backgroundEventMatteoConference,
  .backgroundLucaConference,
  .backgroundLucaMatteoConference,
  .backgroundMatteoMasterclass,
  .backgroundMatteoConference{
    background-position: center;
    height: 0;
    padding-bottom: 52%;
  }

  .backgroundLucaConference {
    background-image: url("/assets/events/luca_conference_md.svg");
  }

  .backgroundEventMatteoConference,
  .backgroundMatteoConference {
    background-image: url("/assets/events/matteo_conference_md.svg");
  }

  .backgroundMatteoMasterclass {
    background-image: url("/assets/events/matteo_masterclass_md.svg");
  }

  .backgroundLucaMatteoConference {
    background-image: url("/assets/events/luca_matteo_conference_md.svg");
  }

  .background_v1launch,
  .background_enterprise {
    min-height: 528px;
  }

  .background_v1launch_odd {
    background: url('/assets/enterprise/background_even.svg') no-repeat;
    background-position: left center;
    top: 0;
    left: -25%;
  }

  .background_v1launch_even {
    background: url('/assets/enterprise/background_odd.svg') no-repeat;
    background-position: right center;
    top: 0;
    right: -25%;
  }

  .background_enterprise:nth-child(even) {
    background: url('/assets/enterprise/background_even.svg') no-repeat;
    background-position: left center;
    background-size: contain;
  }

  .background_enterprise:nth-child(odd) {
    background: url('/assets/enterprise/background_odd.svg') no-repeat;
    background-position: right center;
    background-size: contain;
  }
}

@media screen and (min-width: 1024px) {
  .feature_component_middle {
    flex: 0 1 calc(33% - 1.5rem);
  }

  .background_v1launch,
  .background_enterprise {
    min-height: 731px;
  }
}

@media screen and (min-width: 1240px) {
  .backgroundLucaConference {
    background-image: url("/assets/events/luca_conference_lg.svg");
  }

  .backgroundEventMatteoConference,
  .backgroundMatteoConference {
    background-image: url("/assets/events/matteo_conference_lg.svg");
  }

  .backgroundMatteoMasterclass {
    background-image: url("/assets/events/matteo_masterclass_lg.svg");
  }

  .backgroundLucaMatteoConference {
    background-image: url("/assets/events/luca_matteo_conference_lg.svg");
  }

  .background-ebook {
    background: url('/assets/e-book/book_cover.png') no-repeat center;
    min-height: 693px;
    min-width: 532px;
  }

  .plt_vertical_line {
    top: -168px;
    height: 168px;
  }
}

@media screen and (min-width: 1440px) {
  .backgroundLucaConference,
  .backgroundLucaMatteoConference,
  .backgroundMatteoMasterclass,
  .backgroundMatteoConference{
    padding-bottom: 0;
    height: auto;
  }

  .backgroundLucaConference {
    background-image: url("/assets/events/luca_conference_xl.svg");
  }

  .backgroundEventMatteoConference,
  .backgroundMatteoConference {
    background-image: url("/assets/events/matteo_conference_xl.svg");
  }

  .backgroundMatteoMasterclass {
    background-image: url("/assets/events/matteo_masterclass_xl.svg");
  }

  .backgroundLucaMatteoConference {
    background-image: url("/assets/events/luca_matteo_conference_xl.svg");
  }
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-theme-secondary-color:hover {
  --tw-shadow: 0px 0px 4px rgba(var(--rgba-secondary-color), 0.5);
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: var(--secondary-color);
  --tw-shadow: var(--tw-shadow-colored);
}

.enabled\:hover\:border-white:hover:enabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 390px) {
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 744px) {
  .md\:plt-display-small-bold {
    font-family: Inter;
    font-size: 56px;
    font-weight: 600;
    line-height: 68.26px;
  }

  .md\:plt-title-bold {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
  }

  .md\:plt-title-normal {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
  }

  .md\:plt-body-normal {
    font-family: Inter;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0.03rem;
  }

  .md\:plt-body-small {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
  }

  .md\:plt-over-line {
    font-family: Inter;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17.07px;
    letter-spacing: 0.15rem;
  }

  .md\:plt-cli-terminal {
    font-family: Roboto Mono;
    font-size: 16px;
    font-weight: 300;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:left-\[50\%\] {
    left: 50%;
  }

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

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[48\.64px\] {
    height: 48.64px;
  }

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

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

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

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

  .md\:max-h-\[85vH\] {
    max-height: 85vH;
  }

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

  .md\:min-h-0 {
    min-height: 0px;
  }

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

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

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

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

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

  .md\:w-\[163\.6px\] {
    width: 163.6px;
  }

  .md\:w-\[166\.77px\] {
    width: 166.77px;
  }

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

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

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

  .md\:w-\[106\.5px\] {
    width: 106.5px;
  }

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

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

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

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

  .md\:min-w-\[880px\] {
    min-width: 880px;
  }

  .md\:min-w-\[100\%\] {
    min-width: 100%;
  }

  .md\:min-w-\[8rem\] {
    min-width: 8rem;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-\[252px\] {
    min-width: 252px;
  }

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

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:translate-x-\[-50\%\] {
    --tw-translate-x: -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));
  }

  .md\:translate-y-\[-50\%\] {
    --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));
  }

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

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

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

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

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

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

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

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:gap-y-\[180px\] {
    row-gap: 180px;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-\[104px\] {
    row-gap: 104px;
  }

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

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

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

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

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

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

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

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

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

  .md\:text-end {
    text-align: end;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
}

@media (min-width: 1240px) {
  .lg\:plt-display-normal-bold {
    font-family: Inter;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
  }

  .lg\:plt-body-large {
    font-family: Inter;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:min-h-\[5rem\] {
    min-height: 5rem;
  }

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

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

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

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

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

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .lg\:pt-44 {
    padding-top: 11rem;
  }

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:hover\:text-sandy-brown:hover {
    --tw-text-opacity: 1;
    color: rgb(255 171 94 / var(--tw-text-opacity));
  }

  .lg\:hover\:text-electric-purple:hover {
    --tw-text-opacity: 1;
    color: rgb(198 27 226 / var(--tw-text-opacity));
  }

  .lg\:hover\:text-dodger-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(33 146 250 / var(--tw-text-opacity));
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }
}

@media (min-width: 1440px) {
  .xl\:plt-display-large-bold {
    font-family: Inter;
    font-size: 80px;
    font-weight: 700;
    line-height: 97px;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }
}