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

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

b,
strong {
  font-family: "plaisioBold";
  font-weight: bolder;
}

/* 
  a:hover {
    text-decoration: none;
    color: initial!important;
  } */

/* Center pagination and add spacing */

/* Base bullet (inactive) */

.swiper-pagination-bullet {
  width: 37px;
  height: 15px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  /* Swiper defaults to opacity changes */
  transition: width 200ms ease, background-color 200ms ease;
}

/* Active bullet (the wider pill) */

.swiper-pagination-bullet-active {
  background: #9a9a9a;
  /* active color */
}

/* --- Scroll reveal animation --- */

/* Section title arrow (::after) */

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 19px;
  height: 11px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/arrow.png) no-repeat;
  background-size: contain;
}

/* USP row drop-in entrance animation (triggered by JS adding .animate) */

.usps .usp {
  opacity: 0;
  visibility: hidden;
}

.usps.animate .usp {
  opacity: 1;
  transform: translateY(-50px);
  animation: dropIn 0.6s ease forwards;
}

.usps.animate .usp:nth-child(1) {
  animation-delay: 0.2s;
}

.usps.animate .usp:nth-child(2) {
  animation-delay: 0.4s;
}

.usps.animate .usp:nth-child(3) {
  animation-delay: 0.6s;
}

.usps.animate .usp:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes dropIn {
  0%   {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

/* Sticky contest banner arrow (::after) */

.sticky-banner__wrapper:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 14px;
  right: -35px;
  top: 360px;
  /* transform: translateY(-50%); */
  /* background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/white-arrow.png) no-repeat;
  background-size: contain; */
  transition: all 0.4s ease;
}

.sticky-banner__wrapper:hover:after {
  right: -40px;
}

@media (max-width: 350px) {
  .sticky-banner__wrapper:after {
    right: -30px;
  }
}

/* Benefits section decorative artwork */

/* .benefits:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 276px;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/element_1.png) no-repeat;
  background-size: contain;
}
.benefits:after {
  content: "";
  position: absolute;
  width: 238px;
  height: 119px;
  right: 36px;
  bottom: 0;
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/element_2.png) no-repeat;
  background-size: contain;
  background-position: bottom;
} */

@media (max-width: 1400px) {
  .benefits:before {
    width: 90px;
    height: 180px;
    top: 35%;
  }
}

@media (max-width: 1024px) {
  .benefits:before {
    width: 70px;
    height: 140px;
    top: 40%;
  }

  .benefits:after {
    right: 0;
  }
}

@media (max-width: 1500px) {
  .benefits:after {
    width: 138px;
    height: 89px;
  }
}

@media (max-width: 768px) {
  .benefits:before, .benefits:after {
    width: 0;
  }
}

/* Benefits USPs dashed divider */

.usps.usps--divider:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 93%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px dashed #000;
}

@media (max-width: 768px) {
  .usps.usps--divider:after {
    width: 0;
  }
}

/* Package card sizing (4 breakpoint tiers — kept as real CSS to avoid
   Tailwind arbitrary-variant ordering ambiguity across stacked max-widths) */

.package {
  position: relative;
  cursor: default;
  flex-basis: 33.33%;
  border-radius: 30px;
  height: 560px;
  transition: background-color 0.5s ease, flex-basis 0.5s ease;
}

@media (max-width: 1024px) {
  .package {
    height: 400px;
  }
}

@media (max-width: 768px)  {
  .package {
    height: 520px;
    flex-basis: unset;
  }
}

@media (max-width: 500px)  {
  .package {
    height: 483px;
  }
}

/* Sticky contest banner: fixed rail on desktop, inline banner on mobile */

.sticky-banner {
  transition: transform 0.4s ease;
}

@media (min-width: 901px) {
  .sticky-banner {
    position: fixed;
    right: 0;
    z-index: 2;
    top: 360px;
    transform: translateX(10px);
  }

  .sticky-banner:hover {
    transform: translateX(0);
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .sticky-banner {
    top: 600px;
  }
}

/* Package open/close rotation + per-package open-state background art */

.package:hover .package-closed {
  transform: rotate(-360deg);
}

.package span.package-closed:hover {
  transform: rotate(360deg);
}

.package.active {
  background-repeat: no-repeat;
  background-size: cover;
}

.package.active .package-closed {
  display: none;
}

.package.active .package-opened {
  display: block;
}

.package .package-closed {
  display: block;
}

.package .package-opened {
  display: none;
}

.package.active:nth-child(1) {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_1_open.png);
}

.package.active:nth-child(2) {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_2_open.png);
}

.package.active:nth-child(3) {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_3_open.png);
}

.package.active:nth-child(4) {
  background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_4_open.png);
}

.package.active:nth-child(1) .package-opened a {
  background-color: #9f62d1;
}

.package.active:nth-child(2) .package-opened a {
  background-color: #589f39;
}

.package.active:nth-child(3) .package-opened a {
  background-color: #ce3458;
}

.package.active:nth-child(4) .package-opened a {
  background-color: #414d99;
}

.package.active .package-opened a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 999px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.package.active .package-opened a img {
  animation: nudge-right 1.5s ease-in-out infinite;
}

@keyframes nudge-right {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

@media (max-width: 768px) {
  .package.active:nth-child(1) {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_1_open_mob.png);
  }

  .package.active:nth-child(2) {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_2_open_mob.png);
  }

  .package.active:nth-child(3) {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_3_open_mob.png);
  }

  .package.active:nth-child(4) {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/foititiko/2026/images/package/paketo_4_open_mob.png);
  }

  .package.active {
    background-position: bottom;
  }
}

.package .package-content .images-container img {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.package .package-content .images-container img:first-child {
  display: block;
}

@media (max-width: 1024px) {
  .package-content {
    display: none!important;
  }

  .package .package-content .images-container img {
    max-width: 90%;
    margin-left: auto;
  }
}

.package-content-mobile {
  max-height: 523px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .package-content-mobile {
    max-height: 483px;
  }
}

/* Mobile Slick carousel overrides (inside .package-content-mobile) */

.package-content-mobile .slick-list {
  height: 483px;
  overflow: hidden;
}

.package-content-mobile .slick-track {
  display: flex !important;
  align-items: center;
}

.package-content-mobile .slick-slide {
  height: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.package-content-mobile .slick-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.package-content-mobile .slick-prev,
.package-content-mobile .slick-next {
  top: 36%;
}

.package-content-mobile .slick-prev {
  left: 15px;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  pointer-events: auto;
}

.package-content-mobile .slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/arrowhead-left.png) no-repeat center center;
  background-size: contain;
}

.package-content-mobile .slick-next {
  right: 15px;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  pointer-events: auto;
}

.package-content-mobile .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/arrowhead-right.png) no-repeat center center;
  background-size: contain;
}

.package .package-content ul li {
  color: #faf9e7;
}

.package .package-content ul li:hover {
  color: #f5dc34;
}

/* Diagonismos (contest) section decorative circle + bounce hover */

.usps.usps--contest:after {
  content: "";
  position: absolute;
  width: 283px;
  height: 283px;
  right: -245px;
  bottom: 0;
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/element_4.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
}

.usps.usps--contest > * {
  z-index: 1;
}

@media (max-width: 1600px) {
  .usps.usps--contest:after {
    width: 200px;
    height: 200px;
    right: -180px;
  }
}

@media (max-width: 1024px) {
  .usps.usps--contest:after {
    right: -80px;
    bottom: -80px;
  }
}

@media (max-width: 768px)  {
  .usps.usps--contest:after {
    width: 0;
  }
}

.diagonismos-banner:hover {
  animation: bounce-left-right 0.6s ease-in-out;
}

@keyframes bounce-left-right {
  0%   {
    transform: translateX(0);
  }

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

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

  75%  {
    transform: translateX(-5px);
  }

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

/* Blog card corner arrow (per-card color) */

.card:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  right: 15px;
  bottom: 17px;
}

.card:nth-child(1):after {
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/purple-arrow.png) no-repeat center/contain;
}

.card:nth-child(2):after {
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/green-arrow.png) no-repeat center/contain;
}

.card:nth-child(3):after {
  background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/foititiko/images/blue-arrow.png) no-repeat center/contain;
}

@media (max-width: 1024px) {
  .card:after {
    width: 32px;
    height: 32px;
    background-size: 10px;
  }
}

@media (max-width: 900px)  {
  .card:after {
    width: 26px;
    height: 26px;
    background-size: 10px;
    bottom: 9%;
  }
}

@media (max-width: 768px)  {
  .card:after {
    bottom: 8%;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.bottom-\[14px\] {
  bottom: 14px;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

.w-\[calc\(50\%-5px\)\] {
  width: calc(50% - 5px);
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.origin-bottom {
  transform-origin: bottom;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

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

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

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

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

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

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

.border-b-\[\#2a2929\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 41 41 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#9f62d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 98 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9f7fe2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 127 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b196f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 150 244 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f388be\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 136 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#faf9e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbe6d3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 211 / var(--tw-bg-opacity, 1));
}

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

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

.p-\[15px_15px_0\] {
  padding: 15px 15px 0;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

.font-bold {
  font-family: plaisioBold, plaisioBold Fallback;
}

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

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

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

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

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

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

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

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

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

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[20\.4px\] {
  line-height: 20.4px;
}

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

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

.leading-\[26px\] {
  line-height: 26px;
}

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

.tracking-\[-0\.815px\] {
  letter-spacing: -0.815px;
}

.tracking-\[0\.012px\] {
  letter-spacing: 0.012px;
}

.text-\[\#2a2929\] {
  --tw-text-opacity: 1;
  color: rgb(42 41 41 / var(--tw-text-opacity, 1));
}

.text-\[\#faf9e7\] {
  --tw-text-opacity: 1;
  color: rgb(250 249 231 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

@media not all and (min-width: 1280px) {
  .max-xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 501px) {
  .max-\[501px\]\:block {
    display: block;
  }

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

  .max-\[501px\]\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 502px) {
  .min-\[502px\]\:w-\[calc\(33\.33\%-7px\)\] {
    width: calc(33.33% - 7px);
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

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

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

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

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

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

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

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-\[25px\] {
    line-height: 25px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:tracking-\[0\.024px\] {
    letter-spacing: 0.024px;
  }
}

@media (min-width: 769px) {
  .min-\[769px\]\:w-\[calc\(20\%-12px\)\] {
    width: calc(20% - 12px);
  }

  .min-\[769px\]\:text-\[20px\] {
    font-size: 20px;
  }

  .min-\[769px\]\:leading-\[20px\] {
    line-height: 20px;
  }
}

@media (min-width: 901px) {
  .min-\[901px\]\:bg-transparent {
    background-color: transparent;
  }

  .min-\[901px\]\:p-0 {
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[17px\] {
    bottom: 17px;
  }

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

  .lg\:right-\[28px\] {
    right: 28px;
  }

  .lg\:right-\[5px\] {
    right: 5px;
  }

  .lg\:my-\[41px\] {
    margin-top: 41px;
    margin-bottom: 41px;
  }

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

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

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:p-\[25px_25px_0\] {
    padding: 25px 25px 0;
  }

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

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

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

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

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

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-\[20\.4px\] {
    line-height: 20.4px;
  }

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }

  .lg\:tracking-\[-0\.703px\] {
    letter-spacing: -0.703px;
  }

  .lg\:tracking-\[-1\.234px\] {
    letter-spacing: -1.234px;
  }

  .lg\:tracking-\[0\.024px\] {
    letter-spacing: 0.024px;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-\[22px\] {
    gap: 22px;
  }

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

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

  .xl\:drop-shadow-glow {
    --tw-drop-shadow: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
    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);
  }
}

@media (min-width: 1440px) {
  .\32xl\:max-w-full {
    max-width: 100%;
  }
}
