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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.45em;
}

.header {
  width: 100%;
  flex: 1;
  display: block;
}

.image {
  width: 100%;
  max-width: 500px;
}

.footer--link {
  color: #fff;
  margin-left: -.25em;
  margin-right: -.25em;
  padding-left: .25em;
  padding-right: .25em;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.slide--1 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), url('../images/ULYSSE_RUPA_059.jpg');
  background-position: 0 0, 80%;
}

.slide.slide--4 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), url('../images/ULYSSE_RUPA_229.jpg');
}

.slide.slide--2 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .26) 90%), url('../images/ULYSSE_RUPA_041.jpg');
}

.slide.slide--5 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), url('../images/ULYSSE_RUPA_227.jpg');
  background-size: auto, cover;
}

.slide.slide--3 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), url('../images/ULYSSE_RUPA_205.jpg');
}

.slide.slide--6 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .4) 90%), url('../images/ULYSSE_RUPA_200.jpg');
  background-size: auto, cover;
}

.mask {
  background-image: linear-gradient(#000, #fff);
}

.hidden {
  display: none;
}

.address {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-end;
  font-style: normal;
  display: flex;
}

.main-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 10;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 5vw 1rem 1rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  font-size: .9rem;
  line-height: 1.4em;
}

.header--logo {
  width: 100%;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  transform: scale(1);
}

.header--logo:hover {
  background-color: rgba(255, 255, 255, 0);
  transform: translate(0, -2px);
}

.bg-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.insta--link {
  width: 1.5rem;
  height: 1.5rem;
  opacity: .6;
  color: rgba(255, 255, 255, 0);
  transition: opacity .4s;
  display: inline-block;
}

.insta--link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.subfooter {
  opacity: .4;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  font-size: .65rem;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .image {
    max-width: 50vw;
  }

  .slide.slide--1 {
    background-position: 0 0, 70%;
  }

  .slide.slide--4 {
    background-position: 0 0, 80%;
  }

  .slide.slide--2 {
    background-position: 0 0, 70%;
  }

  .slide.slide--5, .slide.slide--6 {
    background-position: 0 0, 50%;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .insta--link {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .slide.slide--1 {
    background-position: 0 0, 80%;
  }

  .slide.slide--4, .slide.slide--2 {
    background-position: 0 0, 70%;
  }

  .slide.slide--5 {
    background-position: 0 0, 55%;
  }

  .slide.slide--3 {
    background-position: 0 0, 50%;
  }

  .slide.slide--6 {
    background-position: 0 0, 55%;
  }

  .container {
    padding-top: 7vw;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100%;
    max-width: 100%;
  }

  .slide.slide--4 {
    background-position: 0 0, 70%;
  }

  .slide.slide--2 {
    background-position: 0 0, 72%;
  }

  .slide.slide--3 {
    background-position: 0 0, 50%;
  }

  .address {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .main-wrapper {
    height: 100%;
  }

  .container {
    padding-top: 15vw;
  }
}


