.rc_7_24 *,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.rc_7_24__food-images img {
  max-width: 100%;
}

.rc_7_24 {
  margin: 0;
  line-height: inherit;
}

.rc_7_24 a {
  color: inherit;
  text-decoration: inherit;
}

.rc_dd {
  background-image: url("images/rc_7_24-key-bg.svg");
}

.rc_7_24 h2,
.rc_7_24 h3 {
  margin: 0;
}

.rc_7_24 img {
  max-width: 100%;
  height: auto;
}

/* Can be removed, if Kapra is added via web font or already on the site.
Only the .otf has been supplied */
@font-face {
  font-family: "Kapra";
  font-display: swap;
  src: url("/fonts/kapra-regular.otf") format("otf");
}

.rc_7_24 {
  margin: 0;
  padding: 0;
  color: rgb(6, 21, 86);
}

.rc_7_24__container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  background-repeat: repeat-x;
}

.rc_7_24__bg {
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 200px, 150px, 200px, 150px;
  background-image: url("images/rc_7_24-leaves-tl.svg"),
    url("images/rc_7_24-leaves-tr.svg"), url("images/rc_7_24-leaves-bl.svg"),
    url("images/rc_7_24-leaves-br.svg");
}

.rc_7_24__header {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rc_7_24__header-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .rc_7_24__header-title {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.rc_7_24__header-title {
  font-family: "Kapra";
}

.rc_7_24__header-subtitle {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .rc_7_24__header-subtitle {
    font-size: 6rem;
  }
}

.rc_7_24__header-subtitle {
  color: rgb(79, 89, 162);
  font-family: "Kapra";
  line-height: 1;
}

.rc_7_24__intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .rc_7_24__intro {
    max-width: 75%;
  }
}

.rc_7_24__key {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  min-height: 290px;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-image: url("images/rc_7_24-key-bg.svg");
}

@media (min-width: 768px) {
  .rc_7_24__key {
    margin-left: 5rem;
    margin-right: 5rem;
    flex-wrap: nowrap;
  }
}

.rc_7_24__key {
  border-top: 1px solid rgb(6, 21, 86);
  border-bottom: 1px solid rgb(6, 21, 86);
}

.rc_7_24__key div {
  margin-bottom: 0.5rem;
  display: flex;
  height: 210px;
  width: 50%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-position: right top;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 768px) {
  .rc_7_24__key div {
    margin-bottom: 0px;
    height: 115px;
    width: 25%;
  }
}

.rc_7_24__key div {
  background-size: 4px 94px;
}

.rc_7_24__key p {
  margin: 0.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 90px;
  align-items: flex-start;
  justify-content: center;
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  color: rgb(255 255 255 / var(1));
}

@media (min-width: 768px) {
  .rc_7_24__key p {
    margin: 0.75rem;
    min-height: 100%;
    padding: 1.5rem;
  }
}

.rc_7_24__key figure {
  margin-bottom: 1rem;
  display: flex;
  height: 94px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .rc_7_24__key-bg-m {
    background: none !important;
    background-image: url("images/rc_7_24-key-bg.svg");
  }
}

.rc_7_24__key--green {
  background-color: rgb(114, 190, 68);
}

.rc_7_24__key--pink {
  background-color: rgb(255, 0, 129);
}

.rc_7_24__key--purple {
  background-color: rgb(107, 53, 180);
}

.rc_7_24__key--blue {
  background-color: rgb(63, 168, 244);
}

.rc_7_24__content {
  position: relative;
  margin-bottom: 4rem;
  min-height: 2500px;
  background-position: top;
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
  background-image: url("images/rc_7_24-content-bg-ship-m.svg"),
    url("images/rc_7_24-content-bg-ship.svg");
}

@media (min-width: 768px) {
  .rc_7_24__content {
    margin-bottom: 0px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.rc_7_24__content {
  background-size: 0, contain;
}

@media (max-width: 768px) {
  .rc_7_24__content {
    background-size: contain, 0;
  }
}

.rc_7_24__aside {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  max-width: 90%;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .rc_7_24__aside {
    max-width: 60%;
  }
}

.rc_7_24__aside-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255 255 255 / var(1));
  background-color: rgb(2, 2, 104);
}

.rc_7_24__aside p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
}

p.rc_7_24__aside-smallprint {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.rc_7_24__food-images {
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 150px;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 768px) {
  .rc_7_24__food-images {
    display: flex;
    width: 275px;
    padding-top: 600px;
  }
}

.rc_7_24-restaurant-m {
  display: block;
}

@media (min-width: 768px) {
  .rc_7_24-restaurant-m {
    display: none;
  }
}

.rc_7_24__food-images img {
  width: 150px;
}

@media (min-width: 768px) {
  .rc_7_24__food-images img {
    width: auto;
  }
}

.rc_7_24-icon-dollar {
  width: 60px;
}

@media (min-width: 768px) {
  .rc_7_24-icon-dollar {
    margin-bottom: 1rem;
    width: 80px;
  }

  .rc_7_24-icon-dollar--side {
    position: absolute;
    right: -50px;
    top: 100px;
  }
}

@media (max-width: 768px) {
  .rc_7_24__rest-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }

  .rc_7_24_row-reverse {
    flex-direction: row-reverse;
  }
}

.rc_7_24__rest-1,
.rc_7_24__rest-2,
.rc_7_24__rest-3,
.rc_7_24__rest-4,
.rc_7_24__rest-5,
.rc_7_24__rest-6,
.rc_7_24__rest-7,
.rc_7_24__rest-8,
.rc_7_24__rest-9 {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .rc_7_24__rest-1,
  .rc_7_24__rest-2,
  .rc_7_24__rest-3,
  .rc_7_24__rest-4,
  .rc_7_24__rest-5,
  .rc_7_24__rest-6,
  .rc_7_24__rest-7,
  .rc_7_24__rest-8,
  .rc_7_24__rest-9 {
    position: absolute;
    margin-bottom: 0px;
    width: auto;
  }
}

.rc_7_24__rest-1 .rc_7_24-restaurant-m,
.rc_7_24__rest-2 .rc_7_24-restaurant-m,
.rc_7_24__rest-3 .rc_7_24-restaurant-m,
.rc_7_24__rest-4 .rc_7_24-restaurant-m,
.rc_7_24__rest-5 .rc_7_24-restaurant-m,
.rc_7_24__rest-6 .rc_7_24-restaurant-m,
.rc_7_24__rest-7 .rc_7_24-restaurant-m,
.rc_7_24__rest-8 .rc_7_24-restaurant-m,
.rc_7_24__rest-9 .rc_7_24-restaurant-m {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .rc_7_24__rest-1 .rc_7_24-restaurant-m,
  .rc_7_24__rest-2 .rc_7_24-restaurant-m,
  .rc_7_24__rest-3 .rc_7_24-restaurant-m,
  .rc_7_24__rest-4 .rc_7_24-restaurant-m,
  .rc_7_24__rest-5 .rc_7_24-restaurant-m,
  .rc_7_24__rest-6 .rc_7_24-restaurant-m,
  .rc_7_24__rest-7 .rc_7_24-restaurant-m,
  .rc_7_24__rest-8 .rc_7_24-restaurant-m,
  .rc_7_24__rest-9 .rc_7_24-restaurant-m {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.rc_7_24__rest-1,
.rc_7_24__rest-2 {
  color: rgb(114, 190, 68);
}

.rc_7_24__rest-3,
.rc_7_24__rest-4 {
  color: rgb(255, 0, 129);
}

.rc_7_24__rest-5,
.rc_7_24__rest-6 {
  color: rgb(107, 53, 180);
}

.rc_7_24__rest-7,
.rc_7_24__rest-8,
.rc_7_24__rest-9 {
  color: rgb(63, 168, 244);
}

.rc_7_24_divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .rc_7_24_divider {
    float: left;
  }

  .rc_7_24__rest-2 .rc_7_24_divider,
  .rc_7_24__rest-4 .rc_7_24_divider,
  .rc_7_24__rest-6 .rc_7_24_divider,
  .rc_7_24__rest-8 .rc_7_24_divider {
    float: right;
  }
}

.rc_7_24__rest-title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .rc_7_24__rest-title {
    font-size: 3rem;
  }
}

.rc_7_24__rest-title {
  font-family: "Kapra";
  line-height: 1;
}

.rc_7_24__rest-title span {
  margin-left: -10px;
  margin-top: 3px;
  display: inline-flex;
  vertical-align: top;
  font-size: 1.8rem;
}

.rc_7_24__rest p {
  clear: both;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.rc_7_24__rest-1 {
  top: 100px;
  left: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-1 {
    width: 200px;
    text-align: left;
  }
}

.rc_7_24__rest-2 {
  top: 300px;
  right: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-2 {
    width: 160px;
    text-align: right;
  }
}

.rc_7_24__rest-3 {
  top: 800px;
  left: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-3 {
    width: 180px;
    text-align: left;
  }
}

.rc_7_24__rest-4 {
  top: 1000px;
  right: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-4 {
    width: 150px;
    text-align: right;
  }
}

.rc_7_24__rest-5 {
  top: 1300px;
  left: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-5 {
    width: 200px;
    text-align: left;
  }
}

.rc_7_24__rest-6 {
  top: 1600px;
  right: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-6 {
    width: 150px;
    text-align: right;
  }
}

.rc_7_24__rest-7 {
  top: 2050px;
  left: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-7 {
    width: 200px;
    text-align: left;
  }
}

.rc_7_24__rest-8 {
  top: 2200px;
  right: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-8 {
    width: 220px;
    text-align: right;
  }
}

.rc_7_24__rest-9 {
  top: 2600px;
  left: 50px;
}

@media (min-width: 768px) {
  .rc_7_24__rest-9 {
    width: 200px;
    text-align: left;
  }
}

.rc_7_24__rest-arrow {
  position: absolute;
  display: none;
}

@media (min-width: 768px) {
  .rc_7_24__rest-arrow {
    display: block;
  }
}

.rc_7_24__rest-arrow {
  max-width: unset;
}

.rc_7_24__rest-arrow--green-l {
  top: 420px;
  left: 80px;
}

.rc_7_24__rest-arrow--green-r {
  top: 450px;
  right: 50px;
}

.rc_7_24__rest-arrow--pink-l {
  top: 280px;
  left: 100px;
}

.rc_7_24__rest-arrow--pink-r {
  top: 320px;
  right: 80px;
}

.rc_7_24__rest-arrow--purple-l {
  top: 420px;
  left: 100px;
}

.rc_7_24__rest-arrow--purple-r {
  top: 400px;
  right: 50px;
}

.rc_7_24__rest-arrow--blue-l {
  top: 400px;
  left: 100px;
}

.rc_7_24__rest-arrow--blue-r {
  top: 500px;
  right: 50px;
}

.rc_7_24__rest-arrow--blue-l-2 {
  top: 450px;
  left: 80px;
}

.rc_7_24__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(2, 2, 104);
  padding: 2rem;
}

@media (min-width: 768px) {
  .rc_7_24__footer {
    padding: 3rem;
  }
}

.rc_7_24__footer p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(1));
}

@media (min-width: 768px) {
  .rc_7_24__footer p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.rc_7_24__footer p {
  max-width: 75%;
}

@media (max-width: 768px) {
  .rc_7_24__footer p {
    max-width: 100%;
  }
}

.rc_7_24__footer a {
  color: rgb(63, 168, 244);
}

.rc_7_24__logo {
  display: flex;
  justify-content: center;
  background-color: rgb(255 255 255 / var(1));
  padding: 2rem;
}
