/*
! tailwindcss v3.1.8 | 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: 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 */
}

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

*, ::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: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.left-\[45px\] {
  left: 45px;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}
.-mx-10px {
  margin-left: -10px;
  margin-right: -10px;
}
.mt-20px {
  margin-top: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mt-30px {
  margin-top: 30px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-50px {
  margin-bottom: 50px;
}
.mr-40px {
  margin-right: 40px;
}
.mr-20px {
  margin-right: 20px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mt-10px {
  margin-top: 10px;
}
.mr-10px {
  margin-right: 10px;
}
.mt-40px {
  margin-top: 40px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-15px {
  margin-top: 15px;
}
.ml-15px {
  margin-left: 15px;
}
.mr-15px {
  margin-right: 15px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-25px {
  margin-bottom: 25px;
}
.mr-30px {
  margin-right: 30px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-40px {
  height: 40px;
}
.h-35px {
  height: 35px;
}
.h-full {
  height: 100%;
}
.h-4 {
  height: 1rem;
}
.h-150px {
  height: 150px;
}
.h-100px {
  height: 100px;
}
.h-20px {
  height: 20px;
}
.h-screen {
  height: 100vh;
}
.h-60px {
  height: 60px;
}
.h-30px {
  height: 30px;
}
.h-9 {
  height: 2.25rem;
}
.h-5 {
  height: 1.25rem;
}
.max-h-0 {
  max-height: 0;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[164px\] {
  max-height: 164px;
}
.min-h-90vh {
  min-height: 90vh;
}
.min-h-40vh {
  min-height: 40vh;
}
.min-h-30vh {
  min-height: 30vh;
}
.min-h-50vh {
  min-height: 50vh;
}
.min-h-60vh {
  min-height: 60vh;
}
.min-h-70vh {
  min-height: 70vh;
}
.min-h-80vh {
  min-height: 80vh;
}
.min-h-100vh {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.w-full {
  width: 100%;
}
.w-40px {
  width: 40px;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20px {
  width: 20px;
}
.w-3\/4 {
  width: 75%;
}
.w-2\/5 {
  width: 40%;
}
.w-\[60px\] {
  width: 60px;
}
.w-25px {
  width: 25px;
}
.w-80px {
  width: 80px;
}
.w-10px {
  width: 10px;
}
.w-60px {
  width: 60px;
}
.w-auto {
  width: auto;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[164px\] {
  max-width: 164px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-\[23px\] {
  --tw-translate-x: 23px;
  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-\[25px\] {
  --tw-translate-y: -25px;
  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));
}
.-rotate-2 {
  --tw-rotate: -2deg;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.scale-y-0 {
  --tw-scale-y: 0;
  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;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.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-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-15px {
  border-radius: 15px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-t-15px {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-b-15px {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-tr-40px {
  border-top-right-radius: 40px;
}
.rounded-bl-40px {
  border-bottom-left-radius: 40px;
}
.rounded-bl-25px {
  border-bottom-left-radius: 25px;
}
.rounded-tr-25px {
  border-top-right-radius: 25px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t-7 {
  border-top-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-brand-gray {
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brand-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 88 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-brand-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity));
}
.bg-brand-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-smoke-light {
  background-color: rgba(0,0,0,0.2);
}
.bg-smoke {
  background-color: rgba(0,0,0,0.5);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-smoke-dark {
  background-color: rgba(0,0,0,0.8);
}
.bg-brand-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-20px {
  padding: 20px;
}
.p-10px {
  padding: 10px;
}
.p-60px {
  padding: 60px;
}
.p-40px {
  padding: 40px;
}
.p-1 {
  padding: 0.25rem;
}
.p-15px {
  padding: 15px;
}
.p-30px {
  padding: 30px;
}
.p-4 {
  padding: 1rem;
}
.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-45px {
  padding-left: 45px;
  padding-right: 45px;
}
.pl-0 {
  padding-left: 0px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pl-20px {
  padding-left: 20px;
}
.pr-20px {
  padding-right: 20px;
}
.pr-5px {
  padding-right: 5px;
}
.pr-10px {
  padding-right: 10px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pl-30px {
  padding-left: 30px;
}
.pr-60px {
  padding-right: 60px;
}
.pt-30px {
  padding-top: 30px;
}
.pt-10px {
  padding-top: 10px;
}
.pl-5px {
  padding-left: 5px;
}
.pb-15px {
  padding-bottom: 15px;
}
.pr-15px {
  padding-right: 15px;
}
.pl-15px {
  padding-left: 15px;
}
.pt-50px {
  padding-top: 50px;
}
.pl-10px {
  padding-left: 10px;
}
.pr-40px {
  padding-right: 40px;
}
.pt-40px {
  padding-top: 40px;
}
.pb-40px {
  padding-bottom: 40px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-18px {
  font-size: 18px;
}
.text-14px {
  font-size: 14px;
}
.text-13px {
  font-size: 13px;
}
.text-15px {
  font-size: 15px;
}
.text-20px {
  font-size: 20px;
}
.text-39px {
  font-size: 39px;
}
.text-25px {
  font-size: 25px;
}
.text-60px {
  font-size: 60px;
}
.text-30px {
  font-size: 30px;
}
.text-24px {
  font-size: 24px;
}
.text-10px {
  font-size: 10px;
}
.text-16px {
  font-size: 16px;
}
.text-22px {
  font-size: 22px;
}
.text-65px {
  font-size: 65px;
}
.text-44px {
  font-size: 44px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-70px {
  font-size: 70px;
}
.text-26px {
  font-size: 26px;
}
.text-12px {
  font-size: 12px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-35px {
  font-size: 35px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-28px {
  font-size: 28px;
}
.text-36px {
  font-size: 36px;
}
.text-17px {
  font-size: 17px;
}
.text-31px {
  font-size: 31px;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-brand-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-gray {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}
.text-brand-gray-darker {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-columns-1{
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
.text-columns-2{
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
.text-columns-3{
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
.filter-grayscale {
    filter: grayscale(100%);
  }
.typography{

}
.typography h1{
  font-size:47px;
  font-weight:normal;

}
.typography h2{
  font-size: 31px;
  font-weight: bold;
   color: #AA96DA;
}
.typography h3{
  font-size: 22px;
  font-weight: bold;

}
.typography h4{
  font-size: 18px;
  font-weight: bold;

}
.typography a{
  color: #AA96DA;
  font-weight:bold;


}
.typography a:hover{
  text-decoration: underline;
}
.typography p, .typography ul, .typography ol, .typography blockquote{
  margin-bottom:15px;
}
.typography ul{
  list-style-type: disc;
  padding-left:20px;
}
.typography ol{
  list-style-type: decimal;
  padding-left:20px;
}
.js-hidden {
    display: none;
}
[x-cloak] {
    display: none !important;
}
.js-reframe{
  border-radius: 15px;
  overflow: hidden;
}
@media print {
  .noprint {display:none;}
  .print  {display:block!important;}
}
@page {
  size: A4;
}
.ratio-169{
  aspect-ratio: 16/9;
  width: 100%;
  height:auto;
}
.ratio-916{
  aspect-ratio: 9/16;
  width: 100%;
  height:auto;
}
.ratio-34{
  aspect-ratio: 3/4;
  width: 100%;
  height:auto;
}
.ratio-43{
  aspect-ratio: 4/3;
  width: 100%;
  height:auto;
}
.ratio-square{
  aspect-ratio: 1/1;
  width: 100%;
  height:auto;
}
.ratio-auto{
  aspect-ratio: auto;
  width: 100%;
  height:auto;
}
.ratio-169-iframe iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height:auto;
}
.ratio-916-iframe iframe{
  aspect-ratio: 9/16;
  width: 100%;
  height:auto;
}
.ratio-34-iframe iframe{
  aspect-ratio: 3/4;
  width: 100%;
  height:auto;
}
.ratio-43-iframe iframe{
  aspect-ratio: 4/3;
  width: 100%;
  height:auto;
}
.ratio-square-iframe iframe{
  aspect-ratio: 1/1;
  width: 100%;
  height:auto;
}
.ratio-auto-iframe iframe{
  aspect-ratio: auto;
  width: 100%;
  height:auto;
}
.placeholder\:text-12px::-moz-placeholder {
  font-size: 12px;
}
.placeholder\:text-12px::placeholder {
  font-size: 12px;
}
.focus-within\:ring-2:focus-within {
  --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, 0 0 #0000);
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-brand-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}
.hover\:bg-brand-gray-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-smoke:hover {
  background-color: rgba(0,0,0,0.5);
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-brand-gray-lighter:hover {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:filter-none:hover {
    filter: none;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pointrightsmall {

  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }
}
.group:hover .group-hover\:animate-pointrightsmall {
  animation: pointrightsmall 2s ease-in-out infinite;
}
@keyframes pointright {

  0%, 50%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(10px);
  }

  75% {
    transform: translateX(20px);
  }
}
.group:hover .group-hover\:animate-pointright {
  animation: pointright 2s ease-in-out infinite;
}
@keyframes pointdown {

  0%, 50%, 100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(10px);
  }

  75% {
    transform: translateY(20px);
  }
}
.group:hover .group-hover\:animate-pointdown {
  animation: pointdown 2s ease-in-out infinite;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
@media (min-width: 576px) {

  .sm\:hidden {
    display: none;
  }

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

  .sm\:text-51px {
    font-size: 51px;
  }
}
@media (min-width: 768px) {

  .md\:right-auto {
    right: auto;
  }

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

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

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

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

  .md\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .md\:mt-100px {
    margin-top: 100px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

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

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

  .md\:mb-40px {
    margin-bottom: 40px;
  }

  .md\:mb-20px {
    margin-bottom: 20px;
  }

  .md\:mb-15px {
    margin-bottom: 15px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:-translate-x-1\/2 {
    --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-x-\[30px\] {
    --tw-translate-x: -30px;
    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-x-\[30px\] {
    --tw-translate-x: 30px;
    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-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:p-40px {
    padding: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-50px {
    padding-right: 50px;
  }

  .md\:pr-15px {
    padding-right: 15px;
  }

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

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

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

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

  .md\:pr-10px {
    padding-right: 10px;
  }

  .md\:pl-10px {
    padding-left: 10px;
  }

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

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

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

  .md\:text-53px {
    font-size: 53px;
  }

  .md\:text-60px {
    font-size: 60px;
  }

  .md\:text-16px {
    font-size: 16px;
  }

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

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

  .md\:text-18px {
    font-size: 18px;
  }

  .md\:text-22px {
    font-size: 22px;
  }

  .md\:text-36px {
    font-size: 36px;
  }
  .md\:text-columns-1{
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:text-columns-2{
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:text-columns-3{
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .lg\:mt-30px {
    margin-top: 30px;
  }

  .lg\:ml-15px {
    margin-left: 15px;
  }

  .lg\:mt-40px {
    margin-top: 40px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-350px {
    min-height: 350px;
  }

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

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

  .lg\:w-25px {
    width: 25px;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:min-w-200px {
    min-width: 200px;
  }

  .lg\:min-w-250px {
    min-width: 250px;
  }

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

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

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

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

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-15px {
    font-size: 15px;
  }

  .lg\:text-14px {
    font-size: 14px;
  }

  .lg\:text-60px {
    font-size: 60px;
  }

  .lg\:text-53px {
    font-size: 53px;
  }

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

  .lg\:text-35px {
    font-size: 35px;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:text-columns-1{
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:text-columns-2{
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:text-columns-3{
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1200px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:text-60px {
    font-size: 60px;
  }
}
