@charset "UTF-8";
/*!
Theme Name: Trent Plastics Theme
Theme URI: http://epixmedia.co.uk/
Description: Custom theme
Author: Epix Media Team
Version: 1.1
Tags: none
*/
/* BASE */
/* _____ VARIABLES _____ */
/* Colors */
:root {
  --color__brand-1: #9D1F5F;
  --color__brand-2: #80174C;
  --color__brand-3: #F7C53F;
  --color__brand-4: #5A6850;
  --color__brand-5: #CB4E2A;
  --color__brand-6: #A4246C;
  --color__brand-7: #F4CD36;
  --color__brand-1--lighter: #ECD7E3;
  --color__brand-3--darken: #F6BC21;
  --color__brand-3--hover: #FBD54B;
}

/* Sizes */
/* Fonts */
main {
  min-height: 70vh;
}

/* Breadcrumbs */
ul#breadcrumbs {
  margin: 0;
  padding: 0;
}
ul#breadcrumbs li {
  display: none;
  padding: 0;
}
ul#breadcrumbs li.breadcrumb-1 {
  display: block;
}
ul#breadcrumbs li a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  gap: 10px;
  color: #80174C;
}
ul#breadcrumbs li a:before {
  position: relative;
  content: url("images/chevron-brand-1-reversed-icon.svg");
  top: 1px;
}
ul#breadcrumbs li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  ul#breadcrumbs {
    display: none;
  }
}

.searchform {
  display: flex;
}
.searchform .search-field-input,
.searchform .search-submit {
  height: 48px;
}
.searchform .search-field-input {
  background-color: #F4F4F4;
  padding: 13px 20px 10px 20px;
  color: #262525;
  -webkit-appearance: none;
  border-radius: 1px;
  border: 1px solid #E0E0E0;
}
@media (max-width: 1279px) {
  .searchform .search-field-input {
    width: 100%;
  }
}
.searchform .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 48px;
  height: 48px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.searchform:not(.alternative-style) .search-field-input {
  width: 275px;
}
.searchform:not(.alternative-style) .search-submit {
  background-color: #F7C53F;
}
.searchform:not(.alternative-style) .search-submit:not(:disabled):hover {
  background-color: #FBD54B;
}
.searchform.alternative-style .search-field-input {
  max-width: 864px;
  width: 100%;
  background-color: #D37340;
  color: #ffffff;
}
.searchform.alternative-style .search-field-input::placeholder {
  color: #ffffff;
}
.searchform.alternative-style .search-submit {
  background-color: #ffffff;
}
.searchform.alternative-style .search-submit:not(:disabled):hover {
  background-color: #F4F4F4;
}

body.woocommerce-cart ul#breadcrumbs li.breadcrumb-1,
body.woocommerce-checkout ul#breadcrumbs li.breadcrumb-1 {
  display: none;
}
body.woocommerce-cart ul#breadcrumbs li.breadcrumb-2,
body.woocommerce-checkout ul#breadcrumbs li.breadcrumb-2 {
  display: block;
}

.signpost-container {
  display: flex;
  width: 100%;
  max-width: 268px;
}
@media (max-width: 767px) {
  .signpost-container {
    max-width: 100%;
  }
}
.signpost-container .signpost {
  min-height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
}
.signpost-container .signpost .signpost-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px 0 10px 30px;
}
.signpost-container .signpost .signpost-inner span {
  position: relative;
  z-index: 10;
  width: 100%;
}
.signpost-container .signpost .signpost-inner span:after {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.signpost-container.bg-brand-7-after-hover .signpost:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4CD36;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all 0.3s ease;
}
.signpost-container.bg-brand-7-after-hover .signpost:hover:after {
  opacity: 1;
}
.signpost-container:after {
  content: "";
  background-image: url("images/signpost-end.svg");
  background-size: 30px 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .signpost-container:after {
    height: auto;
  }
}
.signpost-container:hover .signpost-inner span:after {
  transform: translateX(4px);
}

.signpost-end {
  position: absolute;
  top: 0;
  background-image: url("images/signpost-end.svg");
  background-size: 30px 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
}
@media (min-width: 899px) {
  .signpost-end {
    right: 164px;
  }
}
@media (min-width: 1650px) {
  .signpost-end {
    right: 418px;
  }
}
@media (max-width: 767px) {
  .signpost-end {
    display: none;
  }
}

.accordion-header button {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
.accordion-header.accordion-open button {
  transform: rotate(-180deg);
}

.fade-in {
  animation: fadeInOpacity 1s;
  opacity: 1;
}

.fade-in-fast {
  animation: fadeInOpacity 0.4s;
  opacity: 1;
}

.fade-in-faster {
  animation: fadeInOpacity 0.3s;
  opacity: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-slider.slick-dotted {
  margin-bottom: 0 !important;
}
.slick-slider .slick-track {
  display: flex;
  min-width: 100%;
}
.slick-slider .slick-track .slick-slide {
  display: flex !important;
}
@media (max-width: 1549px) {
  .slick-slider.three-slides-slider {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}
@media (max-width: 767px) {
  .slick-slider.three-slides-slider {
    padding: 0 !important;
  }
}
.slick-slider.three-slides-slider .slick-list {
  overflow: hidden !important;
  padding: 0 !important;
  height: auto !important;
}
.slick-slider.three-slides-slider .slick-track .slick-slide {
  margin-left: 28px;
  margin-right: 28px;
  max-width: 376px !important;
  height: auto !important;
}
@media (max-width: 1279px) {
  .slick-slider.three-slides-slider .slick-track .slick-slide {
    max-width: 415px !important;
  }
}
@media (max-width: 767px) {
  .slick-slider.three-slides-slider .slick-track .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.slider-btns-container {
  transform: translateY(calc(-50% - 58px));
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 20;
}
.slider-btns-container.hidden {
  display: none;
}
.slider-btns-container .slider-btn {
  position: absolute;
}
@media (min-width: 1550px) {
  .slider-btns-container .slider-btn.slider-prev {
    left: -105px;
  }
}
@media (min-width: 1650px) {
  .slider-btns-container .slider-btn.slider-prev {
    left: -125px;
  }
}
@media (max-width: 1549px) {
  .slider-btns-container .slider-btn.slider-prev {
    left: 0;
  }
}
@media (min-width: 1550px) {
  .slider-btns-container .slider-btn.slider-next {
    right: -105px;
  }
}
@media (min-width: 1650px) {
  .slider-btns-container .slider-btn.slider-next {
    right: -125px;
  }
}
@media (max-width: 1549px) {
  .slider-btns-container .slider-btn.slider-next {
    right: 0;
  }
}
.slider-btns-container .slider-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4CD36;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.slider-btns-container .slider-btn:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .slider-btns-container {
    display: none;
  }
}

.slick-dots,
.slider-dots {
  position: relative !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  gap: 10px !important;
}
@media (max-width: 767px) {
  .slick-dots,
  .slider-dots {
    margin-top: 30px !important;
  }
}
.slick-dots.hidden,
.slider-dots.hidden {
  display: none !important;
}
.slick-dots li,
.slider-dots li {
  list-style: none !important;
  width: 18px !important;
  height: 18px !important;
  opacity: 0.4 !important;
  border-radius: 0;
  background-color: #F7C53F !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button,
.slider-dots li button {
  width: 18px !important;
  height: 18px !important;
}
.slick-dots li:hover,
.slider-dots li:hover {
  opacity: 1 !important;
}
.slick-dots li:before,
.slider-dots li:before {
  content: none !important;
}
.slick-dots li.slick-active, .slick-dots li.active,
.slider-dots li.slick-active,
.slider-dots li.active {
  opacity: 1 !important;
  width: 18px !important;
  height: 18px !important;
}
.slick-dots li.slick-active button, .slick-dots li.active button,
.slider-dots li.slick-active button,
.slider-dots li.active button {
  width: 18px !important;
  height: 18px !important;
}
.slick-dots > li:only-child,
.slider-dots > li:only-child {
  display: none;
}

.slider-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #F7C53F;
}
.slider-btn:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-btn.slider-prev:before {
  background-image: url("images/chevron-brand-1-icon.svg");
  transform: scaleX(-1);
}
.slider-btn.slider-next:before {
  background-image: url("images/chevron-brand-1-icon.svg");
}

.pagination .page-numbers {
  font-size: 24px;
  font-weight: 600;
}
.pagination .page-numbers:not(.prev):not(.next) {
  display: flex;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .page-numbers:not(.prev):not(.next):after {
  content: "...";
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background-size: 12px 17px;
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
}
.pagination .page-numbers.prev {
  background-image: url("images/chevron-brand-1-reversed-icon.svg");
}
.pagination .page-numbers.next {
  background-image: url("images/chevron-brand-1-reversed-icon.svg");
  transform: scaleX(-1);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .page-numbers:hover.prev, .pagination .page-numbers:hover.next {
  opacity: 0.75;
}
.pagination a.page-numbers:hover {
  color: #000000;
}

/******************************************************************************************************************************************
 * Responsive classes
 *******************************************************************************************************************************************/
@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 1279px) {
  .show-tablet {
    display: block;
  }
}
@media (max-width: 1279px) {
  .show-flex-tablet {
    display: flex;
  }
}
.tp-modal,
.tp-modal-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000000000000000;
  width: 100%;
  height: 100%;
}

.tp-modal:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.tp-modal-2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-dialog {
  position: relative;
  width: auto;
  background-color: #ffffff;
  padding: 20px;
}
.modal-dialog.tp-modal-dialog-2 {
  background-color: transparent;
}
.modal-dialog.tp-modal-dialog-2 .tp-modal-scroll {
  overflow: unset;
}
.modal-dialog.tp-modal-dialog-3 {
  background-color: transparent;
}
@media (max-width: 767px) {
  .modal-dialog {
    padding: 15px;
  }
}
.modal-dialog .tp-modal-scroll {
  overflow-x: auto;
  max-height: 80vh;
}

.tp-modal-content {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .tp-modal-2 .tp-modal-content {
    top: 30px;
    transform: translate(-50%, 0);
  }
}

#ask-a-question-modal,
#advanced-cutting-services-modal {
  position: absolute;
}
@media (max-width: 767px) {
  #ask-a-question-modal,
  #advanced-cutting-services-modal {
    position: fixed;
  }
}
#ask-a-question-modal .tp-modal-content,
#ask-a-question-modal .tp-modal-dialog,
#ask-a-question-modal .tp-modal-scroll,
#advanced-cutting-services-modal .tp-modal-content,
#advanced-cutting-services-modal .tp-modal-dialog,
#advanced-cutting-services-modal .tp-modal-scroll {
  max-width: 1136px;
}
@media (max-width: 767px) {
  #ask-a-question-modal .tp-modal-content,
  #ask-a-question-modal .tp-modal-dialog,
  #ask-a-question-modal .tp-modal-scroll,
  #advanced-cutting-services-modal .tp-modal-content,
  #advanced-cutting-services-modal .tp-modal-dialog,
  #advanced-cutting-services-modal .tp-modal-scroll {
    padding: 0;
  }
}
#ask-a-question-modal .tp-modal-content,
#advanced-cutting-services-modal .tp-modal-content {
  top: 70px;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  #ask-a-question-modal .tp-modal-content,
  #advanced-cutting-services-modal .tp-modal-content {
    top: 0;
  }
}

#ask-a-question-modal .tp-modal-content,
#ask-a-question-modal .tp-modal-dialog,
#ask-a-question-modal .tp-modal-scroll {
  width: 100%;
}
@media (max-width: 767px) {
  #ask-a-question-modal .tp-modal-content,
  #ask-a-question-modal .tp-modal-dialog,
  #ask-a-question-modal .tp-modal-scroll {
    padding: 0;
  }
}
#ask-a-question-modal .results-container {
  position: relative;
}
#ask-a-question-modal .results-container .with-blur-after:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-image: url("images/modal-blur-bottom.svg");
  background-size: 100% 115px;
}
#ask-a-question-modal .results-container .results-inner {
  scrollbar-color: #ffffff #D3774A;
  padding: 0 30px; /* Default padding */
}
@media (max-width: 767px) {
  #ask-a-question-modal .results-container .results-inner {
    padding-bottom: 120px;
  }
}

#advanced-cutting-services-modal {
  overflow: auto;
}
#advanced-cutting-services-modal .tp-modal-content,
#advanced-cutting-services-modal .tp-modal-dialog,
#advanced-cutting-services-modal .tp-modal-scroll {
  max-width: 100%;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform: scale(1.5);
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(even):after {
  background: #ffffff;
}

.lds-roller div:nth-child(odd):after {
  background: #9D1F5F;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loading animation for "Searching..." */
@keyframes dot-loading {
  0% {
    content: "Searching";
  }
  25% {
    content: "Searching.";
  }
  50% {
    content: "Searching..";
  }
  75% {
    content: "Searching...";
  }
  100% {
    content: "Searching";
  }
}
.searching-animation:after {
  content: "Searching";
  font-weight: 600;
  font-size: 1.5rem;
  color: white;
  animation: dot-loading 1.5s infinite;
  display: block;
  text-align: center;
}

.opacity-0 {
  opacity: 0;
}

/* ===== UTILS ===== */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ==========================================================
*/
/* =============================================================================
  HTML5 display definitions
  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
  Base
  ========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em; /*line-height: 1.4;*/
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
  Links
  ========================================================================== */
a:focus {
  outline-style: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
  Typography
  ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
  Lists
  ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
  Embedded content
  ========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
  Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
  Forms
  ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea { /*font-size: 100%;*/
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button, input {
  line-height: normal;
}

/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
* Re-set default cursor for disabled elements
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
* Consistent box sizing and appearance
*/
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
  Tables
  ========================================================================== */
/*table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*/
/* =============================================================================
  Chrome Frame Prompt
  ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
/* ==|== media queries ======================================================
  EXAMPLE Media Query for Responsive Design.
  This example overrides the primary ('mobile first') styles
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
  Please define your styles before this section.
  ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
/* _____ GLOBAL DEFAULTS _____ */
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 1189px) {
  html.menu-open {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  html.menu-open body {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

body {
  margin: 0;
  background-color: #ffffff;
  text-align: left;
  font-family: "exo-2-variable", sans-serif;
  color: #262525;
  font-size: 18px;
}
body.show-focus-outlines a:focus, body.show-focus-outlines input:focus, body.show-focus-outlines textarea:focus, body.show-focus-outlines select:focus, body.show-focus-outlines button:focus {
  outline: lime solid 1px;
}

button:not(:disabled):not(.accordion-header button), input[type=submit] {
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:not(.no-hover):not(.btn):not(ul.woocommerce-categories li a):not(ul.menu li a) {
  opacity: 1;
  transition: opacity 0.5s;
}
a:not(.no-hover):not(.btn):not(ul.woocommerce-categories li a):not(ul.menu li a):hover {
  opacity: 0.8;
  transition: opacity 0.5s;
}

main a:not(.btn):not(.no-style):not(ul.products a) {
  text-decoration: underline;
}
main .gm-embed-container iframe {
  width: 100%;
  max-height: 400px;
}
@media (max-width: 1023px) {
  main .gm-embed-container iframe {
    max-height: 380px;
  }
}
@media (max-width: 767px) {
  main .gm-embed-container iframe {
    max-height: 300px;
  }
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1.15;
}
main p, main a, main span:not(h1 span):not(h2 span):not(h3 span) {
  line-height: 1.5;
}
main h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  main h1 {
    font-size: 30px;
  }
}
@media (min-width: 1023px) {
  main h1 {
    font-size: 34px;
  }
}
main h2 {
  font-size: 24px;
}
main h3 {
  font-size: 20px;
}
main h4, main h5, main h6 {
  font-size: 16px;
}
main ul, main ol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
main ul li, main ol li {
  position: relative;
  left: 0;
}
main ul li:before, main ol li:before {
  position: absolute;
  left: 0;
}
main .content.with-brand-1-links a {
  color: #9D1F5F;
}
main .content h1, main .content h2, main .content h3, main .content h4, main .content h5, main .content h6 {
  font-variation-settings: "wght" 600;
  color: #9D1F5F;
}
main .content * {
  word-break: break-word;
}
main .content ul, main .content ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 12px;
  padding: 0;
}
main .content ul li, main .content ol li {
  line-height: 1.5;
}
main .content ul li {
  padding-left: 22px;
}
main .content ul li:before {
  content: url("images/li-triangle-bullet.svg");
  top: 1px;
  left: 0;
  width: 11px;
  height: 11px;
}
main .content ol {
  list-style: decimal;
  padding-left: 20px;
}
main .content ol li::marker {
  color: #9D1F5F;
  font-variation-settings: "wght" 600;
}
main .content.ul-flex-20px ul {
  gap: 20px;
}
main .content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F7C53F;
  padding: 0;
  margin: 80px 0 !important;
}
@media (max-width: 767px) {
  main .content hr {
    margin: 40px 0 !important;
  }
}
main .content a:not(.btn):not(.no-style) {
  text-decoration: underline;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
main .content a:not(.btn):not(.no-style):hover {
  opacity: 0.8;
}
main .content.no-underline a {
  text-decoration: none;
}
main .content .btn {
  margin-top: 30px !important;
}
main .content .btn:first-of-type {
  margin-top: 0 !important;
}
main .content * + .btn {
  margin-top: 30px !important;
}
main .content * + .btn:first-of-type {
  margin-top: 30px !important;
}
main .content b, main .content strong {
  font-weight: 600;
}
main .content .wp-caption {
  position: relative;
  margin: 80px 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  main .content .wp-caption {
    margin: 40px 0 !important;
  }
}
main .content .wp-caption:last-of-type {
  margin-bottom: 0 !important;
}
main .content .wp-caption .wp-caption-text {
  margin-top: 20px;
}
main .content blockquote {
  background: linear-gradient(180deg, #9d1f5f 0%, #80174c 100%);
  padding: 58px 108px;
  margin: 60px auto !important;
  max-width: 1138px;
}
@media (max-width: 1023px) {
  main .content blockquote {
    padding: 58px 52px;
  }
}
@media (max-width: 767px) {
  main .content blockquote {
    padding: 58px 30px;
  }
}
main .content blockquote p {
  margin-top: 20px;
}
main .content blockquote p:first-of-type {
  margin-top: 0;
}
main .content blockquote p:first-of-type:before, main .content blockquote p:first-of-type:after {
  color: #F7C53F;
}
main .content blockquote p:first-of-type:before {
  content: "“ ";
}
main .content blockquote p:first-of-type:after {
  content: " ”";
}
main .content blockquote p:last-of-type {
  color: #F7C53F;
  font-size: 18px;
}
main .content blockquote * {
  color: #ffffff;
  font-size: 24px;
  font-variation-settings: "wght" 600;
  text-align: center;
}
main .content blockquote:last-of-type {
  margin-bottom: 15px !important;
}
main .content.with-white-ticks ul li:before {
  content: url("images/li-triangle-white-bullet.svg");
}
@media (max-width: 767px) {
  main .wp-gr .grw-header-inner {
    padding-top: 0 !important;
  }
}
main .wp-gr .rpi-dots .rpi-dot {
  width: 12px !important;
  height: 12px !important;
  transform: scale(1) !important;
}
main .wp-gr .rpi-dots .rpi-dot.active {
  width: 12px !important;
  height: 12px !important;
  transform: scale(1) !important;
}

fieldset {
  float: left;
  width: 100%;
}

input, textarea, button {
  font-family: "exo-2-variable", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

body:not(.show-focus-outlines) button:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}

/* Select Colour */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

a:link {
  -webkit-tap-highlight-color: #000000;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  z-index: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.gallery {
  margin: 0 auto 1.625em;
}

.gallery-item img {
  margin: 8px 18px 8px 0;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0;
}

.commentlist .avatar {
  float: left;
  margin: 0 5px 5px 0;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
  z-index: 0;
  aspect-ratio: 16/9;
}
.video-container p,
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: unset;
  aspect-ratio: 16/9;
}

@media only screen and (min-width: 768px) {
  /* Fix for display none, when increasing the size back up so the navigation shows.*/
  .navigation {
    display: block !important;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/******************************************************************************************************************************************
 * Wrappers
 *******************************************************************************************************************************************/
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding-inline: 15px;
}
@media screen and (min-width: 380px) {
  .wrapper {
    padding-inline: 30px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1300px;
  }
}

.page-tile-hover {
  position: relative;
}
.page-tile-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9D1F5F;
  opacity: 0;
  z-index: 0;
  mix-blend-mode: darken;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.page-tile-hover:hover:before {
  opacity: 0.5;
}
.page-tile-hover .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F7C53F;
  z-index: 0;
  transition: all 0.3s ease;
}
.page-tile-hover:hover .btn:after {
  top: -7px;
  right: -7px;
  width: 60px;
  height: 60px;
}

@media (prefers-reduced-motion) {
  .page-tile-hover:before {
    display: none;
  }
  .page-tile-hover .btn:after {
    display: none;
  }
  .signpost-container .signpost .signpost-inner span:after {
    transition: none;
    transform: translateX(0px);
  }
  .signpost-container #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a {
    transition: none;
  }
  .signpost-container #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:after {
    transition: none;
    right: 0 !important;
  }
  .signpost-container #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:hover:after,
  .signpost-container #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:focus:after {
    transition: none;
    right: 0 !important;
  }
  #homepage-hero .hero-heading h1 span:after {
    width: 100% !important;
  }
  .anim-1, .anim-2, .anim-3, .anim-4, .anim-5 {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* SPECIFICS */
/* _____ SPECIFICS _____ */
header {
  position: relative;
  z-index: 50;
  /* Responsive nav */
}
header .logo {
  width: 100%;
  height: auto;
  max-height: 69px;
}
@media (max-width: 767px) {
  header .logo {
    max-height: 51px;
  }
}
header .cart-contents {
  position: absolute;
  top: -6px;
  right: -4px;
  background-color: #F7C53F;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-variation-settings: "wght" 700;
  padding-top: 2px;
  color: #9D1F5F;
}
header #desktop-menu ul.menu li {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
}
header #desktop-menu ul.menu li a {
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-weight: 500;
  display: flex;
  gap: 8px;
}
header #desktop-menu ul.menu li a:after {
  transition: transform 0.2s ease-in;
  display: block;
  position: relative;
  top: 3px;
  content: url("images/chevron-brand-3-icon.svg");
  transform-origin: center;
  margin-left: auto;
}
header #desktop-menu ul.menu li.open a {
  color: #F7C53F;
}
header #desktop-menu ul.menu li.open a:after {
  top: 0;
  transform: rotate(90deg);
}
header #desktop-menu ul.menu li.menu-item-has-children a:not(.btn):after {
  display: none;
}
header #mobile-menu {
  width: 100%;
  height: calc(100vh - 215px);
  display: none;
}
@media (max-width: 767px) {
  header #mobile-menu {
    height: calc(100vh - 186px);
  }
}
@media (min-width: 1190px) {
  header #mobile-menu {
    display: none !important;
  }
}
header #mobile-menu .menu-inner .menu-scroll {
  overflow: auto;
}
header #mobile-menu .menu-inner .menu-scroll .nav-wrapper {
  overflow: auto;
  height: 70vh;
}
header #mobile-nav-btn {
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  background-color: #F7C53F;
  flex: 0 0 50px;
}
header #mobile-nav-btn div {
  width: 20px;
}
header #mobile-nav-btn div span {
  display: block;
  background-color: #80174C;
  width: 100%;
  height: 2px;
  border-radius: 0;
  transition: all 0.3s ease;
  margin: 7px auto;
}
header #mobile-nav-btn.is-opened div {
  height: 15px;
  padding-top: 0;
}
header #mobile-nav-btn.is-opened span:first-child {
  transform: translateY(0px) rotate(45deg);
}
header #mobile-nav-btn.is-opened span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
header #mobile-nav-btn.is-opened span:last-child {
  transform: translateY(-18px) rotate(-45deg);
}
header .wp-gr {
  width: auto !important;
  padding: 0 !important;
}
header .wp-gr .grw-row {
  display: block !important;
}
header .wp-gr .wp-google-right {
  width: auto !important;
}
header .wp-gr .grw-header-inner {
  padding: 0 !important;
}
header #desktop-main-nav {
  z-index: 70;
  padding-top: 14px;
  padding-bottom: 16px;
}
header #desktop-main-nav .searchform {
  margin-top: 30px;
}
header #desktop-main-nav .searchform .search-field-input {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header #desktop-main-nav .searchform {
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1190px) {
  header #desktop-main-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.menu .sub-menu {
  display: none;
}

#desktop-menu {
  width: 100%;
}
#desktop-menu .menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1190px) {
  #desktop-menu .menu {
    gap: 0 25px;
    margin-right: 16px;
  }
}
@media (min-width: 1210px) {
  #desktop-menu .menu {
    gap: 0 30px;
  }
}
@media (min-width: 1291px) {
  #desktop-menu .menu {
    gap: 0 40px;
  }
}
#desktop-menu .menu > li a {
  font-size: 18px;
  width: 100%;
  padding: 26px 0 27px;
}
#desktop-menu .menu > li a:hover, #desktop-menu .menu > li a:focus, #desktop-menu .menu > li a:focus-within {
  width: 100%;
  color: #F7C53F;
}
@media (min-width: 1190px) {
  #desktop-menu .menu > li.menu-item-has-children:hover:hover a:not(.sub-menu-wrapper a), #desktop-menu .menu > li.menu-item-has-children:hover:focus a:not(.sub-menu-wrapper a), #desktop-menu .menu > li.menu-item-has-children:hover:focus-within a:not(.sub-menu-wrapper a) {
    color: #F7C53F;
  }
  #desktop-menu .menu > li.menu-item-has-children:hover a ~ .sub-menu-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #desktop-menu .menu > li.menu-item-has-children:hover a ~ .sub-menu-wrapper .sub-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 56px;
    font-size: 20px;
  }
  #desktop-menu .menu > li.menu-item-has-children:hover a ~ .sub-menu-wrapper .sub-menu-wrapper {
    display: flex;
  }
  #desktop-menu .menu > li.menu-item-has-children:hover a ~ .sub-menu-wrapper .sub-menu-wrapper .sub-menu {
    flex-direction: column;
    gap: 0;
  }
  #desktop-menu .menu > li.menu-item-has-children:hover a ~ .sub-menu-wrapper .sub-menu-wrapper .sub-menu .sub-menu {
    font-size: 18px;
  }
}
#desktop-menu .menu > li.menu-item-has-children a:hover ~ .sub-menu-wrapper {
  display: block;
}
#desktop-menu .menu > li.menu-item-has-children a:hover ~ .sub-menu-wrapper .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 56px;
  font-size: 20px;
}
#desktop-menu .menu > li.menu-item-has-children a:hover ~ .sub-menu-wrapper .sub-menu-wrapper {
  display: flex;
}
#desktop-menu .menu > li.menu-item-has-children a:hover ~ .sub-menu-wrapper .sub-menu-wrapper .sub-menu {
  flex-direction: column;
  gap: 0;
}
#desktop-menu .menu > li.menu-item-has-children a:hover ~ .sub-menu-wrapper .sub-menu-wrapper .sub-menu .sub-menu {
  font-size: 18px;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  visibility: hidden;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .menu-items-container,
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .sub-menu .menu-item {
  padding: 0;
  width: 100%;
}
@media (min-width: 1190px) {
  #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .menu-items-container,
  #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .sub-menu .menu-item {
    width: 294px;
  }
}
@media (min-width: 1280px) {
  #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .menu-items-container,
  #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .sub-menu .menu-item {
    width: 329px;
  }
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper .sub-menu {
  padding-bottom: 10px;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within {
  display: block;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover .sub-menu, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 56px;
  font-size: 20px;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover .sub-menu .sub-menu, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within .sub-menu .sub-menu {
  flex-direction: column;
  gap: 0;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within {
  display: block;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover .sub-menu, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 56px;
  font-size: 20px;
}
#desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:hover .sub-menu .sub-menu, #desktop-menu .menu > li.menu-item-has-children a ~ .sub-menu-wrapper:focus-within .sub-menu .sub-menu {
  flex-direction: column;
  gap: 0;
}
#desktop-menu .menu > li.menu-item-has-children button.menu-item-chevron {
  width: 12px;
  margin-left: 8px;
  margin-bottom: 6px;
}
#desktop-menu .menu > li.menu-item-has-children button.menu-item-chevron:after {
  content: url(images/chevron-brand-3-icon.svg);
  display: block;
  height: 16px;
  width: 10px;
  margin-left: auto;
  margin-right: 30px;
  transform: rotateZ(0deg);
}
@media (prefers-reduced-motion: no-preference) {
  #desktop-menu .menu > li.menu-item-has-children button.menu-item-chevron:after {
    transition: all 0.2s ease;
  }
}
#desktop-menu .menu > li.menu-item-has-children button.menu-item-chevron.open:after {
  transform: rotateZ(90deg);
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper {
  padding: 0 52px;
  position: absolute;
  top: 100%;
  width: auto;
  max-width: 100%;
  background: linear-gradient(0deg, #ffcf50 0%, #edb623 100%);
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper:hover, #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper:focus-within {
  display: block;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu {
  padding: 10px 0 0 0;
  gap: 0 56px;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .menu-item a {
  padding: 30px 0;
  border-bottom: 1px solid #9D1F5F;
  font-size: 20px;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .menu-item a:hover {
  color: #80174C;
  font-variation-settings: "wght" 500;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .menu-item button.menu-item-chevron {
  display: none;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu-wrapper {
  width: 100%;
  position: relative;
  flex-direction: column;
  top: unset;
  padding: 0;
  background: none;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu {
  flex-direction: column;
  width: auto;
  align-items: flex-start;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a {
  border-bottom: 0;
  padding: 25px 55px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:hover {
  color: #80174C;
  font-variation-settings: "wght" 400;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:after {
  content: url("images/chevron-brand-1-icon.svg");
  display: inline-block;
  width: 14px;
  height: 10px;
  right: 0;
  transition: all 0.2s ease;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:hover:after, #desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu .sub-menu a:focus:after {
  right: -10px;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper .sub-menu.open {
  display: flex;
}
#desktop-menu .menu > li.menu-item-has-children .sub-menu-wrapper a {
  color: #9D1F5F;
}
#desktop-menu .menu > li.menu-item-has-children > .sub-menu-wrapper {
  left: 30px;
}
@media (min-width: 1190px) {
  #desktop-menu .menu > li.help {
    margin-left: auto;
  }
}

@media (min-width: 1250px) {
  .header-menus-wrapper {
    gap: 1.5rem;
  }
}

header #mobile-menu ul.menu {
  display: flex;
  flex-direction: column;
}
header #mobile-menu ul.menu li {
  border-bottom: 1px solid #F7C53F;
}
header #mobile-menu ul.menu li a {
  display: inline-block;
  width: 100%;
  padding: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  header #mobile-menu ul.menu li a {
    padding: 18px 30px;
  }
}
header #mobile-menu ul.menu li button.menu-item-chevron:after {
  content: url(images/chevron-brand-3-icon.svg);
  display: block;
  height: 16px;
  width: 10px;
  margin-left: auto;
  margin-right: 30px;
  transform: rotateZ(0deg);
}
@media (prefers-reduced-motion: no-preference) {
  header #mobile-menu ul.menu li button.menu-item-chevron:after {
    transition: all 0.2s ease;
  }
}
header #mobile-menu ul.menu li button.menu-item-chevron.open:after {
  transform: rotateZ(90deg);
}
header #mobile-menu ul.menu li.menu-item:not(.menu-item-has-children) a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header #mobile-menu ul.menu li.menu-item:not(.menu-item-has-children) a:after {
  content: url(images/chevron-brand-3-icon.svg);
  height: 16px;
}
header #mobile-menu ul.menu li.menu-item-has-children {
  display: grid;
  grid-template-columns: auto auto;
}
header #mobile-menu ul.menu li .sub-menu-wrapper {
  background-color: #F7C53F;
  grid-column: 1/3;
  display: none;
}
header #mobile-menu ul.menu li .sub-menu-wrapper.open {
  display: block;
}
header #mobile-menu ul.menu li .sub-menu-wrapper .sub-menu {
  padding: 10px 30px 35px 30px;
}
header #mobile-menu ul.menu li .sub-menu-wrapper a {
  color: #9D1F5F;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li a {
  width: 100%;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline: 0;
  border-bottom: 1px solid #9D1F5F;
  grid-column: 1/3;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li > .btn {
  display: none;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li .sub-menu {
  padding: 0;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li .sub-menu li a {
  padding-inline: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
  font-size: 16px;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li .sub-menu li a:after {
  content: url(images/chevron-brand-1-icon.svg);
}
header #mobile-menu ul.menu li .sub-menu-wrapper li .sub-menu li:first-of-type a {
  padding-top: 20px;
}
header #mobile-menu ul.menu li .sub-menu-wrapper li .sub-menu li:last-of-type a {
  padding-bottom: 10px;
}
header #mobile-menu ul.menu li .sub-menu {
  display: flex;
  flex-direction: column;
}

body.home #homepage-hero #hero-inner {
  background-image: url("images/hero-desktop-bg.jpg");
  background-size: cover;
}
@media (max-width: 1023px) {
  body.home #homepage-hero #hero-inner {
    background-image: url("images/hero-tablet-bg.jpg");
  }
}
@media (max-width: 767px) {
  body.home #homepage-hero #hero-inner {
    background-image: url("images/hero-mobile-bg.jpg");
  }
}
body.home #homepage-hero #hero-inner h1.heading span {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
body.home #homepage-hero #hero-inner h1.heading span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  transition: width 0.75s ease-in-out;
}
body.home #homepage-hero #hero-inner h1.heading span.with-brand-2-line:after {
  background-color: #80174C;
  left: 10%;
}
body.home #homepage-hero #hero-inner h1.heading span.with-brand-3-line:after {
  background-color: #F7C53F;
  left: 0;
}
body.home #homepage-hero #hero-inner h1.heading span.animate::after {
  width: 100%;
}
body.home #homepage-hero #hero-inner h1.heading span.animate-90::after {
  width: 90%;
}

body.post-type-archive-faq .page-search-header {
  position: relative;
}
body.post-type-archive-faq .page-search-header:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("images/page-header-search-bg-desktop.svg");
  background-repeat: no-repeat;
  width: 902px;
  height: 352px;
  background-size: 902px 352px;
  z-index: 0;
}
@media (max-width: 767px) {
  body.post-type-archive-faq .page-search-header:after {
    width: 100%;
    height: 225px;
    background-size: 100% 225px;
    background-image: url("images/page-header-search-bg-mobile.svg");
    top: 0;
  }
}
body.post-type-archive-faq .page-search-header ul#breadcrumbs li a {
  color: #ffffff;
}
body.post-type-archive-faq .page-search-header ul#breadcrumbs li a:before {
  content: url("images/chevron-white-reversed-icon.svg");
}
body.post-type-archive-faq .cta-help-centre {
  position: relative;
  overflow: hidden;
}
body.post-type-archive-faq .cta-help-centre:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/cta-help-centre-bg-desktop-mobile.svg");
  background-repeat: no-repeat;
  width: 320px;
  height: 100%;
  background-size: 320px 100%;
  z-index: 0;
}
@media (min-width: 420px) and (max-width: 1023px) {
  body.post-type-archive-faq .cta-help-centre:after {
    background-image: url("images/cta-help-centre-bg-tablet.svg");
    width: 358px;
    height: 100%;
    background-size: 358px 100%;
  }
}
@media (max-width: 419px) {
  body.post-type-archive-faq .cta-help-centre:after {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
}

.contact-form .contact-form-container .wpcf7 {
  width: 100%;
}
.contact-form .contact-form-container .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 52px;
  justify-content: space-between;
  max-width: 756px;
  width: 100%;
}
@media (max-width: 1023px) {
  .contact-form .contact-form-container .wpcf7 form {
    max-width: none;
    width: auto;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  flex: 1;
  max-width: 100%;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field {
    width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field .wpcf7-not-valid-tip {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field label {
  color: #ffffff;
  font-variation-settings: "wght" 600;
  margin: 0 !important;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), .contact-form .contact-form-container .wpcf7 form .form-col .form-field select {
  padding: 5px 20px;
  min-height: 48px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input:not([type=radio]):not([type=checkbox]), .contact-form .contact-form-container .wpcf7 form .form-col .form-field select, .contact-form .contact-form-container .wpcf7 form .form-col .form-field textarea {
  -webkit-appearance: none !important;
  border-radius: 1px !important;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), .contact-form .contact-form-container .wpcf7 form .form-col .form-field select, .contact-form .contact-form-container .wpcf7 form .form-col .form-field textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 1px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field textarea {
  padding: 20px;
  height: 134px;
  min-height: 134px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload {
  position: relative;
  cursor: pointer;
  max-width: 231px;
  width: 100%;
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload {
    max-width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .file-upload-btn {
  display: flex;
  position: absolute;
  height: 55px;
  z-index: 20;
  background-color: transparent;
  align-self: flex-start;
  pointer-events: none;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 37px;
  border: 2px solid #F7C53F;
  max-width: 231px;
  width: 100%;
  border-radius: 2px;
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .file-upload-btn {
    max-width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .file-upload-btn .text-span {
  color: #ffffff;
  font-variation-settings: "wght" 600;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 15px;
  display: flex;
  align-items: center;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .file-upload-btn .chevron-span {
  margin-left: auto;
  display: block;
  content: "";
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  background-image: url("images/upload-brand-3-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 23px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .wpcf7-form-control-wrap input[type=file] {
  padding-top: 66px !important;
  height: 90px;
  cursor: pointer;
  color: #ffffff;
  max-width: 231px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .wpcf7-form-control-wrap input[type=file] {
    max-width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .wpcf7-form-control-wrap input[type=file]:invalid {
  background-color: transparent !important;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload .wpcf7-form-control-wrap input[type=file]::file-selector-button {
  background-color: transparent;
  color: transparent;
  outline: none;
  border: none;
  width: 0;
  height: 0;
  margin-left: -10px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload:hover .file-upload-btn {
  background-color: #F7C53F;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload:hover .file-upload-btn .text-span {
  color: #9D1F5F;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field.form-field-file-upload:hover .file-upload-btn .chevron-span {
  background-image: url("images/upload-brand-1-icon.svg");
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 40px;
  background-color: #F7C53F;
  color: #80174C;
  border-radius: 1px;
  font-variation-settings: "wght" 600;
  min-height: 55px;
  text-align: center;
  line-height: normal;
  height: auto;
  font-size: 18px;
  transition: 0.2s;
  white-space: normal;
  gap: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-left: 30px;
  padding-right: 48px;
  padding-top: 14px;
  background-image: url("images/chevron-brand-1-icon.svg");
  background-size: 12px 17px;
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input[type=submit]:disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field input[type=submit] {
    width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field input[type=submit]:hover {
  background-color: #FBD54B;
}
@media (min-width: 1024px) {
  .contact-form .contact-form-container .wpcf7 form .form-col.form-col-1 {
    max-width: 324px;
  }
}
@media (min-width: 1024px) {
  .contact-form .contact-form-container .wpcf7 form .form-col.form-col-2 {
    max-width: 380px;
  }
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field-row {
  display: flex;
  gap: 26px;
}
.contact-form .contact-form-container .wpcf7 form .form-col .form-field-row.with-submit-btn input[type=submit] {
  margin-top: 37px;
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field-row.with-submit-btn input[type=submit] {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field-row.with-submit-btn {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1279px) {
  .contact-form .contact-form-container .wpcf7 form .form-col .form-field-row.with-submit-btn .form-field {
    width: 100%;
  }
}
.contact-form .contact-form-container .wpcf7 form .wpcf7-response-output {
  width: 100%;
  color: #ffffff;
  margin: 30px 0 0 0 !important;
  padding: 15px 20px;
}
@media (max-width: 1023px) {
  .contact-form .contact-form-container .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
  }
}
.contact-form .contact-form-container .wpcf7 form .wpcf7-spinner {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -32px;
}

body.page-template-template-contact .page-contact-header ul#breadcrumbs li a {
  color: #ffffff;
}
body.page-template-template-contact .page-contact-header ul#breadcrumbs li a:before {
  content: url("images/chevron-white-reversed-icon.svg");
}
body.page-template-template-contact .page-contact-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/page-header-contact-top-gradient-desktop-tablet.svg");
  background-size: 100% 320px;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
}
@media (max-width: 899px) {
  body.page-template-template-contact .page-contact-header:after {
    display: none;
  }
}
body.page-template-template-contact .page-contact-header .page-contact-header-background-image-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/page-header-contact-left-gradient.svg");
  background-size: 324px 100%;
  background-repeat: no-repeat;
  width: 324px;
  height: 100%;
}
@media (max-width: 899px) {
  body.page-template-template-contact .page-contact-header .page-contact-header-background-image-container:after {
    background-image: url("images/page-header-contact-top-gradient-mobile.svg");
    background-size: 100% 151px;
    background-repeat: no-repeat;
    width: 100%;
    height: 151px;
  }
}

body.search:not(body.post-type-archive-faq) main .searchform .search-field-input {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #9D1F5F;
}
body.search:not(body.post-type-archive-faq) main .searchform .search-submit {
  background-color: #9D1F5F;
}
body.search:not(body.post-type-archive-faq) main .searchform .search-submit svg path {
  fill: #ffffff;
}
body.search:not(body.post-type-archive-faq) main .searchform .search-submit:not(:disabled):hover {
  background-color: #80174C;
}

@media (min-width: 900px) {
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block:nth-of-type(even) .content-container {
    order: 2;
  }
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block:nth-of-type(even) .image-video-container {
    order: 1;
  }
}
@media (min-width: 900px) {
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block.reverse-order .content-container {
    order: 2;
  }
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block.reverse-order .image-video-container {
    order: 1;
  }
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block.reverse-order:nth-of-type(even) .content-container {
    order: 1;
  }
  body.page-template-template-flexible-content .z-format-blocks .z-format-blocks-container .z-format-block.reverse-order:nth-of-type(even) .image-video-container {
    order: 2;
  }
}

footer nav ul.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer nav ul.menu li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
footer nav ul.menu li a {
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 26px;
}
footer nav ul.menu li:not(.without-chevron):after {
  position: relative;
  top: 3px;
  content: url("images/chevron-brand-3-icon.svg");
}
footer nav ul.menu li:hover a {
  color: #FBD54B;
}

/*# sourceMappingURL=style.css.map */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 276px) {
  .container {
    max-width: 276px;
  }
}

@media (min-width: 285px) {
  .container {
    max-width: 285px;
  }
}

@media (min-width: 470px) {
  .container {
    max-width: 470px;
  }
}

@media (min-width: 520px) {
  .container {
    max-width: 520px;
  }
}

@media (min-width: 650px) {
  .container {
    max-width: 650px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 950px) {
  .container {
    max-width: 950px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1190px) {
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1367px;
  }
}

@media (min-width: 1430px) {
  .container {
    max-width: 1430px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1550px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1750px;
  }
}

@media (min-width: 1820px) {
  .container {
    max-width: 1820px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-600px\] {
  bottom: -600px;
}

.bottom-\[-70px\] {
  bottom: -70px;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.left-0 {
  left: 0px;
}

.left-\[30px\] {
  left: 30px;
}

.right-0 {
  right: 0px;
}

.right-\[-300px\] {
  right: -300px;
}

.right-\[-720px\] {
  right: -720px;
}

.right-\[30px\] {
  right: 30px;
}

.top-0 {
  top: 0px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[126px\] {
  top: 126px;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[35px\] {
  top: 35px;
}

.top-\[36px\] {
  top: 36px;
}

.top-\[41px\] {
  top: 41px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.order-1 {
  order: 1;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7\.5 {
  margin-bottom: 30px;
}

.ml-auto {
  margin-left: auto;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-5\.5 {
  margin-top: 22px;
}

.mt-\[-120px\] {
  margin-top: -120px;
}

.mt-\[-35px\] {
  margin-top: -35px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[106px\] {
  height: 106px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[353px\] {
  height: 353px;
}

.h-\[6px\] {
  height: 6px;
}

.h-full {
  height: 100%;
}

.max-h-\[243px\] {
  max-height: 243px;
}

.max-h-\[calc\(100vh-365px\)\] {
  max-height: calc(100vh - 365px);
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[529px\] {
  min-height: 529px;
}

.min-h-\[55px\] {
  min-height: 55px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[640px\] {
  min-height: 640px;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.min-h-\[791px\] {
  min-height: 791px;
}

.min-h-\[calc\(100vh-365px\)\] {
  min-height: calc(100vh - 365px);
}

.min-h-screen {
  min-height: 100vh;
}

.w-\[197px\] {
  width: 197px;
}

.w-\[30px\] {
  width: 30px;
}

.w-full {
  width: 100%;
}

.min-w-\[24px\] {
  min-width: 24px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.max-w-\[1136px\] {
  max-width: 1136px;
}

.max-w-\[199px\] {
  max-width: 199px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[298px\] {
  max-width: 298px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[376px\] {
  max-width: 376px;
}

.max-w-\[430px\] {
  max-width: 430px;
}

.max-w-\[50px\] {
  max-width: 50px;
}

.max-w-\[567px\] {
  max-width: 567px;
}

.max-w-\[588px\] {
  max-width: 588px;
}

.max-w-\[592px\] {
  max-width: 592px;
}

.max-w-\[596px\] {
  max-width: 596px;
}

.max-w-\[635px\] {
  max-width: 635px;
}

.max-w-\[726px\] {
  max-width: 726px;
}

.max-w-\[864px\] {
  max-width: 864px;
}

.max-w-\[972px\] {
  max-width: 972px;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.75 {
  gap: 3px;
}

.gap-1\.5 {
  gap: 5px;
}

.gap-1\.75 {
  gap: 6px;
}

.gap-1\.85 {
  gap: 7px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-10\.5 {
  gap: 42px;
}

.gap-12 {
  gap: 3rem;
}

.gap-12\.5 {
  gap: 50px;
}

.gap-13 {
  gap: 52px;
}

.gap-15 {
  gap: 60px;
}

.gap-16\.5 {
  gap: 70px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.25 {
  gap: 13px;
}

.gap-3\.5 {
  gap: 14px;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 22px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-x-13\.75 {
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.gap-x-15 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-x-7\.5 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-brand-1 {
  border-color: var(--color__brand-1);
}

.border-brand-1--lighter {
  border-color: var(--color__brand-1--lighter);
}

.border-brand-3 {
  border-color: var(--color__brand-3);
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-brand-1 {
  background-color: var(--color__brand-1);
}

.bg-brand-2 {
  background-color: var(--color__brand-2);
}

.bg-brand-3 {
  background-color: var(--color__brand-3);
}

.bg-brand-6 {
  background-color: var(--color__brand-6);
}

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

.bg-100 {
  background-size: 100%;
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3\.5 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11\.215 {
  padding-bottom: 46px;
}

.pb-11\.25 {
  padding-bottom: 47px;
}

.pb-13 {
  padding-bottom: 50px;
}

.pb-15 {
  padding-bottom: 60px;
}

.pb-2\.5 {
  padding-bottom: 10px;
}

.pb-22\.5 {
  padding-bottom: 90px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-5\.5 {
  padding-bottom: 22px;
}

.pb-50 {
  padding-bottom: 200px;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-6\.25 {
  padding-bottom: 25px;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pr-7\.5 {
  padding-right: 30px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-13 {
  padding-top: 50px;
}

.pt-15 {
  padding-top: 60px;
}

.pt-18\.75 {
  padding-top: 70px;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-21 {
  padding-top: 86px;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-center {
  text-align: center;
}

.\!text-3\.25xl {
  font-size: 2.125rem !important;
  line-height: 1.15 !important;
}

.text-2\.25xl {
  font-size: 1.625rem;
  line-height: 1.25;
}

.text-2\.5xl {
  font-size: 1.75rem;
  line-height: 1.25;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-3\.15xl {
  font-size: 2rem;
  line-height: 1.15;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.15;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.25;
}

.text-md {
  font-size: 1rem;
  line-height: 1.25;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.25;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-brand-1 {
  color: var(--color__brand-1);
}

.text-brand-2 {
  color: var(--color__brand-2);
}

.text-brand-3 {
  color: var(--color__brand-3);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gradient {
  background: linear-gradient(180deg, #9d1f5f 0%, #80174c 100%);
}

.bg-gradient-4 {
  background: linear-gradient(to top, #cb4e2a 0%, #DD7938 76.4%, #F7B54B 150%);
}

.bg-gradient-5-after {
  position: relative;
}

.bg-gradient-5-after:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  background: linear-gradient(to bottom, #f7c53f 0%, #ffffff 100%);
  opacity: 0.197;
  width: 100%;
  height: 689px;
}

.bg-gradient-6-after,
.bg-gradient-7-after {
  position: relative;
}

.bg-gradient-6-after:after,
.bg-gradient-7-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.197;
  width: 100%;
  height: 320px;
}

.bg-gradient-6-after:after {
  background: linear-gradient(to bottom, #f7c53f 0%, #ffffff 100%);
}

.bg-gradient-7-after:after {
  background: linear-gradient(to bottom, #9d1f5f 0%, #ffffff 100%);
}

.bg-gradient-8-after {
  position: relative;
}

.bg-gradient-8-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f7c53f 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
}

.text-shadow-1 {
  text-shadow: 0 6px 12px #7A212B;
}

.box-shadow-2 {
  box-shadow: 0 6px 12px rgba(122, 33, 43, 0.25);
}

.box-shadow-3 {
  box-shadow: 0 6px 12px rgba(247, 197, 63, 0.5);
}

.bg-split-gradient-1 {
  background: linear-gradient(to right bottom, #FBD54B 50%, #F4CD36 50%);
}

.bg-split-gradient-1-before {
  position: relative;
}

.bg-split-gradient-1-before:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right bottom, #FBD54B 50%, #F4CD36 50%);
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 448px);
  z-index: 0;
}

@media (max-width: 1649px) {
  .bg-split-gradient-1-before:before {
    width: calc(100% - 194px);
  }
}

@media (max-width: 899px) {
  .bg-split-gradient-1-before:before {
    width: 100%;
  }
}

.bg-split-gradient-2 {
  background: linear-gradient(to right bottom, #A1216B 50%, #921C5F 50%);
}

.with-chevron-brand-2-after:after,
.with-chevron-brand-3-after:after {
  position: relative;
  top: 4px;
}

.with-chevron-brand-2-after:after {
  content: url("images/chevron-brand-1-icon.svg");
}

.with-chevron-brand-3-after:after {
  content: url("images/chevron-brand-3-icon.svg");
}

.with-tick-text-before:before {
  content: url("images/tick-icon.svg");
  position: relative;
  height: 10px;
  top: -2px;
}

.with-brand-3-square-after {
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
}

.with-brand-3-square-after:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 208px;
  height: 208px;
  background-color: var(--color__brand-2);
  z-index: -1;
}

.with-location-pin-before:before {
  content: url("images/location-pin.svg");
}

.with-quesiton-mark-after:after {
  content: url("images/question-mark-icon.svg");
  position: relative;
  top: 3px;
}

.with-line-after {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.with-line-after:after {
  content: "";
  width: 52px;
  height: 4px;
}

.with-line-after.with-line-brand-3-after:after {
  background-color: var(--color__brand-3);
}

.with-line-after.gap-smaller {
  gap: 8px;
}

.with-chevron-brand-1-down-icon {
  position: relative;
}

.with-chevron-brand-1-down-icon:after {
  content: url("images/chevron-brand-1-down-icon.svg");
}

.img-clip-path {
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 100px 0%);
}

@media (max-width: 1023px) {
  .img-clip-path {
    clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
  }
}

.img-clip-path-2 {
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 60px 0%);
}

@media (max-width: 899px) {
  .img-clip-path-2 {
    clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
  }
}

.clip-path {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}

.bg-triangle {
  background-image: url("images/product-block-bg.svg");
  background-size: 376px 345px;
  background-repeat: no-repeat;
}

/* Font Weight Utilities */

.font-wght-500 {
  font-variation-settings: "wght" 500;
}

.font-wght-600 {
  font-variation-settings: "wght" 600;
}

.font-wght-700 {
  font-variation-settings: "wght" 700;
}

/* Italic Font Weight Utilities */

.hover\:bg-brand-3--hover:hover {
  background-color: var(--color__brand-3--hover);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.group:hover .group-hover\:fill-brand-3 {
  fill: var(--color__brand-3);
}

.group:hover .group-hover\:stroke-dark-grey {
  stroke: #E6E7E7;
}

@media (min-width: 470px) {
  .sm\:text-4\.5xl {
    font-size: 2.813rem;
    line-height: 1.15;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[50px\] {
    bottom: 50px;
  }

  .md\:left-\[43px\] {
    left: 43px;
  }

  .md\:right-\[50px\] {
    right: 50px;
  }

  .md\:right-\[80px\] {
    right: 80px;
  }

  .md\:top-\[36px\] {
    top: 36px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-\[270px\] {
    margin-right: 270px;
  }

  .md\:mt-7\.5 {
    margin-top: 30px;
  }

  .md\:mt-\[-35px\] {
    margin-top: -35px;
  }

  .md\:mt-\[35px\] {
    margin-top: 35px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[10px\] {
    height: 10px;
  }

  .md\:h-\[135px\] {
    height: 135px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:max-h-\[363px\] {
    max-height: 363px;
  }

  .md\:min-h-\[350px\] {
    min-height: 350px;
  }

  .md\:min-h-\[363px\] {
    min-height: 363px;
  }

  .md\:min-h-\[690px\] {
    min-height: 690px;
  }

  .md\:w-\[249px\] {
    width: 249px;
  }

  .md\:w-\[74vw\] {
    width: 74vw;
  }

  .md\:w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[324px\] {
    max-width: 324px;
  }

  .md\:max-w-\[651px\] {
    max-width: 651px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12\.5 {
    gap: 50px;
  }

  .md\:gap-13 {
    gap: 52px;
  }

  .md\:gap-13\.5 {
    gap: 54px;
  }

  .md\:gap-15 {
    gap: 60px;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-16\.5 {
    gap: 70px;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-26 {
    gap: 100px;
  }

  .md\:gap-3\.5 {
    gap: 14px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-7\.5 {
    gap: 30px;
  }

  .md\:gap-x-4\.5 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:p-13 {
    padding: 50px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-13 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:px-13\.5 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-20\.5 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .md\:py-7\.75 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-26\.5 {
    padding-top: 98px;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .md\:text-3\.15xl {
    font-size: 2rem;
    line-height: 1.15;
  }

  .md\:text-3\.25xl {
    font-size: 2.125rem;
    line-height: 1.15;
  }

  .md\:text-3\.65xl {
    font-size: 2.125rem;
    line-height: 1.15;
  }

  .md\:text-7\.25xl {
    font-size: 4.75rem;
    line-height: 1.15;
  }
}

@media (min-width: 900px) {
  .mdtwo\:absolute {
    position: absolute;
  }

  .mdtwo\:right-0 {
    right: 0px;
  }

  .mdtwo\:top-0 {
    top: 0px;
  }

  .mdtwo\:mt-11 {
    margin-top: 44px;
  }

  .mdtwo\:mt-\[-280px\] {
    margin-top: -280px;
  }

  .mdtwo\:block {
    display: block;
  }

  .mdtwo\:hidden {
    display: none;
  }

  .mdtwo\:h-full {
    height: 100%;
  }

  .mdtwo\:max-h-full {
    max-height: 100%;
  }

  .mdtwo\:min-w-\[450px\] {
    min-width: 450px;
  }

  .mdtwo\:max-w-\[438px\] {
    max-width: 438px;
  }

  .mdtwo\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .mdtwo\:max-w-\[560px\] {
    max-width: 560px;
  }

  .mdtwo\:max-w-\[581px\] {
    max-width: 581px;
  }

  .mdtwo\:max-w-\[690px\] {
    max-width: 690px;
  }

  .mdtwo\:flex-row {
    flex-direction: row;
  }

  .mdtwo\:justify-between {
    justify-content: space-between;
  }

  .mdtwo\:gap-10 {
    gap: 2.5rem;
  }

  .mdtwo\:gap-7\.5 {
    gap: 30px;
  }

  .mdtwo\:self-start {
    align-self: flex-start;
  }

  .mdtwo\:bg-cover {
    background-size: cover;
  }

  .mdtwo\:py-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mdtwo\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mdtwo\:pb-\[310px\] {
    padding-bottom: 310px;
  }

  .mdtwo\:pr-\[468px\] {
    padding-right: 468px;
  }

  .mdtwo\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-\[56px\] {
    left: 56px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[100px\] {
    right: 100px;
  }

  .lg\:top-\[53px\] {
    top: 53px;
  }

  .lg\:my-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-\[-100px\] {
    margin-right: -100px;
  }

  .lg\:mr-\[370px\] {
    margin-right: 370px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[570px\] {
    min-height: 570px;
  }

  .lg\:min-h-\[640px\] {
    min-height: 640px;
  }

  .lg\:w-\[268px\] {
    width: 268px;
  }

  .lg\:w-\[calc\(33\.3\%-19px\)\] {
    width: calc(33.3% - 19px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[134px\] {
    max-width: 134px;
  }

  .lg\:max-w-\[175px\] {
    max-width: 175px;
  }

  .lg\:max-w-\[199px\] {
    max-width: 199px;
  }

  .lg\:max-w-\[324px\] {
    max-width: 324px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[484px\] {
    max-width: 484px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[730px\] {
    max-width: 730px;
  }

  .lg\:max-w-\[864px\] {
    max-width: 864px;
  }

  .lg\:max-w-\[937px\] {
    max-width: 937px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-10\.7 {
    gap: 44px;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-22\.5 {
    gap: 85px;
  }

  .lg\:gap-23\.5 {
    gap: 90px;
  }

  .lg\:gap-26 {
    gap: 100px;
  }

  .lg\:gap-27\.75 {
    gap: 110px;
  }

  .lg\:gap-31 {
    gap: 120px;
  }

  .lg\:gap-33 {
    gap: 140px;
  }

  .lg\:gap-38 {
    gap: 152px;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-7\.5 {
    gap: 30px;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:px-13 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-19\.75 {
    padding-left: 78px;
    padding-right: 78px;
  }

  .lg\:py-27 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-4\.5 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-20\.70 {
    padding-bottom: 84px;
  }

  .lg\:pb-34\.5 {
    padding-bottom: 140px;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-13 {
    padding-left: 50px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-20\.70 {
    padding-top: 84px;
  }

  .lg\:pt-34\.5 {
    padding-top: 140px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3\.25xl {
    font-size: 2.125rem;
    line-height: 1.15;
  }
}

@media (min-width: 1190px) {
  .lgtwo\:block {
    display: block;
  }

  .lgtwo\:flex {
    display: flex;
  }

  .lgtwo\:hidden {
    display: none;
  }

  .lgtwo\:bg-transparent {
    background-color: transparent;
  }

  .lgtwo\:bg-gradient {
    background: linear-gradient(180deg, #9d1f5f 0%, #80174c 100%);
  }
}

@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[calc\(33\.3\%-38px\)\] {
    width: calc(33.3% - 38px);
  }

  .xl\:max-w-\[324px\] {
    max-width: 324px;
  }

  .xl\:max-w-\[592px\] {
    max-width: 592px;
  }

  .xl\:max-w-\[650px\] {
    max-width: 650px;
  }

  .xl\:max-w-\[932px\] {
    max-width: 932px;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-15\.5 {
    gap: 62px;
  }

  .xl\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1550px) {
  .xxl\:mr-\[-40px\] {
    margin-right: -40px;
  }

  .xxl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .xxl\:px-27\.5 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .xxl\:pl-27\.5 {
    padding-left: 108px;
  }
}

@media (min-width: 1650px) {
  .xxxl\:max-w-\[58vw\] {
    max-width: 58vw;
  }
}

@media (min-width: 1750px) {
  .xxxxl\:max-w-\[870px\] {
    max-width: 870px;
  }
}

@media (min-width: 1820px) {
  .xxxxxl\:max-w-\[931px\] {
    max-width: 931px;
  }
}

/*# sourceMappingURL=build.css.map */