/* ===== CSS ROOT VARIABLES ===== */
:root {
  /* Colors */
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #041e3a;
  --color-gray-light: #f2f3f5;
  --color-gray-med: #e1e1e5;
  --color-gray-dark: #a39c8f;

  /* Typography */
  --font-foundersReg: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
  --font-foundersMed: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
  --font-foundersMonoReg: "Founders Grotesk Mono Regular", Arial, Helvetica, sans-serif;
  --font-foundersMonoMed: "Founders Grotesk Mono Medium", Arial, Helvetica, sans-serif;
  --font-leJeuneReg: "LeJeuneDeck-Regular", "Times New Roman", Times, serif;
  --font-sackersMed: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
  --font-feniceReg: "Fenice ITC W01 Regular", "Times New Roman", Times, serif;
}

@media only screen and (min-width: 1800px) {
  .rlc-creative_v3.rlc-1440_375_max1920.ingrid-wrapper .rlc-fullbleed {
    font-size: 20px !important;
  }
}
.rlc-redesign-fy25 .rlc-block.rlc-fullbleed {
  margin-bottom: 0;
}
.rlc-creative_v3 .rlc-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
  transform: translateX(-50%) translate3d(0, 0, 0);
  width: 100%;
  min-height: 100%;
  z-index: -1;
  box-sizing: border-box;
}
.rlc-creative_v3 .rlc-background .rlc-image {
  height: 100%;
}
.rlc-creative_v3 .rlc-copygroup {
  position: absolute;
}
.rlc-creative_v3 .rlc-title,
.rlc-creative_v3 .rlc-usebrandstyles .rlc-title {
  font-family: var(--font-leJeuneReg);
  font-size: 2.75em;
  /* letter-spacing: 0.0156em; */
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.6818em;
}
.rlc-creative_v3 .rlc-dek,
.rlc-creative_v3 .rlc-usebrandstyles .rlc-dek {
  font-family: var(--font-leJeuneReg);
  font-size: 1em;
  letter-spacing: 0.0156em;
  line-height: 1.75em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .rlc-creative_v3 .rlc-title,
  .rlc-creative_v3 .rlc-usebrandstyles .rlc-title {
    font-size: 2em;
    line-height: 1.3571em;
  }
  .rlc-creative_v3 .rlc-dek,
  .rlc-creative_v3 .rlc-usebrandstyles .rlc-dek {
    font-size: 0.875em;
  }
}
/* PILLBUTTON STYLES */
.rlc-creative_v3 .rlc-pillbutton {
  border: 1px solid currentColor;
  border-radius: 1.25em;
  padding: 0.69em 1.75em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
}
.rlc-creative_v3 .rlc-pillbutton span {
  font-family: var(--font-foundersMed);
  font-size: 0.8125em;
  color: currentColor;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.rlc-creative_v3 .rlc-pillbutton div {
  display: contents;
}
.ar .rlc-creative_v3 .rlc-pillbutton span {
  font-family: RL_DroidKufi, "Founders Grotesk Text Medium", Helvetica, Arial, sans-serif;
}
/* .rlc-creative_v3 .rlc-pillbutton:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
} */
.rlc-creative_v3 .rlc-bgwhite.rlc-pillbutton:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.rlc-creative_v3 .rlc-bgblack.rlc-pillbutton:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rlc-creative_v3 .rlc-pillbutton span {
    font-size: 0.625em;
  }
}

/* PAGE STYLES */
@media only screen and (min-width: 768px) {
  #rlc-slot1 {
    min-height: 45em;
  }
  #rlc-slot1 .rlc-copygroup {
    bottom: 5em;
    width: 40.9375em;
  }
  #rlc-slot1 .rlc-logo {
    margin: 0 auto 2.25em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #rlc-slot1 {
    min-height: 30.9375em;
  }
  #rlc-slot1 .rlc-copygroup {
    bottom: 3.75em;
    width: 19.6875em;
  }
  #rlc-slot1 .rlc-logo {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #rlc-slot2 {
    height: 95em;
  }
  #rlc-slot2 .rlc-introcopy {
    padding: 5.9375em 0 6.25em;
    width: 40.9375em;
    margin: 0 auto;
  }
  #rlc-slot2 .rlc-introcopy .rlc-copygroup {
    position: relative;
  }
  #rlc-slot2 .rlc-cont {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  #rlc-slot2 .rlc-cont .rlc-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 53.25em;
  }

  #rlc-slot2 .rlc-cont .rlc-col1 {
    width: 27.375em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 {
    width: 27.25em;
    margin: 0 0.625em;
  }
  #rlc-slot2 .rlc-cont .rlc-col3 {
    width: 27.375em;
  }

  #rlc-slot2 .rlc-cont .rlc-col1 .rlc-top img {
    height: 34.1875em;
    margin-bottom: 0.625em;
  }
  #rlc-slot2 .rlc-cont .rlc-col1 .rlc-bottom img {
    height: 27.375em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-top img {
    height: 25.625em;
    margin-bottom: 0.625em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-bottom img {
    height: 35.9375em;
  }
  #rlc-slot2 .rlc-cont .rlc-col3 .rlc-top img {
    height: 27.375em;
    margin-bottom: 0.625em;
  }
  #rlc-slot2 .rlc-cont .rlc-col3 .rlc-bottom img {
    height: 34.1875em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup {
    position: absolute;
    top: 4.375em;
    left: 50%;
    transform: translateX(-50%);
    width: 23.5em;
  }

  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup .rlc-drawsig {
    width: 13.75em;
    height: 3.625em;
    margin: 1.875em auto;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: currentColor;
  }
}

@media only screen and (max-width: 767px) {
  #rlc-slot2 {
    height: 37.4em;
  }

  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup {
    position: absolute;
    top: 4.375em;
    left: 50%;
    transform: translateX(-50%);
    width: 19.6875em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup .rlc-dek {
    font-family: var(--font-foundersReg);
    font-size: 0.75em;
    line-height: 1.8333em;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup .rlc-drawsig {
    width: 9.375em;
    height: 2.5em;
    margin: 1.875em auto;
  }
  #rlc-slot2 .rlc-cont .rlc-col2 .rlc-copygroup .rlc-drawsig svg path {
    stroke-width: 7px;
    stroke: currentColor;
  }
  #rlc-slot2 #rlc-slot2-mobilerow .rlc-imagery {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  #rlc-slot2 #rlc-slot2-mobilerow .rlc-img-cont {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #rlc-slot4 {
    height: 48.5em;
    background-color: #f2e6d7;
  }
  #rlc-slot4 .rlc-carousel {
    width: 90em;
    height: 48.125em;
    margin: 0;
  }
  #rlc-slot4 .rlc-slide {
    width: 90em;
    margin: 0;
    padding: 0;
    height: 45em;
  }
  #rlc-slot4 .rlc-slide .rlc-copygroup {
    bottom: 4.5em;
  }
  #rlc-slot4 .rlc-slide.rlc-s1 .rlc-copygroup {
    left: 43.75em;
    width: 40.9375em;
    transform: none;
  }
  #rlc-slot4 .rlc-slide.rlc-s2 .rlc-copygroup {
    left: 5.375em;
    width: 40.9375em;
    transform: none;
  }
  #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    left: 43.75em;
    width: 40.9375em;
    transform: none;
  }
  #rlc-slot4 .rlc-slide.rlc-s4 .rlc-copygroup {
    width: 40.9375em;
  }
  #rlc-slot4 .rlc-carousel .rlc-carousel_wrapper {
    padding-bottom: 2em;
  }
  #rlc-slot4 .rlc-carousel .rlc-carousel-scrollbar {
    bottom: 0;
    width: 46.875em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #rlc-slot4 .rlc-carousel.rlc-category_carousel .rlc-carousel-arrow {
    top: 47%;
  }
}
@media screen and (max-width: 767px) {
  #rlc-slot4 {
    height: 33.9375em;
  }
  #rlc-slot4 .rlc-slide .rlc-copygroup {
    bottom: 3.75em;
    width: 19.6875em;
  }
  #rlc-slot4 .rlc-slide .rlc-copygroup .rlc-title {
    font-size: 1.75em;
  }
  #rlc-slot4 .rlc-slide.rlc-s4 .rlc-copygroup {
    text-align: center;
    width: 21em;
  }
  #rlc-slot4 .rlc-carousel .rlc-carousel-scrollbar {
    bottom: -1.75em;
    width: 19.6875em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  /* #rlc-slot4 .rlc-carousel .rlc-carousel-arrow {
    display: block;
  } */
}

@media only screen and (min-width: 768px) {
  #rlc-slot5 {
    min-height: 45em;
  }
  #rlc-slot5 .rlc-slide.rlc-s1 {
    width: 37.5em;
  }
  #rlc-slot5 .rlc-slide.rlc-s2,
  #rlc-slot5 .rlc-slide.rlc-s3,
  #rlc-slot5 .rlc-slide.rlc-s4 {
    display: flex;
    width: 99em;
  }
  #rlc-slot5 .rlc-slide .rlc-imggroup {
    display: flex;
  }
  #rlc-slot5 .rlc-slide .rlc-img-left {
    width: 39.375em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right {
    width: 59.625em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right .rlc-back {
    width: 59.625em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right .rlc-fore {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 30.5em;
    height: 38.125em;
    margin: 3.4375em;
  }
  #rlc-slot5 .rlc-slide .rlc-copygroup {
    width: 23.5em;
    text-align: center;
    left: 21.5%;
  }
  #rlc-slot5 .rlc-slide.rlc-s1 .rlc-copygroup {
    left: 50%;
  }
  #rlc-slot5 .rlc-slide.rlc-s2 .rlc-copygroup {
    width: 20.5em;
    color: #041e3a;
  }
  #rlc-slot5 .rlc-slide.rlc-s3 .rlc-copygroup {
    width: 21em;
    color: #041e3a;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup {
    width: 21em;
  }
  #rlc-slot5 .rlc-slide .rlc-copygroup .rlc-title {
    text-align: center;
    font-size: 2.25em;
    line-height: 1.2778em;
  }
  #rlc-slot5 .rlc-slide.rlc-s1 .rlc-copygroup .rlc-title {
    font-size: 2.75em;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 2em 0.6818em 2em;
  }
  #rlc-slot5 .rlc-slide .rlc-pname {
    font-family: var(--font-foundersReg);
    font-size: 0.6875em;
    letter-spacing: 0.09090909090909091em !important;
    text-transform: uppercase;
    color: #fff;
    left: 2em;
    bottom: 2em;
  }

  #rlc-slot5 .rlc-scrollto {
    font-family: var(--font-foundersReg);
    font-size: 0.6875em;
    letter-spacing: 0.09090909090909091em !important;
    text-transform: uppercase;
    margin-top: 3em;
    position: relative;
    display: inline-block;
    left: -2.5em;
  }

  #rlc-slot5 .rlc-scrollto::before {
    content: "";
    height: 1px;
    width: 4.75em;
    background-color: currentColor;
    display: block;
    position: absolute;
    right: -5.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .ar #rlc-slot5 .rlc-scrollto::before {
    right: auto;
    left: -5.5em;
  }

  #rlc-slot5 .rlc-scrollto::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5.5em;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    width: 0.636em;
    height: 0.636em;
  }

  [lang^="ar"] #rlc-slot5 .rlc-scrollto::after {
    right: auto;
    left: -5.5em;
    transform: translateY(-50%) rotate(-135deg);
  }
  [lang^="ar"] #rlc-slot5 .rlc-scrollto::before {
    right: auto;
    left: -5.5em;
  }
}
#rlc-slot5 .rlc-carousel .rlc-carousel-scrollbar {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
#rlc-slot5 .rlc-carousel .rlc-carousel-scrollbar:before {
  background: #9d9fa3;
}
#rlc-slot5 .rlc-carousel .swiper-scrollbar-drag:after {
  background: #fff;
}
#rlc-slot5 .rlc-carousel .rlc-carousel-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  #rlc-slot5 {
    min-height: 30.9375em;
  }
  #rlc-slot5 .rlc-slide.rlc-s1 {
    width: 19.125em;
  }
  #rlc-slot5 .rlc-slide.rlc-s2,
  #rlc-slot5 .rlc-slide.rlc-s3 {
    display: flex;
    width: 70em;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 {
    display: flex;
    width: 66.5625em;
  }
  #rlc-slot5 .rlc-slide .rlc-imggroup {
    display: flex;
  }
  #rlc-slot5 .rlc-slide .rlc-img-left {
    width: 25em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right {
    width: 45em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right .rlc-back {
    width: 45em;
  }
  #rlc-slot5 .rlc-slide .rlc-img-right .rlc-fore {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 21.5625em;
    height: 26.9375em;
    margin: 3.0625em;
  }

  #rlc-slot5 .rlc-slide.rlc-s2 {
    display: flex;
    width: 69.15em;
  }
  #rlc-slot5 .rlc-slide.rlc-s2 .rlc-img-right {
    width: 44.15em;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-m_back {
    width: 66.5625em;
    position: absolute;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-img-left .rlc-picture {
    position: absolute;
    width: 21.5625em;
    height: 26.9375em;
    margin: 3.0625em 3.0625em 3.0625em 0;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-img-right {
    width: 41em;
  }

  #rlc-slot5 .rlc-slide .rlc-copygroup {
    width: 15.3125em;
    text-align: center;
    left: 21.5%;
  }
  #rlc-slot5 .rlc-slide.rlc-s1 .rlc-copygroup {
    left: 50%;
  }
  #rlc-slot5 .rlc-slide.rlc-s2 .rlc-copygroup {
    color: #041e3a;
  }
  #rlc-slot5 .rlc-slide.rlc-s3 .rlc-copygroup {
    color: #041e3a;
  }
  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup {
    left: 16%;
    top: 16em;
  }
  #rlc-slot5 .rlc-slide .rlc-copygroup .rlc-title {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.3571em;
  }

  #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 2em 0.6818em 2em;
  }
  #rlc-slot5 .rlc-slide .rlc-pname {
    font-family: var(--font-foundersReg);
    font-size: 0.6875em;
    letter-spacing: 0.09090909090909091em !important;
    text-transform: uppercase;
    color: #fff;
    left: 2em;
    bottom: 2em;
  }

  #rlc-slot5 .rlc-scrollto {
    font-family: var(--font-foundersReg);
    font-size: 0.6875em;
    letter-spacing: 0.09090909090909091em !important;
    text-transform: uppercase;
    margin-top: 3em;
    position: relative;
    display: inline-block;
    left: -2.5em;
  }

  #rlc-slot5 .rlc-scrollto::before {
    content: "";
    height: 1px;
    width: 4.75em;
    background-color: currentColor;
    display: block;
    position: absolute;
    right: -5.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .ar #rlc-slot5 .rlc-scrollto::before {
    right: auto;
    left: -5.5em;
  }

  #rlc-slot5 .rlc-scrollto::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5.5em;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    width: 0.636em;
    height: 0.636em;
  }

  [lang^="ar"] #rlc-slot5 .rlc-scrollto::after {
    right: auto;
    left: -5.5em;
    transform: translateY(-50%) rotate(-135deg);
  }
  [lang^="ar"] #rlc-slot5 .rlc-scrollto::before {
    right: auto;
    left: -5.5em;
  }
}

@media only screen and (min-width: 768px) {
  #rlc-slot6 {
    height: 45em;
    background-color: #000;
  }
}
#rlc-slot6 .rlc-autoslider {
  width: 90em;
  height: 42.25em;
  padding-top: 2.625em;
}
#rlc-slot6 .rlc-slide {
  width: 30.5em;
  height: 38.125em;
  padding: 0 0.5em;
}
#rlc-slot6 .rlc-autoslider .rlc-looppause {
  bottom: 0;
  left: auto;
  right: 2em;
  border: none;
}
#rlc-slot6 .rlc-copygroup {
  top: 0;
}
#rlc-slot6 .rlc-copygroup .rlc-usebrandstyles.rlc-links .rlc-linecta {
  margin: 2.727em 1.5em 0;
}

@media screen and (max-width: 767px) {
  #rlc-slot6 {
    height: 26.5em;
    margin: 0;
  }

  #rlc-slot6 .rlc-autoslider {
    width: 23.4375em;
    height: 24em;
  }
  #rlc-slot6 .rlc-slide {
    width: 16.25em;
    padding: 0 0.5em;
    height: auto;
  }
  #rlc-slot6 .rlc-autoslider .rlc-looppause {
    right: 1em;
  }
  #rlc-slot6 .rlc-copygroup {
    top: 3em;
    width: 80%;
  }
  #rlc-slot6 .rlc-links {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #rlc-slot6 .is-quick-shoppable.rlc-target {
    transform: scale(0.65);
  }
}

/* LOCALIZATION */
@media only screen and (min-width: 768px) {
  .fr #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }

  .de #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }
  .de #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 0 0.6818em 0;
  }

  .it #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }

  .es #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }

  .nl #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }

  .pt #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }

  .pl #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }
  .pl #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 1em 0.6818em 1em;
  }

  .se #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 3.5em;
  }
  .se #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 1em 0.6818em 1em;
  }
}
@media screen and (max-width: 767px) {
  .fr #rlc-slot2 {
    height: 75.75em;
  }
  .fr #rlc-slot2 .rlc-introcopy {
    height: 33.5em;
  }
  .fr #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 2.75em;
  }
  .fr #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 0 0.6818em 0;
  }

  .de #rlc-slot2 {
    height: 77.75em;
  }
  .de #rlc-slot2 .rlc-introcopy {
    height: 35.5em;
  }
  .de #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 0.75em;
  }
  .de #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 0 0.6818em 0;
  }

  .it #rlc-slot2 .rlc-introcopy {
    height: 31.5em;
  }

  .es #rlc-slot2 {
    height: 74.75em;
  }
  .es #rlc-slot2 .rlc-introcopy {
    height: 32.5em;
  }
  .es #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 2.75em;
  }

  .nl #rlc-slot2 {
    height: 75.75em;
  }
  .nl #rlc-slot2 .rlc-introcopy {
    height: 33.5em;
  }

  .pt #rlc-slot2 {
    height: 73.75em;
  }
  .pt #rlc-slot2 .rlc-introcopy {
    height: 31.5em;
  }
  .pt #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 2.75em;
  }

  .pl #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 2.75em;
  }
  .pl #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 0 0.6818em 0;
  }

  .se #rlc-slot4 .rlc-slide.rlc-s3 .rlc-copygroup {
    bottom: 2.75em;
  }
  .se #rlc-slot5 .rlc-slide.rlc-s4 .rlc-copygroup .rlc-title {
    margin: 0 0 0.6818em 0;
  }
}
