:where(.rc_10_24) *,
:where(.rc_10_24) ::before,
:where(.rc_10_24) ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:where(.rc_10_24) ::before,
:where(.rc_10_24) ::after {
  --tw-content: '';
}

:where(.rc_10_24) html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

:where(.rc_10_24) body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

:where(.rc_10_24) h1,
:where(.rc_10_24) h2,
:where(.rc_10_24) h3,
:where(.rc_10_24) h4,
:where(.rc_10_24) h5,
:where(.rc_10_24) h6 {
  font-size: inherit;
  font-weight: inherit;
}

:where(.rc_10_24) a {
  color: inherit;
  text-decoration: inherit;
}

:where(.rc_10_24) b,
:where(.rc_10_24) strong {
  font-weight: bolder;
}

:where(.rc_10_24) h2,
:where(.rc_10_24) h3,
:where(.rc_10_24) h4,
:where(.rc_10_24) h5,
:where(.rc_10_24) h6,
:where(.rc_10_24) p {
  margin: 0;
}

:where(.rc_10_24) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.rc_10_24) img {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

:where(.rc_10_24) img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'Kapra';

  font-display: swap;

  src: url('/fonts/kapra-regular.otf') format('otf');
}

.rc_10_24 {
  margin: 0;
  padding: 0;
  color: rgb(2, 2, 104);
}

.rc_10_24__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  font-family: proxima-nova, sans-serif;
  background-color: #bee3ed;
}

.rc_10_24__answer--green {
  --score-color: #bee3ed;
  --score-bg: #006630;
}

.rc_10_24__answer--lilac {
  --score-color: #408d5e;
  --score-bg: #d8bad6;
}

.rc_10_24__answer--purple {
  --score-color: #d8bad6;
  --score-bg: #880579;
}

.rc_10_24__answer--navy {
  --score-color: #bee3ed;
  --score-bg: #020268;
}

.rc_10_24__answer--a {
  --score-color: #006630;
  --score-left: 37%;
}

.rc_10_24__answer--b {
  --score-color: #7c1975;
  --score-left: 37%;
}

.rc_10_24__answer--c {
  --score-color: #ffb685;
  --score-left: 38%;
}

.rc_10_24__answer--d {
  --score-color: #ff0db2;
  --score-left: 37%;
}

.rc_10_24__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}

.rc_10_24__title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 765px) {
  .rc_10_24__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.rc_10_24__title {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-header-banner.svg');
  background-position: left;
  background-repeat: no-repeat;
}

.rc_10_24__title-prefix {
  margin-left: -100px;
  margin-right: 2rem;
  display: none;
  height: 120px;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem;
}

@media (min-width: 765px) {
  .rc_10_24__title-prefix {
    display: flex;
  }
}

.rc_10_24__title-prefix {
  color: #020268;
  background-color: #ffb685;
}

.rc_10_24__sub-title {
  color: #1d1e56;
  font-family: 'Kapra';
  text-align: center;
  font-size: 6rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 765px) {
  .rc_10_24__sub-title {
    font-size: 8rem;
  }
}

.rc_10_24__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 765px) {
  .rc_10_24__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.rc_10_24__question {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 765px) {
  .rc_10_24__question {
    margin-bottom: 8.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.rc_10_24__question-header {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 765px) {
  .rc_10_24__question-header {
    justify-content: flex-end;
  }
}

.rc_10_24__question-number {
  font-family: 'Kapra';
  margin-bottom: 1rem;
  display: flex;
  background-repeat: no-repeat;
  padding-left: 2rem;
  font-size: 8rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 765px) {
  .rc_10_24__question-number {
    margin-left: 5rem;
  }
}

.rc_10_24__question-number {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-qnumber-purple.svg');
  width: 171px;
  height: 120px;
  background-size: 171px 120px;
}

.rc_10_24__content .rc_10_24__question:nth-of-type(2) .rc_10_24__question-number,
.rc_10_24__content .rc_10_24__question:nth-of-type(6) .rc_10_24__question-number {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-qnumber-navy.svg');
  margin-left: auto;
  text-align: right;
}

@media (min-width: 765px) {
  .rc_10_24__content .rc_10_24__question:nth-of-type(2) .rc_10_24__question-number,
  .rc_10_24__content .rc_10_24__question:nth-of-type(6) .rc_10_24__question-number {
    margin-right: 5rem;
  }
}

.rc_10_24__content .rc_10_24__question:nth-of-type(3) .rc_10_24__question-number,
.rc_10_24__content .rc_10_24__question:nth-of-type(7) .rc_10_24__question-number {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-qnumber-green.svg');
}

.rc_10_24__content .rc_10_24__question:nth-of-type(4) .rc_10_24__question-number {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-qnumber-pink.svg');
  margin-left: auto;
  text-align: right;
}

@media (min-width: 765px) {
  .rc_10_24__content .rc_10_24__question:nth-of-type(4) .rc_10_24__question-number {
    margin-right: 5rem;
  }
}

.rc_10_24__question-title {
  color: #020268;
  font-family: 'Kapra';
  font-size: 3.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
}

@media (min-width: 765px) {
  .rc_10_24__question-title {
    width: 450px;
    padding-left: 5rem;
    font-size: 4.5rem;
    line-height: 1;
  }

  .rc_10_24__question-title--extended {
    width: 700px;
  }
}

.rc_10_24__content .rc_10_24__question:nth-of-type(even) .rc_10_24__question-title {
  margin-left: auto;
  padding-left: 0px;
  text-align: right;
}

@media (min-width: 765px) {
  .rc_10_24__content .rc_10_24__question:nth-of-type(even) .rc_10_24__question-title {
    padding-right: 5rem;
  }
}

.rc_10_24__question-options {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.rc_10_24__question-options:hover {
  cursor: pointer;
}

@media (min-width: 765px) {
  .rc_10_24__question-options {
    width: auto;
    flex-direction: row;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.rc_10__question--selected p {
  font-weight: 700;
}

.rc_10_24__question-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 765px) {
  .rc_10_24__question-details {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    padding: 4rem;
  }
}

.rc_10_24__question-details li {
  --qd-width: calc(50% - 4rem);
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 765px) {
  .rc_10_24__question-details li {
    width: var(--qd-width);
  }
}

.rc_10_24__question-letter {
  font-family: 'Kapra';
  display: flex;
  height: 5rem;
  width: 5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.25rem;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--score-bg);
  color: var(--score-color);
}

.rc_10_24__question--1-img {
  min-height: 320px;
  margin-bottom: -20px;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q1.svg');
  background-size: contain;
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--1-img {
    min-height: 500px;
    background-position: center bottom;
  }
}

.rc_10_24__question--2-img {
  min-height: 400px;
  margin-bottom: 0;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q2.svg');
  background-size: contain;
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--2-img {
    min-height: 650px;
    background-position: center bottom;
  }
}

.rc_10_24__question--3-img {
  min-height: 400px;
  margin-bottom: 0;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q3.svg');
  background-size: contain;
  background-position: right 50px center;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--3-img {
    min-height: 600px;
    background-position: center bottom;
  }
}

.rc_10_24__question--4-img {
  min-height: 320px;
  margin-bottom: 0;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q4.svg');
  background-size: contain;
  background-position: left 45px center;
  background-repeat: no-repeat;
  padding-bottom: 4.25rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--4-img {
    min-height: 600px;
    background-position: center bottom;
  }
}

.rc_10_24__question--5-img {
  min-height: 500px;
  margin-bottom: -22px;
  margin-top: -80px;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q5.svg');
  background-size: contain;
  background-position: right 50px center;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--5-img {
    min-height: 700px;
    background-position: center bottom;
    margin-top: 0;
  }
}

.rc_10_24__question--6-img {
  min-height: 500px;
  margin-top: -100px;
  margin-bottom: -10px;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q6.svg');
  background-size: contain;
  background-position: left 25px center;
  background-repeat: no-repeat;
  padding-bottom: 1.75rem;
}

@media (max-width: 765px) {
  .rc_10_24__question--6-img {
    min-height: 800px;
    background-position: center bottom;
    margin-top: 0;
  }
}

.rc_10_24__question--7-img {
  min-height: 400px;
  margin-bottom: 20px;
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-q7.svg');
  background-size: contain;
  background-position: right 75px center;
  background-repeat: no-repeat;
}

@media (max-width: 765px) {
  .rc_10_24__question--7-img {
    min-height: 800px;
    background-position: center bottom;
  }
}

.rc_10_24__score-letter {
  position: absolute;
  right: 0px;
  margin-bottom: 1rem;
  display: inline-flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 765px) {
  .rc_10_24__score-letter {
    left: var(--score-left);
    margin-top: -20px;
  }
}

.rc_10_24__score-letter {
  background-color: var(--score-color);
}

.rc_10_24__scores {
  display: flex;
  padding: 2rem;
}

@media (min-width: 765px) {
  .rc_10_24__scores {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rc_10_24__answer {
    padding: 2rem;
  }
}

.rc_5__answer__header {
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: top 30px left 80px;
}

.rc_10_24__result-title {
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 765px) {
  .rc_10_24__result-title {
    max-width: 50%;
  }
}

.rc_10_24__result-sub-title {
  font-family: 'Kapra';
  margin-bottom: 1rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-left: 1rem;
  font-size: 6rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rc_10_24__result-a1 {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-a1-banner.svg');
}

.rc_10_24__result-a2 {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-a2-banner.svg');
}

.rc_10_24__result-a3 {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-a3-banner.svg');
}

@media (max-width: 475px) {
  .rc_10_24__result-a3 {
    background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-a3-banner.svg');
    background-size: cover;
    background-position-x: right;
  }
}

.rc_10_24__result-a4 {
  background-image: url('/content/dam/royal/resources/icons/yourperfectdayatcococay/rc_10_24-a4-banner.svg');
}

.rc_10_24__scores-ranges {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  background-repeat: no-repeat;
  color: #020268;
}

.rc_10_24__scores-ranges div p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rc_10_24__answer--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rc_10_24__highlight-unanswered::after {
  content: 'Please answer this question';
  font-weight: 700;
  color: #020268;
}

.rc_10_24_startover {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: inline-flex;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #020268;
  background-color: #ffb685;
}

.rc_10_24_startover:hover {
  color: #ffb685;
  background-color: #020268;
}
