/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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.
 */
* {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html[data-theme=contrasty] {
  --button-color: #2c2c2c;
  --heading-color: #2c2c2c;
  --flair-color-1: #F3f3f3;
  --flair-color-2: #2c2c2c;
  --icon-color: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(794%) hue-rotate(314deg) brightness(103%) contrast(85%);
}

html[data-theme=normal] {
  --button-color: #2c2c2c;
  --heading-color: #F3f3f3;
  --flair-color-1: #b73c3a;
  --flair-color-2: #b73c3a;
}

:root {
  --color-white: #F3f3f3;
  --color-black: #2c2c2c;
  --color-primary-0: #b73c3a;
  --color-primary-1: #FF2454;
  --color-primary-2: #9E0728;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../../assets/fonts/BebasNeueRegular.eot");
  src: url("../../assets/fonts/BebasNeueRegular.eot") format("embedded-opentype"), url("../../assets/fonts/BebasNeueRegular.woff2") format("woff2"), url("../../assets/fonts/BebasNeueRegular.woff") format("woff"), url("../../assets/fonts/BebasNeueRegular.ttf") format("truetype"), url("../../assets/fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-display: swap;
}
*, html, body {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  background-color: #F3f3f3;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 28.12em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (max-width: 40.65em) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 68.75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 81.25em) {
  html {
    font-size: 56.25%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 68.75em) {
  body {
    padding: 0;
  }
}

/* Global Tag Resets */
ul {
  list-style: none;
}

strong {
  font-weight: 600;
}

button {
  min-width: 18rem;
  height: 5rem;
  padding: 1.5rem;
  border-radius: 40px;
  border: none;
  text-decoration: none;
  color: #F3f3f3;
  background-color: #b73c3a;
  font-weight: 600;
  cursor: pointer;
  transition: all 1s;
}

form {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: #F3f3f3;
}
form input, form textarea {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid #F3f3f3;
  outline: none;
  resize: none;
  background: none;
  color: #F3f3f3;
}
form input:focus, form textarea:focus {
  border-color: transparent;
}
form .input-pair {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #F3f3f3;
}

::-webkit-scrollbar-thumb {
  background: #2c2c2c;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.7;
  color: #2c2c2c;
}

p, li, a {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #2c2c2c;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 7.478rem;
  font-weight: 800;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 5.61rem;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (max-width: 28.12em) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 2.369rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-size: 2.369rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.subtext {
  font-size: 1.333rem;
  font-weight: 100;
}

.copyFlair {
  color: #b73c3a;
  font-weight: 500;
  display: inline-block;
  transition: 0.25s all;
}
.copyFlair:hover {
  transform: scale(1.25) skew(-10deg) translateX(1rem);
}

.gallery-subheading {
  font-size: 3.157rem;
  font-weight: 200;
}

.flair-color-1 {
  color: var(--flair-color-1);
}

.flair-color-2 {
  color: var(--flair-color-2);
}

.bold-text {
  font-weight: 500;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
  font-size: 2.5rem;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.italic-400 {
  font-style: italic;
  font-weight: 400;
}

.button-wrap {
  position: relative;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 68.75em) {
  .button-wrap {
    order: 2;
  }
}
.button-wrap-button {
  position: relative;
  width: 17rem;
  height: 5rem;
  padding: 1.5rem;
  border-radius: 40px;
  border: none;
  background-color: #b73c3a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-wrap-button img {
  filter: var(--icon-color);
}
.button-wrap-button p {
  color: var(--heading-color);
  font-weight: 600;
}

.button-wrap-button-text,
.button-wrap-button-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
}

.button-wrap-button-text.visible,
.button-wrap-button-image.visible {
  opacity: 1;
  visibility: visible;
}

.card1 {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2rem;
  width: 20%;
  height: 60rem;
}
@media only screen and (max-width: 81.25em) {
  .card1 {
    width: 25%;
    height: 70rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .card1 {
    width: 100%;
    height: 50rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .card1 {
    height: 100%;
  }
}
.card1-image {
  width: 100%;
  height: 60%;
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 40.65em) {
  .card1-image {
    width: 100%;
    height: 30rem;
  }
}
.card1-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25%;
}
.card1-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 40%;
}
.card1-text-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
}
.card1-text-button {
  transition: all 0.2s;
}
.card1-text-button button {
  height: 5rem;
}
.card1-text-button button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}

.card2 {
  width: 100%;
  height: auto;
  padding: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 81.25em) {
  .card2 {
    flex-direction: column;
    gap: 3rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .card2 {
    gap: 6rem;
  }
}
@media only screen and (max-width: 28.12em) {
  .card2 {
    padding: 3rem 1rem;
  }
}
.card2__left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 81.25em) {
  .card2__left {
    width: 100%;
    align-items: center;
  }
}
.card2__left-image img {
  width: 50rem;
  height: auto;
}
@media only screen and (max-width: 100em) {
  .card2__left-image img {
    width: 45rem;
  }
}
@media only screen and (max-width: 81.25em) {
  .card2__left-image img {
    width: 42rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .card2__left-image img {
    width: 40rem;
  }
}
@media only screen and (max-width: 28.12em) {
  .card2__left-image img {
    width: 30rem;
  }
}
.card2__left__content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 81.25em) {
  .card2__left__content {
    justify-content: center;
    gap: 2rem;
  }
}
.card2__left__content-colors {
  display: flex;
  gap: 2rem;
}
.card2__left__content-colors div {
  width: 8rem;
  height: 8rem;
  border-radius: 100px;
}
@media only screen and (max-width: 28.12em) {
  .card2__left__content-colors div {
    width: 5rem;
    height: 5rem;
  }
}
.card2__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 81.25em) {
  .card2__right {
    width: 80%;
    text-align: center;
    align-items: center;
  }
}
.card2__right p {
  line-height: 1.6;
}
.card2__right .spinButton {
  margin-top: 4rem;
}

.listItem1 {
  display: flex;
  gap: 2rem;
}
.listItem1 img {
  width: 2rem;
  height: auto;
}
.listItem1__content {
  width: 100%;
}

.sectionHeader {
  width: 70%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .sectionHeader {
    flex-direction: column;
    gap: 4rem;
  }
}
.sectionHeader__text {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .sectionHeader__text {
    flex-direction: column;
    width: 100%;
  }
}
.sectionHeader__text p {
  font-size: 2.369rem;
  font-weight: 400;
}
.sectionHeader__text .horizontal {
  display: none;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .sectionHeader__text .horizontal {
    display: block;
  }
}
.sectionHeader__text .vertical {
  height: 13rem;
  width: auto;
}
@media only screen and (max-width: 56.25em) {
  .sectionHeader__text .vertical {
    display: none;
  }
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 6rem 16rem 16rem;
}
@media only screen and (max-width: 43.75em) {
  .accordion {
    padding: 6rem 8rem 16rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .accordion {
    padding: 6rem 2rem 16rem;
  }
}
.accordion .sectionHeader {
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .accordion .sectionHeader {
    text-align: center;
  }
}
.accordion__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.accordion__items__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.accordion__items__item__question {
  display: flex;
  width: 100%;
  gap: 2rem;
  cursor: pointer;
}
.accordion__items__item__question img {
  width: 2rem;
  height: auto;
}
.accordion__items__item__question-button {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: #F3f3f3;
  color: #2c2c2c;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 2.369rem;
  font-weight: 500;
}
.accordion__items__item-question[aria-expanded=true] {
  background: #F3f3f3;
}
.accordion__items__item-answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1rem;
  background: #F3f3f3;
  color: #2c2c2c;
}

.accordion__items__item-answer[hidden] {
  display: none !important;
}

.feature-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 6rem 16rem 16rem;
}
@media only screen and (max-width: 68.75em) {
  .feature-accordion {
    padding: 6rem 12rem 16rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion {
    padding: 6rem 10rem 16rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .feature-accordion {
    padding: 6rem 2rem 16rem;
  }
}
@media only screen and (max-width: 28.12em) {
  .feature-accordion {
    padding: 6rem 2rem 16rem;
  }
}
.feature-accordion .accordion__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-accordion .accordion__item__header {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F3f3f3;
  color: #2c2c2c;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 2.369rem;
  font-weight: 500;
}
.feature-accordion .accordion__item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1rem;
  background: #F3f3f3;
  color: #2c2c2c;
}
.feature-accordion .accordion__item__content .feature-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.feature-accordion .accordion__item__content .feature-table__head {
  display: flex;
  justify-content: space-between;
}
.feature-accordion .accordion__item__content .feature-table__head .feature-label {
  width: 30rem;
}
@media only screen and (max-width: 56.25em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-label {
    width: 10rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-label {
    width: 5rem;
  }
}
.feature-accordion .accordion__item__content .feature-table__head .feature-labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 6rem;
}
@media only screen and (max-width: 28.12em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-labels {
    padding: 1rem 3rem;
  }
}
.feature-accordion .accordion__item__content .feature-table__head .feature-plan-label {
  width: 20rem;
  font-weight: 700;
  font-size: 2.369rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-plan-label {
    width: 10rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-plan-label {
    width: 5rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .feature-accordion .accordion__item__content .feature-table__head .feature-plan-label {
    font-size: 1.5rem;
  }
}
.feature-accordion .accordion__item__content .feature-row {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #ddd;
}
.feature-accordion .accordion__item__content .feature-row .feature-label {
  width: 30rem;
}
@media only screen and (max-width: 56.25em) {
  .feature-accordion .accordion__item__content .feature-row .feature-label {
    width: 10rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion .accordion__item__content .feature-row .feature-label {
    width: 5rem;
  }
}
.feature-accordion .accordion__item__content .feature-row .feature-icon {
  width: 20rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .feature-accordion .accordion__item__content .feature-row .feature-icon {
    width: 10rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion .accordion__item__content .feature-row .feature-icon {
    width: 5rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .feature-accordion .accordion__item__content .feature-row .feature-icon img {
    width: 2.5rem;
  }
}
.feature-accordion .accordion__item__content .feature-row .feature-icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 6rem;
}
@media only screen and (max-width: 28.12em) {
  .feature-accordion .accordion__item__content .feature-row .feature-icons {
    padding: 1rem 3rem;
  }
}
.feature-accordion__header[aria-expanded=true] {
  background: #F3f3f3;
}

.accordion__item__content[hidden] {
  display: none !important;
}

.feature-accordion .sectionHeader {
  width: 100%;
}

.actionCard {
  width: 25%;
  height: 100%;
  min-width: 30rem;
  max-width: 75%;
  display: flex;
  flex-direction: column;
  background-color: #F3f3f3;
  color: #2c2c2c;
  z-index: 2;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 56.25em) {
  .actionCard {
    width: 50%;
  }
}
.actionCard-header {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
  background-color: #b73c3a;
  border-radius: 6px 6px 0 0;
}
.actionCard-header h2 {
  font-size: 3.157rem;
  font-weight: 700;
}
.actionCard__content {
  width: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.actionCard__content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.actionCard__content-text p {
  font-size: 3.157rem;
  font-weight: 600;
}
.actionCard__content-text h3 {
  font-size: 5.61rem;
  font-weight: 700;
  line-height: 1;
}
.actionCard__content-text .smallerText {
  font-size: 2.369rem;
}
.actionCard__content-list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.actionCard__content-list ul li div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.actionCard__content-list ul li div .contrast {
  filter: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(794%) hue-rotate(314deg) brightness(103%) contrast(85%);
}
.actionCard__content-list ul li div img {
  width: 2rem;
  filter: var(--icon-color);
}
.actionCard__content-button button {
  padding: 0.5rem;
  height: 4rem;
  transition: all 0.2s;
}
.actionCard__content-button button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}

.actionCard:nth-child(1) .actionCard-header {
  background-color: #FF2454;
}

.actionCard:nth-child(2) {
  z-index: 3;
  margin-top: 5%;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media only screen and (max-width: 43.75em) {
  .actionCard:nth-child(2) {
    margin: 0;
  }
}
.actionCard:nth-child(2) .actionCard-header {
  background-color: #b73c3a;
}

.actionCard:nth-child(3) .actionCard-header {
  background-color: #9E0728;
}

.contactCard {
  width: 20%;
  height: 40rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  background-color: #2c2c2c;
  color: #F3f3f3;
  border-radius: 10px;
}
@media only screen and (max-width: 100em) {
  .contactCard {
    width: 25%;
  }
}
@media only screen and (max-width: 81.25em) {
  .contactCard {
    padding: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .contactCard {
    width: 50%;
    align-items: center;
  }
}
@media only screen and (max-width: 43.75em) {
  .contactCard {
    width: 70%;
  }
}
.contactCard__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .contactCard__wrap {
    align-items: center;
  }
}
.contactCard__wrap__icon {
  width: 5rem;
}
.contactCard__wrap__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .contactCard__wrap__text {
    text-align: center;
  }
}
.contactCard__wrap__text h3 {
  font-weight: 700;
}
.contactCard-button {
  justify-content: start;
}
@media only screen and (max-width: 56.25em) {
  .contactCard-button {
    justify-content: center;
  }
}
.contactCard-button button {
  transition: all 0.2s;
}
.contactCard-button button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}

.main-nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  z-index: 2;
}
.main-nav-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 5rem;
}
.main-nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 68.75em) {
  .main-nav-list {
    order: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 40.65em) {
  .main-nav-list {
    display: none;
  }
}
.main-nav-list a {
  transition: all 0.6s;
  border-bottom: 0px solid transparent;
}
.main-nav-list a:hover {
  border-bottom: 1px solid #F3f3f3;
}
.main-nav-button button {
  width: 20rem;
  transition: all 0.2s;
}
.main-nav-button button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}
@media only screen and (max-width: 40.65em) {
  .main-nav-button {
    display: none;
  }
}
.main-nav .mobile-button {
  display: none;
}
@media only screen and (max-width: 40.65em) {
  .main-nav .mobile-button {
    display: block;
  }
}
.main-nav .mobile-button img {
  width: 5rem;
  height: auto;
}

/* Moved outside of the navigation CSS context because of a stacking order
problem in the header / main-nav html files. */
.mobile-nav {
  transform-origin: top right;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  background-color: #b73c3a;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 8rem 0;
}
.mobile-nav a, .mobile-nav p {
  color: #F3f3f3;
}
.mobile-nav .x-icon {
  width: 100%;
  display: flex;
  justify-content: start;
  padding-left: 6rem;
}
.mobile-nav .x-icon img {
  width: 5rem;
  height: auto;
}
.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mobile-nav-list li {
  font-size: 4.209rem;
}
.mobile-nav .social-links {
  padding-top: 7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.mobile-nav .social-links ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.mobile-nav .social-links img {
  width: 3rem;
  height: auto;
}

.header {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: 4rem;
  padding-right: 10rem;
  padding-left: 10rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 68.75em) {
  .header {
    padding: 4rem 6rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .header {
    padding: 4rem 4rem 0;
  }
}
.header__contents {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .header__contents {
    padding: 0;
    margin-top: 6rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
}
.header__contents__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 68.75em) {
  .header__contents__left {
    width: 65%;
    gap: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents__left {
    width: 100%;
    gap: 6rem;
    align-items: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents__left-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 40.65em) {
  .header__contents__left-title h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 28.12em) {
  .header__contents__left-title h1 {
    font-size: 4.5rem;
  }
}
.header__contents__left-title p {
  width: 75%;
  font-size: 2rem;
}
@media only screen and (max-width: 40.65em) {
  .header__contents__left-title p {
    width: 100%;
  }
}
.header__contents__left-button {
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .header__contents__left-button {
    justify-content: center;
  }
}
.header__contents__left-button button {
  width: 20rem;
  transition: all 0.2s;
}
.header__contents__left-button button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}
.header__contents__right {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.header__contents__right img {
  position: absolute;
  top: 15rem;
  right: 15rem;
  width: auto;
  height: 70rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 68.75em) {
  .header__contents__right img {
    right: 6rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents__right img {
    display: none;
  }
}
.header .red-box {
  position: absolute;
  bottom: 0;
  left: 0;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-top: -1px;
  width: 100%;
  height: 45rem;
  background-color: #b73c3a;
  clip-path: polygon(0 80%, 100% 90%, 100% 100.2%, 0% 100.2%);
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 100em) {
  .header .red-box {
    clip-path: polygon(0 85%, 102% 70%, 100% 100.2%, 0% 102%);
  }
}
@media only screen and (max-width: 28.12em) {
  .header .red-box {
    height: 35rem;
  }
}

.pageHeader {
  visibility: hidden;
  position: relative;
  width: 100vw;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  color: #2c2c2c;
  z-index: 1;
}
@media only screen and (max-width: 68.75em) {
  .pageHeader {
    padding: 4rem 4rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeader {
    padding: 4rem 1rem 0;
  }
}
.pageHeader__contents {
  width: 45%;
  height: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 100em) {
  .pageHeader__contents {
    width: 50%;
  }
}
@media only screen and (max-width: 81.25em) {
  .pageHeader__contents {
    width: 60%;
  }
}
@media only screen and (max-width: 68.75em) {
  .pageHeader__contents {
    width: 65%;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeader__contents {
    width: 75%;
  }
}
@media only screen and (max-width: 43.75em) {
  .pageHeader__contents {
    width: 100%;
  }
}
@media only screen and (max-width: 40.65em) {
  .pageHeader__contents h1 {
    font-size: 7.478rem;
  }
}
@media only screen and (max-width: 28.12em) {
  .pageHeader__contents h1 {
    font-size: 5.61rem;
  }
}
.pageHeader__subtext {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 81.25em) {
  .pageHeader__subtext {
    width: 60%;
  }
}
@media only screen and (max-width: 68.75em) {
  .pageHeader__subtext {
    width: 65%;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeader__subtext {
    width: 75%;
  }
}
@media only screen and (max-width: 43.75em) {
  .pageHeader__subtext {
    width: 100%;
  }
}
.pageHeader__subtext p {
  text-align: center;
  font-size: 2.369rem;
}

.callToAction {
  width: 100%;
  padding: 16rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .callToAction {
    padding: 10rem 6rem;
  }
}
.callToAction p {
  width: 60%;
}
@media only screen and (max-width: 56.25em) {
  .callToAction p {
    width: 100%;
  }
}
.callToAction button {
  min-width: 20rem;
  transition: all 0.2s;
}
.callToAction button:hover {
  outline: 5px solid #b73c3a;
  background-color: #F3f3f3;
  color: #2c2c2c;
}

.footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 8rem 8rem 8rem 15rem;
  background-color: #b73c3a;
  color: #F3f3f3;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 100em) {
  .footer {
    padding: 8rem 5rem 8rem 15rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .footer {
    padding: 8rem 2rem 8rem 15rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 8rem 5rem;
  }
}
.footer button {
  background-color: #2c2c2c;
  color: #F3f3f3;
}
.footer h4, .footer h3 {
  font-size: 4.209rem;
  font-weight: 700;
}
.footer__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__content__left {
  width: 60%;
  display: flex;
  gap: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__content__left {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 40.65em) {
  .footer__content__left {
    flex-direction: column;
    align-items: center;
  }
}
.footer__content__left__inner-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
}
@media only screen and (max-width: 40.65em) {
  .footer__content__left__inner-left {
    order: 2;
  }
}
.footer__content__left__inner-left ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__content__left__inner-left ul li {
  display: flex;
  gap: 2rem;
}
.footer__content__left__inner-left ul li img {
  width: 3rem;
}
.footer__content__left__inner-right {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.footer__content__right {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.footer__content__right__inner-top {
  height: 50%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.footer__content__right__inner-top ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__content__right__inner-top a {
  color: #F3f3f3;
}
@media only screen and (max-width: 56.25em) {
  .footer__content__right__inner-top {
    display: none;
  }
}
.footer__content__right__inner-bottom {
  height: 50%;
  display: flex;
  justify-content: end;
}
.footer__content__right__inner-bottom img {
  height: 100%;
  width: auto;
  filter: drop-shadow(0 4px 8px #2c2c2c);
  transition: filter 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__right__inner-bottom img {
    height: 90%;
  }
}
@media only screen and (max-width: 56.25em) {
  .footer__content__right__inner-bottom img {
    display: none;
  }
}
.footer__content__right__inner-bottom img:hover {
  filter: drop-shadow(0 1px 2px #2c2c2c);
}

.socials {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .socials {
    gap: 1.5rem;
  }
}
.socials img {
  width: auto;
  height: 2rem;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F3f3f3;
  clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 60% 100%);
  z-index: 0;
}
@media only screen and (max-width: 56.25em) {
  .footer::before {
    display: none;
  }
}

.bookingForm {
  width: 75%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F3f3f3;
  color: #2c2c2c;
  border-radius: 15px;
  z-index: 1000;
  filter: drop-shadow(0 4px 8px #2c2c2c);
}
.bookingForm fieldset {
  border: 0;
}
.bookingForm legend {
  font-size: 2.369rem;
  font-weight: 800;
}
.bookingForm-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 81.25em) {
  .bookingForm-top {
    display: flex;
    flex-direction: column;
  }
}
.bookingForm-top .input-pair {
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #2c2c2c;
  color: #F3f3f3;
  border-radius: 10px;
}
.bookingForm-top .input-pair input {
  border: 0;
  width: auto;
}
.bookingForm-middle fieldset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.bookingForm-middle fieldset legend {
  padding-bottom: 1rem;
}
.bookingForm-middle fieldset label {
  font-weight: 700;
}
.bookingForm-bottom .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.bookingForm-bottom .checkbox-grid label {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 0.5rem;
}

/* Hide actual radio buttons */
.radio-button input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style the label like a button */
.radio-button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  margin: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  background-color: #f9f9f9;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

/* Hover and focus style */
.radio-button:hover,
.radio-button:has(input[type=radio]:focus-visible) {
  border-color: #999;
  background-color: #f0f0f0;
}

/* Selected (checked) state */
.radio-button:has(input[type=radio]:checked) {
  background-color: #2c2c2c;
  color: #F3f3f3;
}

.formConfirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.formConfirmation-content {
  background: #F3f3f3;
  color: #2c2c2c;
  max-width: 90%;
  padding: 5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.featurePitch {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12rem 14rem 6rem;
  margin: 0 0 6rem;
  background-color: #b73c3a;
  color: #F3f3f3;
}
@media only screen and (max-width: 68.75em) {
  .featurePitch {
    padding: 12rem 8rem 12rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .featurePitch {
    padding: 12rem 4rem 12rem;
  }
}
.featurePitch__contents {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .featurePitch__contents {
    flex-direction: column;
  }
}
.featurePitch__contents__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .featurePitch__contents__left {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .featurePitch__contents__left h2 {
    text-align: center;
  }
}
.featurePitch__contents__left ul {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.featurePitch__contents__left ul li p {
  font-size: 2.369rem;
}
.featurePitch__contents__left ul li img {
  width: 4rem;
  height: auto;
}
.featurePitch__contents__right {
  width: 40%;
  display: flex;
  justify-content: end;
}
.featurePitch__contents__right-image {
  width: 70%;
  height: 80%;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 81.25em) {
  .featurePitch__contents__right-image {
    height: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .featurePitch__contents__right-image {
    display: none;
  }
}
.featurePitch__contents__right-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.benefitsPitch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  padding: 6rem 0;
}
.benefitsPitch__content {
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .benefitsPitch__content {
    flex-direction: column;
    align-items: center;
    width: 75%;
  }
}

.pricingCards {
  width: 100%;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.pricingCards__currency {
  width: 20rem;
  height: 5rem;
  border: 5px solid #b73c3a;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricingCards__currency p {
  font-weight: 600;
}
.pricingCards__currency p span {
  font-weight: 800;
}
.pricingCards__contents {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .pricingCards__contents {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.contactContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.contactContent__cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media only screen and (max-width: 100em) {
  .contactContent__cards {
    gap: 7rem;
  }
}
@media only screen and (max-width: 81.25em) {
  .contactContent__cards {
    gap: 6rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .contactContent__cards {
    gap: 3rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .contactContent__cards {
    flex-direction: column;
  }
}
.contactContent__socials {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.contactContent__socials__icons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.contactContent__socials__icons-icon img {
  width: 8rem;
}
@media only screen and (max-width: 40.65em) {
  .contactContent__socials__icons-icon img {
    width: 6rem;
  }
}

.features {
  width: 100%;
  padding: 12rem 25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
}
@media only screen and (max-width: 100em) {
  .features {
    padding: 12rem 15rem 0;
  }
}
@media only screen and (max-width: 81.25em) {
  .features {
    padding: 12rem 10rem 0;
  }
}
@media only screen and (max-width: 68.75em) {
  .features {
    padding: 12rem 20rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .features {
    padding: 12rem 6rem 0;
  }
}
@media only screen and (max-width: 40.65em) {
  .features {
    padding: 12rem 2rem 0;
  }
}
.features__card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media only screen and (max-width: 68.75em) {
  .features__card {
    flex-direction: column;
  }
}
.features__card-img {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 68.75em) {
  .features__card-img {
    width: 100%;
  }
}
.features__card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 68.75em) {
  .features__card-img img {
    justify-content: center;
  }
}
.features__card__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 68.75em) {
  .features__card__text {
    width: 100%;
  }
}
.features__card__text h3 {
  font-size: 4.209rem;
  font-weight: 700;
}
.features__card__text-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.features__card__text-content p, .features__card__text-content li {
  font-size: 2.369rem;
  font-weight: 300;
  line-height: 1.5;
}
.features__card__text-content ul {
  list-style: inside square;
}

.features__card:nth-child(2n) .features__card-img {
  order: 2;
  justify-content: end;
}
@media only screen and (max-width: 68.75em) {
  .features__card:nth-child(2n) .features__card-img {
    order: 1;
    justify-content: center;
  }
}
.features__card:nth-child(2n) .features__card__text {
  order: 1;
}
@media only screen and (max-width: 68.75em) {
  .features__card:nth-child(2n) .features__card__text {
    order: 2;
  }
}

.bookingContent {
  width: 100%;
  display: flex;
  color: #F3f3f3;
  z-index: 0;
}
.bookingContent-background-color {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b73c3a;
  z-index: 10;
  clip-path: polygon(0 0, 100% 49%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 56.25em) {
  .bookingContent-background-color {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.bookingContent__topForm {
  width: 100%;
  padding: 6rem;
  display: flex;
  gap: 6rem;
  justify-content: center;
  z-index: 20;
  margin-top: 23rem;
}
@media only screen and (max-width: 56.25em) {
  .bookingContent__topForm {
    flex-direction: column;
  }
}
@media only screen and (max-width: 40.65em) {
  .bookingContent__topForm {
    padding: 2rem;
  }
}
.bookingContent__topForm-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .bookingContent__topForm-text {
    width: 100%;
  }
}
.bookingContent__topForm-text h4 {
  width: 70%;
  font-size: 4.209rem;
}
@media only screen and (max-width: 100em) {
  .bookingContent__topForm-text h4 {
    font-size: 2.369rem;
  }
}
.bookingContent__topForm-forms {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .bookingContent__topForm-forms {
    width: 100%;
  }
}
.bookingContent__topForm-forms-calendar {
  position: relative;
  width: 35%;
  padding: 3rem;
  display: block;
  border-radius: 25px;
  background-color: #2c2c2c;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .bookingContent__topForm-forms-calendar {
    justify-content: start;
  }
}
.bookingContent__topForm-forms-calendar p {
  text-align: center;
}
.bookingContent__topForm-forms-calendar p a {
  color: #b73c3a;
}
.bookingContent__topForm-forms-calendar button {
  width: 40rem;
  height: 15rem;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 4.209rem;
  color: #2c2c2c;
}
@media only screen and (max-width: 56.25em) {
  .bookingContent__topForm-forms-calendar button {
    margin-top: 5rem;
  }
}

.blogLanding {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  color: #F3f3f3;
  padding: 12rem 0 25rem;
}
@media only screen and (max-width: 56.25em) {
  .blogLanding {
    padding: 8rem 0;
  }
}
.blogLanding__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b73c3a;
  clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  z-index: 1;
}
@media only screen and (max-width: 56.25em) {
  .blogLanding__background {
    clip-path: none;
  }
}
.blogLanding__header {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
  z-index: 99;
}
.blogLanding__header h1 {
  font-weight: 700;
}
@media only screen and (max-width: 56.25em) {
  .blogLanding__header h1 {
    font-size: 7.478rem;
  }
}
.blogLanding__header p {
  font-size: 3.15675rem;
  font-weight: 600;
}
.blogLanding__header img {
  width: auto;
  height: 5rem;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .blogLanding__header img {
    height: 3rem;
  }
}
.blogLanding-search {
  width: 50%;
  z-index: 99;
}
.blogLanding .pagefind-ui__results {
  background-color: #F3f3f3;
  z-index: 1000;
}

.subscribe {
  width: 100%;
  padding: 12rem 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  background-color: #2c2c2c;
}
@media only screen and (max-width: 81.25em) {
  .subscribe {
    padding: 12rem 18rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .subscribe {
    padding: 12rem 12rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .subscribe {
    flex-direction: column;
  }
}
@media only screen and (max-width: 40.65em) {
  .subscribe {
    padding: 12rem 4rem;
  }
}
.subscribe__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #F3f3f3;
}
@media only screen and (max-width: 56.25em) {
  .subscribe__left {
    width: 100%;
  }
}
.subscribe__left h3 {
  font-size: 5.61rem;
  line-height: 1;
  font-weight: 800;
}
.subscribe__right {
  width: 60%;
}
@media only screen and (max-width: 56.25em) {
  .subscribe__right {
    width: 100%;
  }
}
.subscribe__right form input {
  padding: 0 3rem;
  background-color: #F3f3f3;
  border-radius: 25px;
  height: 5rem;
  color: #2c2c2c;
}
.subscribe__right form button {
  width: 15rem;
  height: 5rem;
}

.postList {
  width: 100%;
  padding: 6rem 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 100em) {
  .postList {
    padding: 6rem 12rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .postList {
    padding: 6rem 4rem;
  }
}
.postList__pagination {
  width: 100%;
  margin: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.postList__pagination .btn {
  width: 4rem;
  height: 4rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: #b73c3a;
  color: #F3f3f3;
}
.postList__header {
  width: 100%;
  min-height: 15rem;
  padding: 0 0 6rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 43.75em) {
  .postList__header {
    flex-direction: column;
    gap: 2rem;
  }
}
.postList__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 68.75em) {
  .postList__list {
    width: 100%;
  }
}
@media only screen and (max-width: 43.75em) {
  .postList__list {
    display: flex;
    flex-direction: column;
  }
}
.postList__list-post {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.postList__list-post button {
  width: 30%;
}
.postList__list-post a {
  width: 100%;
  display: flex;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.postList__list-post a .postList__list-post-img {
  width: 100%;
  height: 30rem;
  border-radius: 25px;
  overflow: hidden;
}
.postList__list-post a .postList__list-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.postList__list-post a h4 {
  font-weight: 600;
}

.pagefind-ui__result, .pagefind-ui__result-title, .pagefind-ui__result-link, .pagefind-ui__result-excerpt {
  color: #2c2c2c !important;
}

.indexPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #F3f3f3;
}

.pricingPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #F3f3f3;
}

.contactPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F3f3f3;
}

.bookingPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F3f3f3;
}

.bookingPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background-color: #F3f3f3;
}

.blogPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F3f3f3;
}
.blogPage .pageHeader {
  padding: 2rem 8rem;
}
@media only screen and (max-width: 56.25em) {
  .blogPage .pageHeader {
    padding: 2rem 2rem;
  }
}

.blogCategories {
  width: 100%;
  padding: 6rem 24rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 100em) {
  .blogCategories {
    padding: 6rem 16rem 6rem;
  }
}
@media only screen and (max-width: 81.25em) {
  .blogCategories {
    padding: 6rem 12rem 6rem;
  }
}
@media only screen and (max-width: 81.25em) {
  .blogCategories {
    padding: 6rem 6rem 6rem;
  }
}
.blogCategories .sectionHeader {
  width: 100%;
  gap: 6rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .blogCategories .sectionHeader {
    text-align: center;
    gap: 3rem;
  }
}
.blogCategories__list {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 68.75em) {
  .blogCategories__list {
    width: 100%;
  }
}
.blogCategories__list-post a {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blogCategories__list-post a h4 {
  font-weight: 600;
}

.post {
  width: 100%;
  padding: 6rem 20rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  visibility: hidden;
}
@media only screen and (max-width: 56.25em) {
  .post {
    padding: 6rem 4rem;
  }
}
.post__postHeader {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 68.75em) {
  .post__postHeader {
    gap: 3rem;
  }
}
.post__postHeader__left {
  width: 70%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #2c2c2c;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .post__postHeader__left {
    width: 100%;
  }
}
.post__postHeader__left__breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post__postHeader__left__breadcrumbs p:last-child {
  font-weight: 200;
}
.post__postHeader__left__title {
  display: flex;
  flex-direction: column;
}
.post__postHeader__right {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .post__postHeader__right {
    display: none;
  }
}
.post__postHeader__right-number {
  width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b73c3a;
  color: #F3f3f3;
  border-radius: 25px;
}
.post__postHeader__right-number h2 {
  font-size: 17.5rem;
  line-height: 0;
  margin-bottom: 1.5rem;
}
.post__summary {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media only screen and (max-width: 43.75em) {
  .post__summary {
    flex-direction: column;
  }
}
.post__summary-img {
  width: 60rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .post__summary-img {
    width: 100%;
  }
}
.post__summary-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 25px;
}
.post__summary-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .post__summary-text {
    width: 100%;
  }
}
.post__summary-text p:last-child {
  font-size: 2.369rem;
}
.post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-content h3 {
  font-size: 4.209rem;
  font-weight: 800;
  margin-top: 3rem;
}
.post-content h4 {
  font-weight: 800;
}
.post-content p {
  font-size: 2.369rem;
  line-height: 1.7;
}
.post-content ul {
  list-style: outside square;
}
.post-content ul, .post-content ol {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-content li, .post-content li p {
  margin-left: 1.7rem;
  font-size: 1.869rem;
}
.post-content ol li ul {
  margin-top: 1rem;
}/*# sourceMappingURL=main.css.map */