/* Global */
.ff {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.ff-link {
  text-decoration: none;
}

.ff img {
  display: block;
  max-width: 100%;
}

.ff a {
  display: block;
}

.ff p {
  font: 16px/20px "GibsonRegular", sans-serif;
}

.ff-button {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font: 13px "GibsonRegular", sans-serif;
  min-width: 190px;
  padding: 10px 5px 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms ease-in-out;
}

.ff-button:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .ff-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ff {
    max-width: 1366px;
  }

  .ff-button {
    font-size: 16px;
    min-width: 240px;
    padding: 12px 5px 11px;
  }

  .ff-mobile {
    display: none !important;
  }
}

/* Hero */
.ff-hero {
  position: relative;
}

.ff-hero h1 {
  color: #fff;
  font-family: "GibsonSemiBold", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ff-hero .ff-content {
    padding: 20px 35px;
  }

  .ff-hero h1 {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 31%;
  }

  .ff-hero p {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
  }
}

@media (min-width: 768px) {
  .ff-hero {
    margin-bottom: 70px;
  }

  .ff-hero .ff-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .ff-hero h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 25px 0 5px;
  }

  .ff-hero p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin: 0 auto;
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .ff-hero h1 {
    font-size: 50px;
    line-height: 62px;
  }
}

/* Slots 1, 2, 3 */
.ff-section-1 h2 {
  font: 34px "GibsonSemiBold", sans-serif;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.ff-section-1 p {
  letter-spacing: 0.02em;
}

.ff-section-1 .ff-button {
  margin: 18px 0;
}

.ff-section-1 .ff-block-2 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ff-section-1 .ff-br {
    display: none;
  }

  .ff-section-1 .ff-block-1 {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .ff-section-1 .ff-button {
    margin: 30px 0;
  }

  .ff-section-1 .ff-block-1 {
    margin-bottom: 30px;
  }

  .ff-section-1 h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .ff-section-1 p {
    font-size: 18px;
    line-height: 22px;
  }

  .ff-section-1 .ff-block-2 {
    justify-content: space-between;
    margin: 0 auto 50px;
    max-width: 888px;
    padding: 0 50px;
  }
}

/* Credit */
.ff-credit {
  background-color: #000;
  color: #fff;
  margin-bottom: 50px;
}

.ff-credit .ff-link {
  display: block;
  padding: 10px;
}

.ff-credit .ff-block-1 {
  margin: 25px 0;
}

.ff-credit .ff-block-1 img {
  margin: 0 auto;
  max-width: 120px;
}

.ff-credit .ff-block-2 {
  margin-bottom: 30px;
}

.ff-credit .ff-block-2 h3 {
  color: #fff;
  font: 32px/32px "GibsonSemiBold", sans-serif;
  margin: 0 auto 15px;
  max-width: 300px;
  padding-bottom: 0;
}

.ff-credit .ff-block-2 p {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  max-width: 260px;
}

.ff-credit .ff-block-2 br {
  display: none;
}

.ff-credit .ff-block-3 {
  margin-bottom: 27px;
}

.ff-credit .ff-block-3 .ff-button {
  min-width: 180px;
}

.ff-credit .ff-block-3 .ff-button:hover {
  background-color: #fff;
  color: #000;
}

.ff-credit .ff-block-4 p {
  color: #fff;
  font-family: "GibsonSemiBold", sans-serif;
  line-height: 19px;
}

.ff-credit .ff-block-4 p span {
  display: block;
  font-family: "GibsonRegular", sans-serif;
}

.ff-credit-oxi .ff-block-1 {
  margin: 5px 0 10px;
}

.ff-credit-oxi .ff-block-1 img {
  max-width: 97px;
}

.ff-credit-oxi .ff-block-2 p {
  max-width: 261px;
}

@media (min-width: 768px) {
  .ff-credit {
    margin-bottom: 40px;
  }

  .ff-credit .ff-link {
    display: grid;
    grid-template-areas:
      "ff-block-1 ff-block-2 ff-block-3"
      "ff-block-1 ff-block-4 ff-block-3";
    grid-template-columns: 22fr 56fr 22fr;
    padding: 12px;
  }

  .ff-credit .ff-block-1 {
    align-items: center;
    display: flex;
    grid-area: ff-block-1;
    justify-content: flex-end;
    margin: 0;
    padding-right: 30px;
  }

  .ff-credit .ff-block-1 img {
    max-width: 100px;
  }

  .ff-credit .ff-block-2 {
    grid-area: ff-block-2;
    margin-top: 18px;
  }

  .ff-credit .ff-block-2 h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    max-width: none;
  }

  .ff-credit .ff-block-2 p {
    font-size: 16px;
    line-height: 18px;
    max-width: none;
  }

  .ff-credit .ff-block-2 br {
    display: inline;
  }

  .ff-credit .ff-block-3 {
    align-items: center;
    display: flex;
    grid-area: ff-block-3;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .ff-credit .ff-block-3 .ff-button {
    font-size: 15px;
    min-width: 150px;
  }

  .ff-credit .ff-block-4 {
    grid-area: ff-block-4;
  }

  .ff-credit .ff-block-4 p {
    font-size: 12px;
  }

  .ff-credit .ff-block-4 p span {
    display: inline;
    font-family: "GibsonSemiBold", sans-serif;
  }
}

@media (min-width: 1024px) {
  .ff-credit .ff-link {
    grid-template-columns: 25fr 50fr 25fr;
  }

  .ff-credit .ff-block-1 {
    padding-right: 40px;
  }

  .ff-credit .ff-block-1 img {
    max-width: 152px;
  }

  .ff-credit .ff-block-2 h3 {
    font-size: 42px;
    line-height: 50px;
  }

  .ff-credit .ff-block-2 p {
    font-size: 20px;
    line-height: 22px;
  }

  .ff-credit .ff-block-3 .ff-button {
    min-width: 218px;
  }

  .ff-credit .ff-block-4 p {
    font-size: 14px;
  }

  .ff-credit-oxi .ff-block-1 img {
    max-width: 135px;
  }
}

@media (min-width: 1366px) {
  .ff-credit .ff-link {
    grid-template-columns: 29fr 42fr 29fr;
  }

  .ff-credit .ff-block-1 {
    padding-right: 60px;
  }

  .ff-credit .ff-block-3 {
    padding-left: 40px;
  }
}

/* Carousel */
.ff-carousel {
  margin: 0 auto 40px;
  max-width: 1092px;
}

.ff-carousel h2 {
  font: 34px "GibsonSemiBold", sans-serif;
  margin-bottom: 12px;
  text-transform: lowercase;
}

.ff-carousel .ff-block-1 {
  margin-bottom: 25px;
}

.ff-carousel p {
  letter-spacing: 0.02em;
  margin: 0 20px;
}

.ff-carousel .ff-block-2 {
  margin: 0 62px;
}

.ff-carousel .ff-button {
  margin: 25px 0;
}

.ff-carousel .owl-next,
.ff-carousel .owl-prev {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 11px !important;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-87px);
  width: 40px;
}

.ff-carousel .owl-next {
  background-image: url("/repo/AWL/desktop/pages/freeformat/AW23/Partywear/Week40/02-images/arrow-right-v1.png") !important;
  right: -60px;
}

.ff-carousel .owl-prev {
  background-image: url("/repo/AWL/desktop/pages/freeformat/AW23/Partywear/Week40/02-images/arrow-left-v1.png") !important;
  left: -60px;
}

.ff-carousel .owl-next span,
.ff-carousel .owl-prev span {
  display: none;
}

@media (min-width: 768px) {
  .ff-carousel .ff-block-2 {
    margin: 0 40px;
  }

  .ff-carousel h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .ff-carousel h2 br {
    display: none;
  }

  .ff-carousel .ff-block-1 {
    margin-bottom: 30px;
  }

  .ff-carousel p {
    font-size: 18px;
    line-height: 22px;
  }

  .ff-carousel .ff-button {
    font-size: 13px;
    margin: 40px 0;
    min-width: 200px;
  }
}

@media (min-width: 1366px) {
  .ff-carousel .ff-block-2 {
    margin: 0;
  }

  .ff-carousel .ff-button {
    font-size: 16px;
    min-width: 240px;
  }
}

/* Slot 3 */
.ff-section-2 {
  margin: 0 auto 60px;
  max-width: 1092px;
  position: relative;
}

.ff-section-2 .ff-content {
  bottom: 8%;
  left: 0;
  position: absolute;
  right: 0;
}

.ff-section-2 h2 {
  color: #fff;
  font: 34px/34px "GibsonSemiBold", sans-serif;
  margin-bottom: 5px;
  text-transform: lowercase;
}

.ff-section-2 p {
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ff-section-2 {
    margin-bottom: 70px;
  }

  .ff-section-2 .ff-content {
    bottom: auto;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
  }

  .ff-section-2 h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .ff-section-2 p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .ff-section-2 h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .ff-section-2 p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}

/* Slot 4 */
.ff-section-3 {
  margin: 0 auto 30px;
  max-width: 888px;
}

.ff-section-3 .ff-button {
  margin: 18px 0;
  min-width: 240px;
}

@media (min-width: 768px) {
  .ff-section-3 {
    margin-bottom: 50px;
  }

  .ff-section-3 .ff-button {
    margin: 30px 0;
  }
}

/* Slot 5 */
.ff-section-4 {
  margin: 0 auto 80px;
  max-width: 1092px;
  position: relative;
}

.ff-section-4 .ff-content {
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
}

.ff-section-4 h2 {
  color: #fff;
  font: 30px/32px "GibsonSemiBold", sans-serif;
  margin-bottom: 15px;
}

.ff-section-4 .ff-button {
  border-color: #fff;
  margin: 0 auto 15px;
  width: 196px;
}

.ff-section-4 .ff-button:hover {
  border-color: #000;
}

@media (min-width: 768px) {
  .ff-section-4 {
    margin-bottom: 120px;
  }

  .ff-section-4 .ff-content {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .ff-section-4 h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .ff-section-4 br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ff-section-4 h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  .ff-section-4 .ff-button {
    margin-bottom: 20px;
    width: 294px;
  }
}