:root {
  --black: black;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  color: var(--black);
  background-color: #dddad0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.logo {
  z-index: 200;
  opacity: 1;
  width: 240px;
  position: fixed;
  inset: 35px auto auto 40px;
}

.logo.w--current {
  width: 170px;
}

.logoimage {
  width: 100%;
}

.kypselia {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title {
  width: 100%;
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 300;
}

.menuolo {
  z-index: 1000;
  background-color: #312d28;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.butmenu {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.butmenu.w--current {
  font-weight: 400;
}

.social {
  z-index: 500;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: auto auto 33px 35px;
}

.slink {
  width: 25px;
}

.slink.f {
  width: 22px;
  margin-top: 0;
  margin-left: 15px;
  display: block;
}

.slink.ins {
  width: 35px;
  margin-left: 7px;
}

.image-5 {
  padding: 5px;
}

.menu-2 {
  z-index: 200000;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 28px 16px auto auto;
}

.buttona1 {
  background-color: #2d2188;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.buttona1.out {
  z-index: 49000;
  background-color: #0000;
  background-image: none;
  height: 100%;
  display: block;
  position: absolute;
}

.buttona1.in {
  z-index: 50000;
  background-color: #0000;
}

.logopurplesheep {
  z-index: 20000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto auto 147px 5px;
}

.link-block-8 {
  position: relative;
}

.design {
  width: 90px;
  color: var(--white);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: -58px;
  left: -38px;
  transform: rotate(-90deg);
}

.purplesheeplogo {
  width: 20px;
}

.popup-overlay {
  z-index: 540000;
  width: 300px;
  height: auto;
  color: var(--white);
  background-color: #323542;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: auto auto 37% 0%;
}

.cookiein {
  margin-left: 10px;
  margin-right: 3px;
  display: flex;
}

.text-block-7 {
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
}

.link-2 {
  color: #000;
  background-color: #ecd905;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: 700;
  text-decoration: none;
}

.button-3 {
  color: #000;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #fbff00;
}

.pardiv {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  display: block;
  position: relative;
}

.out {
  z-index: 300000;
  background-color: #f3eeea;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.paragraph-2 {
  margin-top: 0;
  margin-left: 17%;
  margin-right: 17%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.section-3 {
  margin-bottom: 100px;
}

.section-3.cook {
  margin-bottom: 0;
  padding-bottom: 13%;
}

.section-4 {
  height: 190px;
}

.animation {
  margin-bottom: 0;
  position: relative;
}

.book {
  z-index: 20;
  width: 100px;
  height: 100px;
  color: var(--white);
  background-color: #d15d32;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 0 0 auto;
}

.booktext {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.mapes {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.mapes.fff {
  height: 100vh;
  position: relative;
}

.booktelephone {
  z-index: 50;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.telephone {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  left: 0;
}

.accordion-item-trigger {
  justify-content: flex-start;
  display: flex;
}

.button {
  z-index: 20;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider.olamazi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10%;
  padding-left: 8%;
  padding-right: 8%;
  display: grid;
}

.slider.alla {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15%;
  padding-right: 15%;
  display: grid;
  position: relative;
}

.slider.alla.ono {
  padding-left: 34%;
  padding-right: 34%;
}

.imageslide {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.imageslide.kat {
  object-position: 50% 100%;
}

.swiper-slide {
  cursor: grab;
  background-color: #0000;
  height: 100%;
}

.picbackround {
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-container {
  cursor: grab;
  display: block;
}

.hideee {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b1 {
  width: 40%;
  padding-top: 40%;
  text-decoration: none;
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-top: -21px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 37px;
  position: absolute;
  top: 50%;
  left: -106px;
}

.kyriokeimeno {
  padding-bottom: 17%;
  padding-left: 21%;
  padding-right: 21%;
}

.kyriokeimeno.loooo {
  padding-top: 17%;
  padding-bottom: 5%;
}

.kyriokeimeno.thanks {
  padding-top: 17%;
  padding-bottom: 8%;
}

.titles {
  margin-bottom: 30px;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.2;
}

.titles.locat {
  margin-bottom: -3px;
}

.maintext {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
}

.maintext.facilities2 {
  column-count: 2;
  flex-direction: row;
  justify-content: center;
  column-gap: 71px;
  display: block;
}

.maintext.facilities2.keno {
  margin-top: 40px;
}

.maintext.meg {
  margin-bottom: 37px;
  font-size: 35px;
  line-height: 1.6;
}

.textinside {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.textinside.syrrrrr {
  width: 65%;
}

.textinside.syrrrrr.locccc {
  height: auto;
  margin-top: 11%;
  margin-bottom: 11%;
}

.textinside.locatttt {
  margin-top: 0;
  position: relative;
}

.olatabuttons {
  width: 100%;
  margin-top: 136px;
}

.olatabuttons.kanoniko {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 14%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.olatabuttons.kanoniko.dom {
  opacity: 1;
  position: relative;
}

.gridsuites {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 41px;
  display: grid;
}

.gridsuites.ollll {
  grid-template-columns: 1fr 1fr;
}

.gridsuites.ollll.mono {
  padding-left: 28%;
  padding-right: 28%;
}

.titloideuteroi {
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.titloideuteroi.appa {
  margin-top: 34px;
  margin-bottom: 20px;
}

.picbutton {
  background-color: var(--black);
  width: 100%;
  padding-top: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.picbutton.appart {
  border-radius: 50px;
  padding-top: 94%;
  display: block;
}

.image-9 {
  opacity: .81;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9.apppp {
  opacity: .96;
  object-position: 70% 50%;
}

.heading-3 {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: -6%;
  margin-bottom: 0;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 50% auto auto;
}

.heading-3.appp {
  margin-top: 0%;
  top: auto;
}

.paroxes {
  margin-top: 67px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.paroxes.sm {
  font-size: 25px;
}

.buttonsst {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photobuttonrooms {
  opacity: .69;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.roomstitles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.titlesmagalakoumpia {
  text-align: center;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: .9;
  position: relative;
}

.perigrafimegali {
  text-align: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.perigrafesdom {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

.mhttt {
  z-index: 50;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  position: fixed;
  bottom: 223px;
  right: -47px;
  transform: rotate(-90deg);
}

.syrosin {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.icsyroskai {
  width: 60%;
  padding-top: 39%;
  position: relative;
}

.icsyroskai.loca {
  border-radius: 80px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  overflow: hidden;
}

.imgs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.imgs.olll {
  object-position: 50% 0%;
}

.picgridsyros {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-12.pl {
  object-position: 90% 70%;
}

.image-12.an {
  object-position: 20% 70%;
}

.picsyrolew {
  width: 100%;
  padding-top: 105%;
  position: relative;
}

.picsyrolew.bi {
  padding-top: 156%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-4 {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.heading-5 {
  font-weight: 400;
}

.button-4 {
  background-color: var(--black);
  margin-top: 40px;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  left: -7px;
}

.image-13 {
  width: 25px;
}

.keys {
  opacity: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.kookey {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  position: fixed;
}

.politiki {
  width: 110px;
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  inset: auto -26px 142px auto;
  transform: rotate(-90deg);
}

.cover {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.coverpic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.imagebackround {
  opacity: .64;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.imagebackround.esofacilities {
  display: block;
}

.olo {
  z-index: 2;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

._2div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

._2div.st {
  width: .1%;
}

._2div.syros {
  flex-direction: column;
  padding-top: 0%;
  padding-bottom: 0%;
}

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

._2div.cont.ree {
  padding-top: 5%;
}

.fondo {
  z-index: 0;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.maska {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.policies {
  width: 100%;
  font-weight: 400;
  position: relative;
}

.address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
  display: flex;
  position: relative;
}

.tellink {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}

.adree {
  text-align: center;
  margin-bottom: 26px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.esokoympia {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.animationnew.exaf {
  display: block;
}

.animationnew.exaf.sv {
  display: none;
}

.small {
  font-size: 1.4vw;
}

.oloin {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.oloin.location {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.oloin.location.loc, .oloin.domatia {
  position: relative;
}

.keimenos {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 80%;
  padding-left: 14%;
  padding-right: 14%;
  display: flex;
  position: relative;
}

.smalparagraph {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 42%;
  padding-bottom: 32%;
  font-size: 27px;
  line-height: 2.5;
  position: relative;
}

.phonee {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.picorthies {
  width: 49.7%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.picorthies.right {
  inset: 0% 0% auto auto;
}

.seemore {
  background-color: #0000;
  padding-left: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: .8;
  position: relative;
}

.srollo {
  width: 100%;
  height: 500vh;
  position: relative;
}

.srollo.disc {
  height: 600vh;
}

.srollo.svino {
  display: none;
}

.firstcoveranimation {
  background-image: url('../images/ddd-1.avif'), linear-gradient(#000000cf, #000000cf);
  background-position: 50% 20%, 0 0;
  background-size: auto, auto;
  border-radius: 140px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.firstcoveranimation.esofacilities {
  background-image: linear-gradient(#000000cf, #000000cf);
}

.mapagyra {
  width: 100%;
}

.mapagyra.con {
  height: 150vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mapfix {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.coverola {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.coverola.oloeso {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apostasi {
  width: 1px;
  height: 100vh;
}

.photohousegridd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.picogeniko {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.smalltitle {
  margin-bottom: 45px;
  font-weight: 300;
  line-height: 1.5;
}

.locosm {
  font-size: 40px;
}

.moto {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.mototitle {
  z-index: 800;
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  inset: 0% auto auto 0%;
}

.mototitle.fac {
  line-height: .7;
  position: relative;
}

.mototitle.fac.serv {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 4vw;
  line-height: 1.2;
}

.mototitle.fac.gen {
  margin-top: 5%;
}

.text {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.olomenubuttonstrogilo {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.gridservicesbuttons {
  grid-column-gap: 22vw;
  grid-row-gap: 18vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3% 6% 17%;
  display: grid;
}

.animate {
  position: relative;
}

.linkbuttons {
  width: 100%;
  text-decoration: none;
  display: block;
}

.picinandtext {
  background-color: var(--black);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttonimages {
  opacity: .92;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.headbuttons {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 32%;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: .9;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.headbuttons.diplo {
  margin-top: 10%;
  margin-bottom: 0;
  line-height: .7;
  top: 0;
}

.smtitles {
  font-size: 1.76vw;
  font-weight: 300;
}

.services {
  z-index: auto;
  opacity: 0;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20vw;
  line-height: 1;
  position: absolute;
}

.locations {
  z-index: 90;
  opacity: 0;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  line-height: 1;
  position: absolute;
}

.location {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.buttonlocation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.piclocation {
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.locimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.locaa {
  z-index: 1;
  width: auto;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 300;
  line-height: 80%;
  position: absolute;
}

.locaa.syr {
  z-index: .7;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.syrosisland {
  grid-column-gap: 13vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: grid;
  position: relative;
}

.picsyros {
  border-radius: 36px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.picsyros.a {
  top: -75px;
  left: 0%;
}

.logoa {
  width: 200px;
  margin-top: 0%;
  margin-bottom: 25px;
  position: relative;
}

.syrosimages {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.smm {
  font-size: 2.6vw;
}

.smmmm {
  font-size: 2.5vw;
}

.facc {
  font-size: 2.7vw;
  font-weight: 300;
}

.suitescategoriestitles {
  color: var(--white);
  text-align: center;
  margin-bottom: 29px;
  font-weight: 400;
  line-height: 1.2;
}

.suitescategoriestitles.end {
  margin-top: 135px;
}

.grammi {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-bottom: 61px;
}

.olesoisuites {
  width: 100%;
}

.strup, .strdown {
  z-index: 2;
  background-color: var(--black);
  width: 25px;
  height: 2px;
  position: relative;
}

.strcener {
  z-index: 2;
  background-color: var(--black);
  width: 25px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}

.perigrafititle {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2vw;
  line-height: 1.1;
  position: relative;
}

.smalll {
  font-size: 2.65vw;
  font-weight: 300;
}

.servicessola {
  font-size: 2vw;
  font-weight: 300;
  line-height: 1;
}

.domatiaform {
  margin-bottom: 0;
}

.namsu {
  margin-top: 33px;
  font-weight: 600;
  display: none;
}

.namsu.fain {
  margin-bottom: 13px;
  display: block;
}

.namsu.fain.svvv {
  display: none;
}

.fieldnam {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 32px;
  position: static;
}

.fieldnam::placeholder {
  color: #000;
}

.submit-button {
  background-color: #000;
  border-radius: 20px;
  margin-top: 25px;
  position: relative;
}

.form-plaisio {
  background-color: #ffffff21;
  margin-top: 109px;
  padding: 12%;
}

.bookkk {
  margin-bottom: 14px;
  position: relative;
}

.boooking {
  margin-bottom: 19px;
  font-size: 30px;
  position: relative;
}

.cove {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.olesoisuitew {
  width: 100%;
  padding-top: 17%;
  padding-bottom: 11%;
  position: relative;
}

.olesoisuitew.geni {
  padding-top: 7%;
  padding-bottom: 7%;
}

.guestsradio {
  margin-bottom: 14px;
  position: relative;
}

.linksyros {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16%;
  margin-bottom: 153px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.buttonreadmore {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.readmore {
  color: #000;
  padding: 7px 21px;
  font-size: 1.2vw;
  transition: background-color .7s;
  position: relative;
}

.readmore:hover {
  background-color: #ffffff8c;
}

.espa {
  z-index: 80000;
  position: fixed;
  inset: auto 127px 34px auto;
}

.espa.new {
  bottom: 33px;
  right: 205px;
}

.image-10 {
  width: 60px;
}

.image-10.nn {
  width: 140px;
  position: relative;
}

.beds {
  margin-bottom: 14px;
}

.childd {
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.checkbox-label {
  margin-bottom: 41px;
}

.form {
  position: relative;
}

.bookroom {
  z-index: 100;
  color: var(--black);
  background-color: #ecd738;
  border-radius: 20px;
  font-weight: 800;
  position: fixed;
  inset: auto 123px 29px auto;
}

.scroll {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
  margin-top: 13px;
  display: flex;
  position: relative;
}

.scrollstring {
  background-color: var(--white);
  width: 2px;
  height: 35px;
  position: relative;
}

.scrolltext {
  color: var(--white);
  position: relative;
}

.text-block-9 {
  opacity: 0;
  position: absolute;
}

.buttonmenu {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
}

.menubutton {
  background-color: #000;
  border-radius: 20px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    top: 20px;
  }

  .logoimage {
    position: relative;
  }

  .title.text {
    font-size: 35px;
  }

  .butmenu {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1;
  }

  .menu-2 {
    top: 7px;
  }

  .section-3.cook {
    padding-bottom: 17%;
  }

  .book {
    width: 100px;
    height: 100px;
  }

  .booktext {
    font-size: 20px;
  }

  .booktelephone {
    width: 100px;
    height: 100px;
  }

  .slider.olamazi {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider.alla {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slider.alla.ono {
    padding-left: 23%;
    padding-right: 23%;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    margin-top: 91px;
    font-size: 30px;
    line-height: 35px;
    inset: auto auto -48px 0%;
  }

  .kyriokeimeno {
    padding: 0% 17% 16%;
  }

  .kyriokeimeno.loooo {
    padding-top: 25%;
    padding-bottom: 12%;
  }

  .kyriokeimeno.thanks {
    padding: 26% 11% 1%;
  }

  .titles {
    margin-top: -6px;
    font-size: 60px;
  }

  .titles.locat {
    font-size: 50px;
    line-height: 1;
  }

  .maintext {
    font-size: 20px;
    position: relative;
  }

  .maintext.facilities2 {
    column-count: 1;
  }

  .maintext.meg {
    font-size: 30px;
  }

  .textinside.syrrrrr {
    width: 75%;
  }

  .olatabuttons.kanoniko {
    padding: 8%;
  }

  .gridsuites.ollll.mono {
    padding-left: 26%;
    padding-right: 26%;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .heading-3.appp {
    font-size: 3.1vw;
  }

  .titlesmagalakoumpia {
    font-size: 3.8vw;
  }

  .perigrafimegali {
    font-size: 2vw;
  }

  .mhttt {
    font-size: 10px;
    bottom: 181px;
    right: -49px;
  }

  .icsyroskai {
    width: 70%;
    padding-top: 48%;
  }

  .picgridsyros {
    grid-template-columns: 1fr 1fr;
    width: 90vw;
  }

  .picsyrolew.kon {
    padding-top: 69%;
  }

  .picsyrolew.bi.konn {
    padding-top: 64%;
  }

  .politiki {
    font-size: 14px;
  }

  .cover {
    flex-wrap: nowrap;
  }

  ._2div.cont.ree {
    padding-top: 10%;
  }

  .tellink {
    font-size: 20px;
  }

  .adree {
    font-size: 26px;
  }

  .small {
    font-size: 2.5vw;
  }

  .keimenos {
    width: 100%;
  }

  .smalparagraph {
    font-size: 20px;
  }

  .picorthies {
    width: 49.5%;
  }

  .seemore {
    font-size: 20px;
  }

  .smalltitle {
    font-size: 25px;
  }

  .locosm {
    font-size: 32px;
  }

  .mototitle.fac {
    font-size: 6vw;
  }

  .mototitle.fac.serv {
    font-size: 5vw;
  }

  .gridservicesbuttons {
    grid-column-gap: 8vw;
  }

  .buttonimages {
    opacity: .79;
  }

  .headbuttons {
    margin-bottom: 39%;
    font-size: 4vw;
  }

  .headbuttons.diplo {
    font-size: 4vw;
  }

  .smtitles {
    font-size: 2.25vw;
  }

  .locaa {
    font-size: 7vw;
  }

  .syrosisland {
    grid-column-gap: 16px;
  }

  .logoa {
    width: 160px;
    margin-bottom: 30px;
  }

  .smm {
    font-size: 3.6vw;
  }

  .facc {
    font-size: 3.3vw;
  }

  .suitescategoriestitles {
    font-size: 30px;
  }

  .olesoisuites {
    padding-left: 6%;
    padding-right: 6%;
  }

  .perigrafititle {
    font-size: 2.5vw;
  }

  .smalll {
    font-size: 3.35vw;
  }

  .servicessola {
    font-size: 3.4vw;
  }

  .readmore {
    font-size: 2vw;
  }

  .espa {
    bottom: 37px;
    right: 124px;
  }

  .espa.new {
    bottom: 36px;
    right: 179px;
  }

  .image-10 {
    width: 40px;
  }

  .image-10.nn {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    top: 26px;
    left: 33px;
  }

  .logoimage {
    width: 80%;
  }

  .kypselia {
    align-items: center;
  }

  .title {
    text-align: center;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 40px;
  }

  .title.text {
    text-align: left;
    font-size: 28px;
  }

  .butmenu {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 20px;
  }

  .social {
    bottom: 32px;
  }

  .slink {
    width: 24px;
  }

  .slink.f {
    width: 20px;
  }

  .slink.ins {
    width: 35px;
  }

  .menu-2 {
    width: 70px;
    margin-top: 23px;
    margin-right: 5px;
    top: 0;
    right: 0;
  }

  .pardiv {
    margin-top: 34px;
  }

  .section-4 {
    height: 130px;
  }

  .book {
    width: 80px;
    height: 80px;
  }

  .booktext {
    font-size: 18px;
  }

  .booktelephone {
    width: 80px;
    height: 80px;
  }

  .telephone {
    width: 30px;
    height: 30px;
    left: -9px;
  }

  .accordion-item-trigger {
    margin-top: 25px;
  }

  .slider.olamazi {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 1%;
    padding-right: 1%;
  }

  .slider.alla {
    padding-left: 1%;
    padding-right: 1%;
  }

  .heading-2 {
    margin-top: 65px;
    font-size: 28px;
    line-height: 30px;
  }

  .kyriokeimeno {
    padding-top: 0%;
    padding-bottom: 68px;
  }

  .kyriokeimeno.thanks {
    padding-left: 1%;
    padding-right: 1%;
  }

  .titles {
    margin-top: 0;
    font-size: 45px;
  }

  .titles.locat {
    font-size: 40px;
  }

  .maintext {
    font-size: 18px;
  }

  .maintext.meg {
    font-size: 25px;
  }

  .textinside {
    margin-top: 15px;
  }

  .textinside.syrrrrr {
    width: 80%;
  }

  .textinside.locatttt {
    margin-top: 65px;
  }

  .olatabuttons.kanoniko {
    padding: 5%;
  }

  .gridsuites {
    grid-template-columns: 1fr 1fr;
  }

  .gridsuites.ollll.mono {
    padding-left: 20%;
    padding-right: 20%;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .heading-3.appp {
    font-size: 4vw;
  }

  .paroxes {
    margin-top: 70px;
    margin-bottom: 11px;
    font-size: 28px;
  }

  .buttonsst {
    padding-top: 100%;
  }

  .titlesmagalakoumpia {
    font-size: 4.3vw;
    line-height: 1;
  }

  .perigrafimegali {
    font-size: 2.5vw;
  }

  .perigrafesdom {
    margin-bottom: 3px;
    font-size: 22px;
  }

  .mhttt {
    bottom: 166px;
  }

  .icsyroskai {
    width: 80%;
    padding-top: 54%;
  }

  .pin {
    left: -22px;
  }

  .politiki {
    font-size: 12px;
    bottom: 93px;
    right: -27px;
  }

  .politiki.w--current {
    right: -14px;
  }

  ._2div.syros {
    padding-top: 5%;
  }

  ._2div.cont.ree {
    padding-top: 14%;
  }

  .tellink {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .adree {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .small {
    font-size: 3vw;
  }

  .smalparagraph {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .firstcoveranimation {
    border-radius: 90px;
  }

  .firstcoveranimation.esofacilities {
    border-radius: 65px;
  }

  .photohousegridd {
    grid-template-columns: 1fr 1fr;
  }

  .smalltitle {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .mototitle.fac {
    font-size: 8vw;
  }

  .mototitle.fac.serv {
    font-size: 6vw;
  }

  .gridservicesbuttons {
    grid-column-gap: 8vw;
    grid-row-gap: 10vh;
    padding-bottom: 23%;
  }

  .headbuttons {
    margin-bottom: 43%;
    font-size: 5vw;
  }

  .headbuttons.diplo {
    margin-top: 15%;
    font-size: 5vw;
  }

  .smtitles {
    font-size: 2.77vw;
  }

  .logoa {
    width: 140px;
    margin-bottom: 24px;
  }

  .smmmm {
    font-size: 3vw;
  }

  .facc {
    font-size: 4.4vw;
  }

  .suitescategoriestitles.end {
    margin-top: 57px;
    margin-bottom: 24px;
    font-size: 25px;
  }

  .grammi {
    margin-bottom: 43px;
  }

  .grammi.others {
    margin-bottom: 35px;
  }

  .perigrafititle {
    font-size: 3vw;
  }

  .smalll {
    font-size: 4.22vw;
  }

  .servicessola {
    font-size: 3.7vw;
    font-weight: 300;
  }

  .boooking.tha {
    font-size: 25px;
  }

  .linksyros {
    margin-bottom: 57px;
  }

  .espa {
    bottom: 28px;
    right: 121px;
  }

  .espa.new {
    bottom: 26px;
  }

  .childd {
    font-size: 12px;
  }

  .bookroom {
    font-size: 14px;
    bottom: 20px;
  }

  .menubutton {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    top: 23px;
    left: 11px;
  }

  .kypselia {
    align-items: center;
  }

  .title {
    font-size: 30px;
  }

  .title.text {
    line-height: 35px;
  }

  .butmenu {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .social {
    flex-direction: column;
    inset: auto auto 25px 8px;
  }

  .slink.f, .slink.ins {
    margin-left: 0;
  }

  .slink.lan {
    margin-bottom: 9px;
  }

  .menu-2 {
    top: 0;
    right: 0;
  }

  .logopurplesheep {
    bottom: 157px;
  }

  .popup-overlay {
    width: 250px;
  }

  .pardiv {
    margin-top: 38px;
    display: block;
  }

  .paragraph-2 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .section-3.cook {
    padding-bottom: 29%;
  }

  .book, .booktelephone {
    width: 80px;
    height: 80px;
  }

  .telephone {
    left: 0;
  }

  .accordion-item-trigger {
    margin-top: 31px;
  }

  .slider.olamazi {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider.alla {
    grid-template-columns: 1fr;
  }

  .slider.alla.ono {
    padding-left: 0%;
    padding-right: 0%;
  }

  .picbackround {
    padding-top: 108%;
  }

  .b1 {
    width: 50%;
    padding-top: 50%;
  }

  .heading-2 {
    margin-top: 10px;
    top: auto;
  }

  .kyriokeimeno {
    padding: 0% 9% 19%;
  }

  .kyriokeimeno.loooo {
    padding-top: 19%;
  }

  .kyriokeimeno.thanks {
    padding-bottom: 15%;
  }

  .titles {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 1;
  }

  .maintext {
    margin-bottom: -4px;
    font-size: 18px;
  }

  .maintext.facilities2.keno {
    margin-top: 29px;
  }

  .textinside {
    margin-top: 19px;
  }

  .textinside.syrrrrr {
    width: 90%;
  }

  .textinside.syrrrrr.locccc {
    width: 85%;
    margin-top: 22%;
    margin-bottom: 22%;
  }

  .textinside.locatttt {
    margin-top: 61px;
  }

  .olatabuttons.kanoniko {
    padding: 16% 10%;
  }

  .olatabuttons.kanoniko.dom {
    height: auto;
  }

  .gridsuites, .gridsuites.ollll {
    grid-template-columns: 1fr;
  }

  .gridsuites.ollll.mono {
    padding-left: 0%;
    padding-right: 0%;
  }

  .titloideuteroi.appa {
    margin-bottom: 0;
  }

  .picbutton.appart {
    padding-top: 100%;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .heading-3.appp {
    font-size: 7vw;
    line-height: 1;
  }

  .paroxes {
    margin-top: 74px;
    font-size: 24px;
  }

  .paroxes.sm {
    margin-top: -2px;
    margin-bottom: 23px;
  }

  .buttonsst {
    padding-top: 94%;
  }

  .titlesmagalakoumpia {
    font-size: 7vw;
  }

  .perigrafimegali {
    font-size: 4.5vw;
  }

  .perigrafesdom {
    font-size: 20px;
  }

  .mhttt {
    z-index: 20;
    bottom: 171px;
    right: -52px;
  }

  .icsyroskai {
    width: 100%;
    padding-top: 71%;
  }

  .icsyroskai.loca {
    padding-top: 82%;
  }

  .picgridsyros {
    grid-template-columns: 1fr;
  }

  .picsyrolew.kon {
    padding-top: 105%;
  }

  .picsyrolew.bi.konn {
    padding-top: 156%;
  }

  .pin {
    left: -11px;
  }

  .politiki {
    bottom: 145px;
    right: -36px;
  }

  .coverpic {
    width: 100%;
    height: 100%;
  }

  .olo {
    display: block;
  }

  ._2div.syros {
    padding-top: 34%;
  }

  ._2div.cont.ree {
    padding-top: 14%;
  }

  .address {
    margin-top: 50%;
  }

  .tellink {
    font-size: 20px;
  }

  .adree {
    width: 100%;
    font-size: 22px;
  }

  .small {
    font-size: 5vw;
    position: relative;
  }

  .keimenos {
    height: 100%;
    padding-top: 29px;
    padding-bottom: 48px;
  }

  .smalparagraph {
    position: relative;
  }

  .picorthies {
    width: 49.2%;
  }

  .seemore {
    margin-bottom: 10px;
  }

  .photohousegridd {
    grid-template-columns: 1fr;
  }

  .smalltitle {
    margin-bottom: 30px;
    font-size: 23px;
  }

  .mototitle {
    font-size: 7vw;
  }

  .mototitle.fac {
    font-size: 12vw;
  }

  .mototitle.fac.serv {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 7vw;
  }

  .gridservicesbuttons {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
    padding-bottom: 59%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .animate.svismeno {
    display: none;
  }

  .headbuttons {
    margin-top: 9%;
    margin-bottom: 0%;
    font-size: 10vw;
    top: 0;
  }

  .headbuttons.diplo {
    margin-top: 12%;
    font-size: 10vw;
  }

  .smtitles {
    font-size: 5.6vw;
  }

  .locaa {
    font-size: 12vw;
  }

  .syrosisland {
    grid-column-gap: 2vw;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 2%;
    padding-right: 2%;
  }

  .picsyros.a {
    top: 0;
  }

  .logoa {
    width: 120px;
    margin-top: 3%;
  }

  .smm {
    font-size: 6.4vw;
  }

  .smmmm {
    font-size: 5.4vw;
  }

  .facc {
    font-size: 6.7vw;
  }

  .suitescategoriestitles {
    font-size: 29px;
  }

  .suitescategoriestitles.end {
    margin-bottom: 18px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 25px;
  }

  .grammi.others {
    margin-bottom: 36px;
  }

  .olesoisuites {
    padding-left: 7%;
    padding-right: 7%;
  }

  .perigrafititle {
    font-size: 5vw;
  }

  .smalll {
    font-size: 8.3vw;
  }

  .servicessola {
    font-size: 6.1vw;
  }

  .olesoisuitew {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .readmore {
    font-size: 4vw;
  }

  .espa {
    bottom: 26px;
    right: 116px;
  }

  .image-10 {
    width: 50px;
  }

  .bookroom {
    font-size: 14px;
    right: 105px;
  }
}

#w-node-a51e763e-24db-3087-82f1-ce6525a736b8-e5d7dabf, #w-node-_147e9c78-7d55-728f-fb3d-8cb12a29ac88-e5d7dabf, #w-node-_9f553000-fac2-bc70-e4e4-bc9532d2ca3a-e5d7dabf, #w-node-b7139d1c-7a03-3d8f-8ce9-3f94d3517ade-e5d7dabf, #w-node-_5f59e8c3-6838-9631-8af5-32caa2edc71b-e5d7dabf, #w-node-e316a7bd-a7a5-b9b0-2090-56f7b9bb8239-e5d7dabf, #w-node-e136e10d-8595-9221-cfbc-ebf0b300452e-e5d7dabf, #w-node-fb81f5ac-2c48-98b8-ecaf-8c7d9535b828-e5d7dabf, #w-node-_3cef8cdb-2f54-b910-3530-e29660eb8d4d-e5d7dabf, #w-node-_8cd01e7e-0f98-df88-e1e1-7fce18a530bc-e5d7dabf, #w-node-_39652e2f-92e1-b570-7aaf-fc2a468d21ad-468d21a9, #w-node-_39652e2f-92e1-b570-7aaf-fc2a468d21b6-468d21a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b22c81a-8ddd-39fc-9ff9-27033613b4cc-51d7dac2, #w-node-_26b8b442-c878-257a-3d21-be93e3ee9c1c-62d7dac3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92922a17-5cb0-32c9-be08-9445a63688fa-a63688f6, #w-node-_92922a17-5cb0-32c9-be08-9445a6368904-a63688f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69184b2c-71bf-306e-aa42-5f42f06b895d-e3334e35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_60acef13-9672-066e-9618-f986203f8cf2-51d7dac2, #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-62d7dac3, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-62d7dac3, #w-node-c6cd09e5-78eb-6004-8530-b09dd6b4beb9-62d7dac3, #w-node-baab803a-da9f-7337-ffec-85635697a8ab-62d7dac3, #w-node-_967d884d-0107-3e6a-3e65-a77ae73f2365-62d7dac3, #w-node-_9220bbed-6996-3e1e-3100-01d2088fde23-62d7dac3, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-3dbc6b88, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-e3334e35, #w-node-d6cbc58f-3e4c-a57a-8672-0185c4b17364-e3334e35, #w-node-a4c0c921-2406-f53a-a8a7-2306dd424d17-e3334e35, #w-node-_576b5c43-56db-bfaf-888c-27f1881618c1-e3334e35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d1bd98c-9c29-707e-5a07-99d85b0e1157-a6d7dab5, #w-node-_3c6d334a-1806-74b2-d01a-c6cd603b189b-a6d7dab5, #w-node-_54f1edef-c4fc-7b28-253a-9e4622c9d4ff-a6d7dab5, #w-node-_78834bad-5acc-fa44-244c-2451123f78e5-a6d7dab5 {
    order: 9999;
  }

  #w-node-a51e763e-24db-3087-82f1-ce6525a736b8-e5d7dabf, #w-node-_147e9c78-7d55-728f-fb3d-8cb12a29ac88-e5d7dabf, #w-node-_9f553000-fac2-bc70-e4e4-bc9532d2ca3a-e5d7dabf, #w-node-b7139d1c-7a03-3d8f-8ce9-3f94d3517ade-e5d7dabf, #w-node-_5f59e8c3-6838-9631-8af5-32caa2edc71b-e5d7dabf, #w-node-e316a7bd-a7a5-b9b0-2090-56f7b9bb8239-e5d7dabf, #w-node-e136e10d-8595-9221-cfbc-ebf0b300452e-e5d7dabf, #w-node-fb81f5ac-2c48-98b8-ecaf-8c7d9535b828-e5d7dabf, #w-node-_3cef8cdb-2f54-b910-3530-e29660eb8d4d-e5d7dabf, #w-node-_8cd01e7e-0f98-df88-e1e1-7fce18a530bc-e5d7dabf, #w-node-_39652e2f-92e1-b570-7aaf-fc2a468d21ad-468d21a9, #w-node-_39652e2f-92e1-b570-7aaf-fc2a468d21b6-468d21a9, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-51d7dac2, #w-node-_8b22c81a-8ddd-39fc-9ff9-27033613b4cc-51d7dac2, #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-62d7dac3, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-62d7dac3, #w-node-c6cd09e5-78eb-6004-8530-b09dd6b4beb9-62d7dac3, #w-node-baab803a-da9f-7337-ffec-85635697a8ab-62d7dac3, #w-node-_967d884d-0107-3e6a-3e65-a77ae73f2365-62d7dac3, #w-node-_9220bbed-6996-3e1e-3100-01d2088fde23-62d7dac3, #w-node-_26b8b442-c878-257a-3d21-be93e3ee9c1c-62d7dac3, #w-node-_92922a17-5cb0-32c9-be08-9445a63688fa-a63688f6, #w-node-_92922a17-5cb0-32c9-be08-9445a6368904-a63688f6, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-3dbc6b88, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-e3334e35, #w-node-d6cbc58f-3e4c-a57a-8672-0185c4b17364-e3334e35, #w-node-a4c0c921-2406-f53a-a8a7-2306dd424d17-e3334e35, #w-node-_576b5c43-56db-bfaf-888c-27f1881618c1-e3334e35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


