/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

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: Ubuntu;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 49px;
    line-height: 61px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (min-width: 1536px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

h2 {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

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

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

@media (min-width: 1280px) {
  h2 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (min-width: 1536px) {
  h2 {
    font-size: 48px;
    line-height: 57px;
  }
}

h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  h3 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (min-width: 1536px) {
  h3 {
    font-size: 41px;
    line-height: 47px;
  }
}

h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  h4 {
    font-size: 23px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 25px;
    line-height: 32px;
  }
}

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

@media (min-width: 1536px) {
  h4 {
    font-size: 27px;
    line-height: 38px;
  }
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

@media (min-width: 640px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 19px;
    line-height: 31px;
  }
}

@media (min-width: 1536px) {
  p {
    font-size: 21px;
    line-height: 32px;
  }
}

body {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

@media (min-width: 640px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 19px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 19px;
    line-height: 31px;
  }
}

@media (min-width: 1536px) {
  body {
    font-size: 21px;
    line-height: 32px;
  }
}

.als-container {
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .als-container {
    margin-left: 47px;
    margin-right: 47px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

.als-header {
  height: 126px;
}

.als-content-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 640px) {
  .als-content-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1280px) {
  .als-content-container {
    margin-left: 85px;
    margin-right: 85px;
  }
}

@media (min-width: 1024px) {
  .als-content-container-2 {
    margin-left: 85px;
    margin-right: 85px;
  }
}

.als-footer {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  .als-footer {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 45px;
    padding-bottom: 2rem;
  }
}

.als-footer-menu-item {
  margin-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(71 74 87 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.als-footer-menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .als-footer-menu-item {
    margin-right: 1rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .als-footer-menu-item {
    margin-bottom: 0.5rem;
  }
}

/*bg-blue-300*/

.als-f-info-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .als-f-info-container {
    margin-left: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .als-f-info-container {
    margin-left: 10%;
  }
}

@media (min-width: 1280px) {
  .als-f-info-container {
    margin-left: 0px;
    flex-direction: column;
    align-content: flex-start;
  }
}

.als-f-info-item {
  margin-bottom: 2rem;
  display: flex;
}

@media (min-width: 768px) {
  .als-f-info-item {
    margin-bottom: 0.5rem;
    width: 40%;
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .als-f-info-item {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width: 1800px) {
  .als-f-info-item {
    margin-bottom: 1rem;
  }
}

.als-f-menu-item-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .als-f-menu-item-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .als-f-menu-item-container {
    margin-right: 5rem;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .als-f-menu-item-container {
    margin-right: 0px;
  }
}

/*News first page*/

.als-news-img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.als-news-line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}

@media (min-width: 768px) {
  .als-news-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.als-news-goto-new {
  display: flex;
  height: 31px;
  align-items: center;
  justify-content: center;
}

.als-news-arrow {
  height: 22px;
  width: 22px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 900px) {
  .als-news-arrow {
    height: 31px;
    width: 31px;
  }
}

.als-news-smaller-div {
  visibility: hidden;
  height: 100%;
  border-radius: 13px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFE39C var(--tw-gradient-to-position);
  padding-bottom: 12px;
}

.als-news-smaller-div:hover {
  visibility: visible;
}

.als-news-right-div {
  visibility: visible;
  display: flex;
  height: 160px;
  cursor: pointer;
  gap: 11px;
  border-radius: 23px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .als-news-right-div {
    gap: 26px;
  }
}

@media (min-width: 900px) {
  .als-news-right-div {
    display: block;
    height: 100%;
    gap: 0px;
  }
}

@media (min-width: 1280px) {
  .als-news-right-div {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}

.als-news-right-img-div {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 11px;
  width: 75%;
}

@media (min-width: 640px) {
  .als-news-right-img-div {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .als-news-right-img-div {
    margin-bottom: 0px;
    margin-right: 11px;
    margin-top: 11px;
    height: 205px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .als-news-right-img-div {
    margin-top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (min-width: 1800px) {
  .als-news-right-img-div {
    width: 66.666667%;
  }
}

.als-news-right-content-div {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {
  .als-news-right-content-div {
    justify-content: normal;
  }
}

@media (min-width: 1280px) {
  .als-news-right-content-div {
    justify-content: center;
  }
}

.als-news-right-h4-div {
  margin-right: 11px;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .als-news-right-h4-div {
    order: 2;
    height: 105px;
  }
}

@media (min-width: 1280px) {
  .als-news-right-h4-div {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0px;
    align-items: center;
  }
}

.als-news-smaller-h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}

@media (min-width: 768px) {
  .als-news-smaller-h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 900px) {
  .als-news-smaller-h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    --tw-text-opacity: 1;
    color: rgb(24 25 31 / var(--tw-text-opacity));
  }

  @media (min-width: 640px) {
    .als-news-smaller-h4 {
      font-size: 25px;
      line-height: 33px;
    }
  }

  @media (min-width: 768px) {
    .als-news-smaller-h4 {
      font-size: 30px;
      line-height: 38px;
    }
  }

  @media (min-width: 1024px) {
    .als-news-smaller-h4 {
      font-size: 35px;
      line-height: 42px;
    }
  }

  @media (min-width: 1536px) {
    .als-news-smaller-h4 {
      font-size: 41px;
      line-height: 47px;
    }
  }
}

@media (min-width: 1280px) {
  .als-news-smaller-h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(24 25 31 / var(--tw-text-opacity));
  }

  @media (min-width: 640px) {
    .als-news-smaller-h4 {
      font-size: 21px;
      line-height: 28px;
    }
  }

  @media (min-width: 768px) {
    .als-news-smaller-h4 {
      font-size: 23px;
      line-height: 30px;
    }
  }

  @media (min-width: 1024px) {
    .als-news-smaller-h4 {
      font-size: 25px;
      line-height: 32px;
    }
  }

  @media (min-width: 1280px) {
    .als-news-smaller-h4 {
      font-size: 26px;
      line-height: 34px;
    }
  }

  @media (min-width: 1536px) {
    .als-news-smaller-h4 {
      font-size: 27px;
      line-height: 38px;
    }
  }
}

@media (min-width: 900px) {
  .als-news-smaller-h4 {
    margin-left: 26px;
    margin-right: 26px;
  }
}

@media (min-width: 1280px) {
  .als-news-smaller-h4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.als-news-smaller-date-arrow-div {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 900px) {
  .als-news-smaller-date-arrow-div {
    order: 1;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .als-news-smaller-date-arrow-div {
    order: 2;
    margin-top: 0px;
  }
}

.als-news-smaller-date-div {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .als-news-smaller-date-div {
    margin-left: 26px;
  }
}

@media (min-width: 1280px) {
  .als-news-smaller-date-div {
    margin-left: 0px;
  }
}

.als-news-smaller-arrow {
  height: 22px;
  width: 22px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 900px) {
  .als-news-smaller-arrow {
    height: 31px;
    width: 31px;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .als-news-smaller-arrow {
    visibility: visible;
  }
}

.als-news-mdl-goto-new {
  margin-left: 26px;
  display: none;
  gap: 16px;
}

@media (min-width: 900px) {
  .als-news-mdl-goto-new {
    order: 3;
    margin-bottom: 19px;
    margin-left: 26px;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .als-news-mdl-goto-new {
    margin-bottom: auto;
    margin-top: 50px;
    margin-left: 42px;
    display: none;
  }
}

.als-news-smallest-div {
  visibility: visible;
  display: flex;
  height: 160px;
  cursor: pointer;
  gap: 11px;
  border-radius: 23px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .als-news-smallest-div {
    gap: 26px;
  }
}

@media (min-width: 900px) {
  .als-news-smallest-div {
    display: block;
    height: 100%;
    gap: 0px;
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.als-news-smallest-img-div {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 11px;
  width: 75%;
}

@media (min-width: 640px) {
  .als-news-smallest-img-div {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .als-news-smallest-img-div {
    margin-bottom: 0px;
    margin-right: 11px;
    margin-top: 11px;
    height: 205px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-img-div {
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    height: 277px;
    width: 100%;
    align-items: center;
    padding-left: 11px;
    padding-right: 11px;
  }
}

.als-news-smallest-img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1280px) {
  .als-news-smallest-img {
    height: 277px;
  }
}

.als-news-smallest-content-div {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {
  .als-news-smallest-content-div {
    justify-content: normal;
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-content-div {
    margin-left: 25px;
    justify-content: normal;
  }
}

.als-news-smallest-h4-div {
  margin-right: 11px;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .als-news-smallest-h4-div {
    order: 2;
    height: 105px;
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-h4-div {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0px;
    align-items: center;
  }
}

.als-news-smallest-h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}

@media (min-width: 768px) {
  .als-news-smallest-h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 900px) {
  .als-news-smallest-h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    --tw-text-opacity: 1;
    color: rgb(24 25 31 / var(--tw-text-opacity));
  }

  @media (min-width: 640px) {
    .als-news-smallest-h4 {
      font-size: 25px;
      line-height: 33px;
    }
  }

  @media (min-width: 768px) {
    .als-news-smallest-h4 {
      font-size: 30px;
      line-height: 38px;
    }
  }

  @media (min-width: 1024px) {
    .als-news-smallest-h4 {
      font-size: 35px;
      line-height: 42px;
    }
  }

  @media (min-width: 1536px) {
    .als-news-smallest-h4 {
      font-size: 41px;
      line-height: 47px;
    }
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(24 25 31 / var(--tw-text-opacity));
  }

  @media (min-width: 640px) {
    .als-news-smallest-h4 {
      font-size: 21px;
      line-height: 28px;
    }
  }

  @media (min-width: 768px) {
    .als-news-smallest-h4 {
      font-size: 23px;
      line-height: 30px;
    }
  }

  @media (min-width: 1024px) {
    .als-news-smallest-h4 {
      font-size: 25px;
      line-height: 32px;
    }
  }

  @media (min-width: 1280px) {
    .als-news-smallest-h4 {
      font-size: 26px;
      line-height: 34px;
    }
  }

  @media (min-width: 1536px) {
    .als-news-smallest-h4 {
      font-size: 27px;
      line-height: 38px;
    }
  }
}

@media (min-width: 900px) {
  .als-news-smallest-h4 {
    margin-left: 26px;
    margin-right: 26px;
  }
}

@media (min-width: 1280px) {
  .als-news-smallest-h4 {
    margin-left: 0px;
    margin-right: 25px;
  }
}

.underline-skip {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.als-main-button {
  height: 76px;
  width: 240px;
  border-radius: 21px;
  border-width: 4px;
  border-bottom-width: 8px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .als-main-button {
    height: 86px;
    width: 290px;
  }
}

@media (min-width: 1536px) {
  .als-main-button {
    height: 106px;
    width: 330px;
    border-bottom-width: 12px;
  }
}

.als-second-button {
  min-height: 76px;
  width: 240px;
  border-radius: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.als-second-button:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .als-second-button {
    height: 86px;
    width: 290px;
  }
}

@media (min-width: 1536px) {
  .als-second-button {
    height: 106px;
    width: 330px;
  }
}

.als-main-button-bigger {
  height: 76px;
  width: 280px;
  border-radius: 21px;
  border-width: 4px;
  border-bottom-width: 8px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .als-main-button-bigger {
    height: 86px;
    width: 310px;
  }
}

@media (min-width: 1536px) {
  .als-main-button-bigger {
    height: 106px;
    width: 380px;
    border-bottom-width: 12px;
  }
}

.als-main-button-send {
  height: 76px;
  width: 280px;
  border-radius: 21px;
  border-width: 4px;
  border-bottom-width: 8px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .als-main-button-send {
    height: 86px;
    width: 290px;
  }
}

@media (min-width: 1536px) {
  .als-main-button-send {
    height: 90px;
    width: 300px;
    border-bottom-width: 12px;
  }
}

.als-main-button-hover {
  height: 100%;
  width: 100%;
  border-radius: 21px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.als-main-button-inside-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}

.als-button-second-lg {
  height: 95px;
  width: 310px;
  border-radius: 21px;
  border-width: 4px;
  border-bottom-width: 8px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .als-button-second-lg {
    height: 107px;
    width: 350px;
  }
}

@media (min-width: 1280px) {
  .als-button-second-lg {
    height: 120px;
    width: 390px;
  }
}

@media (min-width: 1536px) {
  .als-button-second-lg {
    height: 130px;
    width: 425px;
    border-bottom-width: 12px;
  }
}

.als-zaci-jsou-uzasni-span {
  display: inline-block;
  height: 25px;
  width: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .als-zaci-jsou-uzasni-span {
    height: 28px;
  }
}

@media (min-width: 768px) {
  .als-zaci-jsou-uzasni-span {
    height: 32px;
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .als-zaci-jsou-uzasni-span {
    height: 36px;
    width: 30px;
  }
}

@media (min-width: 1280px) {
  .als-zaci-jsou-uzasni-span {
    height: 40px;
    width: 32px;
  }
}

@media (min-width: 1536px) {
  .als-zaci-jsou-uzasni-span {
    height: 44px;
    width: 32px;
  }
}

.als-home-news-hover-div {
  visibility: hidden;
  height: 500px;
  border-radius: 13px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFE39C var(--tw-gradient-to-position);
  padding-bottom: 12px;
}

.als-home-news-hover-div:hover {
  visibility: visible;
}

.als-home-news-click-div {
  visibility: visible;
  display: flex;
  height: 500px;
  cursor: pointer;
  flex-direction: column;
  gap: 16px;
  border-radius: 23px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 900px) {
  .als-home-news-click-div {
    height: 100%;
  }
}

.als-home-news-img-div {
  margin-right: 11px;
  margin-left: 0px;
  margin-top: 11px;
  display: flex;
  height: 277px;
  width: 100%;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
}

.als-home-news-img {
  height: 277px;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.als-home-news-content-div {
  margin-left: 25px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: normal;
}

.als-home-news-line-clamp {
  margin-left: auto;
  margin-right: auto;
  margin-right: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}

.als-home-news-date-arrow-div {
  order: 2;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.als-home-news-date {
  margin-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.als-home-news-arrow-div {
  visibility: visible;
  height: 31px;
  width: 31px;
  background-image: url('/img/arrow-news.svg');
  background-size: cover;
  background-position: center;
}

.als-underline-informatiky {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #9BD26F;
  text-decoration-thickness: 8px;
  text-underline-offset: 4px;
}

.als-underline-jazyku {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #FF9692;
  text-decoration-thickness: 8px;
  text-underline-offset: 4px;
}

.als-nadpis-podtrzeni-ikonka-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.als-icon-nad-cont {
  margin-right: 1rem;
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
}

@media (min-width: 1280px) {
  .als-icon-nad-cont {
    height: 30px;
    width: 30px;
  }
}

.als-icon-nad-img {
  max-height: 22px;
  max-width: 22px;
}

@media (min-width: 1280px) {
  .als-icon-nad-img {
    max-height: 30px;
    max-width: 30px;
  }
}

.als-nadpis-podtrzeni-ikonka {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.to-black {
  filter: brightness(0%) contrast(100%) saturate(0%) grayscale(100%);
}

.als-harmonogram-item {
  display: flex;
  min-height: 100px;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-radius: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1536px) {
  .als-harmonogram-item {
    height: 135px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.slick-slide {
  margin: 0 10px;
}

.als-top-section-text-image {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .als-top-section-text-image {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.als-h1-top-section {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .als-h1-top-section {
    margin-top: 0px;
    flex-basis: 50%;
  }
}

.als-image-container-top-section {
  height: 240px;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}

@media (min-width: 640px) {
  .als-image-container-top-section {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .als-image-container-top-section {
    height: 330px;
  }
}

@media (min-width: 1024px) {
  .als-image-container-top-section {
    width: 50%;
  }
}

@media (min-width: 1536px) {
  .als-image-container-top-section {
    height: 453px;
    width: 765px;
  }
}

.als-image-top-section {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.als-section-with-shadow {
  margin-top: 4rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 12px 12px 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 12px 12px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .als-section-with-shadow {
    flex-basis: 50%;
  }
}

@media (min-width: 1280px) {
  .als-section-with-shadow {
    padding: 2.5rem;
  }
}

.als-section-with-shadow-2 {
  margin-top: 4rem;
  width: 91.666667%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 12px 12px 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 12px 12px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px) {
  .als-section-with-shadow-2 {
    padding: 2.5rem;
  }
}

@media (min-width: 2048px) {
  .als-section-with-shadow-2 {
    width: 83.333333%;
  }
}

.als-section-with-shadow-3 {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 12px 12px 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 12px 12px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .als-section-with-shadow-3 {
    flex-basis: 50%;
  }
}

@media (min-width: 1280px) {
  .als-section-with-shadow-3 {
    padding: 3rem;
  }
}

.als-harmonogram-half-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.als-date-circle {
  display: flex;
  min-height: 80px;
  min-width: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 1280px) {
  .als-date-circle {
    min-height: 110px;
    min-width: 110px;
  }
}

.als-pololeti-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1536px) {
  .als-pololeti-container {
    flex-direction: row;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.als-items-in-shadow-section-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: flex-start;
  row-gap: 2rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 640px) {
  .als-items-in-shadow-section-grid {
    margin-left: 26px;
  }
}

@media (min-width: 1024px) {
  .als-items-in-shadow-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .als-items-in-shadow-section-grid {
    margin-left: 38px;
  }
}

@media (min-width: 1536px) {
  .als-items-in-shadow-section-grid {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.als-harmonogram-item-image-container {
  height: 30px;
  width: 30px;
}

@media (min-width: 1536px) {
  .als-harmonogram-item-image-container {
    height: 45px;
    width: 45px;
  }
}

.als-harmonogram-item-image {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.als-contact-second-section-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.als-contact-second-section-item-image {
  margin-right: 0.5rem;
  max-height: 25px;
  max-width: 18px;
}

.als-contact-second-section-p-medium {
  margin-right: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(249 90 44 / var(--tw-text-opacity));
}

.als-contact-second-section-top-info-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.als-contact-map-container {
  visibility: hidden;
  height: 500px;
  max-height: 650px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .als-contact-map-container {
    visibility: visible;
    flex-basis: 50%;
  }
}

@media (min-width: 1536px) {
  .als-contact-map-container {
    height: 630px;
  }
}

.als-top-second-section {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

.als-items-in-shadow-section-grid-contact {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  gap: 1rem;
}

@media (min-width: 640px) {
  .als-items-in-shadow-section-grid-contact {
    margin-left: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .als-items-in-shadow-section-grid-contact {
    margin-left: 38px;
  }
}

@media (min-width: 1536px) {
  .als-items-in-shadow-section-grid-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 2048px) {
  .als-items-in-shadow-section-grid-contact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.als-contact-one-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.5rem;
  padding: 1rem;
}

.als-top-section-two-buttons-container {
  margin-top: 4rem;
  display: flex;
  width: 91.666667%;
  flex-direction: column;
}

@media (min-width: 640px) {
  .als-top-section-two-buttons-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 2048px) {
  .als-top-section-two-buttons-container {
    width: 83.333333%;
  }
}

.als-board-item-container {
  display: flex;
  flex-direction: column;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(155 210 111 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .als-board-item-container {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1536px) {
  .als-board-item-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.als-board-contact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 768px) {
  .als-board-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .als-board-contact-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1800px) {
  .als-board-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

@media (min-width: 2048px) {
  .als-board-contact-grid {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.als-board-contact-flex {
  display: flex;
  flex-direction: column;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(155 210 111 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .als-board-contact-flex {
    flex-direction: row;
    align-items: baseline;
  }
}

@media (min-width: 1536px) {
  .als-board-contact-flex {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.als-top-inner-section-text {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .als-top-inner-section-text {
    flex-basis: 50%;
    padding-right: 0.75rem;
  }
}

.als-contact-school-contact-item {
  min-height: 288px;
  width: 300px;
  border-radius: 1.5rem;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1536px) {
  .als-contact-school-contact-item {
    width: 320px;
  }
}

.als-school-container-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 1280px) {
  .als-school-container-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .als-school-container-grid {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 4rem;
  }
}

.als-header-div {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .als-header-div {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.als-logo-link {
  height: 100%;
  width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1280px) {
  .als-logo-link {
    height: auto;
    width: 300px;
  }
}

.als-submenu-area-div {
  position: absolute;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  .als-submenu-area-div {
    height: 18rem;
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.als-li-top-header {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FF9692;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-li-top-header:hover {
  text-decoration-line: underline;
}

.als-li-top-header a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FF9692;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-li-top-header a:hover {
  text-decoration-line: underline;
}

.als-desktop-menu-item {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  text-decoration-color: #FDBE11;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-desktop-menu-item:hover {
  text-decoration-line: underline;
}

@media (min-width: 1536px) {
  .als-desktop-menu-item {
    gap: 0.75rem;
  }
}

.als-desktop-menu-item a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  text-decoration-color: #FDBE11;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-desktop-menu-item a:hover {
  text-decoration-line: underline;
}

@media (min-width: 1536px) {
  .als-desktop-menu-item a {
    gap: 0.75rem;
  }
}

.als-submenu-div {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1280px) {
  .als-submenu-div {
    margin-top: 3rem;
    flex-direction: row;
    gap: 1rem;
  }
}

@media (min-width: 1536px) {
  .als-submenu-div {
    gap: 4rem;
  }
}

.als-submenu-title {
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1536px) {
  .als-submenu-title {
    gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .als-submenu-button:hover h4 {
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-line: underline;
    text-decoration-color: #9BD26F;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
  }
}

.als-submenu-button {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  height: 100px;
  width: 300px;
  max-width: 600px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.als-submenu-button:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .als-submenu-button {
    height: 100%;
    width: 400px;
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .als-submenu-button {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 500px;
  }
}

@media (min-width: 1536px) {
  .als-submenu-button {
    margin-left: 0.25rem;
  }
}

.als-submenu-bttn-img-div {
  margin-left: 5px;
  height: 90px;
  width: 50%;
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .als-submenu-bttn-img-div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    height: 141px;
  }
}

.als-submenu-img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.als-submenu-ul {
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .als-submenu-ul {
    margin-bottom: 0px;
    -moz-columns: 2;
         columns: 2;
    gap: 1rem;
  }
}

@media (min-width: 1536px) {
  .als-submenu-ul {
    gap: 4rem;
  }
}

.als-submenu-li {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 0.5rem;
  padding-right: 4px;
  text-decoration-color: #9BD26F;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

@media (min-width: 1280px) {
  .als-submenu-li:hover {
    text-decoration-line: underline;
  }
}

.als-submenu-li a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 0.5rem;
  text-decoration-color: #9BD26F;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

@media (min-width: 1280px) {
  .als-submenu-li a:hover {
    text-decoration-line: underline;
  }
}

.als-content-strong-reduce strong {
  font-weight: 500;
}

.als-image-slider-item {
  height: 220px;
  width: 220px;
  overflow: hidden;
  border-radius: 0.75rem;
}

.als-main-img-banner {
  height: 550px;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .als-main-img-banner {
    background-position: center;
  }
}

@media (min-width: 768px) {
  .als-main-img-banner {
    height: 600px;
  }
}

@media (min-width: 1800px) {
  .als-main-img-banner {
    height: 750px;
  }
}

@media (min-width: 2048px) {
  .als-main-img-banner {
    height: 1000px;
  }
}

/*After merge*/

.als-single-content ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-left: 2.5rem;
}

.als-single-content ul *::marker {
  color: rgb(155 210 111 );
}

.als-single-content ul::marker {
  color: rgb(155 210 111 );
}

.als-single-content ul li {
  padding-bottom: 1rem;
}

.als-single-content p a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #9BD26F;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

strong {
  font-weight: 500;
}

.als-accordion {
  width: 260px;
}

@media (min-width: 640px) {
  .als-accordion {
    width: 350px;
  }
}

@media (min-width: 1024px) {
  .als-accordion {
    width: 400px;
  }
}

.als-accordion-header {
  display: flex;
  height: 130px;
  width: 260px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.als-accordion-header:hover {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .als-accordion-header {
    height: 80px;
    width: 350px;
  }
}

@media (min-width: 1024px) {
  .als-accordion-header {
    height: 80px;
    width: 400px;
  }
}

.als-accordion-first-icon {
  max-height: 30px;
  min-height: 30px;
  min-width: 30px;
  max-width: 30px;
}

@media (min-width: 1024px) {
  .als-accordion-first-icon {
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
}

.als-accordion-last-icon-con {
  margin-right: 0.5rem;
  display: flex;
  max-height: 15px;
  min-height: 15px;
  min-width: 15px;
  max-width: 15px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .als-accordion-last-icon-con {
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}

.als-accordion-content {
  margin-top: 0.25rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*BARVY GRIDY*/

.als-red-grid-content h4 {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #FF9692;
}

.als-red-grid-content ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-left: 2.5rem;
}

.als-red-grid-content ul *::marker {
  color: rgb(255 150 146 );
}

.als-red-grid-content ul::marker {
  color: rgb(255 150 146 );
}

.als-red-grid-content ul li {
  padding-bottom: 1rem;
}

.als-red-grid-content p a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #FF9692;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-red-grid-content li a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.als-red-grid-content .wp-block-mytheme-soubor-download {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
}

.als-red-grid-content .wp-block-mytheme-soubor-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-red-grid-content .wp-block-your-plugin-custom-button {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
}

.als-red-grid-content .wp-block-your-plugin-custom-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-red-grid-content .als-accordion-header {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
}

.als-red-grid-content .als-accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-red-jidelna-grid-content .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-yellow-grid-content h4 {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #FFE39C;
}

.als-yellow-grid-content ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-left: 2.5rem;
}

.als-yellow-grid-content ul *::marker {
  color: rgb(255 227 156 );
}

.als-yellow-grid-content ul::marker {
  color: rgb(255 227 156 );
}

.als-yellow-grid-content ul li {
  padding-bottom: 1rem;
}

.als-yellow-grid-content p a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #FFE39C;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-yellow-grid-content li a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.als-yellow-grid-content .wp-block-mytheme-soubor-download {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
}

.als-yellow-grid-content .wp-block-mytheme-soubor-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-yellow-grid-content .wp-block-your-plugin-custom-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
}

.als-yellow-grid-content .wp-block-your-plugin-custom-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-yellow-grid-content .als-accordion-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
}

.als-yellow-grid-content .als-accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-yellow-druzina-grid-content .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-green-grid-content h4 {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #9BD26F;
}

.als-green-grid-content ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-left: 2.5rem;
}

.als-green-grid-content ul *::marker {
  color: rgb(155 210 111 );
}

.als-green-grid-content ul::marker {
  color: rgb(155 210 111 );
}

.als-green-grid-content ul li {
  padding-bottom: 1rem;
}

.als-green-grid-content p a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #9BD26F;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-green-grid-content li a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.als-green-grid-content .wp-block-mytheme-soubor-download {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.als-green-grid-content .wp-block-mytheme-soubor-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-green-grid-content .wp-block-your-plugin-custom-button {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.als-green-grid-content .wp-block-your-plugin-custom-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-green-grid-content .als-accordion-header {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.als-green-grid-content .als-accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-green-grid-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-blue-grid-content h4 {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #95C4F0;
}

.als-blue-grid-content ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-left: 2.5rem;
}

.als-blue-grid-content ul *::marker {
  color: rgb(149 196 240 );
}

.als-blue-grid-content ul::marker {
  color: rgb(149 196 240 );
}

.als-blue-grid-content ul li {
  padding-bottom: 1rem;
}

.als-blue-grid-content p a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-decoration-color: #95C4F0;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.als-blue-grid-content li a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.als-blue-grid-content .wp-block-mytheme-soubor-download {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
}

.als-blue-grid-content .wp-block-mytheme-soubor-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-blue-grid-content .wp-block-your-plugin-custom-button {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
}

.als-blue-grid-content .wp-block-your-plugin-custom-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-blue-grid-content .als-accordion-header {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
}

.als-blue-grid-content .als-accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 255 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.als-blue-grid-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-blue-poradenske-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-red-poradenske-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-yellow-poradenske-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.als-item-block-icon-text {
  margin-right: 0.5rem;
  max-height: 50px;
  max-width: 50px;
}

@media (min-width: 1280px) {
  .als-item-block-icon-text {
    max-height: 60px;
    max-width: 60px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.order-1 {
  order: 1;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-\[11px\] {
  margin-left: 11px;
  margin-right: 11px;
}

.mx-\[14px\] {
  margin-left: 14px;
  margin-right: 14px;
}

.mx-\[26px\] {
  margin-left: 26px;
  margin-right: 26px;
}

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

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

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

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

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

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

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

.mb-32 {
  margin-bottom: 8rem;
}

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

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

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

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

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

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

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

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[25px\] {
  margin-left: 25px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[38px\] {
  margin-left: 38px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mr-\[25px\] {
  margin-right: 25px;
}

.mr-\[5\%\] {
  margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

.w-11\/12 {
  width: 91.666667%;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-6\/12 {
  width: 50%;
}

.w-8 {
  width: 2rem;
}

.w-9\/12 {
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-\[10\%\] {
  flex-basis: 10%;
}

.basis-full {
  flex-basis: 100%;
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[29px\] {
  gap: 29px;
}

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

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

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

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

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

.gap-x-\[42px\] {
  -moz-column-gap: 42px;
       column-gap: 42px;
}

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

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

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

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

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

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

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

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

.justify-self-start {
  justify-self: start;
}

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

.overflow-hidden {
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

.rounded-2xl {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-\[3px\] {
  border-width: 3px;
}

.border-b-\[8px\] {
  border-bottom-width: 8px;
}

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

.border-\[\#FDBE11\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 190 17 / var(--tw-border-opacity));
}

.border-blue100 {
  --tw-border-opacity: 1;
  border-color: rgb(80 168 249 / var(--tw-border-opacity));
}

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

.border-red100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 90 44 / var(--tw-border-opacity));
}

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

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

.border-yellow100 {
  --tw-border-opacity: 1;
  border-color: rgb(253 190 17 / var(--tw-border-opacity));
}

.border-zkgreen100 {
  --tw-border-opacity: 1;
  border-color: rgb(115 198 86 / var(--tw-border-opacity));
}

.bg-\[\#E2F8D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.bg-\[\#FFE39C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 156 / var(--tw-bg-opacity));
}

.bg-\[\#FFF4CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-red10 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
}

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

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

.bg-zkgreen10 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.bg-color-pattern-1 {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/color_bg_small.svg');
}

.bg-color-pattern-2 {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/pattern_big.svg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-homepage-mobile-jaro {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/jaro_mobil_alsovka.jpg');
}

.bg-homepage-mobile-leto {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/leto_mobil_alsovka.jpg');
}

.bg-homepage-mobile-podzim {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/podzim_mobil_alsovka.jpg');
}

.bg-homepage-mobile-zima {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/zima_mobil_alsovka.jpg');
}

.bg-quote-down {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/quote-down.svg');
}

.bg-quote-up {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/quote-up.svg');
}

.bg-uzasni-left {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/uzasni_left.svg');
}

.bg-uzasni-right {
  background-image: url('/wp-content/themes/alsovka-theme/assets/img/uzasni_right.svg');
}

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

.to-\[\#FFE39C\] {
  --tw-gradient-to: #FFE39C var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

.pt-\[50px\] {
  padding-top: 50px;
}

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

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

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

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

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

.text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

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

.text-black70 {
  --tw-text-opacity: 1;
  color: rgb(71 74 87 / var(--tw-text-opacity));
}

.text-blue100 {
  --tw-text-opacity: 1;
  color: rgb(80 168 249 / var(--tw-text-opacity));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.text-red100 {
  --tw-text-opacity: 1;
  color: rgb(249 90 44 / var(--tw-text-opacity));
}

.text-yellow100 {
  --tw-text-opacity: 1;
  color: rgb(253 190 17 / var(--tw-text-opacity));
}

.text-zkgreen100 {
  --tw-text-opacity: 1;
  color: rgb(115 198 86 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-blue100 {
  text-decoration-color: #50A8F9;
}

.decoration-blue50 {
  text-decoration-color: #95C4F0;
}

.decoration-red50 {
  text-decoration-color: #FF9692;
}

.decoration-yellow100 {
  text-decoration-color: #FDBE11;
}

.decoration-yellow50 {
  text-decoration-color: #FFE39C;
}

.decoration-zkgreen100 {
  text-decoration-color: #73C656;
}

.decoration-zkgreen50 {
  text-decoration-color: #9BD26F;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.shadow-\[6px_6px_0_0_rgba\(0\2c 0\2c 0\2c 0\)\] {
  --tw-shadow: 6px 6px 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 6px 6px 0 0 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-blue10 {
  --tw-shadow-color: #E6F1FF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red10 {
  --tw-shadow-color: #FDEAEA;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow10 {
  --tw-shadow-color: #FFF4CC;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zkgreen10 {
  --tw-shadow-color: #E2F8D5;
  --tw-shadow: var(--tw-shadow-colored);
}

.first-letter\:float-left::first-letter {
  float: left;
}

.first-letter\:mr-3::first-letter {
  margin-right: 0.75rem;
}

.first-letter\:text-7xl::first-letter {
  font-size: 3.375rem;
}

.first-letter\:font-bold::first-letter {
  font-weight: 700;
}

.first-letter\:text-slate-900::first-letter {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:bg-\[\#FFE39C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 156 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FFF4CC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
}

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

.hover\:bg-red10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 234 / var(--tw-bg-opacity));
}

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

.hover\:bg-zkgreen10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 213 / var(--tw-bg-opacity));
}

.hover\:text-black100:hover {
  --tw-text-opacity: 1;
  color: rgb(24 25 31 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .sm\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

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

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

  .sm\:max-h-\[110px\] {
    max-height: 110px;
  }

  .sm\:max-h-\[70px\] {
    max-height: 70px;
  }

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

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

  .sm\:w-20 {
    width: 5rem;
  }

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

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

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

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:bg-homepage-pc-jaro {
    background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/jaro_alsovka.jpg');
  }

  .sm\:bg-homepage-pc-leto {
    background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/leto_alsovka.jpg');
  }

  .sm\:bg-homepage-pc-podzim {
    background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/podzim_alsovka.jpg');
  }

  .sm\:bg-homepage-pc-zima {
    background-image: url('/wp-content/themes/alsovka-theme/assets/img/ilustrace-homepage/zima_alsovka.jpg');
  }

  .sm\:pt-\[180px\] {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .md\:pl-\[4\.5rem\] {
    padding-left: 4.5rem;
  }

  .md\:pt-\[195px\] {
    padding-top: 195px;
  }

  .md\:decoration-4 {
    text-decoration-thickness: 4px;
  }
}

@media (min-width: 900px) {
  .md-l\:order-3 {
    order: 3;
  }

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

  .md-l\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md-l\:mb-\[19px\] {
    margin-bottom: 19px;
  }

  .md-l\:ml-\[26px\] {
    margin-left: 26px;
  }

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

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

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

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

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

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

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

  .md-l\:justify-center {
    justify-content: center;
  }

  .md-l\:gap-\[16px\] {
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .lg\:max-h-\[130px\] {
    max-height: 130px;
  }

  .lg\:max-h-\[17px\] {
    max-height: 17px;
  }

  .lg\:max-h-\[25px\] {
    max-height: 25px;
  }

  .lg\:max-h-\[90px\] {
    max-height: 90px;
  }

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

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

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:pl-\[7\.2rem\] {
    padding-left: 7.2rem;
  }

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

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

  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }

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

@media (min-width: 1280px) {
  .xl\:visible {
    visibility: visible;
  }

  .xl\:absolute {
    position: absolute;
  }

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

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

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

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

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

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-\[42px\] {
    margin-left: 42px;
  }

  .xl\:ml-\[46px\] {
    margin-left: 46px;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-\[25\%\] {
    margin-right: 25%;
  }

  .xl\:mr-\[92px\] {
    margin-right: 92px;
  }

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

  .xl\:mt-16 {
    margin-top: 4rem;
  }

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

  .xl\:mt-36 {
    margin-top: 9rem;
  }

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .xl\:h-auto {
    height: auto;
  }

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

  .xl\:max-h-\[150px\] {
    max-height: 150px;
  }

  .xl\:max-h-\[380px\] {
    max-height: 380px;
  }

  .xl\:max-h-\[45px\] {
    max-height: 45px;
  }

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

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

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .xl\:gap-\[20px\] {
    gap: 20px;
  }

  .xl\:gap-\[8px\] {
    gap: 8px;
  }

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

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

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
  }

  .\32xl\:mx-\[85px\] {
    margin-left: 85px;
    margin-right: 85px;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

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

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mt-\[12rem\] {
    margin-top: 12rem;
  }

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

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

  .\32xl\:max-h-\[180px\] {
    max-height: 180px;
  }

  .\32xl\:max-h-\[19px\] {
    max-height: 19px;
  }

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

  .\32xl\:max-h-\[50px\] {
    max-height: 50px;
  }

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

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

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

  .\32xl\:w-\[19px\] {
    width: 19px;
  }

  .\32xl\:w-\[210px\] {
    width: 210px;
  }

  .\32xl\:w-\[29px\] {
    width: 29px;
  }

  .\32xl\:w-\[50px\] {
    width: 50px;
  }

  .\32xl\:w-\[765px\] {
    width: 765px;
  }

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

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

  .\32xl\:place-items-start {
    place-items: start;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

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

  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:text-\[41px\] {
    font-size: 41px;
  }
}

@media (min-width: 1800px) {
  .\33xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\33xl\:ml-28 {
    margin-left: 7rem;
  }

  .\33xl\:ml-4 {
    margin-left: 1rem;
  }

  .\33xl\:h-\[390px\] {
    height: 390px;
  }

  .\33xl\:h-\[480px\] {
    height: 480px;
  }

  .\33xl\:max-h-\[440px\] {
    max-height: 440px;
  }

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

  .\33xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\33xl\:w-auto {
    width: auto;
  }

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

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

  .\33xl\:gap-\[43px\] {
    gap: 43px;
  }

  .\33xl\:gap-x-\[54px\] {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }

  .\33xl\:gap-y-\[32px\] {
    row-gap: 32px;
  }

  .\33xl\:pt-\[250px\] {
    padding-top: 250px;
  }
}

@media (min-width: 2048px) {
  .\34xl\:visible {
    visibility: visible;
  }

  .\34xl\:invisible {
    visibility: hidden;
  }

  .\34xl\:ml-80 {
    margin-left: 20rem;
  }

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

  .\34xl\:w-9\/12 {
    width: 75%;
  }

  .\34xl\:pt-\[370px\] {
    padding-top: 370px;
  }
}

@media (min-width: 2500px) {
  .\35xl\:mr-36 {
    margin-right: 9rem;
  }

  .\35xl\:w-8\/12 {
    width: 66.666667%;
  }
}
