/*
! tailwindcss v3.0.24 | 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: Nunito Sans, 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 */
  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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-0 {
  right: 0rem;
}

.bottom-0 {
  bottom: 0rem;
}

.left-0 {
  left: 0rem;
}

.top-0 {
  top: 0rem;
}

.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.left-2\/3 {
  left: 66.666667%;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.float-left {
  float: left;
}

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

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

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

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

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

.ml-0 {
  margin-left: 0rem;
}

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

.mt-4 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

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

.h-6 {
  height: 1.5rem;
}

.h-48 {
  height: 12rem;
}

.h-full {
  height: 100%;
}

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

.h-20 {
  height: 5rem;
}

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

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

.h-21 {
  height: 5.25rem;
}

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

.h-0 {
  height: 0rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

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

.w-full {
  width: 100%;
}

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

.w-6 {
  width: 1.5rem;
}

.w-48 {
  width: 12rem;
}

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

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

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

.w-0 {
  width: 0rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

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

.max-w-md {
  max-width: 28rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-0 {
  gap: 0rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0rem * var(--tw-space-x-reverse));
  margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

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

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-r-\[12px\] {
  border-right-width: 12px;
}

.border-l-\[12px\] {
  border-left-width: 12px;
}

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

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

.border-mainBlue {
  --tw-border-opacity: 1;
  border-color: rgb(14 146 209 / var(--tw-border-opacity));
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-l-mainBlue {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 146 209 / var(--tw-border-opacity));
}

.border-r-mainBlue {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 146 209 / var(--tw-border-opacity));
}

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

.bg-mainBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 146 209 / var(--tw-bg-opacity));
}

.bg-mainGray {
  --tw-bg-opacity: 1;
  background-color: rgb(72 71 71 / var(--tw-bg-opacity));
}

.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(127 126 126 / var(--tw-bg-opacity));
}

.bg-mainBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(28 27 27 / var(--tw-bg-opacity));
}

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

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-news-pattern {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white 58%);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: 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-0 {
  padding: 0rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.pb-30 {
  padding-bottom: 7.5rem;
}

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

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

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

.font-sans {
  font-family: Nunito Sans, 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";
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.text-mainBlack {
  --tw-text-opacity: 1;
  color: rgb(28 27 27 / var(--tw-text-opacity));
}

.text-mainGray {
  --tw-text-opacity: 1;
  color: rgb(72 71 71 / var(--tw-text-opacity));
}

.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(127 126 126 / var(--tw-text-opacity));
}

.text-mainBlue {
  --tw-text-opacity: 1;
  color: rgb(14 146 209 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

body.contact,
body.contact-us,
body.link-tree,
body.donate {
  background: url("../images/contact-us-background.jpg") no-repeat bottom center;
  background-size: cover;
}

body.contact nav .text-mainBlack,
body.contact-us nav .text-mainBlack,
body.link-tree nav .text-mainBlack,
body.donate nav .text-mainBlack {
  color: white !important;
}

body.contact nav .nav-link:not(.text-mainBlue),
body.contact-us nav .nav-link:not(.text-mainBlue),
body.link-tree nav .nav-link:not(.text-mainBlue),
body.donate nav .nav-link:not(.text-mainBlue) {
  color: white;
}

body.contact nav .nav-link:hover,
body.contact-us nav .nav-link:hover,
body.link-tree nav .nav-link:hover,
body.donate nav .nav-link:hover {
  color: rgb(14 146 209 / var(--tw-text-opacity));
}

body.home nav .nav-link:hover {
  color: rgb(255 242 0 / var(--tw-text-opacity));
}

body.contact nav .text-mainGray,
body.contact-us nav .text-mainGray,
body.link-tree nav .text-mainGray,
body.donate nav .text-mainGray
{
  color: #b3b3b3 !important;
}

/*
#header.home,
#header.about-us,
#header.gift-acceptance-policy,
#header.terms-and-conditions{
  padding-left: 2.05rem;
  padding-right: 0.95rem;
}
*/

#header {
  z-index: 20;
}

body #header:before {
  content: "";
  position: absolute;
  width: 136px;
  height: 227px;
  background: url('../images/bookmark.svg') no-repeat;
  background-size: cover;
  z-index: -1;
  top: -40px;
}

body.home #header:before {
  top: 0;
}

#hero {
  margin-top: -142px;
  padding-top: 142px;
  min-height: 584px;
  background: url("../images/photography_of_ukraine_flag_with_people.jpg") no-repeat center center;
  background-size: cover;
  background-position-x: -70px;
}

#hero:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, #0E92D1 40%, rgba(0, 0, 0, 0.3) 100%);
}

/* Header menu */

#header-menu a:hover{
  color: #0E92D1;
}

/* Hamburger Menu */

.hamburger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  position: relative;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #000;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(7px);
}

.hamburger-bottom {
  transform: translateY(14px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(0px);
}

.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .hamburger-middle {
  display: none;
}

.open .hamburger-bottom {
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

#map-container .loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

#map-container .highcharts-credits,
#map-container .highcharts-legend.highcharts-no-tooltip {
  display: none
}

img-comparison-slider {
  --divider-width: 5px;
  --divider-color: #0E92D1;
  --handle-size: 30px;
  --handle-opacity: 0.8;
  --handle-color: #0E92D1;
  --handle-opacity-active: 0.7;
}

#who-we-are p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.75rem;
}

#stages a.button {
  display: inline-block;
  color: rgba(72, 71, 71, 0.4);
  text-decoration: none;
  size: 26px;
  line-height: 32px;
  transition: all 0.5s ease;
  height: 50px;
  font-weight: bold;
}

#stages a.active {
  color: #1C1B1B;
  font-size: 40px;
  line-height: 50px;
}

#stages div[class*="content-"] {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  display: flex;
}

#stages div.active {
  opacity: 1;
  height: auto;
  width: auto;
  flex: 1;
}

#stages .stage-desc{
  font-size: 1.5rem;
  padding: 0 2rem;
  line-height: 2rem;
  font-weight: 700;
}

#impact {
  position: relative;
  background: url("../images/photography_of_ukraine_flag_with_people_on_sunset.jpg") no-repeat center center;
  background-size: cover;
}

#impact:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(72, 71, 71, 0.92);
}

#impact p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#contact-form .errors li {
  text-align: left;
  color: red;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#news-item-description figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

#general-page-text p,
#news-item-text p ,
#news-item-description p {
  margin: 1rem 0;
}

#news-item #news-item-description{
  color: #1C1B1B;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

#general-page-text ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
}

/* Ensure Donations */

#ensure-donations, #home-our-mission {
  background-color: rgb(72, 71, 71);
}

#ensure-donations .indicators-wrapper .indicator {
  width: 32px;
  height: 11px;
  border-radius: 6px;
  background-color: #333333;
  transition: all 300ms ease-in-out;
}

#ensure-donations .indicators-wrapper .indicator.active {
  background-color: #B1D5E6;
}

#ensure-donations .posts-wrapper {
  background-color: rgb(72, 71, 71);
}

#ensure-donations .post-images-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  max-width: 440px;
  max-height: 440px;
  transition: all 300ms ease-in-out;
}

#ensure-donations .post-images-wrapper:not(:first-of-type) {
  /*margin: 20px 0 0 20px;*/
}

#ensure-donations .post-images-wrapper.active {
  opacity: 1;
}

#ensure-donations .post-images-wrapper.first {
  position: relative;
}

#ensure-donations .post-images-wrapper img {
  max-width: 400px;
  max-height: 400px;
}

/* Verified Results */

#verified-results .letters .letter-image {
  transition: all 300ms ease-in-out;
  box-shadow: 28px 23px 24px 0 #00000040;
}

#verified-results .letters .letter-image:hover {
  scale: 1.1;
}

/* Our values */

#our-values{
}

#our-values .values{
}

#our-values .values .value-block{
}

#our-values strong {
  font-size: 1.5rem;
  line-height: 2rem;
}

/*#our-values .values .value-description > p:nth-child(1){*/

/*  font-size: 1.3rem;*/

/*}*/

/*#our-values .values .value-description > p:nth-child(3){*/

/*  font-size: 1.3rem;*/

/*}*/

/* Latest news */

#latest-news .link-more{
  color: #0E92D1;
  font-weight: bold;
  font-size: 1.5rem;
}

#latest-news .link-more:hover{
  opacity: 0.7;
}

#latest-news .news-block {
  overflow: visible;
  gap: 7.25rem;
}

#latest-news .news-block .news-card{
  box-shadow: none;
  border: 1px solid #e3e3e3;
  max-width: 16rem;
  width: 100%;
  background-image: none;
  overflow: hidden;
}

#latest-news .news-block .news-card .news-data{
  padding: 0 10px 10px 10px;
}

#latest-news .news-block .news-card .card-link{
  position: relative;
  text-decoration: none;
}

#latest-news .news-block .news-card .card-link:before{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white 100%);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -1px;
}

#latest-news .news-block .news-card .card-title{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7rem;
}

#latest-news .news-block .news-card .card-description{
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 20px 0 10px 0;
  padding: 0 10px;
}

#latest-news .news-block .news-card:hover{
  border-color: #0E92D1;
}

#latest-news .news-block .news-card .more-button{
  color: #0E92D1;
  display: inline-block;
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
}

#latest-news .news-block .news-card:hover .more-button{
  border-color: #0E92D1;
}

/* News list */

#news-list{
}

#news-list .link-more{
  color: #0E92D1;
  font-weight: bold;
  font-size: 1.5rem;
}

#news-list .link-more:hover{
  opacity: 0.7;
}

#news-list .news-block {
  overflow: visible;
  gap: 7.25rem;
}

#news-list .news-block .news-card{
  box-shadow: none;
  border: 1px solid #e3e3e3;
  max-width: 16rem;
  width: 100%;
  background-image: none;
  overflow: hidden;
}

#news-list .news-block .news-card .news-data{
  padding: 0 10px 10px 10px;
}

#news-list .news-block .news-card .card-link{
  position: relative;
  text-decoration: none;
}

#news-list .news-block .news-card .card-title{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7rem;
}

#news-list .news-block .news-card .card-description{
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 20px 0 10px 0;
  padding: 0 10px;
}

#news-list .news-block .news-card:hover{
  border-color: #0E92D1;
}

#news-list .news-block .news-card .more-button{
  color: #0E92D1;
  display: inline-block;
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
}

#news-list .news-block .news-card:hover .more-button{
  border-color: #0E92D1;
}

.news-card .image-container{
  width: 255px;
  height: 191px;
  position: relative;
  overflow: hidden;
}

.news-card .image-container:before{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white 100%);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -1px;
}

.news-card .image-container a{
  display: block;
}

#not-found > .container{
  position: relative;
  background-image: url("../images/crane.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

#not-found .no-content{
  max-width: 650px;
}

#footer{
  position: relative;
}

#footer-menu{
  float: left;
  padding: 0 0 30px 0;
}

#footer-menu .menu-item{
  float: left;
}

#footer-menu .menu-item:first-child{
  margin: 0;
}

#footer-menu .menu-item p{
  font-weight: bold;
}

#footer-menu .menu-item ul{
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#footer-menu .menu-item ul li{
  margin: 0 0 10px 0;
}

#social-links{
  float: right;
}

#social-links a{
  display: inline-block;
  margin-left: 1rem;
}

#copyright{
  border-top: 1px solid #D9D9D9;
  box-sizing: border-box;
  width: 100%;
  padding:30px 0 50px 0;
  float:left;
}

#donate-thanks{
  margin: 40px 0 0 0;
}

#donate-thanks img{
  margin: 0 auto;
}

#donate-thanks .description{
  display: block;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
}

#donate-thanks .message{
  font-size: xx-large;
  font-weight: bold;
  margin: 66px 0 60px 0;
}

#donate-thanks .message span{
  color: #1992D1;
  background-color: #FFF200;
  display: inline-block;
  padding: 2px 3px;
}

#donate-thanks .custom-link-button{
  width: 300px;
  color: #FFFFFF;
  background-color: #1992D1;
  margin: 0 auto 150px auto;
}

#donate-thanks .custom-link-button:hover{
  color: #1992D1;
  background-color: #FFFFFF;
  border-color: #1992D1;
}

@media (max-width: 1440px) {
  #latest-news .news-block,
  #news-list .news-block {
    gap: 1.25rem;
  }

  #not-found > .container{
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 95%;
  }
}

@media (max-width: 1355px) {
  #not-found > .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
  }

  #not-found .no-content{
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #not-found > .container{
    background-position: top center;
    padding: 383px 0 0 0;
    background-size: 250px;
  }

  #not-found .no-content{
    margin: auto;
  }
}

@media (max-width: 980px) {
  #stages .stage-desc{
    font-size: 1rem;
    padding: 0 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  body{
    background: none !important;
  }

  #stages .stage-desc{
    padding: 1rem 0;
  }

  #latest-news .news-block {
    display: inline-block;
  }

  #latest-news .news-block .news-card{
    margin-bottom: 2rem;
  }

  footer .container{
    position: relative;
  }

  footer #social-links{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: auto;
  }

  footer #social-links a{
    display: inline-block;
    margin-left: 1rem;
  }

  #copyright{
    padding-left: 0;
    padding-right: 0;
  }

  #donate-thanks .message {
    font-size: x-large;
    font-weight: bold;
    margin: 36px 0 30px 0;
  }

  #donate-thanks .custom-link-button {
    margin: 0 auto 120px auto;
  }
}

.no-wrap{
  white-space: nowrap;
}

@media (max-width: 576px) {
  #hero {
    background: none;
    min-height: auto;
  }

  #stages a.active {
    font-size: 26px;
    line-height: 36px;
  }

  #stages a.button {
    height: auto;
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-mainBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 146 209 / var(--tw-bg-opacity));
}

.hover\:bg-lightGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 126 126 / var(--tw-bg-opacity));
}

.hover\:bg-mainGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 71 71 / var(--tw-bg-opacity));
}

.hover\:bg-mainBlack:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 27 27 / var(--tw-bg-opacity));
}

.hover\:text-mainBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(14 146 209 / var(--tw-text-opacity));
}

.hover\:text-lightGray:hover {
  --tw-text-opacity: 1;
  color: rgb(127 126 126 / var(--tw-text-opacity));
}

.hover\:text-mainGray:hover {
  --tw-text-opacity: 1;
  color: rgb(72 71 71 / var(--tw-text-opacity));
}

.hover\:text-mainBlack:hover {
  --tw-text-opacity: 1;
  color: rgb(28 27 27 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:no-underline:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 480px) {
  .sm\:w-auto {
    width: auto;
  }

  .sm\:self-center {
    align-self: center;
  }
}

@media (min-width: 768px) {
  .md\:order-none {
    order: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-60 {
    height: 15rem;
  }

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

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

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

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

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

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

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

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

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

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

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

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:from-white {
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
  }

  .md\:via-mainBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0E92D1, var(--tw-gradient-to, rgb(14 146 209 / 0));
  }

  .md\:to-mainBlue {
    --tw-gradient-to: #0E92D1;
  }

  .md\:p-0 {
    padding: 0rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bg-gradient-90 {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops));
  }
}

@media (min-width: 976px) {
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

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

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

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

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

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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