/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
  /**font-family: "ProximaNova-Regular", Arial, sans-serif;**/
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
  --tw-text-opacity: 1;
}

.rcih23__intro > a {
  text-decoration: underline;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  /*vertical-align: middle;  2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  /*  max-width: 100%; */
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

@font-face {
  font-family: "Kapra";

  font-display: swap;

  src: url("kapra-regular.otf") format("otf");
}

.rcih23__container {
  max-width: 100vw;
  margin: 0 auto;
  --tw-bg-opacity: 1;
  background-color: rgba(213, 251, 255, var(--tw-bg-opacity));
  padding-top: 2.5rem;
  font-family: proxima-nova;
  --tw-text-opacity: 1;
  color: rgba(0, 45, 104, var(--tw-text-opacity));
}

@media (min-width: 1030px) {
  .rcih23__container {
    padding-top: 5rem;
    max-width: 85vw;
  }

  #infoContainer {
    margin: 0px 13rem;
  }
}

@media (min-width: 1200px) {
  .rcih23__container {
    padding-top: 5rem;
    max-width: 100vw;
  }

  #infoContainer {
    margin: 0px 13rem;
  }
}

@media (min-width: 1450px) {
  .rcih23__container {
    padding-top: 5rem;
    max-width: 100vw;
  }

  #infoContainer {
    margin: 0px 22rem;
  }

  .rcih23__title .rcih23__title-emphasised {
    letter-spacing: 0.05em;
    font-size: 5rem;
  }

  .rcih23__compass img {
    width: 160px;
    height: 225px;
  }
}

@media (min-width: 2500px) {
  .rcih23__container {
    max-width: 85vw;
  }

  #infoContainer {
    margin: 0px 25rem;
  }
}

/* Header */

.rcih23__infographic-header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .rcih23__infographic-header {
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.rcih23__compass {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .rcih23__compass {
    margin-bottom: 0px;
  }
}

.rcih23__compass img {
  width: 150px;
  height: 150px;
}

.rcih23__intro {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .rcih23__intro {
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 1.625;
    width: 100%;
  }
}

@media (min-width: 11200px) {
  .rcih23__intro {
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 1.625;
    width: 100%;
  }
}

.rcih23__title .rcih23__title-type {
  display: block;
  font-family: proxima-nova;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 0, 129, var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .rcih23__title .rcih23__title-type {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.rcih23__title .rcih23__title-intro {
  margin-bottom: 0.5rem;
  display: block;
  font-family: proxima-nova;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(0, 45, 104, var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .rcih23__title .rcih23__title-intro {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.rcih23__title .rcih23__title-emphasised {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 45, 104, var(--tw-text-opacity));
  font-size: 3rem;
  font-family: Kapra;
}

@media (min-width: 1200px) {
  .rcih23__title .rcih23__title-emphasised {
    letter-spacing: 0.05em;
    font-size: 5rem;
  }
}

@media (min-width: 1269px) {
  .rcih23__title .rcih23__title-emphasised {
    letter-spacing: 0.05em;
    font-size: 5rem;
  }
}

@media (min-width: 1650px) {
  .rcih23__title .rcih23__title-emphasised {
    letter-spacing: 0.05em;
    font-size: 8rem;
  }
}

/* Stop info */

.rcih23__stop-number {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 0, 129, var(--tw-text-opacity));
  font-family: Kapra;
  font-size: 6rem;
}

.rcih23__stop {
  display: block;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 45, 104, var(--tw-text-opacity));
  font-family: Kapra;
}

.rcih23__stop-country {
  margin-bottom: 0.5rem;
  font-family: proxima-nova;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(133, 67, 243, var(--tw-text-opacity));
  letter-spacing: 0.2rem;
}

.rcih23__stop-bio {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Route containers */

.rcih23__route-one,
.rcih23__route-two,
.rcih23__route-three {
  position: relative;
  min-height: auto;
}

.rcih23__route-one,
.rcih23__route-two,
.rcih23__route-three {
  margin-top: 5rem;
}

/* Route one map */

.rcih23__routeone-map {
  position: unset;
  top: unset;
}

@media (min-width: 1200px) {
  .rcih23__routeone-map {
    position: absolute;
    top: 180px;
  }
}

.rcih23__routeone-map svg {
  width: 500px;
  height: 720px;
}

/* Route two map */

.rcih23__route-two-map {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .rcih23__route-two-map {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Route three map */

.rcih23__route-three-map {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .rcih23__route-three-map {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Fish */

.rcih23__fish {
  padding-top: 4rem;
  position: unset;
  right: unset;
  top: unset;
}

@media (min-width: 1200px) {
  .rcih23__fish {
    position: absolute;
    right: 1rem;
    top: 0;
  }
}

@media (min-width: 1350px) {
  .rcih23__fish {
    position: absolute;
    right: 3rem;
    top: -35px;
  }
}

@media (min-width: 1600px) {
  .rcih23__fish {
    position: absolute;
    right: 10rem;
    top: 0;
  }
}

.rcih23__fish svg {
  width: 365px;
  height: 290px;
  margin: 0 auto;
}

/* Drinks */

.rcih23__routeone-drinks {
  position: unset;
  top: unset;
  right: unset;
}

@media (min-width: 1200px) {
  .rcih23__routeone-drinks {
    position: absolute;
    top: 580px;
    right: 2%;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-drinks {
    position: absolute;
    top: 590px;
    right: 5%;
  }
}

.rcih23__routeone-drinks svg {
  width: 220px;
  height: 470px;
  margin: 0 auto;
}

/* Church */

.rcih23__routeone-church {
  position: unset;
  top: unset;
  right: unset;
}

@media (min-width: 1200px) {
  .rcih23__routeone-church {
    position: absolute;
    top: 53%;
    left: 15%;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-church {
    position: absolute;
    top: 55%;
    left: 15%;
  }
}

.rcih23__routeone-church svg {
  width: 215px;
  height: 306px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__routeone-church svg {
    margin: unset;
  }
}

/* Palm */

.rcih23__routeone-palm {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__routeone-palm {
    position: absolute;
    right: 0%;
    bottom: 15%;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-palm {
    position: absolute;
    right: 2%;
    bottom: 14%;
  }
}

.rcih23__routeone-palm svg {
  width: 260px;
  height: 301px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__routeone-palm svg {
    margin: unset;
  }
}

/* Balloon */

.rcih23__balloon {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__balloon {
    position: absolute;
    left: 195px;
    margin-top: -50px;
  }
}

@media (min-width: 1350px) {
  .rcih23__balloon {
    position: absolute;
    left: 200px;
    margin-top: -95px;
  }
}

@media (min-width: 1600px) {
  .rcih23__balloon {
    position: absolute;
    left: 255px;
    margin-top: -95px;
  }
}

.rcih23__balloon svg {
  width: 305px;
  height: 295px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__balloon svg {
    margin: unset;
  }
}

.rc__image--container {
  display: grid;
  place-items: center;
}

.rc__image {
  margin: 4rem;
}

/* Crab */

.rcih23__crab {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__crab {
    position: absolute;
    right: 1rem;
    margin-top: -400px;
  }
}

@media (min-width: 1600px) {
  .rcih23__crab {
    position: absolute;
    right: 0rem;
    margin-top: -375px;
  }
}

.rcih23__crab svg {
  width: 285px;
  height: 285px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__crab svg {
    margin: unset;
  }
}

/* Fish Food */

.rcih23__fishfood {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__fishfood {
    position: absolute;
    margin-top: -130px;
    left: 4rem;
  }
}

@media (min-width: 1600px) {
  .rcih23__fishfood {
    position: absolute;
    margin-top: -18px;
    left: 15rem;
  }
}

.rcih23__fishfood svg {
  width: 365px;
  height: 225px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__fishfood svg {
    margin: unset;
  }
}

/* Parrot */

.rcih23__parrot {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__parrot {
    position: absolute;
    right: 0rem;
    margin-top: -350px;
  }
}

@media (min-width: 1600px) {
  .rcih23__parrot {
    position: absolute;
    right: 0rem;
    margin-top: -365px;
  }
}

.rcih23__parrot svg {
  width: 265px;
  height: 425px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__parrot svg {
    margin: unset;
  }
}

/* Shopping */

.rcih23__shopping {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__shopping {
    position: absolute;
    left: 175px;
    margin-top: -190px;
  }
}

@media (min-width: 1600px) {
  .rcih23__shopping {
    position: absolute;
    left: 300px;
    margin-top: -165px;
  }
}

.rcih23__shopping svg {
  width: 230px;
  height: 304px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__shopping svg {
    margin: unset;
  }
}

/* Cocktail */

.rcih23__cocktails {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__cocktails {
    position: absolute;
    right: 4rem;
    margin-top: -615px;
  }
}

.rcih23__cocktails svg {
  width: 300px;
  height: 387px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__cocktails svg {
    margin: unset;
  }
}

/* Rum */

.rcih23__rum {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__rum {
    position: absolute;
    left: 145px;
    margin-top: -185px;
  }
}

@media (min-width: 1350px) {
  .rcih23__rum {
    position: absolute;
    left: 230px;
    margin-top: -10px;
  }
}

@media (min-width: 1470px) {
  .rcih23__rum {
    position: absolute;
    left: 150px;
    margin-top: 5px;
  }
}

@media (min-width: 1600px) {
  .rcih23__rum {
    position: absolute;
    left: 300px;
    margin-top: 60px;
  }
}

.rcih23__rum svg {
  width: 250px;
  height: 340px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__rum svg {
    margin: unset;
  }
}

/* Butterfly */

.rcih23__butterfly {
  position: unset;
  top: unset;
  right: unset;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__butterfly {
    position: absolute;
    right: 1rem;
    margin-top: -400px;
  }
}

@media (min-width: 1350px) {
  .rcih23__butterfly {
    position: absolute;
    right: 3rem;
    margin-top: -470px;
  }
}

.rcih23__butterfly svg {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__butterfly svg {
    margin: unset;
  }
}

/* Stop one */

.rcih23__routeone-stopone {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__routeone-stopone {
    width: 60%;
    margin: 0 auto;
    margin-right: 3rem;
    margin-top: 7rem;
  }
}

@media (min-width: 1350px) {
  .rcih23__routeone-stopone {
    width: 60%;
    margin: 0 auto;
    margin-right: 3rem;
    margin-top: 7rem;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-stopone {
    width: 60%;
    margin: 0 auto;
    margin-right: 3rem;
    margin-top: 10rem;
  }
}

/* Stop two */

.rcih23__routeone-stoptwo {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routeone-stoptwo {
    width: 55%;
    margin-left: 43%;
    margin-top: 300px;
  }
}

@media (min-width: 1350px) {
  .rcih23__routeone-stoptwo {
    width: 45%;
    margin-left: 55%;
    margin-top: 335px;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-stoptwo {
    width: 40%;
    margin-left: 55%;
    margin-top: 335px;
  }
}

/* Stop three */

.rcih23__routeone-stepthree {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routeone-stepthree {
    width: 45%;
    margin-top: -40px;
  }
}

/* Stop four */

.rcih23__routeone-stepfour {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routeone-stepfour {
    width: 50%;
    margin-left: 40%;
    margin-top: -45px;
  }
}

@media (min-width: 1350px) {
  .rcih23__routeone-stepfour {
    width: 45%;
    margin-left: 55%;
    margin-top: -45px;
  }
}

@media (min-width: 1600px) {
  .rcih23__routeone-stepfour {
    width: 40%;
    margin-left: 55%;
    margin-top: -5px;
  }
}

/* Stop five */

.rcih23__routetwo-stepfive {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-stepfive {
    width: 40%;
  }
}

/* Stop six */

.rcih23__routetwo-stepsix {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-stepsix {
    width: 50%;
    margin-top: -200px;
    margin-left: 50%;
  }
}

@media (min-width: 1600px) {
  .rcih23__routetwo-stepsix {
    width: 40%;
    margin-top: -200px;
    margin-left: 60%;
  }
}

/* Stop eight - comes before 7 */

.rcih23__routetwo-stepeight {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-stepeight {
    width: 40%;
    margin-top: 50px;
  }
}

/* Stop seven  */

.rcih23__routetwo-stepseven {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-stepseven {
    width: 45%;
    margin-right: 4rem;
    margin-left: 50%;
    margin-top: -175px;
  }
}

@media (min-width: 1600px) {
  .rcih23__routetwo-stepseven {
    width: 35%;
    margin-right: 4rem;
    margin-left: 60%;
    margin-top: -200px;
  }
}

/* Stop nine  */

.rcih23__routethree-stepnine {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routethree-stepnine {
    width: 40%;
    margin-top: 200px;
  }
}

/* Stop ten  */

.rcih23__routethree-stepten {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routethree-stepten {
    width: 42%;
    margin-left: 50%;
    margin-top: -350px;
  }
}

@media (min-width: 1600px) {
  .rcih23__routethree-stepten {
    width: 40%;
    margin-left: 60%;
    margin-top: -350px;
  }
}

/* Stop eleven  */

.rcih23__routetwo-stepeleven {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-stepeleven {
    width: 42%;
    margin-top: 100px;
  }
}

@media (min-width: 1350px) {
  .rcih23__routetwo-stepeleven {
    width: 42%;
    margin-top: 235px;
  }
}

@media (min-width: 1600px) {
  .rcih23__routetwo-stepeleven {
    width: 42%;
    margin-top: 260px;
  }
}

/* Stop twelve  */

.rcih23__routetwo-steptwelve {
  width: 100%;
}

@media (min-width: 1200px) {
  .rcih23__routetwo-steptwelve {
    width: 42%;
    margin-left: 48%;
    margin-top: -250px;
  }
}

@media (min-width: 1350px) {
  .rcih23__routetwo-steptwelve {
    width: 40%;
    margin-left: 55%;
    margin-top: -250px;
  }
}

@media (min-width: 1350px) {
  .rcih23__routetwo-steptwelve {
    width: 40%;
    margin-left: 60%;
    margin-top: -250px;
  }
}

/* Stop container */

.rcih23__content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: unset;
  margin-bottom: 4rem;
}

@media (min-width: 1475px) {
  .rcih23__content {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: unset;
    padding-top: unset;
  }
}

/* Route title */

.rcih23__route-title {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 45, 104, var(--tw-text-opacity));
  font-family: Kapra;
  background-image: url("/content/dam/royal/css/temporary/eastern-caribbean-vs-western-caribbean/rcih23_section-divider.svg");
  background-repeat: no-repeat;
  background-size: 43px 6px;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .rcih23__route-title {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.rcih23__cta {
  font-size: 2.3rem;
  font-weight: bolder;
}

.rcih23__booking {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Footer */

.rcih23__outro {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

.rcih23__infographic-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .rcih23__infographic-footer {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.rcih23__infographic-footer a {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 129, var(--tw-text-opacity));
}

.rcih23__logo {
  background-image: url("/content/dam/royal/css/temporary/eastern-caribbean-vs-western-caribbean/rcih23_rc_logo.svg");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 78px;
  background-size: contain;
  margin-top: 1rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .rcih23__logo {
    margin-top: 1.75rem;
    width: 410px;
    height: 78px;
    background-size: 410px 78px;
  }
}

/*Defs for the map*/
#rcih23__map .cls-1 {
  fill: #002d68;
}
#rcih23__map .cls-2 {
  fill: #fff;
}
#rcih23__map .cls-3 {
  fill: #ff0081;
}
#rcih23__map .cls-4 {
  fill: #a4ff00;
}
#rcih23__map .cls-5 {
  fill: #6fae00;
}
#rcih23__map .cls-8 {
  fill: none;
  stroke-width: 1.5px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*Defs for the fishes*/
#rcih23__fish .cls-1,
#rcih23__fish .cls-2 {
  stroke-miterlimit: 10;
}
#rcih23__fish .cls-1,
#rcih23__fish .cls-2,
#rcih23__fish .cls-3 {
  fill: none;
  stroke-width: 1.5px;
}
#rcih23__fish .cls-1,
#rcih23__fish .cls-3 {
  stroke: #fff;
}
#rcih23__fish .cls-2 {
  stroke: #a4ff00;
}
#rcih23__fish .cls-4 {
  fill: #00e7fb;
}
#rcih23__fish .cls-5 {
  fill: #002d68;
}
#rcih23__fish .cls-6 {
  fill: #fff;
}
#rcih23__fish .cls-8 {
  fill: #ff0081;
}
#rcih23__fish .cls-9 {
  fill: #8f37fc;
}
#rcih23__fish .cls-3 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*Defs for the drinks*/
#rcih23_drinks .st1 {
  fill: #002d68;
}
#rcih23_drinks .st3,
#rcih23_drinks .st4 {
  fill: #ff9f00;
  stroke: #fff800;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_drinks .st4 {
  fill: none;
  stroke: #fff;
}
#rcih23_drinks .st5 {
  fill: #6fae00;
}
#rcih23_drinks .st6 {
  fill: none;
  stroke: #002d68;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_drinks .st7 {
  fill: #8f37fc;
}
#rcih23_drinks .st9 {
  fill: #ff0081;
}

/*Defs for Churchs*/

#rcih23_church .st1 {
  fill: #002d68;
}
#rcih23_church .st4 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_church .st5 {
  fill: #00e7fb;
}
#rcih23_church .st7 {
  fill: #8f37fc;
}

/*Defs for Palms*/

#rcih23_palm .st0 {
  fill: #002d68;
}
#rcih23_palm .st1 {
  fill: #6fae00;
}
#rcih23_palm .st2 {
  fill: none;
  stroke: #a4ff00;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_palm .st4 {
  fill: #ff0081;
}
#rcih23_palm .st5 {
  fill: #fff;
}
#rcih23_palm .st6 {
  fill: #00e7fb;
}

/*Defs for maps*/
#rcih23_3_map .st0 {
  fill: #10484a;
}
#rcih23_3_map .st1 {
  fill: #002d68;
}
#rcih23_3_map .st3 {
  fill: none;
  stroke: #002d68;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 4, 4;
}
#rcih23_3_map .st4 {
  fill: #6fae00;
}
#rcih23_3_map .st5 {
  fill: #ff0081;
}
#rcih23_3_map .st6 {
  fill: #fff;
}

/*Defs for Balloon*/
#rcih23_balloon .st1 {
  fill: none;
  stroke: #002d68;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_balloon .st4 {
  fill: #002d68;
}
#rcih23_balloon .st5 {
  fill: #fff;
}

/*Defs for Crabs*/

#rcih23_crab .st0 {
  fill: #002d68;
}
#rcih23_crab .st1 {
  fill: #ff0081;
}
#rcih23_crab .st2 {
  fill: none;
  stroke: #002d68;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_crab .st3 {
  fill: #6fae00;
}
#rcih23_crab .st5,
#rcih23_crab .st7 {
  fill: #387662;
  stroke: #00e7fb;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_crab .st7 {
  fill: none;
  stroke: #fff800;
}

/*Defs for fishfood*/

#rcih23_fishfood .st0 {
  fill: #ff0081;
}
#rcih23_fishfood .st2 {
  fill: #002d68;
}
#rcih23_fishfood .st3 {
  fill: #ff5840;
}
#rcih23_fishfood .st6 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_fishfood .st7 {
  fill: #a4ff00;
}
#rcih23_fishfood .st9 {
  fill: none;
  stroke: #fff800;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

/*Defs for Parrot*/

#rcih23_parrot .cls-2 {
  fill: #002d68;
}
#rcih23_parrot .cls-3 {
  fill: #fff;
}
#rcih23_parrot .cls-5 {
  fill: #ff0081;
}
#rcih23_parrot .cls-6 {
  fill: #8f37fc;
}
#rcih23_parrot .cls-7 {
  fill: #1c2959;
}
#rcih23_parrot .cls-8 {
  fill: #6fae00;
}

/*Defs for route three*/

#rcih23_routethree_map .cls-1 {
  fill: #002d68;
}
#rcih23_routethree_map .cls-2 {
  fill: #fff;
}
#rcih23_routethree_map .cls-3 {
  fill: #ff0081;
}
#rcih23_routethree_map .cls-4 {
  fill: #6fae00;
}

/*Defs for shopping*/

#rcih23_shopping .st0,
#rcih23_shopping .st3 {
  fill: none;
  stroke: #ff0081;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_shopping .st3 {
  stroke: #002d68;
}
#rcih23_shopping .st4 {
  fill: #fff;
}

/*Defs for Cocktails*/

#rcih23_cocktails .cls-1 {
  stroke: #fff;
}
#rcih23_cocktails .cls-1,
#rcih23_cocktails .cls-2 {
  fill: none;
}
#rcih23_cocktails .cls-1,
#rcih23_cocktails .cls-2,
#rcih23_cocktails .cls-3 {
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
#rcih23_cocktails .cls-2 {
  stroke: #002d68;
}
#rcih23_cocktails .cls-5 {
  fill: #002d68;
}
#rcih23_cocktails .cls-6 {
  fill: #fff;
}
#rcih23_cocktails .cls-3 {
  fill: #ff9f00;
}
#rcih23_cocktails .cls-10 {
  fill: #a4ff00;
}
#rcih23_cocktails .cls-11 {
  fill: #6fae00;
}
#rcih23_cocktails .cls-3 {
  stroke: #fff800;
}

/*Defs for Rum*/

#rcih23_rum .st0 {
  fill: #ff0081;
}
#rcih23_rum .st1 {
  fill: #002d68;
}
#rcih23_rum .st4 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_rum .st5 {
  fill: #6fae00;
}
#rcih23_rum .st8,
#rcih23_rum .st9 {
  fill: #ff9f00;
  stroke: #fff800;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_rum .st9 {
  fill: none;
  stroke: #002d68;
}

/*Defs for Butterfly*/

#rcih23_butterfly .st0 {
  fill: none;
  stroke: #002d68;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
#rcih23_butterfly .st1 {
  fill: #002d68;
}
#rcih23_butterfly .st2 {
  fill: #ff0081;
}
#rcih23_butterfly .st3 {
  fill: #ffafc5;
}
.st4 {
  fill: #8f37fc;
}
#rcih23_butterfly .st5 {
  fill: #fff;
}
#rcih23_butterfly .st6 {
  fill: #a4ff00;
}
#rcih23_butterfly .st7 {
  fill: #00e7fb;
}
#rcih23_butterfly .st8 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}

/*STYLES FOR FOLD And smallest devices*/

@media (max-width: 280px) {
  .rcih23__title .rcih23__title-emphasised {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgba(0, 45, 104, var(--tw-text-opacity));
    font-family: Kapra;
    font-size: 2.2rem !important;
  }

  .rcih23__route-title {
    display: block;
    font-size: 2.75rem;
    line-height: 1;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgba(0, 45, 104, var(--tw-text-opacity));
    font-family: Kapra;
    background-image: url("/content/dam/royal/css/temporary/eastern-caribbean-vs-western-caribbean/rcih23_section-divider.svg");
    background-repeat: no-repeat;
    background-size: 43px 6px;
    padding-top: 20px;
  }

  .rcih23__routeone-map svg {
    width: 250px;
    height: 720px;
  }

  .rcih23__fish svg {
    width: 255px;
    height: 290px;
    margin: 0 auto;
  }

  .rcih23__routeone-drinks svg {
    width: 220px;
    height: 470px;
    margin: 0 auto;
  }

  .rcih23__routeone-palm svg {
    width: 260px;
    height: 301px;
    margin: 0 auto;
  }

  .rcih23__route-two-map {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .rcih23__balloon svg {
    width: 265px;
    height: 295px;
    margin: 0 auto;
  }

  .rcih23__crab svg {
    width: 255px;
    height: 285px;
    margin: 0 auto;
  }

  .rcih23__fishfood svg {
    width: 260px;
    height: 225px;
    margin: 0 auto;
  }

  .rcih23__parrot svg {
    width: 235px;
    height: 425px;
    margin: 0 auto;
  }

  .rcih23__shopping svg {
    width: 255px;
    height: 304px;
    margin: 0 auto;
  }

  .rcih23__cocktails svg {
    width: 260px;
    height: 387px;
    margin: 0 auto;
  }

  .rcih23__rum svg {
    width: 245px;
    height: 340px;
    margin: 0 auto;
  }

  .rcih23__butterfly svg {
    width: 250px;
    height: 240px;
    margin: 0 auto;
  }
}

.rcih23__divider {
  border-top: 5px solid rgba(0, 45, 104, var(--tw-text-opacity));
  width: 65%;
  margin: auto 18%;
}

#rch__article--container > .rcih23__intro {
  font-size: 1.125rem;
}

#infoArticle {
  background-color: white;
  padding: 4rem 10rem;
}

#articleHeader {
  font-weight: bolder;
  font-size: 2.5rem;
  font-family: proxima-nova;
}

.editorial__firstLetter {
  color: #df1b7c;
  font-size: 10.25rem;
  font-weight: bold;
  float: left;
  margin: -20px 0.05em 0px 0px;
}

@media (max-width: 1200px) {
  #infoArticle {
    background-color: white;
    padding: 0rem;
  }

  #articleHeader {
    font-weight: bolder;
    font-size: 1.5rem;
    font-family: proxima-nova;
  }

  .editorial__firstLetter {
    font-size: 6rem;
    margin: 30px 0.05em 15px 0px;
  }
}

@media (max-width: 999px) {
  #articleTile {
    height: 24rem;
  }
}

.layout-container__base--centered {
  padding: 0px 21rem;
}

#articleTile {
  height: 12rem;
}

@media (min-width: 2500px) {
  .layout-container__base--centered {
    padding: 0px 24rem;
  }
}

@media (max-width: 1450px) {
  .layout-container__base--centered {
    padding: 0px 13rem;
  }

  #articleTile {
    height: 18rem;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .layout-container__base--centered {
    padding: 0px 12.875rem;
  }

  #articleTile {
    height: 16rem;
  }
}

@media (max-width: 1200px) {
  .layout-container__base--centered {
    padding: 0px 11.875rem;
  }
}

@media (max-width: 1027px) {
  .layout-container__base--centered {
    padding: 0px 0.875rem;
  }
}

#downloadDiv {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  font-weight: bolder;
  margin-top: 4rem;
  padding: 0px 3rem;
}

@media (max-width: 1200px) {
  #downloadDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    margin-top: 4rem;
    padding: 0px 3rem;
  }

  .rcih23__route-title {
    font-size: 12vi;
  }
}

@media (max-width: 1025px) {
  .rcih23__route-title {
    font-size: 20vi;
  }
}

@media (max-width: 430px) {
  .rcih23__route-title {
    font-size: 18vi;
  }
}

/**Media queries for mobile svgs**/

@media (max-width: 1200px) {
  .rcih23__fish svg {
    width: 310px;
    height: 290px;
    margin: 0 auto;
  }

  .rcih23__routeone-drinks svg {
    width: 185px;
    height: 380px;
    margin: 0 auto;
  }

  .rcih23__routeone-church svg {
    width: 190px;
    height: 275px;
    margin: 0 auto;
  }

  .rcih23__routeone-palm svg {
    width: 220px;
    height: 275px;
    margin: 0 auto;
  }

  .rcih23__balloon svg {
    width: 275px;
    height: 270px;
    margin: 0 auto;
  }

  .rcih23__crab svg {
    width: 265px;
    height: 270px;
    margin: 0 auto;
  }

  .rcih23__fishfood svg {
    width: 305px;
    height: 225px;
    margin: 0 auto;
  }

  .rcih23__parrot svg {
    width: 245px;
    height: 350px;
    margin: 0 auto;
    margin-right: 0px;
  }

  .rcih23__shopping svg {
    width: 200px;
    height: 285px;
    margin: 0 auto;
  }

  .rcih23__cocktails svg {
    width: 250px;
    height: 345px;
    margin: 0 auto;
  }

  .rcih23__rum svg {
    width: 215px;
    height: 305px;
    margin: 0 auto;
  }

  .rcih23__butterfly svg {
    width: 205px;
    height: 220px;
    margin: 0 auto;
  }
}
