*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: "CFAstyPlaisio-Regular";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf")
      format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-Bold";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf")
      format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-Bold";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf")
      format("truetype");

  font-weight: bolder;
}

@font-face {
  font-family: "CFAstyPlaisio-Light";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.otf")
      format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "CFAstyPlaisio-Oblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Oblique.otf")
      format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-BoldOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-BoldOblique.otf")
      format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-LightOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-LightOblique.otf")
      format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "CFReklama-Bold";

  src: url("https://www.plaisio-cdn.gr/images/promo/2025-valentine-assets/fonts/CFReklama-Bold.otf")
      format("truetype");

  font-weight: bold;
}

html {
  font-family: "CFAstyPlaisio-Regular";
  scroll-behavior: smooth;
}

.scale-in-top {
  animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-4 17:31:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-top
 * ----------------------------------------
 */

@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
    opacity: 1;
  }
}

.scale-out-top {
  animation: scale-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-4 17:32:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-top
 * ----------------------------------------
 */

@keyframes scale-out-top {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
    opacity: 1;
  }

  100% {
    transform: scale(0);
    transform-origin: 50% 0%;
    opacity: 1;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

b {
  position: relative;
  line-height: 100%;
  display: inline-block;
}

/* Helper for animating the stroke */

b svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 150%;
  animation: draw 2s ease-out forwards;
  animation-delay: 2s;
  /*  
  */
}

.sticky-section {
  padding: 20px;
  transition: all 0.3s ease;
}

.sticky-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.7);
  padding-top: 3rem;
}

/* Add padding to content after sticky section to prevent jump */

.sticky-section-placeholder {
  display: none;
  height: 60px;
  /* Should match sticky section height */
}

.sticky-section.sticky + .sticky-section-placeholder {
  display: block;
}

.scroll-image {
  bottom: -100px;
  /* Start hidden below the section */
  opacity: 0;
}

.scroll-image.visible {
  bottom: -20px;
  /* Final position when visible */
  opacity: 1;
}

.video-play-button {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.1);
  }
}

.swiper-container-1 .swiper-slide img,  .swiper-container-3 .swiper-slide img,  .swiper-container-4 .swiper-slide img,  .swiper-container-5 .swiper-slide img {
  transform: scale(0.80);
  transition: 0.2s all ease-out;
}

.swiper-container-1 .swiper-slide.swiper-slide-active img, .swiper-container-4 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transform: translateY(20px);
}

.swiper-container-3 .swiper-slide.swiper-slide-active img, .swiper-container-5 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transform: translateY(-20px);
}

.grid-item.active {
  flex-basis: 50%;
}

.hover-image.active {
  display: block;
}

.grid-item.active .front-content {
  display: none;
}

.grid-item.active .expanded-content {
  display: grid;
}

.mobile-item.expanded .mobile-expanded {
  display: block;
}

.mobile-item.expanded .mobile-front {
  opacity:0;
}

.mobile-expanded .swiper-button-next, .mobile-expanded .swiper-button-prev {
  background-image: none;
  color: #fff;
}

.shine-img {
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0,0,0,0.2) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0,0,0,0.2) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}

.shine-img-2 {
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0,0,0,0.6) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0,0,0,0.6) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
  animation: mask-animation 2s ease 3;
}

.shine-img:hover {
  animation: mask-animation 2s ease;
}

@keyframes mask-animation {
  0% {
    mask-position: 0%;
    -webkit-mask-position: 0;
  }

  100% {
    mask-position: 120%;
    -webkit-mask-position: 120%;
    opacity: 1;
  }
}

.swiper-scrollbar-drag{
  width: 45%!important;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!-bottom-4 {
  bottom: -1rem !important;
}

.\!-left-3 {
  left: -0.75rem !important;
}

.\!-left-\[2px\] {
  left: -2px !important;
}

.\!-right-3 {
  right: -0.75rem !important;
}

.\!-right-\[2px\] {
  right: -2px !important;
}

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

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

.-left-3 {
  left: -0.75rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-10 {
  right: -2.5rem;
}

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

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

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

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

.left-2 {
  left: 0.5rem;
}

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

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

.left-\[1135px\] {
  left: 1135px;
}

.left-\[1150px\] {
  left: 1150px;
}

.left-\[190px\] {
  left: 190px;
}

.left-\[345px\] {
  left: 345px;
}

.left-\[355px\] {
  left: 355px;
}

.left-\[35px\] {
  left: 35px;
}

.left-\[390px\] {
  left: 390px;
}

.left-\[501px\] {
  left: 501px;
}

.left-\[765px\] {
  left: 765px;
}

.left-\[83px\] {
  left: 83px;
}

.left-\[888px\] {
  left: 888px;
}

.left-\[893px\] {
  left: 893px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-32 {
  top: 8rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-4 {
  grid-column-start: 4;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

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

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

.row-start-3 {
  grid-row-start: 3;
}

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.max-w-screen-full {
  max-width: 1920px;
}

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

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

.grow {
  flex-grow: 1;
}

.basis-1\/5 {
  flex-basis: 20%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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_5s_linear_infinite\] {
  animation: spin 5s linear infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes drop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.animate-drop {
  animation: drop 2s linear 1;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#16AFAF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 175 175 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2A2A85\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 133 / var(--tw-bg-opacity, 1));
}

.bg-\[\#41B8B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 184 184 / var(--tw-bg-opacity, 1));
}

.bg-\[\#484CFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 76 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#66CC66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7250FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 80 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#805AE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 90 225 / var(--tw-bg-opacity, 1));
}

.bg-\[\#82D2BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 210 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9195F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(145 149 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A3A6F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 166 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AAE19C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(170 225 156 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B79BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 155 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B894C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 148 196 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BEBCA2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 188 162 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CED0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 208 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D5F1FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 241 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E2E8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBFFE2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 255 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F06798\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 103 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5EEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FC87B3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 135 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FE6468\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 100 104 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FEF6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 246 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD1DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 219 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFDDE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF785\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 133 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFACE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 206 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFBFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 252 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/epipla\/doodle-1\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/epipla/doodle-1.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/epipla\/doodle-4\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/epipla/doodle-4.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/epipla\/doodle-5\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/epipla/doodle-5.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/epipla\/doodle\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/epipla/doodle.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/families\/doodle-1\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/families/doodle-1.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/families\/doodle-3\.svg\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/families/doodle-3.svg);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/bg-2-mob\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/bg-2-mob.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/grid\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/grid.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/highlight-1\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/highlight-1.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/highlight-2\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/highlight-2.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/highlight-5\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/highlight-5.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/vivlia\/doodle\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/vivlia/doodle.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/backtoschool\/2025\/images\/grafiki\/doodle\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/backtoschool/2025/images/grafiki/doodle.png);
}

.bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/backtoschool\/2025\/images\/grafiki\/doodle_circle\.png\)\] {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/backtoschool/2025/images/grafiki/doodle_circle.png);
}

.bg-none {
  background-image: none;
}

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-bold {
  font-family: CFAstyPlaisio-Bold;
}

.font-light {
  font-family: CFAstyPlaisio-Light;
}

.font-regular {
  font-family: CFAstyPlaisio-Regular, sans-serif;
}

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#FDCA16\] {
  --tw-text-opacity: 1;
  color: rgb(253 202 22 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#E1007D\] {
  --tw-text-opacity: 1;
  color: rgb(225 0 125 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.delay-200 {
  transition-delay: 200ms;
}

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

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

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

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

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover {
  font-family: CFAstyPlaisio-Bold;
  font-weight: 700;
}

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

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.focus\:drop-shadow-xl:focus {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.group:hover .group-hover\:-translate-y-10 {
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:border-\[\#E1007D\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 0 125 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:text-\[\#00789f\] {
  --tw-text-opacity: 1;
  color: rgb(0 120 159 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:text-shadow-2 {
  text-shadow: 0px 0px 2px #fff;
}

@media not all and (min-width: 1280px) {
  .max-xl\:bg-\[\#FBFB65\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 101 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 360px) {
  @media not all and (min-width: 1280px) {
    .xs\:max-xl\:max-w-\[70\%\] {
      max-width: 70%;
    }
  }
}

@media (min-width: 768px) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }

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

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

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

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

  .md\:overflow-visible {
    overflow: visible;
  }
}

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

  .xl\:\!left-20 {
    left: 5rem !important;
  }

  .xl\:\!right-20 {
    right: 5rem !important;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

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

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

  .xl\:left-10 {
    left: 2.5rem;
  }

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

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:top-0 {
    top: 0px;
  }

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

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

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

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

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

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

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

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

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

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

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

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

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

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

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

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

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

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

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

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

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

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

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

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

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

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

  .xl\:gap-3 {
    gap: 0.75rem;
  }

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

  .xl\:justify-self-end {
    justify-self: end;
  }

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

  .xl\:bg-\[url\(https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/backtoschool\/2025\/images\/home\/bg-2\.png\)\] {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/backtoschool/2025/images/home/bg-2.png);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

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

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .full\:-left-52 {
    left: -13rem;
  }

  .full\:-right-52 {
    right: -13rem;
  }

  .full\:left-1\/3 {
    left: 33.333333%;
  }

  .full\:left-2 {
    left: 0.5rem;
  }

  .full\:left-24 {
    left: 6rem;
  }

  .full\:right-24 {
    right: 6rem;
  }

  .full\:right-32 {
    right: 8rem;
  }

  .full\:right-44 {
    right: 11rem;
  }

  .full\:block {
    display: block;
  }

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

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

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

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

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

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

  .full\:pb-16 {
    padding-bottom: 4rem;
  }

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

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