@charset "UTF-8";
/***
Main grid
gutter width: 16px;
column width: 122px;
***/
/* convert to em from px */
/* convert to rem from px */
/* Fluid sizes - in pixels */
/* unit conversion used by font size */
/* media query mixins that use breakpoints set in constants.scss */
/* Slightly lighten a color
 * @access public
 * @param {Color} $color - color to tint
 * @param {Number} $percentage - percentage of `$color` in returned color
 * @return {Color}
 */
/* Slightly darken a color
 * @access public
 * @param {Color} $color - color to shade
 * @param {Number} $percentage - percentage of `$color` in returned color
 * @return {Color}
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.check input[type=checkbox]:checked + label::before, .check input[type=checkbox]:checked + input + label::before, .check input[type=radio]:checked + label::before, .check input[type=radio]:checked + input + label::before {
    background-color: #fff!important;
    border-color: #000!important;
}
.vs__dropdown-menu li{
	font-size: 16px !important;
}
#backToLogin{
	color: #fff!important
}
.primary-nav-sub-menu a{
	text-decoration: none!important;
}
.primary-nav-sub-menu a:hover{
	color: #fff;
}
.partners-block__inner {
   display: block!important;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
a.afc23-cart-icon.cart-link.-active.shopping_cart_btn {
	display:block!important;
}
a:focus, a:hover {
	color: #fff;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #000 !important;
    border-color: #000 !important;;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #000 !important;
    border-color: #000 !important;
    background-color: #FFFFFF;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FF0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

.button {
	background-color: #000 !important;
   color: #f1c066 !important;

}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  position: relative;
  width: 100%;
}

body.cancel-transitions * {
  transition: none !important;
}

body.-fixed {
  position: fixed;
}

body.-nav-active {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

section {
  position: relative;
}

.inline {
  display: inline-block;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay-link:hover ~ .arrow-icon-link,
.overlay-link:hover .arrow-icon-link {
  transform: scale(1.1);
}

.svg-sprite {
  display: none;
}

:root {
  --base-color: #000;
  --filterGraphic: url(/assets/img/icons/sprite-icon-filter-burgundy.svg);
  --filterGraphicWhite: url(/assets/img/icons/sprite-icon-filter-white.svg);
  --chevronDownWhite: url("/assets/img/icons/sprite-icon-chevron-down-white.svg");
  --chevronDownDarkPurple: url(/assets/img/icons/sprite-icon-chevron-down-burgundy.svg);
  --chevronRight: url(/assets/img/icons/sprite-icon-chevron-right.svg);
  --iconTickPurple: url(/assets/img/icons/sprite-icon-tick.svg);
  --shoppingArrow: url(/assets/img/icons/sprite-icon-shopping-arrow.svg);
  --footerBg: url(/media/8380/fic-footer-hospitality_black-and-burgundy.png) no-repeat center;
  --altProductsImageBg: url("/assets/img/graphics/stadium-listing-curve-mobile-dark.svg");
  --discoverBlockInnerBg: url("/assets/img/graphics/thick-swoosh-black.svg");
  --discoverBlockPerksBg: url("/assets/img/graphics/double-swoosh.svg");
  --seriesCurve: url(/assets/img/graphics/series-curve.svg);
  --imageText5050Graphic: url(/assets/img/graphics/thick-swoosh-purple-fadeout.svg);
  --partnersBg: url(/assets/img/graphics/thick-swoosh-purple-outline.svg);
  --stadiumListingCurve: url("/assets/img/graphics/stadium-listing-curve.svg");
  --stadiumListingCurveMobile: url("/assets/img/graphics/stadium-listing-curve-mobile.svg");
  --stadiumListingCurveMobileBlack: url("/assets/img/graphics/stadium-listing-curve-mobile-black.svg");
  --stadiumListingCurveMobileBeige: url("/assets/img/graphics/stadium-listing-curve-mobile-beige.svg");
  --productListingShapeBg: url("/assets/img/graphics/product-listing-shape.svg") no-repeat center center;
  --productListingShapeBgJustImage: url("/assets/img/graphics/product-listing-shape.svg");
  --productListingShapeBgDarkJustImage: url("/assets/img/graphics/product-listing-shape-dark.svg");
  --productListingMask: url("/assets/img/graphics/product-listing-mask.svg");
  --productListingMaskDark: url("/assets/img/graphics/product-listing-mask-dark.svg");
  --swooshDark: url(/assets/img/graphics/swoosh-dark.svg);
  --swooshDarkPurple: url(/assets/img/graphics/swoosh-dark-purple.svg);
  --stadiumMask: url("/assets/img/graphics/stadium-mask.svg");
  /*--aboutOutlineGraphic: url(/assets/img/graphics/about-outline.svg);*/
}

:root {
  --sectionPaddingX: clamp(1.2222222222rem, 0.4444444444rem + 3.3333333333vw, 4rem);
  --sectionPaddingY: clamp(2rem, 1.44rem + 2.4vw, 4rem);
}

.section-container {
  padding: var(--sectionPaddingY) 0;
}

.container {
  padding: 0 var(--sectionPaddingX);
  margin: 0 auto;
  width: 100%;
  max-width: calc(1640px + var(--sectionPaddingX) * 2);
}

.container--lg {
  max-width: calc(1375px + var(--sectionPaddingX) * 2);
}

.container--md {
  max-width: calc(1088px + var(--sectionPaddingX) * 2);
}

.container--sm {
  max-width: calc(820px + var(--sectionPaddingX) * 2);
}

/* Umbraco specific */
#app > .container,
.umb-grid > .grid-section > div > .container,
.AsianCupContent > .container {
  max-width: 100%;
  padding: 0;
}

.umb-grid > .grid-section > div > .container .row,
.AsianCupContent > .container .row {
  margin: 0;
}

.umb-grid > .grid-section > div > .container .row > *,
.AsianCupContent > .container .row > * {
  padding: 0;
}

@font-face {
  font-family: "AFC Numerals";
  src: url(/assets/fonts/afcnumerals-regular-webfont.woff) format("woff");
  src: url(/assets/fonts/afcnumerals-regular-webfont.woff2) format("woff2");
  font-weight: normal;
  font-display: swap;
}
:root {
  --headingColor: #000;
  --textColor: #767684;
}

html {
  font-size: 16px;
  line-height: 1.56rem;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  color: var(--textColor);
}

html[dir=rtl] body {
  font-family: "Montserrat Arabic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-top: 0;
  font-weight: normal;
  color: var(--headingColor);
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  color: var(--headingColor);
}

h1, .h1 {
  /** Pre phase 1 designs */
  /* 
  font-size: clamp(2.9444444444rem, 2.3688888889rem + 2.4666666667vw, 5rem);
  line-height: clamp(3.8888888889rem, 3.2977777778rem + 2.5333333333vw, 6rem);
  font-weight: $NotoLight;
  margin-bottom: 60px;
  letter-spacing: 5px;
  */
  font-size: clamp(2rem, 1.5017777778rem + 1.6vw, 3.2083333333rem);
  line-height: clamp(2.7777777778rem, 2.3888888889rem + 1.6666666667vw, 4.1666666667rem);
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 60px;
  letter-spacing: clamp(-0.0972222222rem, -0.0777777778rem - 0.0833333333vw, -0.1666666667rem);
}

h2, .h2, .product-result .inner-content .display-name {
  font-size: clamp(1.7777777778rem, 1.4506666667rem + 0.8666666667vw, 2.375rem);
  line-height: clamp(2.3333333333rem, 2.0844444444rem + 1.0666666667vw, 3.2222222222rem);
  font-weight: 600;
  letter-spacing: clamp(-0.0972222222rem, -0.0777777778rem - 0.0833333333vw, -0.1666666667rem);
}

.h2-large {
  font-size: clamp(1.9444444444rem, 1.4306666667rem + 1.6666666667vw, 3.2083333333rem);
  line-height: clamp(2.6666666667rem, 2.1688888889rem + 2.1333333333vw, 4.4444444444rem);
  font-weight: 300;
  margin-bottom: clamp(2.2222222222rem, 1.9111111111rem + 1.3333333333vw, 3.3333333333rem);
  letter-spacing: clamp(-0.0972222222rem, -0.0777777778rem - 0.0833333333vw, -0.1666666667rem);
}

.h2-medium {
  font-size: clamp(1.3888888889rem, 0.875rem + 1.6666666667vw, 2.6527777778rem);
  line-height: clamp(2.2222222222rem, 1.9111111111rem + 1.3333333333vw, 3.3333333333rem);
  margin-bottom: clamp(0.8888888889rem, 0.2044444444rem + 2.9333333333vw, 3.3333333333rem);
  font-weight: 700;
  letter-spacing: clamp(-0.0555555556rem, -0.04rem - 0.0666666667vw, -0.1111111111rem);
}

h3, .h3 {
  font-size: 1.5555555556rem;
  line-height: 1.9444444444rem;
}

h3--display, .h3--display {
  font-size: 3.6rem;
  line-height: 4.7777777778rem;
}

@media all and (max-width: 576px) {
  h3, .h3 {
    font-size: 1.2222222222rem;
    line-height: 1.6111111111rem;
  }
}
h4, .h4 {
  font-size: 1.3333333333rem;
  line-height: 1.444444444rem;
}

h4--display, .h4--display {
  font-size: 3rem;
  line-height: 3.7222222222rem;
}

@media all and (max-width: 576px) {
  h4--display, .h4--display {
    font-size: 1.9444444444rem;
    line-height: 1.9444444444rem;
  }
}
h5, .h5 {
  font-size: clamp(1rem, 0.9688888889rem + 0.1333333333vw, 1.1111111111rem);
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
}

p {
  font-size: clamp(0.8888888889rem, 0.7328888889rem + 0.1333333333vw, 0.875rem);
  margin-top: 0;
  margin-bottom: 1.5em;
}

.p-large {
  font-size: clamp(1rem, 0.7973333333rem + 0.3333333333vw, 1.1527777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
}

.p-small {
  font-size: 14px;
  line-height: 19px;
}

@media all and (max-width: 576px) {
  .p-small {
    line-height: 25px;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  transition: text-decoration-color 0.25s ease;
}

a:hover {
  text-decoration-color: transparent;
	color: #000;
}


address,
cite {
  font-style: normal;
}

blockquote {
  position: relative;
  margin: 0;
}

blockquote:before {
  content: "“";
}

blockquote:after {
  content: "”";
}

cite {
  display: block;
}

:root {
  --siteHeaderHeight: 64px;
}

@media all and (max-width: 1024px) {
  :root {
    --siteHeaderHeight: 42px;
  }
}
.site-header-wrapper {
  position: relative;
  width: 100%;
  height: var(--siteHeaderHeight);
}

.site-header-wrapper--phase1 {
  height: 80px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1001;
}
.primary-navigation{
	margin-left: auto;
}
.site-header__logo {
  position: absolute;
  top: 18px;
	left:20px;
}

html[dir=rtl] .site-header__logo {
  left: auto;
  right: clamp(0.8888888889rem, 0.0177777778rem + 3.7333333333vw, 4rem);
}

@media (max-width: 767px) {
  .site-header__logo img {
    width: 98px;
  }
}


@media (min-width: 768px) {
  .site-header__logo img {
    width: 116px;
  }
}
.site-header__logo img {
  height: auto;
  transform-origin: 50% 0;
  will-change: transform;
  transition: transform 0.25s ease;
}


.site-header__top,
.site-header__bottom {
  display: flex;
  align-items: center;
  width: 100%;
	padding-right: 20px;
	min-height: 64px;
}

html[dir=rtl] .site-header__top,
html[dir=rtl] .site-header__bottom {
  /*padding: 0 calc(clamp(0.8888888889rem, -1.04rem + 8.2666666667vw, 7.7777777778rem) + var(--sectionPaddingX) * 2) 0 var(--sectionPaddingX);*/
}

.site-header__top {
  background: #000;
}

.site-header__bottom {
  display: flex;
  align-items: center;
  background-color: #000;
}

@media all and (max-width: 1024px) {
  .site-header__bottom {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    height: 100vh;
    height: 100dvh;
    padding: var(--sectionPaddingX, --sectionPaddingX, --sectionPaddingY);
    overflow: auto;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .site-header__bottom.-nav-active {
    transform: translateX(0);
  }
  html[dir=rtl] .site-header__bottom {
    padding: var(--sectionPaddingX, --sectionPaddingX, --sectionPaddingY);
  }
}
.site-header__top-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  color: #FFF;
}

@media all and (max-width: 1024px) {
  .site-header__top-right {
    display: none;
  }
}
.site-header__top-right > a {
  display: flex;
  font-size: 14px;
}

    .site-header__top-right > a:hover .icon {
        color: #fff;
    }

.site-header__top-right .icon {
  color: #FFFFFF;
  transition: color 0.25s ease;
}

html[dir=rtl] .site-header__top-right {
  margin-left: 0;
  margin-right: auto;
}

.site-header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
	padding: 15px 0px;
}

.site-header__menu .icon {
  color: #FFFFFF;
}

.afc23-eco-floating-menu .gold-label {
    color: #fff;
}

@media all and (min-width: 1025px) {
  .site-header__menu {
    display: none;
  }
}
@media all and (max-width: 1025px) {
 .language.en {
	 right:80px!important;
 }
}
html[dir=rtl] .site-header__menu {
  margin-left: 0;
  margin-right: auto;
}

.current_user,
.afc23-menu-icon.logged-in {
  position: relative;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  padding: 2px 15px 2px 45px;
}

.current_user .icon,
.afc23-menu-icon.logged-in .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.current_user:before,
.afc23-menu-icon.logged-in:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 48px;
  left: 60%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #FFF;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.user_pop--active .current_user:before, .user_pop--active .user_pop {
  opacity: 1;
  visibility: visible;
}

.user_pop {
  opacity: 0;
  visibility: hidden;
}

.user_pop,
.login-floating-popup {
  width: 398px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  position: absolute;
  top: 72px;
  right: var(--sectionPaddingX);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.user_pop__head p, .user_pop__foot p, .user_pop .preview-title p,
.login-floating-popup__head p,
.login-floating-popup__foot p,
.login-floating-popup .preview-title p {
  margin-bottom: 0;
}

.user_pop__head,
.user_pop .preview-title,
.login-floating-popup__head,
.login-floating-popup .preview-title {
  display: flex;
  flex-direction: column;
  padding: 20px !important;
  border-bottom: solid 2px #EFEFF0;
}

.user_pop__head p,
.user_pop .preview-title p,
.login-floating-popup__head p,
.login-floating-popup .preview-title p {
  color: #000;
}

.user_pop__head .user_pop__h1,
.user_pop .preview-title .user_pop__h1,
.login-floating-popup__head .user_pop__h1,
.login-floating-popup .preview-title .user_pop__h1 {
  padding-bottom: 10px;
}

.user_pop__body,
.login-floating-popup__body {
  color: #000;
}

.user_pop__body .user_pop__link:last-child,
.login-floating-popup__body .user_pop__link:last-child {
  border-bottom: 0;
}

.user_pop__body p,
.login-floating-popup__body p {
  margin-bottom: 0;
}

.user_pop__link,
.user_pop .my-account > a,
.user_pop .logout > a,
.login-floating-popup__link,
.login-floating-popup .my-account > a,
.login-floating-popup .logout > a {
  padding: 30px 30px 30px 50px;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #EFEFF0;
}

.user_pop__link:after,
.user_pop .my-account > a:after,
.user_pop .logout > a:after,
.login-floating-popup__link:after,
.login-floating-popup .my-account > a:after,
.login-floating-popup .logout > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}

.user_pop__link .icon,
.user_pop .my-account > a .icon,
.user_pop .logout > a .icon,
.login-floating-popup__link .icon,
.login-floating-popup .my-account > a .icon,
.login-floating-popup .logout > a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #000;
}

.user_pop__foot,
.user_pop .customer-list,
.login-floating-popup__foot,
.login-floating-popup .customer-list {
  background-color: #F4F3EF;
  color: #767684;
  text-align: center;
  padding: 16px 20px;
}

.user_pop__h1,
.login-floating-popup__h1 {
  font-size: 23px;
  line-height: 1.2;
}

.user_pop__close,
.login-floating-popup__close {
  background-color: transparent;
  outline: none;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}

html[dir=rtl] .user_pop,
html[dir=rtl] .login-floating-popup {
  right: auto;
  left: var(--sectionPaddingX);
  border-bottom-right-radius: 0;
}

.login-floating-popup {
  border: none !important;
  top: 72px !important;
  right: var(--sectionPaddingX) !important;
  padding: 0 !important;
  overflow: visible;
}

@media all and (max-width: 1024px) {
  .login-floating-popup {
    display: none;
  }
}
.login-floating-popup:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 12%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #FFF;
  pointer-events: none;
}

.login-floating-popup .preview-title .closeBtn {
  background-color: transparent !important;
}

.login-floating-popup .my-account,
.login-floating-popup .logout {
  padding-top: 0 !important;
}

.login-floating-popup .separator {
  display: none;
}

.login-floating-popup .customer-list {
  order: 2;
}

.login-floating-popup .customer-list .customer {
  margin: 0;
}

.login-floating-popup .my-account > a .icon,
.login-floating-popup .logout > a .icon {
  margin: 0;
}

.afc23-eco-floating-menu {
  align-items: center;
}

#AsianCup .afc23-eco-floating-menu .wishlist-icon-container {
  margin-left: 15px;
}

#AsianCup .afc23-eco-floating-menu .wishlist-icon-container .wishlist-icon path {
  fill: #FFFFFF !important;
  transition: fill 0.25s ease;
}

    #AsianCup .afc23-eco-floating-menu .wishlist-icon-container:hover .wishlist-icon path {
        fill: #fff !important;
    }

#AsianCup .afc23-eco-floating-menu .wishlist-icon-container .numItemsCart {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 12px;
  height: 12px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  font-size: 9px;
  line-height: 12px;
  background-color: transparent !important;
  transform: none !important;
}

#AsianCup .afc23-eco-floating-menu .wishlist-icon-container .numItemsCart:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px 0;
  background: #FE4C4A;
  position: absolute;
  z-index: -1;
}

#AsianCup .afc23-eco-floating-menu .wishlist-icon-container .numItemsCart .number {
  transform: none !important;
  line-height: 12px;
  font-weight: 400 !important;
  right: 0;
  position: relative;
}

.site-footer {
  position: relative;
  padding: clamp(0.333333rem, 0.4rem + 2vw, 1.666667rem) 0 clamp(0.333333rem, 0.4622222222rem + 0.733333vw, -0.555556rem);
  margin-top: -2px;
  color: #FFF;
  background-color: #000;
  background: var(--footerBg);
  background-size: cover;
}

.button-sf {
	background-color: #f1c066 !important;
	color: #000000 !important;
}

@media all and (max-width: 768px) {
  .site-footer {
    background: linear-gradient(180deg, #000 0%, #2F2F2F 50%);
  }
}
.site-footer .language-selector__options {
  background-color: rgba(32, 0, 68, 0.75);
  width: 175%;
}

.site-footer__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  z-index: 0;
  display: none;
}

@media all and (max-width: 768px) {
  .site-footer__bg-image {
    display: none;
  }
}
.site-footer__bg-image--mobile {
  display: none;
  max-width: none;
  width: 100%;
  height: auto;
  max-height: 50%;
  -o-object-position: center top;
  object-position: center top;
  top: auto;
  bottom: 0;
  display: none;
}

@media all and (max-width: 768px) {
  .site-footer__bg-image--mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .site-footer__bg-image--hospitality {
    display: block;
  }
}
.site-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
  z-index: 1;
}

@media all and (min-width: 769px) {
  .site-footer__grid {
    grid-template-columns: 30% 40% 30%;
  }
}
.site-footer__column {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 769px) {
  .site-footer__column:nth-child(2) .site-footer__match-logo {
    display: none;
  }
  .site-footer__column:nth-child(3) {
    text-align: right;
  }
  .site-footer__column:nth-child(3) .site-footer__links li {
    justify-content: flex-end;
  }
  html[dir=rtl] .site-footer__column:nth-child(3) {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .site-footer__column {
    text-align: center;
    align-items: center;
  }
  .site-footer__column:not(:first-child) {
    margin-top: 80px;
  }
  .site-footer__column:nth-child(2) {
    order: 3;
  }
  .site-footer__column:nth-child(3) .site-footer__match-logo {
    display: none;
  }
}
.site-footer__column h2, .site-footer__column .site-footer__links li {
  font-size: 16px;
  line-height: 28px;
}

.site-footer__column h2 {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.site-footer__column .button {
  margin: clamp(1.333333rem, 0.4rem + 2vw, 2.666667rem) auto clamp(2rem, 0.626667rem + 0.6vw, 1.333333rem);
  background-color: #FFFFFF;
	color: #000000;
}

@media all and (max-width: 768px) {
  .site-footer__column .button {
    margin: clamp(6.1111111111rem, 4.4rem + 7.3333333333vw, 12.2222222222rem) auto;
  }
}
.site-footer__column p {
  margin: 0;
}

.site-footer__logo {
  display: block;
  margin: 0 auto;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links > li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  color: #FFF;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .site-footer__links > li {
    justify-content: center;
    padding-bottom: 24px;
  }
}
.site-footer__links > li a {
  color: inherit;
  text-decoration-color: transparent;
}

.site-footer__links > li a:hover {
  text-decoration-color: inherit;
  text-decoration: underline;
}

.site-footer__match-logo {
  margin: auto 0 16px auto;
}

@media all and (min-width: 769px) {
  html[dir=rtl] .site-footer__match-logo {
    margin: auto auto 16px 0;
  }
}
@media all and (max-width: 768px) {
  .site-footer__match-logo {
    margin: 36px auto 0;
  }
}
.site-navigation {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-navigation li {
  display: block;
}

.site-navigation li a {
  position: relative;
  display: block;
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  line-height: 32px;
  padding: 13px clamp(0.8888888889rem, 0.3288888889rem + 2.4vw, 2.8888888889rem) 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -1px;
}

@media all and (min-width: 1025px) {
  .site-navigation li a:hover, .site-navigation li a.active {
    color: #FFFFFF;
    background-color: #000;
  }
  .site-navigation li a.active {
    font-weight: 700;
  }
}
@media all and (max-width: 1024px) {
  .site-navigation li a.active, .site-navigation li a:hover {
    font-weight: 700;
    color: #FFFFFF;
  }
}
@media all and (max-width: 1024px) {
  .site-navigation li:first-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 20px);
    background-color: #000;
  }
}
@media all and (max-width: 1024px) {
  .primary-navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.primary-navigation__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px clamp(5.444444rem, -0.24rem + 2.933333vw, 0.9rem);
}

@media all and (min-width: 1025px) {
  .primary-navigation__list {
    padding: 0px 0px 0px clamp(7.444444rem, -0.24rem + 2.933333vw, 0.9rem);*/
    -moz-column-gap: clamp(0rem, -0.6222222222rem + 2.6666666667vw, 2.2222222222rem);
    column-gap: clamp(0rem, -0.822rem + 2.4vw, 1.8rem);
    flex-direction: row;
  }
  html[dir=rtl] .primary-navigation__list {
    padding: 0 clamp(0.4444444444rem, -0.24rem + 2.9333333333vw, 2.8888888889rem) 0 0;
  }
}
.primary-navigation__list > li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 17px 0 19px;
  letter-spacing: -0.2px;
}

@media all and (max-width: 1024px) {
  .primary-navigation__list > li {
    padding: 12px 0 14px;
  }
  .primary-navigation__list > li.active > a {
    color: #fff;
  }
  .primary-navigation__list > li.active > a::before {
    color: transparent;
  }
}
.primary-navigation__list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
}

@media all and (max-width: 1024px) {
  .primary-navigation__list > li > a {
    align-items: flex-start;
  }
}
.primary-navigation__list > li > a::before {
  content: attr(title);
  content: attr(title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}

.primary-navigation__list > li > a:hover {
  color:  #F1C066;
}

@media all and (min-width: 1025px) {
	.primary-nav-sub-menu {
		z-index: 1;
	}
    .primary-navigation__list > li:hover > a {
        color: #F1C066;
        font-weight: 700;
    }
  .primary-navigation__list > li:hover .primary-nav-sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.primary-nav-sub-menu {
  background-color: #000;
  color: #FFF;
}

@media all and (min-width: 1025px) {
  .primary-nav-sub-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 314px;
    padding: 12px 16px 16px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
}
@media all and (max-width: 1024px) {
  .primary-nav-sub-menu {
    display: none;
  }
}
.primary-nav-sub-menu > ul {
  list-style: none;
  padding: 0 0 0 var(--sectionPaddingX);
  margin: 0 0 24px;
}

@media all and (min-width: 1025px) {
  .primary-nav-sub-menu > ul {
    padding: 0;
    margin: 0 0 32px;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  .primary-nav-sub-menu > ul:last-child {
    margin-bottom: 0;
  }
  html[dir=rtl] .primary-nav-sub-menu > ul {
    padding: 0 var(--sectionPaddingX) 0 0;
  }
}
.primary-nav-sub-menu > ul > li {
  font-weight: 300;
}

@media all and (max-width: 1024px) {
  .primary-nav-sub-menu > ul > li {
    font-size: 16px;
    line-height: 26px;
  }
}
.primary-nav-sub-menu > ul > li:not(:last-child) {
  padding-bottom: 8px;
}


.primary-nav-sub-menu > ul > li:hover,
.primary-nav-sub-menu > ul > li > a:hover {
  text-decoration-color: #FFF;
}

.primary-nav-sub-menu__label {
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}

@media all and (max-width: 1024px) {
  .primary-nav-sub-menu__label {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
  }
}
.primary-navigation__close {
  background: none;
  padding: 0;
  border: none;
  margin-left: auto;
}

html[dir=rtl] .primary-navigation__close {
  margin-left: 0;
  margin-right: auto;
}

@media all and (min-width: 1025px) {
  .primary-navigation__close {
    display: none;
  }
}
.primary-navigation__close .icon {
  color: #FFF;
}

.primary-nav-sub-menu__toggle {
  position: absolute;
  right: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: 0;
}

@media all and (min-width: 1025px) {
  .primary-nav-sub-menu__toggle {
    display: none;
  }
}
.primary-nav-sub-menu__toggle::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}

html[dir=rtl] .primary-nav-sub-menu__toggle::after {
  left: auto;
  right: 6px;
}

.primary-nav-sub-menu__toggle.active {
  transform: scaleY(-1);
}

html[dir=rtl] .primary-nav-sub-menu__toggle {
  right: auto;
  left: 0;
}

.primary-navigation__additional {
  padding-top: var(--sectionPaddingY);
}

@media all and (min-width: 1025px) {
  .primary-navigation__additional {
    display: none;
  }
}
.primary-navigation__additional > a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 12px;
  text-decoration-color: transparent;
}

.primary-navigation__additional > a:hover {
  color: #FFF;
  text-decoration-color: #FFF;
}

.primary-navigation__additional > a .icon {
  flex-shrink: 0;
  color: #FFFFFF;
  min-width: 24px;
  margin-right: 8px;
}

html[dir=rtl] .primary-navigation__additional > a .icon {
  margin-right: 0;
  margin-left: 8px;
}

.pagination {
  padding: clamp(1.3333333333rem, 0.4622222222rem + 3.7333333333vw, 4.4444444444rem) 0;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(1.3333333333rem, 1.2088888889rem + 0.5333333333vw, 1.7777777778rem);
  column-gap: clamp(1.3333333333rem, 1.2088888889rem + 0.5333333333vw, 1.7777777778rem);
}

.pagination ul li {
  font-size: clamp(1.1111111111rem, 1.0177777778rem + 0.4vw, 1.4444444444rem);
  font-weight: 600;
  color: #200044;
}

.pagination ul li a {
  color: #200044;
  text-decoration: none;
  will-change: color;
  transition: color 0.3s ease;
}

.pagination ul li a:hover {
  color: #000;
}

.pagination ul li.active a {
  color: #000;
}

.pagination ul li.pagination__prev, .pagination ul li.pagination__next {
  position: relative;
  font-size: 16px;
  line-height: 14px;
  color: #200044;
}

.pagination ul li.pagination__prev a, .pagination ul li.pagination__next a {
  color: inherit;
}

.pagination ul li.pagination__prev::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #767684;
  border-left: 2px solid #767684;
  transform: rotate(-45deg);
  transition: left 0.25s ease;
}

.pagination ul li.pagination__prev:hover::before {
  left: -15px;
}

.pagination ul li.pagination__next::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #767684;
  border-right: 2px solid #767684;
  transform: rotate(45deg);
  transition: right 0.25s ease;
}

.pagination ul li.pagination__next:hover::after {
  right: -15px;
}

.accordion-block {
  padding: clamp(0rem, -0.4977777778rem + 2.1333333333vw, 1.7777777778rem) 0;
}

.accordion-block--map {
  padding: 0;
}

.accordion {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #D0D0DE;
}

@media all and (max-width: 576px) {
  .accordion {
    padding-bottom: 12px;
  }
}
.accordion-block.accordion-block--map .accordion {
  border-bottom: none;
  padding-bottom: 0;
}

.accordion-heading {
  display: block;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.accordion-block.accordion-block--map .accordion-heading {
  padding-left: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D0D0DE;
}

html[dir=rtl] .accordion-block.accordion-block--map .accordion-heading {
  padding-left: 20px;
  padding-right: 50px;
}

.accordion-block.accordion-block--map .accordion-heading::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 4px 2px;
  transform: rotate(-45deg) skew(-3deg, -3deg);
  background-color: white;
}

html[dir=rtl] .accordion-block.accordion-block--map .accordion-heading::before {
  left: auto;
  right: 3px;
}

.accordion-block.accordion-block--map .accordion-heading--stadiums::before {
  background-color: #000;
}

.accordion-block.accordion-block--map .accordion-heading--accommodation::before {
  background-color: #9DE32E;
}

.accordion-block.accordion-block--map .accordion-heading--transport::before {
  background-color: #C5BCFF;
}

.accordion-heading > span {
  font-size: clamp(1rem, 0.9688888889rem + 0.1333333333vw, 1.1111111111rem);
  line-height: 30px;
  font-weight: 600;
  transition: color 0.25s ease;
}

.accordion-block.accordion-block--map .accordion-heading > span {
  font-weight: 600;
}

.accordion.active .accordion-heading > span {
  color: #000;
}

.accordion-heading:hover > span {
  color: #000;
}

.accordion-heading::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 3px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #200044;
  border-bottom: 2px solid #200044;
  transform: rotate(45deg);
}

html[dir=rtl] .accordion-heading::after {
  right: auto;
  left: 3px;
}

.accordion.active .accordion-heading::after {
  top: 14px;
  transform: rotate(45deg) scale(-1);
}

.accordion-content {
  display: block;
  padding: 1px 0;
}

.accordion-content > *:last-child {
  margin-bottom: 0;
}

.accordion-block.accordion-block--map .accordion-content {
  padding: 1px 0 clamp(1.1111111111rem, 0.8rem + 1.3333333333vw, 2.2222222222rem);
}

.accordion-content p {
  margin-top: 0;
}

.accordion-content > *:first-child {
  margin-top: 1rem;
}

:root {
  --buttonBgColor: #000;
  --buttonTextColor: #FFF;
  --buttonHoverBgColor: #6a4dfa;
  --buttonHoverTextColor: #FFF;
}

.button,
.eco-alert.alert-warning .btn-alert-action,
.product-result .team-specific-series-results .tss-availability .tss-btn-select,
.product-result .single-match-package-info .atc.select-suite-btn,
.product-result .single-match-package-results .footer .footer-buttons .checkout button,
.product-result .final-round-series-results .footer .footer-buttons .checkout button,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button,
.product-result .venue-series-results .footer .footer-buttons .checkout button,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button,
.product-result .falcon-series-results .footer .footer-buttons .checkout button,
.product-result .fwc-btn.outline,
.select-products__modal .modal-container .popup-footer__button:last-child,
.modal-container .popup-footer__button:last-child,
.tabs-container .subfilters-button,
.tabs-container .single-match-package-subfilters .clear-filters,
.sidebar .filterButtonsContainer .fwc-btn:first-child,
.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left {
  display: inline-flex;
  justify-content: center;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 11px clamp(1.2222222222rem, 0.9111111111rem + 1.3333333333vw, 2.3333333333rem) 15px;
  will-change: border-radius, background-color, color;
  transition: border-radius 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  background-color: #32363c;
  color: #f1c066;
  text-align: center;
}

    .button:hover,
    .eco-alert.alert-warning .btn-alert-action:hover,
    .product-result .team-specific-series-results .tss-availability .tss-btn-select:hover,
    .product-result .single-match-package-info .atc.select-suite-btn:hover,
    .product-result .single-match-package-results .footer .footer-buttons .checkout button:hover,
    .product-result .final-round-series-results .footer .footer-buttons .checkout button:hover,
    .product-result .team-specific-series-results .footer .footer-buttons .checkout button:hover,
    .product-result .venue-series-results .footer .footer-buttons .checkout button:hover,
    .product-result .knock-out-series-results .footer .footer-buttons .checkout button:hover,
    .product-result .falcon-series-results .footer .footer-buttons .checkout button:hover,
    .product-result .fwc-btn.outline:hover,
    .modal-container .popup-footer__button:hover:last-child,
    .tabs-container .subfilters-button:hover,
    .tabs-container .single-match-package-subfilters .clear-filters:hover,
    .sidebar .filterButtonsContainer .fwc-btn:hover:first-child,
    .shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left:hover {
        background-color: #fff;
        color: #FFF;
    }


.button--narrow {
  padding-left: 28px;
  padding-right: 28px;
}

.button--white.wb {
  background-color: #f1c066;
  color: #000;
}

.button--white:hover {
  /*background-color: #F0F0F7;
  color: #200044;*/
}

.button--dark-purple {
  background-color: #200044;
  color: #9DE32E;
}

.button--dark-purple:hover {
  background-color: #380077;
  color: #9DE32E;
}

.button--gold {
  background-color: #A28248;
  color: #FFF;
}

.button--gold:hover {
  background-color: #907440;
  color: #FFF;
}

.button--green {
  background-color: #9DE32E;
  color: #200044;
}

.button--green:hover {
  background-color: #91da1d;
  color: #200044;
}

.button--border {
  background-color: transparent;
  border: 2px solid #200044;
  padding: 9px 42px 13px;
  color: #200044;
}

.button--border:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #200044;
}

.button--border.button--narrow {
  padding-left: 26px;
  padding-right: 26px;
}

.button--border-fg-white {
  color: #FFF;
}

.button--border-purple-6 {
  border-color: #3B2771;
}

.button--border-purple-6:hover {
  background-color: #efebf8;
  color: #3B2771;
}

.button--border-purple-2 {
  border-color: #000;
  color: #000;
}

.button--border-purple-2:hover {
  background-color: white;
  color: #000;
}

.button--small {
  font-size: 14px;
  padding: 4px 31px 5px;
}

.button--block {
  display: block;
  width: 100%;
}

.button:disabled, .button.disabled,
.eco-alert.alert-warning .btn-alert-action:disabled,
.product-result .team-specific-series-results .tss-availability .tss-btn-select:disabled,
.product-result .single-match-package-info .atc.select-suite-btn:disabled,
.product-result .single-match-package-results .footer .footer-buttons .checkout button:disabled,
.product-result .final-round-series-results .footer .footer-buttons .checkout button:disabled,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button:disabled,
.product-result .venue-series-results .footer .footer-buttons .checkout button:disabled,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button:disabled,
.product-result .falcon-series-results .footer .footer-buttons .checkout button:disabled,
.product-result .fwc-btn.outline:disabled,
.modal-container .popup-footer__button:disabled:last-child,
.tabs-container .subfilters-button:disabled,
.tabs-container .single-match-package-subfilters .clear-filters:disabled,
.sidebar .filterButtonsContainer .fwc-btn:disabled:first-child,
.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left:disabled,
.eco-alert.alert-warning .disabled.btn-alert-action,
.product-result .team-specific-series-results .tss-availability .disabled.tss-btn-select,
.product-result .single-match-package-info .disabled.atc.select-suite-btn,
.product-result .single-match-package-results .footer .footer-buttons .checkout button.disabled,
.product-result .final-round-series-results .footer .footer-buttons .checkout button.disabled,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button.disabled,
.product-result .venue-series-results .footer .footer-buttons .checkout button.disabled,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button.disabled,
.product-result .falcon-series-results .footer .footer-buttons .checkout button.disabled,
.product-result .disabled.fwc-btn.outline,
.modal-container .disabled.popup-footer__button:last-child,
.tabs-container .disabled.subfilters-button,
.tabs-container .single-match-package-subfilters .disabled.clear-filters,
.sidebar .filterButtonsContainer .disabled.fwc-btn:first-child,
.shopping-cart-preview .preview-footer__action-container .disabled.fwc-btn.right.left {
  pointer-events: none;
}

.button .icon,
.eco-alert.alert-warning .btn-alert-action .icon,
.product-result .team-specific-series-results .tss-availability .tss-btn-select .icon,
.product-result .single-match-package-info .atc.select-suite-btn .icon,
.product-result .single-match-package-results .footer .footer-buttons .checkout button .icon,
.product-result .final-round-series-results .footer .footer-buttons .checkout button .icon,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button .icon,
.product-result .venue-series-results .footer .footer-buttons .checkout button .icon,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button .icon,
.product-result .falcon-series-results .footer .footer-buttons .checkout button .icon,
.product-result .fwc-btn.outline .icon,
.modal-container .popup-footer__button:last-child .icon,
.tabs-container .subfilters-button .icon,
.tabs-container .single-match-package-subfilters .clear-filters .icon,
.sidebar .filterButtonsContainer .fwc-btn:first-child .icon,
.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left .icon {
  margin-right: 16px;
}

.button a,
.eco-alert.alert-warning .btn-alert-action a,
.product-result .team-specific-series-results .tss-availability .tss-btn-select a,
.product-result .single-match-package-info .atc.select-suite-btn a,
.product-result .single-match-package-results .footer .footer-buttons .checkout button a,
.product-result .final-round-series-results .footer .footer-buttons .checkout button a,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button a,
.product-result .venue-series-results .footer .footer-buttons .checkout button a,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button a,
.product-result .falcon-series-results .footer .footer-buttons .checkout button a,
.product-result .fwc-btn.outline a,
.select-products__modal .modal-container .popup-footer__button:last-child a,
.modal-container .popup-footer__button:last-child a,
.tabs-container .subfilters-button a,
.tabs-container .single-match-package-subfilters .clear-filters a,
.sidebar .filterButtonsContainer .fwc-btn:first-child a,
.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left a {
  text-decoration: none;
}

.add-to-favourites {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background: none;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}

.add-to-favourites .icon {
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #000;
}

.add-to-favourites:hover .icon {
  transform: scale(1.1);
}

/*** Global and page-specific form style ***/
:root {
  --inputBorderColor: #E7E6DB;
}

.form-container {
  padding-top: clamp(2.2222222222rem, 1.5377777778rem + 2.9333333333vw, 4.6666666667rem);
}

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

fieldset > *:last-child {
  margin-bottom: 0;
}

fieldset [class^=col] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

fieldset button {
  margin-top: 1rem;
}

fieldset h3 {
  font-size: clamp(1rem, 0.9377777778rem + 0.2666666667vw, 1.2222222222rem);
  line-height: clamp(1.5555555556rem, 1.4933333333rem + 0.2666666667vw, 1.7777777778rem);
  font-weight: 600;
}

.fieldset-grid {
  display: grid;
  grid-template-columns: 100%;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media all and (min-width: 769px) {
  .fieldset-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 769px) {
  .fieldset-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1025px) {
  .fieldset-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 769px) {
  .fieldset-grid--1-3 {
    grid-template-columns: 25% 1fr;
  }
}
.fieldset-group {
  position: relative;
  padding: clamp(3.1111111111rem, 2.8622222222rem + 1.0666666667vw, 4rem) 0 calc(clamp(3.1111111111rem, 2.8622222222rem + 1.0666666667vw, 4rem) - clamp(0.6666666667rem, 0.48rem + 0.8vw, 1.3333333333rem));
}

.fieldset-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #D0D0DE;
}

@media all and (min-width: 1441px) {
  .fieldset-group::before {
    width: calc(100% + var(--sectionPaddingX) * 2);
  }
}
.fieldset-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.fieldset-group:first-child::before {
  display: none;
}

.form-help h3 {
  margin-bottom: 0.25em;
}

.form-help p {
  font-size: 14px;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

label.hidden {
  visibility: hidden;
  height: 0 !important;
  width: 0 !important;
  font-size: 0 !important;
  margin: 0 !important;
}

button {
  border: none;
}

input {
  display: block;
  width: 100%;
}

input[type=radio], input[type=checkbox] {
  height: auto;
}

input[type=submit] {
  width: auto;
  border: none;
}

.input-wrap {
  position: relative;
}

.phone-country-selector {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  left: 0;
  padding: 10px clamp(1rem, 0.86rem + 0.6vw, 1.5rem);
  border-right: 1px solid var(--inputBorderColor);
  transform: translateY(-50%);
  cursor: pointer;
}

.phone-country-selector img {
  margin-right: 7px;
}

.phone-country-selector + input {
  padding-left: clamp(6.2222222222rem, 5.88rem + 1.4666666667vw, 7.4444444444rem);
}

html[dir=rtl] .phone-country-selector {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid var(--inputBorderColor);
}

html[dir=rtl] .phone-country-selector img {
  margin-right: 0;
  margin-left: 7px;
}

html[dir=rtl] .phone-country-selector + input {
  padding-left: 0;
  padding-right: clamp(6.2222222222rem, 5.88rem + 1.4666666667vw, 7.4444444444rem);
}

input,
textarea,
.textarea,
select {
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: clamp(0.7222222222rem, 0.6133333333rem + 0.4666666667vw, 1.1111111111rem) clamp(1rem, 0.86rem + 0.6vw, 1.5rem);
  margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  border: 1px solid var(--inputBorderColor);
  background-color: #FFF;
  color: #000;
}

input:disabled,
textarea:disabled,
.textarea:disabled,
select:disabled {
  background-color: #F7F7F7;
}

input.input-validation-error,
textarea.input-validation-error,
.textarea.input-validation-error,
select.input-validation-error {
  border-color: #DC3545;
  background-color: rgba(220, 53, 69, 0.05);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(32, 0, 68, 0.5);
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(32, 0, 68, 0.5);
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(32, 0, 68, 0.5);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(32, 0, 68, 0.5);
}

.select-wrapper,
select,
.ecommerce.new-checkout .btn-view-summary-wrap .btn-view-summary,
.AsianCupContent .product .productSummary .select-quantity,
.product-result .quantity-selector.select-menu .quantity-select-dropdown,
.tabs-container .single-match-package-subfilters .acc-responsive .v-select {
  position: relative;
  width: 100%;
  padding: clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 52px clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: var(--chevronDownDarkPurple);
  background-size: 16px;
  background-position: right 32px center;
  background-repeat: no-repeat;
}

html[dir=rtl] .select-wrapper,
html[dir=rtl] select,
html[dir=rtl] .ecommerce.new-checkout .btn-view-summary-wrap .btn-view-summary,
.ecommerce.new-checkout .btn-view-summary-wrap html[dir=rtl] .btn-view-summary,
html[dir=rtl] .AsianCupContent .product .productSummary .select-quantity,
.AsianCupContent .product .productSummary html[dir=rtl] .select-quantity,
html[dir=rtl] .product-result .quantity-selector.select-menu .quantity-select-dropdown,
.product-result .quantity-selector.select-menu html[dir=rtl] .quantity-select-dropdown,
html[dir=rtl] .tabs-container .single-match-package-subfilters .acc-responsive .v-select,
.tabs-container .single-match-package-subfilters .acc-responsive html[dir=rtl] .v-select {
  padding: clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 26px clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 52px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper .select-arrow {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  pointer-events: none;
}

.select-wrapper .select-arrow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.select-wrapper--secondary select {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  border-radius: 50px;
  border-color: #000;
}

.select-wrapper--secondary .select-arrow {
  top: 7px;
  right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #200044;
}

.select-wrapper--secondary .select-arrow::before {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) translateY(-2px) rotate(45deg);
}

textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

html[dir=rtl] input[type=radio],
html[dir=rtl] input[type=checkbox] {
  left: auto;
  right: -9999px;
}

.checkbox-wrapper label,
.radio-wrapper label,
.product-result .check label,
.checkout-payment .option label,
.checkout-payment .internalOption label,
.checkout-payment .card-option label,
.ecommerce.checkout-register .check label {
  display: block;
  font-size: 16px;
  line-height: 28px;
  min-height: 28px;
  color: #767684;
  cursor: pointer;
  background-image: none !important;
}

.form-container .checkbox-wrapper label,
.form-container .radio-wrapper label,
.form-container .product-result .check label,
.form-container .checkout-payment .option label,
.form-container .checkout-payment .internalOption label,
.form-container .checkout-payment .card-option label,
.form-container .ecommerce.checkout-register .check label {
  font-size: 16px;
  font-weight: 400;
}

.radio-wrapper--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.radio-wrapper--inline label {
  margin: 0 10px 1rem;
  padding: 0.5rem 1rem;
  min-width: 150px;
  border: 2px solid #000;
  border-radius: 25px;
  opacity: 0.5;
  transition-property: opacity, border-color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

.radio-wrapper--inline label:hover {
  opacity: 1;
}

.radio-wrapper--inline input[type=radio]:checked + label,
.radio-wrapper--inline input[type=radio]:checked + input + label {
  background-color: #200044;
  border-color: #200044;
  opacity: 1;
}

.checkbox-wrapper .input-wrap,
.product-result .check .input-wrap,
.checkout-payment .option .input-wrap,
.checkout-payment .internalOption .input-wrap,
.checkout-payment .card-option .input-wrap,
.ecommerce.checkout-register .check .input-wrap {
  margin-bottom: 1em;
}

.checkbox-wrapper .star-rating,
.product-result .check .star-rating,
.checkout-payment .option .star-rating,
.checkout-payment .internalOption .star-rating,
.checkout-payment .card-option .star-rating,
.ecommerce.checkout-register .check .star-rating {
  position: relative;
  top: 5px;
}

.checkbox-wrapper label,
.product-result .check label,
.checkout-payment .option label,
.checkout-payment .internalOption label,
.checkout-payment .card-option label,
.ecommerce.checkout-register .check label {
  position: relative;
  padding-left: 34px;
}

html[dir=rtl] .checkbox-wrapper label,
html[dir=rtl] .product-result .check label,
html[dir=rtl] .checkout-payment .option label,
html[dir=rtl] .checkout-payment .internalOption label,
html[dir=rtl] .checkout-payment .card-option label,
html[dir=rtl] .ecommerce.checkout-register .check label {
  padding-left: 0;
  padding-right: 34px;
}

.form-container .checkbox-wrapper label,
.form-container .product-result .check label,
.form-container .checkout-payment .option label,
.form-container .checkout-payment .internalOption label,
.form-container .checkout-payment .card-option label,
.form-container .ecommerce.checkout-register .check label {
  margin-bottom: clamp(0.6666666667rem, 0.48rem + 0.8vw, 1.3333333333rem);
}

.checkbox-wrapper label::before,
.product-result .check label::before,
.checkout-payment .option label::before,
.checkout-payment .internalOption label::before,
.checkout-payment .card-option label::before,
.ecommerce.checkout-register .check label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 3px !important;
  background-position: center !important;
  background-size: 14px 10px !important;
  background-repeat: no-repeat !important;
}

.form-container .checkbox-wrapper label::before,
.form-container .product-result .check label::before,
.form-container .checkout-payment .option label::before,
.form-container .checkout-payment .internalOption label::before,
.form-container .checkout-payment .card-option label::before,
.form-container .ecommerce.checkout-register .check label::before {
  background-color: #FFF;
}

html[dir=rtl] .checkbox-wrapper label::before,
html[dir=rtl] .product-result .check label::before,
html[dir=rtl] .checkout-payment .option label::before,
html[dir=rtl] .checkout-payment .internalOption label::before,
html[dir=rtl] .checkout-payment .card-option label::before,
html[dir=rtl] .ecommerce.checkout-register .check label::before {
  left: auto;
  right: 0;
}

.checkbox-wrapper input[type=checkbox]:checked + label::before,
.checkbox-wrapper input[type=checkbox]:checked + input + label::before,
.checkbox-wrapper input[type=radio]:checked + label::before,
.checkbox-wrapper input[type=radio]:checked + input + label::before,
.product-result .check input[type=checkbox]:checked + label::before,
.product-result .check input[type=checkbox]:checked + input + label::before,
.product-result .check input[type=radio]:checked + label::before,
.product-result .check input[type=radio]:checked + input + label::before,
.checkout-payment .option input[type=checkbox]:checked + label::before,
.checkout-payment .option input[type=checkbox]:checked + input + label::before,
.checkout-payment .option input[type=radio]:checked + label::before,
.checkout-payment .option input[type=radio]:checked + input + label::before,
.checkout-payment .internalOption input[type=checkbox]:checked + label::before,
.checkout-payment .internalOption input[type=checkbox]:checked + input + label::before,
.checkout-payment .internalOption input[type=radio]:checked + label::before,
.checkout-payment .internalOption input[type=radio]:checked + input + label::before,
.checkout-payment .card-option input[type=checkbox]:checked + label::before,
.checkout-payment .card-option input[type=checkbox]:checked + input + label::before,
.checkout-payment .card-option input[type=radio]:checked + label::before,
.checkout-payment .card-option input[type=radio]:checked + input + label::before,
.ecommerce.checkout-register .check input[type=checkbox]:checked + label::before,
.ecommerce.checkout-register .check input[type=checkbox]:checked + input + label::before,
.ecommerce.checkout-register .check input[type=radio]:checked + label::before,
.ecommerce.checkout-register .check input[type=radio]:checked + input + label::before {
  background-color: #fff;
  border-color: #000;
  background-image: var(--iconTickPurple);
}

.checkbox-wrapper.fieldset-grid .input-wrap,
.product-result .check.fieldset-grid .input-wrap,
.checkout-payment .option.fieldset-grid .input-wrap,
.checkout-payment .internalOption.fieldset-grid .input-wrap,
.checkout-payment .card-option.fieldset-grid .input-wrap,
.ecommerce.checkout-register .check.fieldset-grid .input-wrap {
  margin-bottom: 0;
}

.checkout-payment .option label::after,
.checkout-payment .internalOption label::after,
.checkout-payment .card-option label::after {
  display: none !important;
}

.product-result .filterCheck:checked + .filterLabelCheck::before,
.product-result .tss-category-select:checked + label::before {
  background-color: #DCD5FF;
  border-color: #000;
  background-image: var(--iconTickPurple);
}

input[type=range].range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  padding: 0;
  border-radius: 5px;
  margin-top: 10px;
  border: none;
  background: #F0F0F7;
  outline: none;
  transition: background-color 0.25s ease;
}

input[type=range].range-slider:hover {
  background-color: var(--inputBorderColor);
}

input[type=range].range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #200044;
  outline: 7px solid #6269AB;
  border-radius: 100%;
  transform: translateY(-50%);
  cursor: pointer;
}

input[type=range].range-slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #200044;
  outline: 7px solid #6269AB;
  border-radius: 100%;
  transform: translateY(-50%);
  cursor: pointer;
}

.datalist__range {
  display: flex;
  justify-content: space-between;
  color: #200044;
  width: 100%;
  margin-bottom: 5px;
}

.field-note {
  font-size: 0.6666666667rem;
  line-height: 0.8888888889rem;
  display: block;
  margin: 0.25rem 0 0.5rem;
}

.input-validation-error {
  border-color: #DC3545;
}

/* Search Form (seen on the Search Page) */
.search-form {
  margin-bottom: 5rem;
}

@media all and (max-width: 576px) {
  .search-form {
    margin-bottom: 0;
  }
}
.search-form input {
  font-size: 2.2222222222rem;
  line-height: 2.7777777778rem;
  color: #000;
  border: none;
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding: 1rem 0 1rem 76px;
  transition: border-color 0.25s ease;
}

.search-form input::-webkit-input-placeholder {
  color: #000;
}

.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.search-form input:-ms-input-placeholder {
  color: #000;
}

.search-form input:hover, .search-form input:focus {
  border-bottom-color: #200044;
}

@media all and (max-width: 576px) {
  .search-form input {
    font-size: 1.6666666667rem;
    line-height: 2.2222222222rem;
    padding-left: 56px;
  }
}
.search-form .search-submit {
  width: 56px;
  height: 56px;
  right: auto;
  left: 0;
  background-color: transparent;
}

@media all and (max-width: 576px) {
  .search-form .search-submit {
    width: 36px;
    height: 36px;
  }
}
.search-area h2 {
  margin-top: 4rem;
}

/*** CONTACT FORM ***/
.section-container + .section-container.contact-form {
  padding-top: 0;
  margin-top: calc(var(--sectionPaddingY) * -3);
}

/*** Umbraco specific ***/
.vs__search {
  font-size: 18px !important;
  font-family: "Montserrat", Arial, sans-serif;
  padding-left: 25px;
}

html[dir=rtl] .vs__search {
  font-family: "Montserrat Arabic", sans-serif;
}

.icon-facebook {
  width: 12px;
  height: 22px;
}

.icon-twitter {
  width: 22px;
  height: 18px;
}

.icon-linkedin,
.icon-instagram {
  width: 22px;
  height: 22px;
}

.icon-search {
  width: 24px;
  height: 24px;
}

.icon-calendar {
  width: 26px;
  height: 28px;
}

.icon-right-arrow {
  width: 14px;
  height: 10px;
}

.icon-single-bed {
  width: 28px;
  height: 25px;
}

.icon-people {
  width: 31px;
  height: 23px;
}

.icon-star-fill,
.icon-star-outline {
  width: 17px;
  height: 16px;
}

.icon-map {
  width: 22px;
  height: 20px;
}

.icon-filter {
  width: 19px;
  height: 17px;
}

.icon-filter-close {
  width: 14px;
  height: 14px;
}

.icon-heart-outline {
  width: 28px;
  height: 24px;
}

.icon-left-arrow-thick {
  width: 19px;
  height: 10px;
}

.icon-download {
  width: 18px;
  height: 18px;
}

.icon-stadium {
  width: 73px;
  height: 53px;
}

.icon-stadium-arr {
  width: 27px;
  height: 16px;
}

.icon-user {
  width: 18px;
  height: 20px;
}

.icon-cart {
  width: 22px;
  height: 21px;
}

.icon-wishlist {
  width: 22px;
  height: 21px;
}

.icon-menu {
  width: 18px;
  height: 12px;
}

.icon-close {
  width: 24px;
  height: 24px;
}

.icon-product-match-club {
  width: 74px;
  height: 73px;
}

.icon-product-match-club.small {
  width: 32px;
  height: 31.28px;
}

.icon-product-pearl {
  width: 75px;
  height: 59px;
}

.icon-product-pearl.small {
  width: 32px;
  height: 25.31px;
}

.icon-product-private {
  width: 74px;
  height: 79px;
}

.icon-product-private.small {
  width: 32px;
  height: 33.98px;
}

.icon-product-business {
  width: 74px;
  height: 77px;
}

.icon-product-business.small {
  width: 32px;
  height: 33.17px;
}

.icon-product-placeholder {
  width: 86px;
  height: 67px;
}

.icon-package-falcon {
  width: 87px;
  height: 33px;
}

.icon-package-final {
  width: 87px;
  height: 33px;
}

.icon-package-venue {
  width: 73px;
  height: 52px;
}

.icon-arrow-left {
  width: 16px;
  height: 16px;
}

.icon-chat {
  width: 27px;
  height: 27px;
}

.icon-sa-pin {
  width: 20px;
  height: 24px;
}

.icon-sa-phone {
  width: 22px;
  height: 22px;
}

.icon-sa-mail {
  width: 23px;
  height: 18px;
}

.icon-sa-globe {
  width: 22px;
  height: 22px;
}

.icon-shopping-close {
  width: 27px;
  height: 27px;
}

.icon-shopping-arrow {
  width: 27px;
  height: 16px;
}

.icon-info {
  width: 22px;
  height: 22px;
}

.icon-success {
  width: 50px;
  height: 49px;
}

.icon-logout {
  width: 20px;
  height: 20px;
}

.icon-heart {
  width: 29px;
  height: 25px;
}

:root {
  --languageOptionsBg: #3C0010;
}

.language {
  position: relative;
  display: flex;
  font-size: clamp(0.7638888889rem, 0.655rem + 0.4666666667vw, 1.1527777778rem);
  line-height: 28px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}

.language.ar {
  position: absolute;
  display: block;
  left: 120px;
}
@media (max-width: 1025px) {
    .language.ar {
        left: 80px;
    }
}
.language.en {
  position: absolute;
  display: block;
	right: 180px;
}
.language a {
  color: inherit;
  text-decoration: none;
}

@media all and (max-width: 640px) {
  .site-header-wrapper.site-header-wrapper--phase1 .language {
    display: none;
  }
}

@media (max-width: 1200px) {
    .current_user, .afc23-menu-icon.logged-in {
        border: none;
    }
	.language.en {
    	right: 120px!important;
	}
}
.language-selector {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

.language-selector > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 5px;
  cursor: pointer;
}

html[dir=rtl] .language-selector > span {
  padding: 0 5px 0 20px;
}

.language-selector > span::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

html[dir=rtl] .language-selector > span::after {
  right: auto;
  left: 5px;
}

.language-selector.open > span::after {
  top: 13px;
  transform: rotate(45deg) scale(-1);
}

.language-selector__options {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150%;
  padding: 10px 20px 10px 10px;
  background-color: #0A0A0A;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: right;
}

html[dir=rtl] .language-selector__options {
  text-align: left;
}

.language-selector__options a:hover {
  font-weight: 700;
}

.rich-text {
  /* We're using an inner-outer file structure here so that the umbraco text 
    editor in the CMS can use a different scss file which imports the inner 
    file but not the outer file. richtext-rte will be used by the site as well
    as the CMS, the code here will only be used by the site, not the cms. So code
    being used by the CMS text editor should NOT be put here
  */
  /* We're using an inner-outer file structure here so that the umbraco text
    editor in the CMS can use a different scss file which imports the inner
    file but not the outer file. This file will be used by the site as well
    as the CMS, richtext.scss will only be used by the site, not the cms
  */
}

.rich-text > * + h2, .rich-text > * + h3, .rich-text > * + h4, .rich-text > * + h5, .rich-text > * + h6 {
  margin-top: 3em;
}

.rich-text .left-float {
  margin: 0 10px 10px 0;
}

.rich-text .right-float {
  margin: 0 0 10px 10px;
}

.rich-text > p {
  margin-bottom: 2rem;
}

.rich-text > p a {
  transition: color 0.2s ease-in;
}

.rich-text > p a:hover {
  text-decoration: none;
}

.rich-text > p + h2, .rich-text > p h3, .rich-text > p h4, .rich-text > p h5, .rich-text > p h6 {
  margin-top: 4rem;
}

.rich-text > img {
  margin: 1rem 0 2rem;
}

.rich-text ul, .rich-text ol {
  list-style: none;
  padding: 0;
}

.rich-text ul > li, .rich-text ol > li {
  position: relative;
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  padding-left: 36px;
  padding-bottom: 16px;
}

html[dir=rtl] .rich-text ul > li, html[dir=rtl] .rich-text ol > li {
  padding-left: 0;
  padding-right: 36px;
}

.rich-text ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #000;
}

html[dir=rtl] .rich-text ul li::before {
  left: auto;
  right: 4px;
}

.rich-text ol {
  counter-reset: number;
}

.rich-text ol li::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

html[dir=rtl] .rich-text ol li::before {
  left: auto;
  right: 0;
}

.rich-text li {
  position: relative;
}

.rich-text .card--video {
  width: 100%;
}

.rich-text .card--video .card__content {
  max-width: 560px;
}

[data-simple-tab-content]:not(.active) {
  display: none;
}

.star-rating {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  margin-bottom: 2em;
}

    .star-rating .icon-star-fill {
        color: #f1c066;
    }

    .star-rating .icon-star-outline {
        color: #f1c066;
    }

.youtube-player-wrapper .yt-thumb,
.youtube-player-wrapper .video-wrapper-play,
.video-wrapper .yt-thumb,
.video-wrapper .video-wrapper-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.youtube-player-wrapper .yt-thumb.hide-thumb,
.youtube-player-wrapper .video-wrapper-play.hide-thumb,
.video-wrapper .yt-thumb.hide-thumb,
.video-wrapper .video-wrapper-play.hide-thumb {
  pointer-events: none;
}

.youtube-player-wrapper .yt-thumb.hide-thumb img, .youtube-player-wrapper .yt-thumb.hide-thumb .play,
.youtube-player-wrapper .video-wrapper-play.hide-thumb img,
.youtube-player-wrapper .video-wrapper-play.hide-thumb .play,
.video-wrapper .yt-thumb.hide-thumb img,
.video-wrapper .yt-thumb.hide-thumb .play,
.video-wrapper .video-wrapper-play.hide-thumb img,
.video-wrapper .video-wrapper-play.hide-thumb .play {
  opacity: 0;
}

.youtube-player-wrapper {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}

.youtube-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.23%;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper video,
.video-wrapper [data-vimeo-id] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrapper video,
.video-wrapper [data-vimeo-id] {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.25s ease;
}

.video-wrapper.playing video,
.video-wrapper.playing [data-vimeo-id] {
  opacity: 1;
  pointer-events: auto;
}

.video-wrapper.playing .video-wrapper-play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shopping_cart_btn,
.wishlist_btn {
  position: relative;
}

.shopping_cart_btn:before,
.wishlist_btn:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 45px;
  left: 60%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #FFF;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.shopping_cart_btn span,
.wishlist_btn span {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 12px;
  height: 12px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  font-size: 9px;
  line-height: 12px;
}

.shopping_cart_btn span:before,
.wishlist_btn span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px 0;
  background: #FE4C4A;
  position: absolute;
  z-index: -1;
}

.cart_pop--active .shopping_cart_btn:before, .cart_pop--active .cart_pop, .cart_pop--active .wishlist_btn:before {
  opacity: 1;
  visibility: visible;
}

.cart_pop {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.cart_pop,
.shopping-cart-preview {
  width: 398px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 72px;
  right: var(--sectionPaddingX);
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.cart_pop__head, .cart_pop__foot, .cart_pop .preview-header, .cart_pop .preview-footer,
.shopping-cart-preview__head,
.shopping-cart-preview__foot,
.shopping-cart-preview .preview-header,
.shopping-cart-preview .preview-footer {
  padding: 20px !important;
}

.cart_pop__head p, .cart_pop__foot p, .cart_pop .preview-header p, .cart_pop .preview-footer p,
.shopping-cart-preview__head p,
.shopping-cart-preview__foot p,
.shopping-cart-preview .preview-header p,
.shopping-cart-preview .preview-footer p {
  margin-bottom: 0;
}

.cart_pop__head, .cart_pop .preview-header,
.shopping-cart-preview__head,
.shopping-cart-preview .preview-header {
  display: flex;
  align-items: center;
}

.cart_pop__scroll, .cart_pop .preview-cart__products-container,
.shopping-cart-preview__scroll,
.shopping-cart-preview .preview-cart__products-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.cart_pop__arrow,
.shopping-cart-preview__arrow {
  display: block;
  width: 44px;
  height: 40px;
  background-color: #EFEFF0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.cart_pop__arrow:before,
.shopping-cart-preview__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  aspect-ratio: 27/16;
  height: 16px;
  background: no-repeat center center;
  background-size: cover;
  background-image: var(--shoppingArrow);
  z-index: 2;
  pointer-events: none;
}

.cart_pop__arrow--up,
.shopping-cart-preview__arrow--up {
  top: -20px;
}

.cart_pop__arrow--down,
.shopping-cart-preview__arrow--down {
  bottom: 0;
}

.cart_pop__arrow--down:before,
.shopping-cart-preview__arrow--down:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.cart_pop__body,
.shopping-cart-preview__body {
  color: #000;
  display: grid;
  row-gap: 10px;
  padding: 0 20px;
}

.cart_pop__body p,
.shopping-cart-preview__body p {
  margin-bottom: 0;
}

.cart_pop__foot,
.cart_pop .preview-footer,
.shopping-cart-preview__foot,
.shopping-cart-preview .preview-footer {
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgb(10, 10, 10) 0%, rgb(25, 25, 25) 41%, rgb(47, 47, 47) 100%);
  color: #FFF;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.cart_pop__foot p,
.cart_pop .preview-footer p,
.shopping-cart-preview__foot p,
.shopping-cart-preview .preview-footer p {
  text-align: left;
}

.cart_pop__h1, .cart_pop .preview-header__title,
.shopping-cart-preview__h1,
.shopping-cart-preview .preview-header__title {
  font-size: 25px;
  line-height: 1.2;
}

.cart_pop__h1, .cart_pop__no_items, .cart_pop .preview-header__title,
.shopping-cart-preview__h1,
.shopping-cart-preview__no_items,
.shopping-cart-preview .preview-header__title {
  color: #000;
}

.cart_pop__no_items,
.shopping-cart-preview__no_items {
  margin-left: auto;
  padding-left: 10px;
  margin-right: 30px;
  font-size: 16px;
}

.cart_pop__close,
.shopping-cart-preview__close {
  background-color: transparent;
  outline: none;
  border: 0;
}

.cart_pop__foot_p,
.shopping-cart-preview__foot_p {
  font-size: 18px;
  font-weight: 600;
}

.cart_pop__total--currency,
.shopping-cart-preview__total--currency {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

.cart_pop__total--price,
.shopping-cart-preview__total--price {
  font-size: 32px;
  font-weight: 700;
}

.cart_pop__checkout,
.shopping-cart-preview__checkout {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

html[dir=rtl] .cart_pop,
html[dir=rtl] .shopping-cart-preview {
  right: auto;
  left: var(--sectionPaddingX);
  border-bottom-right-radius: 0;
}

.cart_item,
.hospitality-product-detail-preview {
  border: solid 2px #EFEFF0;
}

.cart_item__summary,
.hospitality-product-detail-preview__summary {
  border-bottom: solid 2px #EFEFF0;
}

.cart_item__head,
.hospitality-product-detail-preview__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cart_item__head--series,
.hospitality-product-detail-preview__head--series {
  font-size: 18px;
}

.cart_item__head--stadium,
.hospitality-product-detail-preview__head--stadium {
  font-size: 16px;
  color: #767684;
}

.cart_item__seat,
.hospitality-product-detail-preview__seat {
  color: #767684;
  position: relative;
  padding-left: 34px;
  padding-bottom: 10px;
}

.cart_item__seat .icon,
.hospitality-product-detail-preview__seat .icon {
  position: absolute;
  top: -2px;
  left: 0;
  transform: scale(0.8);
  transform-origin: left;
}

.cart_item__fixture span,
.hospitality-product-detail-preview__fixture span {
  display: inline-block;
  min-width: 24px;
}

.cart_item__fixture--title,
.hospitality-product-detail-preview__fixture--title {
  color: #767684;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border-bottom: solid 2px rgba(118, 118, 132, 0.12);
}

.cart_item__summary, .cart_item__totals,
.hospitality-product-detail-preview__summary,
.hospitality-product-detail-preview__totals {
  padding: 20px 30px;
}

.cart_item__totals,
.hospitality-product-detail-preview__totals {
  display: flex;
  flex-direction: column;
}

.cart_item__totals p,
.hospitality-product-detail-preview__totals p {
  line-height: 21px;
}

.cart_item__row,
.hospitality-product-detail-preview__row {
  display: flex;
  justify-content: space-between;
}

.cart_item__row--total,
.hospitality-product-detail-preview__row--total {
  padding-top: 10px;
}

.cart_item__total--currency,
.hospitality-product-detail-preview__total--currency {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.cart_item__total--price,
.hospitality-product-detail-preview__total--price {
  font-size: 20px;
  font-weight: 700;
}

.cart_item--empty .cart_item__summary,
.hospitality-product-detail-preview--empty .cart_item__summary {
  border: 0;
}

.shopping-cart-preview {
  top: 72px !important;
  right: calc(var(--sectionPaddingX) / 2) !important;
  border: none !important;
  padding: 0 !important;
  width: 398px !important;
}

@media all and (max-width: 1024px) {
  .shopping-cart-preview {
    display: none;
  }
}
.shopping-cart-preview:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 5px 0;
  display: block;
  position: absolute;
  top: 0;
  right: 3px!important;
  transform: translateY(-50%) rotate(45deg);
  background-color: #FFF;
  pointer-events: none;
}

.shopping-cart-preview .preview-header {
  padding: 20px 50px 20px 20px !important;
}

.shopping-cart-preview .preview-header__title .preview-header__icon {
  display: none;
}

.shopping-cart-preview .preview-header__close-btn {
  background-color: transparent !important;
}

.shopping-cart-preview .preview-header__close-btn .icon {
  color: #000;
}

.shopping-cart-preview .preview-cart__products-container {
  padding: 0 20px 20px !important;
  margin-bottom: 20px !important;
  overflow-y: scroll !important;
  background-color: #FFF !important;
  color: #000 !important;
}

.shopping-cart-preview .hospitality-product-detail-preview {
  padding: 20px 0 !important;
}

.shopping-cart-preview .hospitality-product-detail-preview:not(:last-child) {
  margin-bottom: 10px;
}

.shopping-cart-preview .hospitality-product-detail-preview span {
  color: #000 !important;
}

.shopping-cart-preview .hospitality-product-detail-preview .product,
.shopping-cart-preview .hospitality-product-detail-preview .more-details {
  padding: 0 20px;
}

.shopping-cart-preview .hospitality-product-detail-preview .product {
  padding-bottom: 12px !important;
  border-bottom-width: 2px !important;
  border-bottom-color: #EFEFF0 !important;
}

.shopping-cart-preview .hospitality-product-detail-preview .more-details {
  margin-top: 14px !important;
}

.shopping-cart-preview .hospitality-product-detail-preview .price {
  font-weight: 700;
}

.shopping-cart-preview .product-separator {
  display: none !important;
}

.shopping-cart-preview .preview-footer {
  margin-top: 0 !important;
}

.shopping-cart-preview .preview-footer__price-row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  align-items: flex-end;
}

.shopping-cart-preview .preview-footer__text,
.shopping-cart-preview .preview-footer__price.products {
  color: #FFF !important;
}

.shopping-cart-preview .preview-footer__price.products {
  font-size: 28px !important;
  line-height: 28px;
  font-weight: 700 !important;
}

.shopping-cart-preview .preview-footer__action-container {
  width: 100%;
}

.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left {
  margin: 0 !important;
}

.shopping-cart-preview .preview-footer__action-container .fwc-btn.right.left .triangle {
  display: none;
}

.asian-cup-block__inner {
  position: relative;
  padding: clamp(5.5555555556rem, 4rem + 6.6666666667vw, 11.1111111111rem) 0 clamp(4.7222222222rem, 3.4rem + 5.6666666667vw, 9.4444444444rem);
}

.asian-cup-block__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.asian-cup-block__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.asian-cup-block__content {
  position: relative;
  padding: 0 clamp(1.7777777778rem, 1.1555555556rem + 2.6666666667vw, 4rem);
}

@media all and (min-width: 577px) {
  .asian-cup-block__content {
    text-align: center;
  }
}
.asian-cup-block__content h2, .asian-cup-block__content .h1 {
  margin-bottom: 1em;
  margin-top: 0;
}

.asian-cup-block__content p {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  color: #767684;
}

.chat-block__inner {
  position: relative;
  background-color: #9DE32E;
  padding: clamp(3.1666666667rem, 3.0266666667rem + 0.6vw, 3.6666666667rem) 16px clamp(3.8888888889rem, 3.5622222222rem + 1.4vw, 5.0555555556rem);
  color: #FFF;
  text-align: center;
}

@media all and (max-width: 576px) {
  .chat-block__inner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.chat-block__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16px);
  background-color: #200044;
  z-index: 0;
}

.chat-block__inner > * {
  position: relative;
}

.chat-block__inner h2 {
  margin-bottom: clamp(1.3333333333rem, 0.96rem + 1.6vw, 2.6666666667rem);
}

.chat-block__inner p {
  margin-bottom: 0;
}

.chat-block__inner .button {
  margin-top: clamp(1.7777777778rem, 1.4044444444rem + 1.6vw, 3.1111111111rem);
}

:root {
  --discoverBlockInnerBg: url("/assets/img/graphics/thick-swoosh-black.svg");
  --discoverBlockPerksBg: url("/assets/img/graphics/double-swoosh.svg");
}

.discover-block {
  position: relative;
  background-color: #000;
  padding-top: calc(var(--sectionPaddingY) * 2);
  padding-bottom: 0;
  overflow: hidden;
}

@media all and (max-width: 840px) {
  .discover-block {
    padding-top: 0;
  }
}
.discover-block + .partners-block {
  padding-top: var(--sectionPaddingY);
}

.discover-block + .partners-block::before {
  display: none;
}

.discover-block--perks {
  background-color: #FFF;
}

.discover-block__inner {
  position: relative;
  padding-bottom: var(--sectionPaddingY);
  color: #FFF;
}

.discover-block.discover-block--perks .discover-block__inner {
  padding-bottom: clamp(4.4444444444rem, 3.2rem + 5.3333333333vw, 8.8888888889rem);
}

.discover-block__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 975/1080;
  height: 1080px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(34%, -26%) rotate(75deg);
  z-index: 0;
  pointer-events: none;
}

@media all and (max-width: 840px) {
  .discover-block__inner::after {
    background-size: clamp(26.8888888889rem, 19.2511111111rem + 32.7333333333vw, 54.1666666667rem) clamp(29.7777777778rem, 21.3155555556rem + 36.2666666667vw, 60rem);
    transform: translate(41%, -9%) rotate(75deg);
  }
}
@media all and (max-width: 640px) {
  .discover-block__inner::after {
    transform: translate(41%, -16%) rotate(75deg);
  }
}
@media all and (max-width: 576px) {
  .discover-block__inner::after {
    transform: translate(41%, -9%) rotate(75deg);
  }
}
@media all and (max-width: 420px) {
  .discover-block__inner::after {
    transform: translate(41%, -16%) rotate(75deg);
  }
}
.discover-block__image {
  position: relative;
  margin: 0 calc(var(--sectionPaddingX) * -1) clamp(2.4444444444rem, 1.8844444444rem + 2.4vw, 4.4444444444rem);
  max-width: 809px;
  aspect-ratio: 376/266;
  grid-column: 2/span 6;
  z-index: 1;
}

@media all and (min-width: 577px) {
  .discover-block__image {
    aspect-ratio: 812/358;
  }
}
@media all and (min-width: 841px) {
  .discover-block__image {
    margin: 0 0 clamp(2.4444444444rem, 1.8844444444rem + 2.4vw, 4.4444444444rem);
  }
}
.discover-block.discover-block--perks .discover-block__image {
  margin-bottom: clamp(1.3333333333rem, 0.7733333333rem + 2.4vw, 3.3333333333rem);
}

@media all and (min-width: 1081px) {
  .discover-block.discover-block--perks .discover-block__image::after {
    content: "";
    position: absolute;
    width: 106px;
    height: 129px;
    bottom: 0;
    right: -46px;
    transform: translate(100%);
    background-image: var(--discoverBlockPerksBg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 576px) {
  .discover-block__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.discover-block__grid {
  position: relative;
  padding-top: 0;
  z-index: 1;
}

@media all and (min-width: 841px) {
  .discover-block__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
}
.discover-block__content {
  padding-top: 143px;
}

@media all and (min-width: 841px) {
  .discover-block__content {
    grid-column: 2/span 8;
    padding-top: 0;
  }
}
.discover-block__content h2 {
  font-size: clamp(1.5555555556rem, 1.1911111111rem + 1.1333333333vw, 2.2rem);
  line-height: clamp(2.1111111111rem, 1.8466666667rem + 1.1333333333vw, 3.0555555556rem);
  margin-bottom: clamp(1.1111111111rem, 0.9866666667rem + 0.5333333333vw, 1.5555555556rem);
  letter-spacing: clamp(-0.0972222222rem, -0.0777777778rem - 0.0833333333vw, -0.1666666667rem);
  color: #f1c066;
}

.discover-block.discover-block--perks .discover-block__content h2 {
  margin-bottom: 0;
  color: #200044;
}

.discover-block__content > p {
  max-width: 675px;
  font-size: clamp(1.1111111111rem, 0.8rem + 0.3333333333vw, 1.2888888889rem);
  line-height: clamp(1.7777777778rem, 1.5911111111rem + 0.8vw, 2.4444444444rem);
}

.discover-block__content-grid {
  margin: clamp(2rem, 1.44rem + 2.4vw, 4rem) 0;
}

@media all and (min-width: 577px) {
  .discover-block__content-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1025px) {
  .discover-block__content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.discover-block__content-grid h3, .discover-block__content-grid .h5 {
    font-weight: 700;
    color: #f1c066;
    margin-bottom: 6px;
}

.discover-block.discover-block--perks .discover-block__content-grid h3, .discover-block.discover-block--perks .discover-block__content-grid .h5 {
    color: fff;
}

.discover-block.discover-block--perks .discover-block__content-grid p {
  color: #fff;
}

@media all and (min-width: 577px) {
  .discover-block__content-grid p {
    max-width: 287px;
  }
}
.discover-block__image-list {
  position: relative;
}

@media all and (min-width: 841px) {
  .discover-block__image-list {
    grid-column: 10/span 3;
    padding-left: 24px;
  }
}
@media all and (max-width: 840px) {
  .discover-block__image-list {
    margin-top: 48px;
  }
}
.discover-block__image-list-image {
  position: relative;
  max-width: 274px;
  width: auto;
  margin: 0 0 0 auto;
}

.discover-block__image-list-image:not(:first-child) {
  margin-top: 20px;
}

.discover-block__image-list-image img {
  position: relative;
}

@media all and (max-width: 840px) {
  .discover-block__image-list-image:nth-child(odd) {
    margin-left: -16px;
    margin-right: auto;
  }
  .discover-block__image-list-image:nth-child(even) {
    margin-right: -16px;
    margin-left: auto;
  }
}
.discover-block__button-wrapper {
  grid-column: 2/span 10;
  text-align: center;
  padding-top: clamp(0rem, -1.2444444444rem + 5.3333333333vw, 4.4444444444rem);
}

.faqs-block .in-page-cta-banner {
  padding-top: clamp(3.5555555556rem, 2.6222222222rem + 4vw, 6.8888888889rem);
  padding-bottom: 0;
}

.faqs-block__h {
  margin-top: clamp(2.2222222222rem, 1.9111111111rem + 1.3333333333vw, 3.3333333333rem);
  margin-bottom: clamp(1.1111111111rem, -0.1333333333rem + 5.3333333333vw, 5.5555555556rem);
  font-weight: 300;
}

.faqs-block__h--no_mar_top {
  margin-top: 0;
}

.faqs-block__inner {
  padding: clamp(3.3333333333rem, 2.7111111111rem + 2.6666666667vw, 5.5555555556rem) 0;
}

@media all and (max-width: 576px) {
  .faqs-block__inner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.faqs-block__inner .accordion-block {
  padding-top: 0;
  margin: 0 auto;
}

@media all and (max-width: 640px) {
  .faqs-block__inner {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
}
.faqs-filters {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}

[id^="FAQTheme"] {
 margin-top: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
}

@media all and (min-width: 641px) {
  .faqs-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: clamp(1.7777777778rem, 0.0977777778rem + 7.2vw, 7.7777777778rem);
    column-gap: clamp(1.7777777778rem, 0.0977777778rem + 7.2vw, 7.7777777778rem);
    text-align: left;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1025px) {
  .faqs-filters {
    grid-template-columns: repeat(3, 1fr);
  }
}
.faqs-filters__column {
  margin-bottom: clamp(2.7777777778rem, 2.6222222222rem + 0.6666666667vw, 3.3333333333rem);
}

.faqs-filters__column > p {
  font-size: clamp(1.1111111111rem, 1.0644444444rem + 0.2vw, 1.2777777778rem);
  line-height: 30px;
  font-weight: 700;
}

.faqs-filters__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faqs-filters__column ul li:not(:last-child) {
  padding-bottom: 1.5em;
}

@media all and (max-width: 640px) {
  .faqs-filters__column > p {
    margin-bottom: 20px;
  }
  .faqs-filters__column ul li:not(:last-child) {
    padding-bottom: 5px;
  }
}
.speak_to_team {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.speak_to_team__h {
  font-size: clamp(1.6666666667rem, 1.6355555556rem + 0.1333333333vw, 1.7777777778rem);
  line-height: clamp(2.1111111111rem, 1.9555555556rem + 0.6666666667vw, 2.6666666667rem);
  font-weight: 700;
  margin-bottom: clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem);
  color: #000;
}

.speak_to_team__content p {
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 300;
}

@media all and (max-width: 640px) {
  .speak_to_team {
    margin-top: 60px;
  }
  .speak_to_team__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 576px) {
  .speak_to_team .button {
    display: block;
  }
}
.contact-form {
  margin-top: clamp(2.2222222222rem, 1.6rem + 2.6666666667vw, 4.4444444444rem);
}

.hospitality-series {
  background-color: #F4F3EF;
  overflow: hidden;
}



.hospitality-series .card-slider-block__intro h2 {
      font-size: 36px;
    line-height: 60px;
    letter-spacing: -2.5px;
    margin-bottom: 22px;
    color: #000;
}

.video-container .card-slider-block__intro h2{
	font-size: 32px;
    line-height: 44px;
}
.video-container .hospitality-series{
	padding-top:100px;
}
.hospitality-series__grid {
  display: grid;
  grid-template-columns: 100%;
  -moz-column-gap: clamp(1.9444444444rem, 1.3377777778rem + 2.6vw, 4.1111111111rem);
  column-gap: clamp(1.9444444444rem, 1.3377777778rem + 2.6vw, 4.1111111111rem);
  row-gap: clamp(1.9444444444rem, 1.0888888889rem + 3.6666666667vw, 5rem);
}
.video-container .card-slider-block__intro p{
	line-height: 30px;
}

@media all and (min-width: 769px) {
  .hospitality-series__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1201px) {
  .hospitality-series__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hospitality-series-item {
  display: flex;
  flex-direction: column;
}

.hospitality-series-item__image {
  position: relative;
  aspect-ratio: 497/358;
  overflow: hidden;
}

.hospitality-series-item__image:before {

  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  aspect-ratio: 498/104;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: var(--seriesCurve);
  width: 100%;
  z-index: 2;
}

html[dir=rtl] .hospitality-series-item__image:before {
  transform: scaleX(-1);
}

.hospitality-series-item__image .overlay-link:hover + img {
  transform: scale(1.1);
}

.hospitality-series-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
}

.hospitality-series-item__content {
  position: relative;
  padding: 20px 20px 80px;
  background-color: #FFF;
  text-align: center;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hospitality-series-item__content a{
    position: absolute;
    bottom: 30px;
}
.hospitality-series-item__content > *:last-child {
  margin-bottom: 0;
}

html[dir=rtl] .hospitality-series-item__content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
}

.hospitality-series-item__content h3 {
  font-size: clamp(1.8888888889rem, 1.6177777778rem + 0.6333333333vw, 2.4rem);
  line-height: clamp(2.7777777778rem, 2.6222222222rem + 0.6666666667vw, 3.3333333333rem);
  font-weight: 300;
  letter-spacing: -3px;
  color: #000;
  margin: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) 0 10px;
}
.hospitality-series-item__content h3:last-of-type {
    margin-bottom:15px;
}

@media all and (max-width: 768px) {
  .hospitality-series-item__content h3 {
    letter-spacing: -1.5px;
  }
}
.hospitality-series-item__content .hos_price {
  margin-bottom: 20px;
}

.hospitality-series-item__desc {
  color: #767684;
  font-weight: 400;
  margin-bottom: auto;
  padding-bottom: 30px;
  max-width: 370px;
}

@media all and (max-width: 576px) {
  .hospitality-series-item .button {
    width: 100%;
  }
}
.hospitality-series-item__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
}

.hospitality-series-item__icon-wrapper img {
  max-height: 87px;
  width: auto;
}

.hotel-options-block {
  position: relative;
  background-color: #FFF;
}

@media all and (min-width: 841px) {
  .hotel-options-block__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
}
.hotel-options-block__media {
  position: relative;
  grid-column: span 4;
  aspect-ratio: 320/224;
  overflow: hidden;
}

@media all and (min-width: 841px) {
  .hotel-options-block__media {
    aspect-ratio: 697/838;
    position: absolute;
    top: 50%;
    left: 0;
    width: 34vw;
    height: 100%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .hotel-options-block__media {
    left: auto;
    right: 0;
  }
}
.hotel-options-block__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.hotel-options-block__content {
  position: relative;
  grid-column: 5/span 8;
  padding: 80px 0 0;
  background-color: #FFF;
}

@media all and (min-width: 841px) {
  .hotel-options-block__content {
    padding: clamp(1.6666666667rem, 0.8888888889rem + 3.3333333333vw, 4.4444444444rem) clamp(0rem, -1.8977777778rem + 8.1333333333vw, 6.7777777778rem);
  }
}
.hotel-options-block__content > * {
  max-width: 756px;
}

.hotel-options-block__content p {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  color: #767684;
}

.hotel-options-block__options-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: clamp(1.6666666667rem, 0.3444444444rem + 5.6666666667vw, 6.3888888889rem);
  column-gap: clamp(1.6666666667rem, 0.3444444444rem + 5.6666666667vw, 6.3888888889rem);
}

.hotel-options-item {
  text-align: center;
  min-width: 160px;
  margin-top: 30px;
}

.hotel-options-item h3 {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.hotel-options-item p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #200044;
}

.hotel-options-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin: 15px 0 12px;
}

.image-text-5050 {
  background-color: #FFF;
  padding-top: clamp(5.5555555556rem, 5.0422222222rem + 2.2vw, 7.3888888889rem);
  padding-bottom: clamp(5.5555555556rem, 5.0422222222rem + 2.2vw, 7.3888888889rem);
  overflow: hidden;
}

@media all and (min-width: 841px) {
  .image-text-5050 + .image-text-5050 {
    margin-top: -10vw;
    padding-top: clamp(11.1111111111rem, 10.0844444444rem + 4.4vw, 14.7777777778rem);
  }
}
@media all and (max-width: 840px) {
  .image-text-5050 + .image-text-5050 {
    margin-top: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 1201px) {
  .image-text-5050--pull_up {
    margin-top: clamp(-5.5555555556rem, -5.0422222222rem - 2.2vw, -7.3888888889rem);
    position: relative;
    z-index: 2;
    background-color: transparent;
  }
  .image-text-5050--pull_up .image-text-5050__media img {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media all and (min-width: 841px) {
  .image-text-5050--alt::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translate(25%, -37%);
    right: 0;
    aspect-ratio: 1296/1222;
    height: 1222px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
  }
  html[dir=rtl] .image-text-5050--alt::before {
    right: auto;
    left: 0;
    transform: translate(-25%, -37%) scaleX(-1);
  }
}
.image-text-5050__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  position: relative;
  align-items: center;
}

@media all and (max-width: 840px) {
  .image-text-5050__inner {
    grid-template-columns: 100%;
  }
}
@media all and (min-width: 841px) {
  .image-text-5050__content {
    grid-column: span 5;
  }
  .image-text-5050.image-text-5050--alt .image-text-5050__content {
    grid-column: 8/span 4;
  }
}
@media all and (min-width: 1201px) {
  .image-text-5050__content {
    grid-column: 2/span 4;
  }
}
.image-text-5050__content p {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 400;
  color: #767684;
}

.image-text-5050__content .button {
  margin-top: 1em;
}

@media all and (max-width: 576px) {
  .image-text-5050__content .button {
    display: block;
  }
}
.image-text-5050__media {
  position: relative;
  margin-top: 45px;
  aspect-ratio: 302/391;
}

@media all and (min-width: 577px) {
  .image-text-5050__media {
    aspect-ratio: 809/585;
  }
}
@media all and (min-width: 841px) {
  .image-text-5050__media {
    grid-column: 7/span 6;
    margin-top: 0;
  }
  .image-text-5050.image-text-5050--alt .image-text-5050__media {
    grid-column: span 6;
    order: -1;
  }
}
@media all and (max-width: 576px) {
  .image-text-5050__media {
    aspect-ratio: 375/375;
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
}
.image-text-5050__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (min-width: 841px) {
  .image-text-5050__media img {
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw - 100% + var(--sectionPaddingX));
    max-width: none;
    height: auto;
  }
}
html[dir=rtl] .image-text-5050__media img {
  left: auto;
  right: 0;
}

.image-text-5050.image-text-5050--alt .image-text-5050__media img {
  grid-column: span 6;
  order: -1;
  left: auto;
  right: 0;
}

html[dir=rtl] .image-text-5050.image-text-5050--alt .image-text-5050__media img {
  left: 0;
  right: auto;
}

.in-page-cta-banner {
  padding-top: var(--sectionPaddingY);
  padding-bottom: var(--sectionPaddingY);
  text-align: center;
}

.in-page-cta-banner h2 {
  margin-top: 0;
}

.in-page-cta-banner p {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  color: #767684;
}

.in-page-cta-banner .button {
  margin-top: 30px;
}

.page-links-block {
  background-color: #FFF;
}

@media all and (min-width: 841px) {
  .page-links-block__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
}
.page-links-block__link-item {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 841px) {
  .page-links-block__link-item {
    grid-column: 9/span 4;
    padding-left: 12%;
  }
  html[dir=rtl] .page-links-block__link-item {
    padding-left: 0;
    padding-right: 12%;
  }
  .page-links-block__link-item--featured {
    grid-column: span 8;
    padding-left: 0;
  }
  html[dir=rtl] .page-links-block__link-item--featured {
    padding-right: 0;
  }
}
@media all and (max-width: 840px) {
  .page-links-block__link-item:not(:first-child) {
    margin-top: clamp(2.3333333333rem, 1.5555555556rem + 3.3333333333vw, 5.1111111111rem);
  }
}
.page-links-block__link-item h2 {
  font-size: clamp(1.5555555556rem, 1.2911111111rem + 1.1333333333vw, 2.5rem);
  line-height: clamp(2.1111111111rem, 1.8466666667rem + 1.1333333333vw, 3.0555555556rem);
  font-weight: 600;
  letter-spacing: clamp(-0.0972222222rem, -0.0894444444rem - 0.0333333333vw, -0.125rem);
  margin-bottom: 0.5em;
}

.page-links-block__link-item h2 a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  will-change: text-decoration-color;
  transition: text-decoration-color 0.25s ease;
}

.page-links-block__link-item h2 a:hover {
  text-decoration-color: inherit;
}

@media all and (max-width: 640px) {
  .page-links-block__link-item h2 a {
    text-decoration-thickness: 1px;
  }
}
.page-links-block__link-item p {
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  line-height: clamp(1.5rem, 1.3288888889rem + 0.7333333333vw, 2.1111111111rem);
  color: #767684;
  max-width: 835px;
}

.page-links-block__link-item .button {
  margin: auto auto 0 0;
}

html[dir=rtl] .page-links-block__link-item .button {
  margin: auto 0 0 auto;
}

.page-links-block__link-item-image {
  position: relative;
  margin-bottom: clamp(1.6666666667rem, 1.5111111111rem + 0.6666666667vw, 2.2222222222rem);
  aspect-ratio: 1088/576;
  overflow: hidden;
}

@media all and (min-width: 841px) {
  .page-links-block__link-item-image {
    aspect-ratio: 475/576;
  }
}
.page-links-block__link-item.page-links-block__link-item--featured .page-links-block__link-item-image {
  aspect-ratio: 1088/572;
}

.page-links-block__link-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.5s ease;
}
.checkbox-wrapper a:hover{
	color: #000;
}
.page-links-block__link-item-image:hover img {
  transform: scale(1.1);
}

.partners-block {
  position: relative;
  color: #FFF;
  background-color: #000;
}

@media all and (min-width: 769px) {
  .partners-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    transform: translateY(-50%);
    background-color: inherit;
    z-index: -2;
  }
}
.partners-block__inner {
  position: relative;
  z-index: 1;
}

.partners-block__row {
  text-align: center;
  /*padding: 30px 0 35px;*/
}

@media all and (min-width: 769px) {
  .partners-block__row {
    /*padding: 30px clamp(3.3333333333rem, 2.7422222222rem + 2.5333333333vw, 5.4444444444rem) 35px;*/
  }
}
.partners-block__row p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
.partners-block__partner-list img{
	
}

@media (min-width: 800px) {
    .partners-block__partner-list {
        column-gap: 96px !important;
    }
}
.partners-block__partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: clamp(2rem, 0.32rem + 7.2vw, 8rem);
  column-gap: clamp(2rem, 0.32rem + 7.2vw, 8rem);
  row-gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-feature-bar-block {
  position: relative;
}

.search-feature-bar-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}

.search-feature-bar-block + .basic-hero {
  padding-top: 0;
}

.signpost-block {
  position: relative;
  text-align: center;
  color: #FFF;
}

.signpost-block svg,
.signpost-block .signpost-block__inner > img {
  margin: 1.5em 0 1em;
}

.signpost-block h2 {
  color: #FFF;
  font-weight: 300;
}

.signpost-block p {
  padding-top: 16px;
  font-weight: 400;
  line-height: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
}



.signpost-block__form {
  position: relative;
  padding-right: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.signpost-block__form input {
  height: 50px;
  width: 100%;
  color: #000;
  margin-bottom: 0;
  outline: none;
}

.signpost-block__form .button {
  position: absolute;
  top: 0;
  right: 0;
}

.signpost-block__form .button {
  margin-top: 0;
}

.signpost-block--partners-next[class*=u-bg]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
}

.signpost-block--chat .signpost-block__inner {
  padding: 110px 0;
}

.signpost-block--chat p {
  padding-top: 0;
  font-size: clamp(0.8888888889rem, 0.7488888889rem + 0.6vw, 1.3888888889rem);
  line-height: clamp(1.5555555556rem, 1.3066666667rem + 1.0666666667vw, 2.4444444444rem);
}

.signpost-block--chat .button, .signpost-block--chat .signpost-block__form {
  margin-top: 0;
}

@media all and (max-width: 640px) {
  .signpost-block__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.signpost-block__inner {
  position: relative;
  padding: clamp(3.125rem, 1.25rem + 3.5vw, 3.125rem) clamp(2.66667rem, 1.67111rem + 4.26667vw, 6.22222rem)  clamp(3.125rem, 1.25rem + 3.5vw, 3.125rem) clamp(2.66667rem, 1.67111rem + 4.26667vw, 6.22222rem);
  z-index: 1;
}

.signpost-block__bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1780px;
  height: 100%;
	max-height: 350px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}

.signpost-block__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.signpost-block__title {
  font-size: clamp(1.3888888889rem, 0.6rem + 1.6666666667vw, 2.57778rem);
  line-height: clamp(1.7777777778rem, 1.2644444444rem + 2.2vw, 3.6111111111rem);
  font-weight: 300;
  letter-spacing: clamp(-0.0694444444rem, -0.05rem - 0.0833333333vw, -0.1388888889rem);
}

.signpost-block.signpost-block--sign-up .signpost-block__title {
  margin-bottom: 1.25em;
}

.signpost_short {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 56px;
  color: #FFF;
}

.signpost_short__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.signpost_short__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.signpost_short__title, .signpost_short__h {
  font-family: "Montserrat", Arial, sans-serif;
}

.signpost_short__title {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.signpost_short__h {
  font-size: 45px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@media all and (min-width: 641px) {
  .signpost_short__h .icon {
    margin-right: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  }
  html[dir=rtl] .signpost_short__h .icon {
    margin-right: 0;
    margin-left: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  }
}
.signpost_short__buttons {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: -15px;
}

.signpost_short__buttons .button {
  margin: 15px;
}

.signpost_short--between {
  justify-content: space-between;
  flex-direction: row;
}

@media all and (max-width: 900px) {
  .signpost_short--between {
    flex-direction: column;
  }
  .signpost_short--between .signpost_short__h {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .signpost_short {
    padding: 85px 43px;
  }
  .signpost_short__title {
    font-size: 23px;
    font-weight: 300;
  }
  .signpost_short__h {
    font-size: 34px;
    line-height: 44px;
  }
  .signpost_short--between .signpost_short__h {
    display: flex;
    flex-direction: column;
  }
  .signpost_short--between .signpost_short__h .icon {
    margin-bottom: 15px;
  }
}
.text-image-grid-block {
  padding-bottom: calc(var(--sectionPaddingY) * 2);
  background-color: #FFF;
}

.text-image-grid-block--single-image {
  background-color: #F7F7F7;
}

@media all and (min-width: 769px) {
  .text-image-grid-block__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    align-items: start;
  }
}
.text-image-grid-block__content {
  grid-column: span 4;
  text-align: center;
}

@media all and (min-width: 769px) {
  .text-image-grid-block__content {
    margin-top: 48%;
  }
  .text-image-grid-block.text-image-grid-block--single-image .text-image-grid-block__content {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .text-image-grid-block__content {
    margin-bottom: clamp(2.7777777778rem, 2.3111111111rem + 2vw, 4.4444444444rem);
  }
}
.text-image-grid-block__content h2 {
  font-size: clamp(1.9444444444rem, 1.7888888889rem + 0.6666666667vw, 2.5rem);
  line-height: clamp(2.6666666667rem, 2.5111111111rem + 0.6666666667vw, 3.2222222222rem);
  font-weight: 600;
  letter-spacing: clamp(-0.1472222222rem, -0.1137777778rem - 0.1433333333vw, -0.2666666667rem);
  color: #3B2771;
  margin-bottom: clamp(1.7777777778rem, 1.5444444444rem + 1vw, 2.6111111111rem);
}

.text-image-grid-block__content p {
  max-width: 380px;
  margin: clamp(1.7777777778rem, 1.5444444444rem + 1vw, 2.6111111111rem) auto 40px;
  font-weight: 400;
}

.text-image-grid-block__images {
  display: grid;
  grid-template-columns: 100%;
  align-items: end;
  grid-column: span 8;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 10px;
}

@media all and (min-width: 577px) {
  .text-image-grid-block__images {
    grid-template-columns: 25% 1fr;
    align-items: end;
  }
  .text-image-grid-block.text-image-grid-block--single-image .text-image-grid-block__images {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 576px) {
  .text-image-grid-block__images img {
    max-width: none;
    width: 100%;
  }
}
.text-image-grid-block__images-main {
  position: relative;
}

.text-image-grid-block__images-main img {
  max-width: none;
  width: 100%;
}

@media all and (max-width: 576px) {
  .text-image-grid-block__images-main {
    aspect-ratio: 302/464;
  }
  .text-image-grid-block__images-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.text-image-grid-block__images-main::after {
  content: "";
  position: absolute;
  border: 1px solid #9DE32E;
  top: 60px;
  left: 50%;
  width: calc(100% + 32px);
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 0;
}

@media all and (min-width: 577px) {
  .text-image-grid-block__images-main::after {
    top: auto;
    bottom: -24px;
    left: 0;
    transform: translate(0, 100%);
    width: clamp(6.6666666667rem, 4.8rem + 8vw, 13.3333333333rem);
    height: clamp(2.7777777778rem, 2rem + 3.3333333333vw, 5.5555555556rem);
  }
}
.text-image-grid-block.text-image-grid-block--single-image .text-image-grid-block__images-main::after {
  display: none;
}

.text-image-grid-block__images-main img {
  position: relative;
  z-index: 1;
}

.stadium-listings-block {
  padding: 84px 0;
  background-color: #F4F3EF;
}

.stadiums {
  display: flex;
  flex-direction: column;
  margin: -40px 0;
}

.stadiums .item_stadium {
  margin: 40px 0;
}

@media all and (max-width: 840px) {
  .stadiums {
    margin: -25px 0;
  }
  .stadiums .item_stadium {
    margin: 25px 0;
  }
}
.item_stadium {
  display: flex;
  min-height: 332px;
  position: relative;
  overflow: hidden;
}

.item_stadium__img {
  width: 49.5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.item_stadium__img:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.item_stadium__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.item_stadium__content {
  width: 51.5%;
  padding: 55px clamp(1.6666666667rem, 0.8888888889rem + 3.3333333333vw, 4.4444444444rem);
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  container-type: inline-size;
}

@container (max-width: 575px) {
  .item_stadium__content .item_stadium__info {
    flex-direction: column;
  }
  .item_stadium__content .item_stadium__info .item_stadium__fixtures {
    padding-bottom: 30px;
    width: 100%;
  }
  .item_stadium__content .item_stadium__info .hos_product__table {
    width: 100%;
  }
  @media all and (max-width: 840px) {
    .item_stadium__content .item_stadium__info .hos_product__table {
      position: relative;
      padding-top: 20px;
    }
    .item_stadium__content .item_stadium__info .hos_product__table:before {
      content: "";
      border-top: solid 1px #D0D0DF;
      position: absolute;
      top: 0;
      left: -30%;
      width: 160%;
    }
  }
}
.item_stadium__capacity {
  background-color: #32363c;
  padding: 13px 25px;
  position: absolute;
  top: 26px;
  left: 20px;
  color:  #f1c066;
  font-size: 18px;
  line-height: 18px;
  z-index: 3;
  white-space: nowrap;
}

.item_stadium__desc {
  text-align: center;
}

.item_stadium__title {
  border-bottom: solid 1px #F6F8FB;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
}

.item_stadium__h {
  color: #000;
  font-size: clamp(1rem, 0.8911111111rem + 0.4666666667vw, 1.3888888889rem);
  line-height: clamp(1.4444444444rem, 1.4133333333rem + 0.1333333333vw, 1.5555555556rem);
  font-weight: 700;
  margin-bottom: 15px;
}

.item_stadium__fixtures {
  padding-bottom: 35px;
}

.item_stadium__fixtures ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_stadium__fixtures ul li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: 28px;
}

.item_stadium__fixtures ul li:before {
  content: "";
  position: absolute;
  top: clamp(0.3333333333rem, 0.2866666667rem + 0.2vw, 0.5rem);
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #32363c;
}

html[dir=rtl] .item_stadium__fixtures ul li:before {
  left: auto;
  right: 0;
}

.item_stadium__fixtures ul li {
  width: 48%;
  color: #32363c;
}

html[dir=rtl] .item_stadium__fixtures ul li {
  padding-left: 0;
  padding-right: 22px;
}

html[dir=rtl] .item_stadium__fixtures ul li:before {
  left: auto;
  right: 0;
}

.item_stadium__fixtures--one_col ul li {
  width: 100%;
}

.item_stadium__arr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 5px;
  width: 100%;
  transition: all 250ms ease;
}

.item_stadium__arr span {
  font-size: 16px;
  color: #3B2771;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease;
  font-weight: 400;
}

.item_stadium__arr svg {
  transition: transform 250ms ease;
}

.item_stadium__cta {
  text-align: center;
}

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

.item_stadium__cta--right {
  text-align: right;
}

html[dir=rtl] .item_stadium__cta--right {
  text-align: left;
}

.item_stadium__selection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item_stadium__selection .hos_price {
  margin-bottom: 40px;
}

.item_stadium__info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 40px;
}

.item_stadium__info .item_stadium__fixtures {
  padding-bottom: 0;
  width: 45%;
}

.item_stadium__info .hos_product__table {
  width: 55%;
}

.item_stadium__info .hos_product__table thead th {
  border: 0;
}

.item_stadium__close {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease;
}

.item_stadium__close svg {
  color: #000;
}

html[dir=rtl] .item_stadium__close {
  left: 40px;
  right: auto;
}

.item_stadium .h2 {
  font-weight: 300;
  text-align: center;
}

.item_stadium .accordion-heading {
  padding-right: 0;
  display: none;
}

.item_stadium .accordion-heading:after {
  display: none;
}

.item_stadium .accordion-content > *:first-child {
  margin-top: 0;
}

.item_stadium.accordion {
  padding: 0;
  border: 0;
}

.item_stadium.active .item_stadium__arr {
  margin-top: 25px;
}

.item_stadium.active .item_stadium__arr span {
  opacity: 0;
  height: 0;
}

.item_stadium.active .item_stadium__arr svg {
  transform: rotate(180deg);
}

@media all and (max-width: 1024px) {
  .item_stadium__img {
    width: 40%;
  }
  .item_stadium__content {
    width: 60%;
  }
}
@media all and (max-width: 900px) {
  .item_stadium__fixtures ul {
    flex-direction: column;
  }
  .item_stadium__fixtures ul li {
    width: 100%;
  }
}
@media all and (min-width: 841px) {
  .item_stadium:nth-child(odd) .item_stadium__content {
    order: 0;
  }
  .item_stadium:nth-child(odd) .item_stadium__img {
    order: 1;
  }
  .item_stadium:nth-child(odd) .item_stadium__capacity {
    left: auto;
    right: 20px;
  }
  .item_stadium:nth-child(even) .item_stadium__img:before {
    left: auto;
    right: -2px;
    transform: scaleX(-1);
  }
  .item_stadium__arr span {
    display: none;
  }
  html[dir=rtl] .item_stadium:nth-child(odd) .item_stadium__capacity {
    left: 20px;
    right: auto;
  }
  html[dir=rtl] .item_stadium:nth-child(odd) .item_stadium__img:before {
    right: -2px;
    left: auto;
    transform: scaleX(-1);
  }
  html[dir=rtl] .item_stadium:nth-child(even) .item_stadium__capacity {
    right: 20px;
    left: auto;
  }
  html[dir=rtl] .item_stadium:nth-child(even) .item_stadium__img:before {
    left: -2px;
    right: auto;
    transform: scaleX(1);
  }
}
@media all and (max-width: 840px) {
  .item_stadium {
    flex-direction: column;
  }
  .item_stadium__img, .item_stadium__content {
    width: 100%;
  }
  .item_stadium__img img {
    height: auto;
    position: relative;
  }
  .item_stadium__capacity {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14.5%;
    font-size: 14px;
    padding: 8px 20px;
  }
  .item_stadium__content {
    padding-top: 0;
    padding-bottom: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .item_stadium__fixtures {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .item_stadium__fixtures ul li {
    text-align: left;
  }
  .item_stadium__title {
    width: 100%;
    text-align: center;
  }
  .item_stadium__cta {
    padding-top: 30px;
    position: relative;
  }
  .item_stadium__cta:before {
    content: "";
    border-top: solid 1px #D0D0DF;
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
  }
  .item_stadium__cta .button {
    display: block;
  }
  .item_stadium__selection {
    padding-top: 20px;
    position: relative;
  }
  .item_stadium__selection:before {
    content: "";
    border-top: solid 1px #D0D0DF;
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
  }
  .item_stadium__selection .hos_price {
    margin-bottom: 20px;
  }
  .item_stadium__selection .item_stadium__cta--right {
    width: 100%;
  }
  .item_stadium__selection .button {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .item_stadium__capacity {
    bottom: 11.5%;
  }
}
.item_stadium--selection .item_stadium__img {
  width: 39.7%;
}

.item_stadium--selection .item_stadium__content {
  width: 60.3%;
  padding: clamp(1.6666666667rem, 1.5111111111rem + 0.6666666667vw, 2.2222222222rem);
}

.item_stadium--selection .item_stadium__desc {
  max-width: 535px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.item_stadium--selection .item_stadium__arr {
  margin-top: 10px;
}

.item_stadium--selection .item_stadium__arr span {
  display: none;
}

.item_stadium--selection.active .item_stadium__close {
  opacity: 1;
  visibility: visible;
}

@media all and (min-width: 841px) {
  .item_stadium--selection:nth-child(odd) .item_stadium__content {
    order: 1;
  }
  .item_stadium--selection:nth-child(odd) .item_stadium__img {
    order: 0;
  }
  .item_stadium--selection:nth-child(odd) .item_stadium__capacity {
    left: 20px;
    right: auto;
  }
  .item_stadium--selection:nth-child(even) .item_stadium__img:before {
    right: -20px;
    transform: none;
  }
  .item_stadium--selection .item_stadium__arr {
    display: none;
  }
  .item_stadium--selection .item_stadium__img:before {
    background-image: var(--stadiumMask);
    background-position: center right;
    background-size: auto 100%;
    right: -20px;
    top: -2px;
    height: calc(100% + 4px);
    left: auto;
  }
  html[dir=rtl] .item_stadium--selection:nth-child(even) .item_stadium__img:before, html[dir=rtl] .item_stadium--selection:nth-child(odd) .item_stadium__img:before {
    left: -20px;
    right: auto;
    transform: scaleX(-1);
  }
  html[dir=rtl] .item_stadium--selection .item_stadium__img:before {
    left: -20px;
    right: auto;
    transform: scaleX(-1);
  }
}
@media all and (max-width: 840px) {
  .item_stadium--selection .item_stadium__content {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .item_stadium--selection .item_stadium__img, .item_stadium--selection .item_stadium__content {
    width: 100%;
  }
  .item_stadium--selection .item_stadium__desc {
    padding-bottom: 0;
  }
  .item_stadium--selection .item_stadium__close {
    display: none;
  }
  .item_stadium--selection .item_stadium__img:after {
    content: "";
    background-size: 84.497px 78.35px;
    width: 84.497px;
    height: 78.35px;
    display: block;
    position: absolute;
    top: -2px;
    right: 8%;
  }
  .item_stadium--selection .item_stadium__img img {
    height: auto;
    position: relative;
  }
  .item_stadium--selection .button {
    display: block;
  }
}
.stadium-accordion-trigger {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.stadium-accordion-content {
  display: none;
}

.stadium_selection__h {
  font-size: clamp(1.6666666667rem, 1.6355555556rem + 0.1333333333vw, 1.7777777778rem);
  font-weight: 700;
  color: #000;
}

.stadium_selection__h--mar_bot {
  margin-bottom: 40px;
}

.book_conf {
  background: #FFF;
  display: flex;
}

.book_conf__col {
  padding: 40px clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
  text-align: center;
  border-left: solid 3px #F4F3EF;
  display: flex;
  flex-direction: column;
}

.book_conf__col:first-child {
  border-left: 0;
}

.book_conf__img {
  margin: 0;
  margin-top: 50px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book_conf__h {
  font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
}

.book_conf__p {
  color: #767684;
  font-size: 18px;
  margin-bottom: 0;
}

.book_conf--text {
  width: 500px;
  align-items: center;
}

.book_conf--text .book_conf__p {
  max-width: 380px;
}

.book_conf--graphic {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 1200px) {
  .book_conf {
    flex-wrap: wrap;
  }
  .book_conf--text {
    width: 100%;
  }
  .book_conf--text .book_conf__p {
    max-width: 650px;
  }
  .book_conf--graphic {
    padding-top: 20px;
  }
  .book_conf__col {
    border: 0;
  }
  .book_conf__img {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 841px) {
  .book_conf--graphic {
    flex: 1;
  }
}
@media all and (max-width: 840px) {
  .book_conf--graphic {
    width: 50%;
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .book_conf {
    padding: 50px 50px 30px;
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
  .book_conf--text {
    padding: 0 0 25px;
  }
  .book_conf__h {
    margin-bottom: 20px;
  }
  .book_conf__img {
    height: 60px;
  }
  .book_conf__img img {
    max-height: 60px;
  }
}
.hos_product,
.product-result {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

.hos_product__wrap,
.product-result__wrap {
  display: flex;
  flex-direction: column;
  margin: -43px 0;
}

.hos_product__wrap .hos_product,
.product-result__wrap .hos_product {
  margin: 43px 0;
}

.hos_product__intro,
.product-result__intro {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.hos_product__img,
.hos_product .img-layout,
.product-result__img,
.product-result .img-layout {
  width: 50%;
  position: relative;
}

.hos_product__img:before,
.hos_product .img-layout:before,
.product-result__img:before,
.product-result .img-layout:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.hos_product__img img,
.hos_product .img-layout img,
.product-result__img img,
.product-result .img-layout img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hos_product__content, .hos_product .slot-content,
.product-result__content,
.product-result .slot-content {
  width: 50%;
  padding: 30px clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (max-width: 992px) {
  .hos_product .slot-content,
  .product-result .slot-content {
    padding: 0 clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
	max-height: none !important;
	margin-bottom: 20px;
	margin-top: 20px;
  }
  .hos_product .slot-content,
  .product-result .expand-separator {
    display: none !important;
  }
  .hos_product .slot-content.expanded,
  .product-result .slot-content.expanded {
    padding: 30px clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
  }
}
.hos_product .wishlist-icon.selected > path,
.product-result .wishlist-icon.selected > path {
  fill: #3C0010;
}

.hos_product__h,
.product-result__h {
  font-weight: 300;
  margin-bottom: 20px;
}

.hos_product__desc, .hos_product .description,
.product-result__desc,
.product-result .description {
  max-width: 540px;
  margin: 0 auto;
}

.hos_product__icon,
.product-result__icon {
  margin: 0 0 2px;
}

.hos_product__table,
.product-result__table {
  width: 100%;
  text-align: left;
}

.hos_product__table thead th,
.product-result__table thead th {
  border-bottom: solid 1px #EFEFF0;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  font-weight: 600;
  color: #767684;
  padding-bottom: 12px;
  padding-right: 5px;
  padding-left: 5px;
}

.hos_product__table thead th:first-child,
.product-result__table thead th:first-child {
  padding-left: 0;
}

.hos_product__table thead th:last-child,
.product-result__table thead th:last-child {
  padding-right: 0;
}

html[dir=rtl] .hos_product__table thead th,
html[dir=rtl] .product-result__table thead th {
  text-align: right;
}

.hos_product__table tbody tr td,
.product-result__table tbody tr td {
  padding: 8px 5px;
}

.hos_product__table tbody tr td .star-rating,
.product-result__table tbody tr td .star-rating {
  margin: 0;
}

html[dir=rtl] .hos_product__table tbody tr td,
html[dir=rtl] .product-result__table tbody tr td {
  text-align: right;
}

.hos_product__table .checkbox-wrapper,
.product-result__table .checkbox-wrapper {
  text-align: center;
}

.hos_product__table .checkbox-wrapper .input-wrap,
.product-result__table .checkbox-wrapper .input-wrap {
  margin-bottom: 0;
}

.hos_product__table .checkbox-wrapper label,
.product-result__table .checkbox-wrapper label {
  padding-left: 0;
  margin-bottom: 0;
  width: 24px;
  display: inline-block;
}

.hos_product__table--center,
.product-result__table--center {
  text-align: center;
}

.hos_product__table--spacer td,
.product-result__table--spacer td {
  height: 15px;
}

.hos_product__table--unavailable .hos_product__table--name, .hos_product__table--unavailable .hos_product__table--info, .hos_product__table--unavailable .hos_product__table--price,
.product-result__table--unavailable .hos_product__table--name,
.product-result__table--unavailable .hos_product__table--info,
.product-result__table--unavailable .hos_product__table--price {
  opacity: 0.5;
}

.hos_product__info .hos_price,
.product-result__info .hos_price {
  margin-bottom: 40px;
}

.hos_product .star-rating,
.product-result .star-rating {
  margin-bottom: 25px;
}

.hos_product--package .hos_product__info,
.product-result--package .hos_product__info {
  width: 100%;
}

.hos_product--package .button,
.product-result--package .button {
  margin-top: 90px;
}

.hos_product--venue_series_signpost,
.product-result--venue_series_signpost {
  background-color: #000;
}

.hos_product--venue_series_signpost, .hos_product--venue_series_signpost .star-rating .icon-star-fill, .hos_product--venue_series_signpost .star-rating .icon-star-outline,
.product-result--venue_series_signpost,
.product-result--venue_series_signpost .star-rating .icon-star-fill,
.product-result--venue_series_signpost .star-rating .icon-star-outline {
  color: #A28248;
}

.hos_product--venue_series_signpost .hos_product__content, .hos_product--venue_series_signpost .slot-content,
.product-result--venue_series_signpost .hos_product__content,
.product-result--venue_series_signpost .slot-content {
  padding: clamp(2.2222222222rem, 1.2888888889rem + 4vw, 5.5555555556rem);
}

.hos_product--venue_series_signpost .hos_product__h,
.product-result--venue_series_signpost .hos_product__h {
  color: #A28248;
}

.hos_product--wide .hos_product__img, .hos_product--wide .img-layout,
.product-result--wide .hos_product__img,
.product-result--wide .img-layout {
  width: 39.7%;
}

.hos_product--wide .hos_product__content,
.product-result--wide .hos_product__content {
  width: 60.3%;
}

@media all and (max-width: 1440px) {
  .hos_product .img-layout,
  .product-result .img-layout {
    width: 40%;
    flex: auto !important;
  }
  .hos_product .slot-content,
  .product-result .slot-content {
    width: 60%;
    flex: auto !important;
  }
}
@media all and (max-width: 1200px) and (min-width: 993px) {
  .hos_product--package,
  .product-result--package {
    flex-direction: column;
  }
  .hos_product--package .hos_product__img, .hos_product--package .img-layout, .hos_product--package .hos_product__content, .hos_product--package .slot-content,
  .product-result--package .hos_product__img,
  .product-result--package .img-layout,
  .product-result--package .hos_product__content,
  .product-result--package .slot-content {
    width: 100%;
  }
  .hos_product--package .hos_product, .hos_product--package .hos_product__content,
  .product-result--package .hos_product,
  .product-result--package .hos_product__content {
    padding-top: 0;
  }
  .hos_product--package .hos_product__img:after, .hos_product--package .img-layout:after,
  .product-result--package .hos_product__img:after,
  .product-result--package .img-layout:after {
    content: "";
    background-size: 84.497px 78.35px;
    width: 84.497px;
    height: 78.35px;
    display: block;
    position: absolute;
    top: -2px;
    right: 8%;
  }
  .hos_product--package .hos_product__img img, .hos_product--package .img-layout img,
  .product-result--package .hos_product__img img,
  .product-result--package .img-layout img {
    height: auto;
    position: relative;
  }
  .hos_product--wide .hos_product__img:after, .hos_product--wide .img-layout:after,
  .product-result--wide .hos_product__img:after,
  .product-result--wide .img-layout:after {
    
  }
}
@media all and (min-width: 993px) {
  .hos_product:nth-child(even) .hos_product__content,
  .product-result:nth-child(even) .hos_product__content {
    order: 0;
  }
  .hos_product:nth-child(even) .hos_product__img, .hos_product:nth-child(even) .img-layout,
  .product-result:nth-child(even) .hos_product__img,
  .product-result:nth-child(even) .img-layout {
    order: 1;
  }
  .hos_product:nth-child(even) .hos_product__img:before, .hos_product:nth-child(even) .img-layout:before,
  .product-result:nth-child(even) .hos_product__img:before,
  .product-result:nth-child(even) .img-layout:before {
    transform: scaleX(-1);
    left: -20px;
    right: auto;
  }
  html[dir=rtl] .hos_product:nth-child(odd),
  html[dir=rtl] .product-result:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
  }
  html[dir=rtl] .hos_product:nth-child(odd) .hos_product__img:before, html[dir=rtl] .hos_product:nth-child(odd) .img-layout:before,
  html[dir=rtl] .product-result:nth-child(odd) .hos_product__img:before,
  html[dir=rtl] .product-result:nth-child(odd) .img-layout:before {
    transform: scaleX(-1);
    left: -20px;
    right: auto;
  }
  html[dir=rtl] .hos_product:nth-child(even),
  html[dir=rtl] .product-result:nth-child(even) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
  }
  html[dir=rtl] .hos_product:nth-child(even) .hos_product__img:before, html[dir=rtl] .hos_product:nth-child(even) .img-layout:before,
  html[dir=rtl] .product-result:nth-child(even) .hos_product__img:before,
  html[dir=rtl] .product-result:nth-child(even) .img-layout:before {
    transform: none;
    left: auto;
    right: -20px;
  }
  .hos_product__img:before,
  .hos_product .img-layout:before,
  .product-result__img:before,
  .product-result .img-layout:before {
    background-position: center right;
    background-size: auto 100%;
    right: -20px;
    top: -2px;
    height: calc(100% + 4px);
  }
  .hos_product--venue_series_signpost .hos_product__img:before, .hos_product--venue_series_signpost .img-layout:before,
  .product-result--venue_series_signpost .hos_product__img:before,
  .product-result--venue_series_signpost .img-layout:before {
    background-image: var(--productListingMaskDark);
  }
}
@media all and (min-width: 1201px) {
  .hos_product__table tbody tr td:first-child,
  .product-result__table tbody tr td:first-child {
    padding-left: 0;
  }
  .hos_product__table tbody tr td:last-child,
  .product-result__table tbody tr td:last-child {
    padding-right: 0;
  }
  .hos_product__table tbody tr td.hos_product__table--name,
  .product-result__table tbody tr td.hos_product__table--name {
    padding-left: 45px;
  }
}
@media all and (min-width: 993px) {
  .hos_product__table tbody tr td.hos_product__table--name,
  .product-result__table tbody tr td.hos_product__table--name {
    padding-left: 45px;
  }
  html[dir=rtl] .hos_product__table tbody tr td.hos_product__table--name,
  html[dir=rtl] .product-result__table tbody tr td.hos_product__table--name {
    padding-left: 0;
    padding-right: 45px;
  }
  .hos_product__table--name,
  .product-result__table--name {
    position: relative;
  }
  .hos_product__table--name .icon,
  .product-result__table--name .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  html[dir=rtl] .hos_product__table--name .icon,
  html[dir=rtl] .product-result__table--name .icon {
    left: auto;
    right: 0;
  }
  .hos_product__table--buy .prices_from, .hos_product__table--buy .view,
  .product-result__table--buy .prices_from,
  .product-result__table--buy .view {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .hos_product__hide--med-large,
  .product-result__hide--med-large {
    display: none !important;
  }
  .hos_product__table,
  .product-result__table {
    text-align: center;
  }
  .hos_product__table, .hos_product__table thead, .hos_product__table th, .hos_product__table tr, .hos_product__table tbody, .hos_product__table td,
  .product-result__table,
  .product-result__table thead,
  .product-result__table th,
  .product-result__table tr,
  .product-result__table tbody,
  .product-result__table td {
    display: block;
  }
  .hos_product__table thead tr th:nth-child(2), .hos_product__table thead tr th:nth-child(3),
  .product-result__table thead tr th:nth-child(2),
  .product-result__table thead tr th:nth-child(3) {
    display: none;
  }
  .hos_product__table thead th,
  .product-result__table thead th {
    color: #000;
  }
  .hos_product__table td,
  .product-result__table td {
    font-size: 16px;
  }
  .hos_product__table tr,
  .product-result__table tr {
    padding: 6px 0;
  }
  .hos_product__table strong,
  .product-result__table strong {
    display: block;
  }
  .hos_product__table .price,
  .product-result__table .price {
    font-size: 20px;
  }
  .hos_product__table td.hos_product__table--name,
  .product-result__table td.hos_product__table--name {
    display: flex;
  }
  .hos_product__table td.hos_product__table--view,
  .product-result__table td.hos_product__table--view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hos_product__table td.hos_product__table--view .view,
  .product-result__table td.hos_product__table--view .view {
    padding-left: 5px;
    display: inline-block;
  }
  .hos_product__table tr.hos_product__table--spacer,
  .product-result__table tr.hos_product__table--spacer {
    display: none;
  }
  .hos_product__table--name,
  .product-result__table--name {
    justify-content: center;
    align-items: center;
  }
  .hos_product__table--name .icon,
  .product-result__table--name .icon {
    position: relative;
    top: 0;
    transform: none;
    margin: 0 5px;
    transform: scale(0.8);
  }
  .hos_product__table--buy thead th,
  .product-result__table--buy thead th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .hos_product__table--buy tbody tr,
  .product-result__table--buy tbody tr {
    border: solid 1px rgba(112, 112, 112, 0.3);
    margin: 10px 0;
    position: relative;
    padding-top: 30px;
  }
  .hos_product__table--buy .checkbox-wrapper,
  .product-result__table--buy .checkbox-wrapper {
    position: absolute;
    top: 5px;
    left: 8px;
  }
  .hos_product .star-rating,
  .product-result .star-rating {
    justify-content: center;
  }
  .hos_product--package .button,
  .product-result--package .button {
    margin-top: 30px;
  }
}
@media all and (max-width: 992px) {
  .hos_product,
  .product-result {
    flex-direction: column;
  }
  .hos_product--package, .hos_product .hos_product__img, .hos_product .img-layout, .hos_product .hos-product__content, .hos_product .slot-content,
  .product-result--package,
  .product-result .hos_product__img,
  .product-result .img-layout,
  .product-result .hos-product__content,
  .product-result .slot-content {
    width: 100%;
  }
  .hos_product__wrap,
  .product-result__wrap {
    margin: -25px 0;
  }
  .hos_product__wrap .hos_product,
  .product-result__wrap .hos_product {
    margin: 25px 0;
  }
  .hos_product__img, .hos_product .img-layout, .hos_product__content, .hos_product .slot-content,
  .product-result__img,
  .product-result .img-layout,
  .product-result__content,
  .product-result .slot-content {
    width: 100%;
  }
  .hos_product__img:after, .hos_product .img-layout:after,
  .product-result__img:after,
  .product-result .img-layout:after {
    content: "";
    
    background-size: 84.497px 78.35px;
    width: 84.497px;
    height: 78.35px;
    display: block;
    position: absolute;
    top: -2px;
    right: 8%;
  }
  .hos_product__img img, .hos_product .img-layout img,
  .product-result__img img,
  .product-result .img-layout img {
    height: auto;
    position: relative;
  }
  html[dir=rtl] .hos_product__img:before, html[dir=rtl] .hos_product .img-layout:before,
  html[dir=rtl] .product-result__img:before,
  html[dir=rtl] .product-result .img-layout:before {
    transform: scaleX(-1);
  }
  html[dir=rtl] .hos_product__img:after, html[dir=rtl] .hos_product .img-layout:after,
  html[dir=rtl] .product-result__img:after,
  html[dir=rtl] .product-result .img-layout:after {
    right: auto;
    left: 8%;
  }
  .hos_product--venue_series_signpost .hos_product__content,
  .product-result--venue_series_signpost .hos_product__content {
    padding-top: 0;
  }
  .hos_product--venue_series_signpost .hos_product__img:after, .hos_product--venue_series_signpost .hos_product .img-layout:after,
  .product-result--venue_series_signpost .hos_product__img:after,
  .product-result--venue_series_signpost .hos_product .img-layout:after {
    
  }
  .hos_product--venue_series_signpost .button,
  .product-result--venue_series_signpost .button {
    width: 100%;
  }
  .hos_product__content, .hos_product .slot-content,
  .product-result__content,
  .product-result .slot-content {
    padding-top: 0;
  }
  .hos_product__h,
  .product-result__h {
    margin-bottom: 10px;
  }
  .hos_product__icon svg,
  .product-result__icon svg {
    transform: scale(0.8);
  }
  .hos_product__info,
  .product-result__info {
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
  .hos_product__info:before,
  .product-result__info:before {
    content: "";
    border-top: solid 1px #D0D0DE;
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
  }
  .hos_product__info .hos_price,
  .product-result__info .hos_price {
    margin-bottom: 30px;
  }
  .hos_product__info .button,
  .product-result__info .button {
    display: block;
  }
  .hos_product .star-rating,
  .product-result .star-rating {
    margin-bottom: 20px;
  }
  .hos_product .button,
  .product-result .button {
    display: block;
  }
}
.hos_price {
  display: flex;
  align-items: flex-end;
  color: #000;
}

.hos_price p {
  color: inherit;
  margin-bottom: 0;
}

.hos_price__from {
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.hos_price__currency {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  padding-right: 3px;
}

.hos_price__val {
  font-size: clamp(1.6666666667rem, 1.6044444444rem + 0.2666666667vw, 1.8888888889rem);
  line-height: 39px;
  font-weight: 700;
}

.hos_price--small .hos_price__val {
  font-size: 25px;
}

@media all and (min-width: 993px) {
  .hos_price__from {
    padding-right: 30px;
  }
  html[dir=rtl] .hos_price__from {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media all and (max-width: 992px) {
  .hos_price {
    flex-direction: column;
    align-items: center;
  }
  .hos_price p.hos_price__from {
    color: #767684;
  }
  .hos_price__from {
    font-weight: 400;
  }
}
.filter_outer {
  padding: 40px 0;
}

@media all and (max-width: 768px) {
  .filter_outer {
    padding: 0;
  }
}
.filter-results {
  display: flex;
  align-items: flex-start;
  border-top: solid 1px #D0D0DE;
  border-bottom: solid 1px #D0D0DE;
  background-color: #F4F3EF;
  padding: 10px 0;
  margin: 0 auto !important;
  width: 100%;
}

.filter-results .filter-results-title {
  font-size: 18px;
  width: 20%;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}

.filter-results .filter-results-title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: no-repeat center center;
  width: 19px;
  background-image: var(--filterGraphic);
  aspect-ratio: 19/17;
  background-size: cover;
}

.filter-results .filter-results-title, .filter-results .remove-filters-link {
  color: #000;
}

.filter-results .applied-filters-label, .filter-results .remove-filters-link, .filter-results .applied-filter {
  font-size: clamp(0.7777777778rem, 0.7155555556rem + 0.2666666667vw, 1rem) !important;
}

.filter-results .applied-filters-label {
  color: #767684;
  padding-right: 20px;
  display: block;
}

.filter-results .remove-filters-link {
  order: 99999;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 10px;
}

.filter-results .applied-filters {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.filter-results .applied-filters .applied-filter {
  margin: 5px;
  background-color: #D0D0DE;
  border-radius: 15px;
  padding: 0 47px 0 10px;
  position: relative;
}

.filter-results .applied-filters .remove-icon-container {
  position: absolute;
  top: 5px;
  right: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filter-results .applied-filters .remove-icon-container:hover {
  opacity: 0.5;
}

.filter-results.mobile {
  display: none !important;
}

.filter-results .remove-icon-btn {
  background: none !important;
}

.filter-results .remove-icon-btn .icon {
  font-size: 18px !important;
  color: var(--textColor) !important;
}

.filter-results .remove-icon-btn:hover .icon {
  color: #000 !important;
}

@media all and (max-width: 992px) {
  .filter-results {
    flex-wrap: wrap;
  }
  .filter-results .filter-results-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 768px) {
  .filter-results {
    border: 0;
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
    padding: 20px var(--sectionPaddingX);
    background-color: #FFF;
  }
  .filter-results .applied-filters {
    width: 100%;
    flex-grow: 1;
    padding-top: 10px;
  }
  .filter-results .applied-filters .applied-filter {
    padding-right: 40px;
  }
  .filter-results .applied-filters .remove-icon-container {
    right: 10px;
  }
  .filter-results .remove-filters-link {
    order: 0;
  }
  .filter-results .remove-icon-btn {
    padding: 0 5px;
  }
  .filter-results .icon-filter-close {
    width: 10px;
    height: 10px;
  }
}
:root {
  --inputBorderColor: #E7E6DB;
}

.filters-button {
  position: relative;
  top: 0;
  right: 0;
  width: 54px !important;
  height: 40px !important;
  background: #000 !important;

  display: block;
}

.filters-button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: no-repeat center center;
  width: 19px;
  background-image: var(--filterGraphicWhite);
  aspect-ratio: 19/17;
  background-size: cover;
  z-index: 1;
}

.btn-show.fixed {
  top: var(--siteHeaderHeight) !important;
}

.sidebar {
  position: fixed !important;
  top: var(--siteHeaderHeight) !important;
  left: 0 !important;
  max-width: 400px !important;
  background-color: #FFF !important;
  z-index: 1002 !important;
  color: #000 !important;
}

.sidebar.show-navigation {
  height: calc(100dvh - var(--siteHeaderHeight)) !important;
  width: 100% !important;
  padding: 40px !important;
  overflow: auto !important;
}

.sidebar.show-navigation .btn-show-sidebar {
  margin: 0 !important;
}


.sidebar.show-navigation .filter-results.mobile {
  display: flex !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.sidebar.show-navigation .filter-results.mobile .applied-filter {
  background-color: #D0D0DE;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar.show-navigation .filter-results.mobile .remove-icon-container {
  top: 7px !important;
}

.sidebar .filter-results {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .sidebar + .btn-show {
    position: fixed !important;
    top: calc(var(--siteHeaderHeight) + 5px) !important;
    left: auto !important;
    right: 0;
    z-index: 5 !important;
  }
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .filter-results-title {
  display: block;
  font-size: 25px;
  padding-bottom: 20px;
  margin-left: 0 !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.sidebar .filter-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700 !important;
}

.sidebar .check {
  margin-bottom: 10px;
}

.sidebar .check:last-child {
  margin-bottom: 0;
}

.sidebar .check label {
  position: relative;
  padding-left: 34px;
  margin: 0;
}

html[dir=rtl] .sidebar .check label {
  padding-left: 0;
  padding-right: 34px;
}

.sidebar .check label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 3px;
  background-position: center;
  background-size: 14px 10px;
  background-repeat: no-repeat;
}

html[dir=rtl] .sidebar .check label:before {
  left: auto;
  right: 0;
}

.sidebar .check input[type=checkbox]:checked + label::before,
.sidebar .check input[type=checkbox]:checked + input + label::before {
  background-color: #DCD5FF;
  border-color: #000;
  background-image: var(--iconTickPurple);
}

.sidebar .categories-filter .check {
  display: flex;
  justify-content: space-between;
}

.sidebar .categories-filter .check .star-rating {
  justify-content: end;
  width: 100%;
  margin-bottom: 0;
  flex-shrink: initial;
}



.sidebar .categories-filter .check .star-rating .star.active {
  color: #f1c066;
}

.sidebar .hospitality-filter .filter {
  margin-bottom: 30px;
  padding: 0;
}

.sidebar .hospitality-filter .filter.venue-filter {
  margin-bottom: 0;
}

.sidebar .hospitality-filter .filter.dates-filter {
  margin-bottom: 0;
}

.sidebar .hospitality-filter .filterCheck + .filterLabelCheck {
  min-width: 70%;
  background-image: none !important;
}

.sidebar .hospitality-filter .filterCheck:checked + .filterLabelCheck {
  padding-left: 34px;
}

.sidebar .cmb-filter-container {
  color: #000;
  margin-bottom: 10px;
}

.sidebar .cmb-filter-container .vs__dropdown-toggle {
  padding: 8px 8px 10px;
  border: 1px solid var(--inputBorderColor);
}

.sidebar .cmb-filter-container .vs__dropdown-toggle .vs__selected-options {
  padding-top: 0;
}

.sidebar .venuesChecksContainer.expanded {
  padding-bottom: 30px;
}

.sidebar .datesContainer input {
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid var(--inputBorderColor);
}

.sidebar .datesContainer.expanded {
  padding-bottom: 30px;
}

.sidebar .priceContainer {
  margin-bottom: 10px;
}

.sidebar .priceContainer .cmb-filter-container {
  color: #000;
}

.sidebar .priceContainer .cmb-filter-container .vs__dropdown-toggle {
  margin-bottom: 0;
}

.sidebar .collapseSeparator {
  left: 0 !important;
  top: auto !important;
}

.sidebar .collapseSeparator .icon-btn {
  top: -33px;
  background: none !important;
}

.sidebar .collapseSeparator .icon-btn .icon {
  color: #000;
}

.sidebar .filterButtonsContainer {
  padding-left: 0;
}

.sidebar .filterButtonsContainer .fwc-btn {
  color: #000 !important;
  margin-top: 10px !important;
}

.sidebar .filterButtonsContainer .fwc-btn:first-child {
  font-size: 14px;
  padding: 4px 31px 5px;
  color: #FFF !important;
}

.sidebar .filterButtonsContainer .fwc-btn:first-child::before, .sidebar .filterButtonsContainer .fwc-btn:first-child::after,
.sidebar .filterButtonsContainer .fwc-btn:first-child .triangel {
  display: none;
}

.sidebar .filterButtonsContainer .fwc-btn:last-child {
  background: transparent !important;
}

.sidebar .filters-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 40px;
  background-color: #000;
}

.product-results {
  padding: 40px 0 0 !important;
}

.content_img_slider {
  position: relative;
  z-index: 1;
}

.content_img_slider, .content_img_slider__h {
  color: #FFF;
}

.content_img_slider__item {
  display: flex;
  align-items: center;
}

.content_img_slider__content {
  width: 46.7%;
  padding: var(--sectionPaddingY) 8% var(--sectionPaddingY) 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_img_slider__content p:last-child {
  margin-bottom: 0;
}

html[dir=rtl] .content_img_slider__content {
  padding: var(--sectionPaddingY) 10% var(--sectionPaddingY) 8%;
}

.content_img_slider__img {
  width: 53.3%;
  aspect-ratio: 1023/674;
}

.content_img_slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 840px) {
  .content_img_slider__item {
    flex-direction: column;
    padding: 0 5px;
  }
  .content_img_slider__img, .content_img_slider__content {
    width: 100%;
  }
  .content_img_slider__img {
    order: 0;
  }
  .content_img_slider__content {
    order: 1;
    padding: 40px 0;
  }
  html[dir=rtl] .content_img_slider__content {
    padding: 40px 0;
  }
}
@media all and (max-width: 640px) {
  .content_img_slider__img {
    aspect-ratio: 301/301;
  }
}
.full-slider-block {
  position: relative;
}

.full-slider-block .full-slider-slide {
  opacity: 0.5;
  transition: opacity 250ms ease;
}

.full-slider-block .full-slider-slide.slick-active {
  opacity: 1;
}

.full-slider-block .arrows-wrapper {
  position: relative;
  top: 0;
  transform: translateY(0);
  margin: 0 auto;
  width: 130px;
  padding: 0;
  padding-top: 40px;
}

.full-slider-block .arrows-wrapper .slick-arrow {
  width: 42px;
  height: 42px;
}

.full-slider-block .arrows-wrapper .slick-arrow:hover {
  background-color: #000;
}

@media all and (max-width: 840px) {
  .full-slider-block .arrows-wrapper {
    padding-top: 0;
  }
}
.whats_included {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.whats_included__wrap {
  position: relative;
  overflow: hidden;
}

.whats_included, .whats_included__h {
  color: #FFF;
}

.whats_included__img {
  width: 49.5%;
  aspect-ratio: 949/791;
  position: relative;
  z-index: 1;
}

.whats_included__content {
  width: 50.5%;
  padding: 60px 10% 30px 8%;
  z-index: 0;
}

html[dir=rtl] .whats_included__content:before {
  right: auto;
  left: 0;
  transform: translate(-25%, -37%) scaleX(-1);
}

html[dir=rtl] .whats_included__content {
  padding: 60px 8% 30px 10%;
}

.whats_included__cta {
  width: 100%;
  text-align: center;
}

.whats_included ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.whats_included ul li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: 28px;
}

.whats_included ul li:before {
  content: "";
  position: absolute;
  top: clamp(0.3333333333rem, 0.2866666667rem + 0.2vw, 0.5rem);
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #f1c066;
}

html[dir=rtl] .whats_included ul li:before {
  left: auto;
  right: 0;
}

.whats_included ul li {
  padding-left: 34px;
  padding-bottom: 30px;
}

.whats_included ul li:before {
  width: 16px;
  height: 16px;
}

html[dir=rtl] .whats_included ul li {
  padding-left: 0;
  padding-right: 34px;
}

@media all and (max-width: 1024px) {
  .whats_included__img, .whats_included__content {
    width: 100%;
  }
  .whats_included__content {
    padding: 60px var(--sectionPaddingX) 30px;
    position: relative;
  }
  html[dir=rtl] .whats_included__content {
    padding: 60px var(--sectionPaddingX) 30px;
  }
  .whats_included__content:before {
    width: 100%;
    height: 460px;
    transform: translate(25%, -24%);
  }
}
@media all and (max-width: 640px) {
  .whats_included__cta {
    padding: 0 var(--sectionPaddingX);
  }
  .whats_included__cta .button {
    display: block;
  }
}
.full_img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1920/893;
}

.full_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

@media all and (max-width: 640px) {
  .full_img {
    aspect-ratio: 375/375;
  }
}
.alt_products, .alt_products__h, .alt_products__title {
  color: #FFF;
}

.alt_products__h {
  text-align: center;
  margin-bottom: clamp(2.5rem, 1.9555555556rem + 2.3333333333vw, 4.4444444444rem);
}

.alt_products__title {
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  align-self: flex-start;
  padding-right: 68px;
}

.alt_products__title img {
  margin-left: 10px;
  max-height: 58px;
  width: auto;
  max-width: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  z-index: 2;
}

.alt_products__sub {
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  margin-bottom: 40px;
}

.alt_products__wrap {
  display: flex;
  justify-content: space-between;
}

.alt_products__item {
  width: 30.2%;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  position: relative;
  overflow: hidden;
}

@container (max-width: 496px) {
  .alt_products__item .alt_products__title {
    padding-right: 0;
    padding-top: 65px;
    align-self: auto;
  }
  .alt_products__item .alt_products__title img {
    right: 50%;
    transform: translateX(50%);
    top: 0;
    margin: 0;
  }
}
.alt_products__img {
  position: relative;
  display: block;
  background-color: #0A0A0A;
}

.alt_products__img:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-size: 105% auto;
  background-position: bottom center;
  top: 2px;
}

.alt_products__img img {
  display: block;
  width: 100%;
}

.alt_products__info {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.alt_products__content {
  padding: 0 clamp(1.6666666667rem, 1.5111111111rem + 0.6666666667vw, 2.2222222222rem) 58px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.alt_products__content:before, .alt_products__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem);
  z-index: -1;
}

.alt_products__content:before {
  background-color: #000;
  height: 100px;
}

.alt_products__content:after {
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgb(10, 10, 10) 0%, rgb(25, 25, 25) 41%, rgb(47, 47, 47) 100%);
  bottom: clamp(0.6666666667rem, 0.5422222222rem + 0.5333333333vw, 1.1111111111rem);
}

.alt_products__content .star-rating {
  margin-bottom: 15px;
}

.alt_products__content .hos_price {
  color: #FFF;
  justify-content: center;
  margin-bottom: 25px;
}

@media all and (min-width: 1841px) {
  .alt_products__wrap {
    margin-left: -68px;
    margin-right: -68px;
  }
}
@media all and (max-width: 1200px) {
  .alt_products__wrap {
    flex-wrap: wrap;
    margin: -25px 0;
  }
  .alt_products__item {
    width: 48%;
    margin: 25px 0;
  }
}
@media all and (max-width: 840px) {
  .alt_products__content:before, .alt_products__content:after {
    border-bottom-left-radius: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem);
    border-bottom-right-radius: 0;
  }
  .alt_products__info {
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
  .alt_products__info:before {
    content: "";
    border-top: solid 1px #767684;
    position: absolute;
    top: 0;
    left: -30%;
    width: 160%;
  }
  .alt_products__info .hos_price {
    margin-bottom: 30px;
  }
  .alt_products__info .button {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .alt_products__item {
    width: 100%;
  }
  .alt_products__title {
    align-self: center;
  }
  .alt_products__content {
    text-align: center;
    align-items: center;
    padding-bottom: 40px;
  }
  .alt_products__sub {
    margin-bottom: 35px;
  }
}
.assist_text {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.assist_text__col {
  width: 48%;
}

.assist_text__col .button {
  margin-top: 60px;
}

@media all and (max-width: 840px) {
  .assist_text {
    flex-direction: column;
  }
  .assist_text__col {
    width: 100%;
  }
  .assist_text__col .button {
    margin-top: 40px;
    display: block;
  }
}
.assist_text h2 {
  margin-top: 0;
}

.global_offices {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #FFF;
  padding: clamp(3.3333333333rem, 2.9444444444rem + 1.6666666667vw, 4.7222222222rem) 0;
}

.global_offices__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global_offices__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.global_offices__intro {
  width: 45%;
  max-width: 545px;
}

.global_offices__tabs {
  width: 48.8%;
  display: flex;
  flex-wrap: wrap;
}

.global_offices__h {
  color: #FFF;
  margin-bottom: clamp(1.3888888889rem, 0.8444444444rem + 2.3333333333vw, 3.3333333333rem);
}

.global_offices__sub {
  font-weight: 700;
  font-size: clamp(1rem, 0.7822222222rem + 0.9333333333vw, 1.7777777778rem);
  line-height: 48px;
  margin-bottom: clamp(1.6666666667rem, 1.5111111111rem + 0.6666666667vw, 2.2222222222rem);
  width: 100%;
}

.global_offices__title {
  font-weight: 700;
  color: #fff;
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: 35px;
  padding-bottom: 20px;
}

.global_offices__item {
  display: none;
}

.global_offices__item p {
  margin: 0;
}

.global_offices__item .button {
  margin-top: 40px;
}

.global_offices__items {
  width: calc(100% - 275px);
}

.global_offices__controls {
  width: 275px;
  padding-right: 20px;
}

html[dir=rtl] .global_offices__controls {
  padding-right: 0;
  padding-left: 20px;
}

.global_offices__controls ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: -14px 0;
}

.global_offices__controls ul li {
  position: relative;
  transition: all 250ms ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  font-weight: 300;
  margin: 14px 0;
}

.global_offices__controls ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}

html[dir=rtl] .global_offices__controls ul li:before {
  left: auto;
  right: -30px;
}

.global_offices__controls ul li:after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}

@media speech {
  .global_offices__controls ul li:after {
    display: none;
  }
}
.global_offices__controls ul li.global_offices__controls--active, .global_offices__controls ul li:hover {
  font-weight: 700;
  color: #fff;
}

.global_offices__controls ul li.global_offices__controls--active:before {
  opacity: 1;
  visibility: visible;
}

.global_offices__select {
  display: none;
}

.global_offices__select select {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
  background-image: var(--chevronDownWhite);
}

.global_offices__select select option {
  color: #000;
}

.global_offices .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.global_offices .container::before, .global_offices .container::after {
  display: none;
}

@media all and (max-width: 1024px) {
  .global_offices__intro, .global_offices__tabs {
    width: 100%;
  }
  .global_offices__intro {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .global_offices__controls ul {
    padding-left: 30px;
  }
  html[dir=rtl] .global_offices__controls ul {
    padding-left: 0;
    padding-right: 30px;
  }
  .global_offices__controls ul li {
    margin: 10px 0;
  }
  .global_offices .container {
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  .global_offices__intro {
    margin-bottom: 20px;
  }
  .global_offices__controls, .global_offices__items {
    width: 100%;
  }
  .global_offices__controls {
    padding: 0;
  }
  .global_offices__controls ul {
    display: none;
  }
  .global_offices__title {
    display: none;
  }
  .global_offices__sub {
    margin-bottom: 10px;
  }
  .global_offices__select {
    display: block;
  }
  .global_offices__item .button {
    display: block;
  }
}
.chat {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.chat__speak {
  border: solid 1px #372A6C;
  background-color: #FFF;
  padding: 17px;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 10px;
}

.chat__sticky {
  position: fixed;
  bottom: 20%;
  z-index: 2;
  transform: translateX(50%);
}

.chat__sticky .button {
  box-shadow: 0 3px 6px rgba(48, 48, 56, 0.2);
  position: relative;
  padding-left: 70px;
}

.chat__sticky .button .icon {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  background-color: #FFF;
}

.chat .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media all and (max-width: 1800px) {
  .chat__sticky {
    right: 20px;
    transform: none;
  }
}
.s_agent {
  max-width: 1086px;
  display: block;
  margin: 0 auto;
}

.s_agent__graphic {
  position: relative;
  overflow: hidden;
}

html[dir=rtl] .s_agent__graphic:before {
  right: auto;
  left: -80px;
  transform: translateY(35%) scaleX(-1);
}

@media all and (max-width: 840px) {
  .s_agent__graphic:before {
    height: auto;
    width: 100%;
    right: -15%;
  }
}
.s_agent__wrap {
  margin: -25px 0;
  display: flex;
  flex-direction: column;
}

.s_agent__wrap .s_agent {
  margin-top: 25px;
  margin-bottom: 25px;
}

.s_agent__title {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.4444444444rem, 1.32rem + 0.5333333333vw, 1.8888888889rem);
  font-weight: 600;
  margin-bottom: clamp(0.2777777778rem, 0.1222222222rem + 0.6666666667vw, 0.8333333333rem);
}

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

.s_agent__title--purple {
  color: #000;
}

.s_agent__sub {
  font-size: clamp(1rem, 0.9688888889rem + 0.1333333333vw, 1.1111111111rem);
  line-height: clamp(1.4444444444rem, 1.3822222222rem + 0.2666666667vw, 1.6666666667rem);
  margin-bottom: clamp(0.5555555556rem, 0.4rem + 0.6666666667vw, 1.1111111111rem);
  color: #000;
}

.s_agent__underline {
  padding-bottom: clamp(0.8333333333rem, 0.6777777778rem + 0.6666666667vw, 1.3888888889rem);
  margin-bottom: clamp(0.8333333333rem, 0.6777777778rem + 0.6666666667vw, 1.3888888889rem);
  border-bottom: solid 1px #C7C5BD;
  color: #767684;
}

.s_agent__info {
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: clamp(1.1666666667rem, 1.0577777778rem + 0.4666666667vw, 1.5555555556rem);
  padding-left: 30px;
  position: relative;
  margin-bottom: clamp(0.5555555556rem, 0.4rem + 0.6666666667vw, 1.1111111111rem);
}

.s_agent__info:last-child {
  margin-bottom: 0;
}

.s_agent__info .icon {
  position: absolute;
  top: 4px;
  left: 0;
  color: #000;
}

html[dir=rtl] .s_agent__info {
  padding-left: 0;
  padding-right: 30px;
}

html[dir=rtl] .s_agent__info .icon {
  left: auto;
  right: 0;
}

.s_agent__items {
  display: grid;
  -moz-column-gap: clamp(2.2222222222rem, 1.2888888889rem + 4vw, 5.5555555556rem);
  column-gap: clamp(2.2222222222rem, 1.2888888889rem + 4vw, 5.5555555556rem);
  row-gap: clamp(1.6666666667rem, 1.0444444444rem + 2.6666666667vw, 3.8888888889rem);
  grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width: 840px) {
  .s_agent__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .s_agent__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tabs-container .tabs-navigation {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.tabs-container .tabs-navigation-item.is-active .tabs-navigation-link {
  background-color: #F7F7F7;
  color: #000;
  font-weight: 700;
}

.tabs-container .tabs-navigation-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tabs-container .tabs-navigation-link {
  font-size: clamp(1rem, 0.8911111111rem + 0.4666666667vw, 1.3888888889rem);
  line-height: clamp(1.5555555556rem, 1.3066666667rem + 1.0666666667vw, 2.4444444444rem);
  padding: clamp(0.5555555556rem, 0.4rem + 0.6666666667vw, 1.1111111111rem) clamp(0.8333333333rem, 0.5222222222rem + 1.3333333333vw, 1.9444444444rem);
  background-color: #FFF;
  display: block;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tabs-container .tabs-content {
  background-color: #FFF;
}

@media all and (min-width: 993px) {
  .tabs-container .tabs-content {
    border-bottom-left-radius: clamp(2.7777777778rem, 2rem + 3.3333333333vw, 5.5555555556rem);
  }
}
.tabs-container .tabs-tab-content {
  background-color: #F7F7F7;
  padding: clamp(1.1111111111rem, 0.4888888889rem + 2.6666666667vw, 3.3333333333rem);
}

.tabs-container .single-match-package-subfilters {
  background: #3C0010;
  position: relative;
  z-index: 1;
  color: #000;
  margin-bottom: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
  padding: 0;
  container: match-filters/inline-size;
  display: none;
}

.tabs-container .single-match-package-subfilters:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #FFF;
  width: calc(100% - 10px);
  height: 100%;
  z-index: -1;
}

.tabs-container .single-match-package-subfilters .acc-responsive {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 28px;
}

@media all and (min-width: 993px) {
  .tabs-container .single-match-package-subfilters .acc-responsive:not(.acc-hidden) {
    display: none;
    padding: 0 20px;
  }
}
.tabs-container .single-match-package-subfilters .acc-responsive > * {
  flex-grow: 1;
  padding: 20px 0;
  text-align: right;
}

html[dir=rtl] .tabs-container .single-match-package-subfilters .acc-responsive > * {
  text-align: left;
}

@media all and (min-width: 993px) {
  .tabs-container .single-match-package-subfilters .acc-responsive > *:not(:last-child) {
    border-right: 2px solid #F7F7F7;
  }
}
@media all and (max-width: 992px) {
  .tabs-container .single-match-package-subfilters .acc-responsive > *:not(:last-child) {
    border-bottom: 2px solid #F7F7F7;
  }
}
.tabs-container .single-match-package-subfilters .acc-responsive .dates {
  flex-grow: 0;
}

.tabs-container .single-match-package-subfilters .acc-responsive .rounds,
.tabs-container .single-match-package-subfilters .acc-responsive .stadiums {
  padding-right: 8px;
}

@media all and (max-width: 992px) {
  .tabs-container .single-match-package-subfilters .acc-responsive .rounds,
  .tabs-container .single-match-package-subfilters .acc-responsive .stadiums {
    width: 100%;
    max-width: 300px;
  }
}
.tabs-container .single-match-package-subfilters .acc-responsive .mx-input-wrapper input {
  box-shadow: none;
  margin-bottom: 0;
}

.tabs-container .single-match-package-subfilters .acc-responsive .v-select {
  padding: 0;
  border: none;
}

.tabs-container .single-match-package-subfilters input {
  font-size: 16px;
}

.tabs-container .single-match-package-subfilters .clean-filters-wrapper {
  padding: 10px 0;
  text-align: right;
}

@media all and (max-width: 992px) {
  .tabs-container .single-match-package-subfilters .clean-filters-wrapper {
    padding: 10px 0 25px;
  }
}
html[dir=rtl] .tabs-container .single-match-package-subfilters .clean-filters-wrapper {
  text-align: left;
}

.tabs-container .single-match-package-subfilters .clear-filters {
  height: auto;
}

@media all and (min-width: 993px) {
  @container match-filters (max-width: 1220px) {
    .tabs-container .single-match-package-subfilters .acc-responsive {
      flex-wrap: wrap;
      padding-right: 0;
    }
    .tabs-container .single-match-package-subfilters .acc-responsive > *:not(:last-child) {
      border-right: none;
      border-bottom: 1px solid #F7F7F7;
    }
    .tabs-container .single-match-package-subfilters .acc-responsive .dates {
      width: 100%;
    }
    .tabs-container .single-match-package-subfilters .acc-responsive .rounds, .tabs-container .single-match-package-subfilters .acc-responsive .stadiums {
      width: 50%;
    }
    .tabs-container .single-match-package-subfilters .acc-responsive .clean-filters-wrapper {
      padding-right: 20px;
    }
  }
}
.tabs-container .subfilters-button {
  margin-top: 20px;
  padding: 11px clamp(1.2222222222rem, 0.9111111111rem + 1.3333333333vw, 2.3333333333rem) 15px !important;
  height: auto;
  text-align: center !important;
}

.tabs-container .subfilter-title {
  display: none;
}

.tabs-container .fwc-btn.show-subfilters {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

@media all and (max-width: 992px) {
  .tabs-container .clear-subfilters {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
  }
}
@media all and (max-width: 992px) {
  .tabs-container .tabs-content, .tabs-container .tabs-navigation {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
  .tabs-container .tabs-tab-content {
    border-top-right-radius: 0;
    padding: var(--sectionPaddingX);
  }
  .tabs-container .tabs-navigation-item {
    flex-shrink: 0;
    width: auto;
  }
  .tabs-container .tabs-navigation-item.is-active .tabs-navigation-link {
    background-color: #767684;
    color: #FFF;
    font-weight: 400;
  }
  .tabs-container .tabs-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: scroll;
    padding: 10px 0;
    border-top: solid 2px #D0D0DE;
    border-bottom: solid 2px #D0D0DE;
  }
  .tabs-container .tabs-navigation-list {
    padding: 0 var(--sectionPaddingX);
    flex-wrap: nowrap;
    margin: 0 -5px;
  }
  .tabs-container .tabs-navigation-item {
    margin: 0 5px;
  }
  .tabs-container .tabs-navigation-link {
  }
}
.matches {
  padding-top: 30px;
}

.matches__h {
  font-size: 25px;
  color: #000;
}

.matches__wrap {
  display: grid;
  row-gap: 30px;
}

.matches__small {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  padding-top: 30px;
}

@media all and (max-width: 992px) {
  .matches__h {
    display: none;
  }
}
.item_match {
  background-color: #FFF;
  padding: 30px;
  display: flex;
  position: relative;
}

.item_match p {
  margin-bottom: 0;
}

.item_match__h {
  color: #000;
  font-weight: 700;
  font-size: clamp(1.1111111111rem, 0.9866666667rem + 0.5333333333vw, 1.5555555556rem);
  width: 14%;
  min-width: 130px;
  padding-right: 20px;
}

.item_match__date_time {
  display: flex;
}

.item_match__date_time--date {
  padding-right: 15px;
}

.item_match__date_time, .item_match__location {
  color: #000;
}

.item_match__location {
  white-space: nowrap;
}

.item_match__main {
  margin-right: auto;
  display: grid;
  row-gap: 15px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  grid-template-columns: auto auto;
}

.item_match__team {
  display: flex;
  align-items: center;
}

.item_match__team p {
  padding-left: 12px;
}

.item_match__cta {
  align-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
  container-type: inline-size;
  flex-grow: 1;
  text-align: right;
}

.item_match__cta .select-wrap {
  margin-left: 20px;
}

.item_match__cta p {
  margin: 5px 0;
}

@container (max-width: 444px) {
  .item_match__cta .select-wrap {
    margin-left: 0;
  }
}
.item_match .select-wrap select {
  margin-bottom: 0;
}

.item_match--unavailable .item_match__h, .item_match--unavailable .item_match__date_time, .item_match--unavailable .item_match__location {
  color: #767684;
}

@media all and (max-width: 1000px) {
  .item_match {
    flex-wrap: wrap;
  }
  .item_match__h {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  .item_match__cta {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  .item_match__cta {
    text-align: center;
    justify-content: center;
  }
  .item_match__cta .button, .item_match__cta .select-wrap {
    width: 100%;
  }
  .item_match__main {
    width: 100%;
    grid-template-columns: 100%;
    row-gap: 0;
  }
  .item_match__location {
    padding-bottom: 20px;
  }
  .item_match__team:first-of-type {
    padding-bottom: 10px;
  }
}
.item_match_modal {
  position: absolute;
  top: 80%;
  right: 30px;
  background-color: #FFF;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  z-index: 9;
  padding: 30px;
  width: 90%;
  max-width: 900px;
}

.qty_control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.qty_control__qty {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}

.qty_control .select-wrap {
  margin-left: 14px;
  margin-right: 10px;
}

.qty_control .select-wrap select {
  margin-bottom: 0;
}

.register_interest {
  text-align: right;
  color: #000;
  font-weight: 600;
}

.fixtures {
  padding-top: 100px;
}

.fixtures .standard-hero__back {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.fixtures__intro {
  text-align: center;
  padding: clamp(3.3333333333rem, 2.9444444444rem + 1.6666666667vw, 4.7222222222rem) 0;
}

.fixtures__h {
  font-size: clamp(1rem, 0.7822222222rem + 0.9333333333vw, 1.7777777778rem);
  font-weight: 700;
  text-align: center;
  color: #000;
}

.fixtures__stages {
  margin: calc(clamp(2.2222222222rem, 1.7555555556rem + 2vw, 3.8888888889rem) * -1) 0;
  display: flex;
  flex-direction: column;
}

.fixtures__stage {
  margin: clamp(2.2222222222rem, 1.7555555556rem + 2vw, 3.8888888889rem) 0;
}

.fixtures__items {
  display: grid;
  gap: clamp(2.2222222222rem, 1.9111111111rem + 1.3333333333vw, 3.3333333333rem);
}

@media all and (min-width: 641px) {
  .fixtures__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .fixtures__items .item_fixture {
    grid-column: span 2;
  }
  .fixtures__items .item_fixture:last-child:nth-child(2n-1) {
    grid-column-end: 4;
  }
}
.item_fixture {
  display: flex;
  flex-direction: column;
  background: #FFF;
  position: relative;
  overflow: hidden;
  container: fixture/inline-size;
}

.item_fixture p {
  margin: 0;
}

.item_fixture__teams {
  padding: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.item_fixture__cta {
  margin-top: auto;
  border-top: solid 1px #C7C5BD;
  padding: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 0.8888888889rem + 3.3333333333vw, 4.4444444444rem);
  display: flex;
  justify-content: space-between;
}

.item_fixture__cta p {
  padding-bottom: 0;
}

.item_fixture__match {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.item_fixture__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  flex: 1;
}

.item_fixture__team p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}

@container fixture (max-width: 600px) {
  .item_fixture__cta {
    flex-direction: column;
  }
  .item_fixture__cta .hos_price {
    margin-bottom: 30px;
    align-self: center;
  }
}
@container fixture (min-width: 500px) {
  .item_fixture__info {
    order: 2;
  }
  .item_fixture__team {
    order: 1;
  }
  .item_fixture__team + .item_fixture__team {
    order: 3;
  }
  .item_fixture__match {
    padding-bottom: 50px;
  }
}
@container fixture (max-width: 500px) {
  .item_fixture__match {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .item_fixture__info {
    width: 100%;
    padding-bottom: 25px;
  }
}
@container fixture (max-width: 400px) {
  .item_fixture__info {
    padding-bottom: 15px;
  }
  .item_fixture__teams {
    text-align: left;
    flex-direction: column;
  }
  .item_fixture__team {
    flex-direction: row;
    padding-top: 10px;
  }
  .item_fixture__team p {
    padding-top: 0;
    padding-left: 18px;
  }
}
.package-inclusions {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .package-inclusions__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.package-inclusions__inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}

@media all and (max-width: 1200px) {
  .package-inclusions__inner {
    display: block;
  }
}
.package-inclusions__content {
  padding: 20px 80px;
  width: 33.33%;
  background-color: #FFF;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .package-inclusions__content {
    width: 100%;
    padding: 80px;
  }
}
@media all and (max-width: 768px) {
  .package-inclusions__content {
    padding: 60px 40px 20px;
  }
}
.package-inclusions__content h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.package-inclusions__grid {
  background-color: #FFF;
}

@media all and (min-width: 769px) {
  .package-inclusions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 66.67%;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  .package-inclusions__grid {
    width: 100%;
  }
}
.package-inclusions__grid .slick-list {
  padding: 0 0 0 20px !important;
}

.package-inclusions__grid-item {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
}

.package-inclusions__grid-item img {
  width: 140px;
  height: 140px;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media all and (min-width: 769px) {
  .package-inclusions__grid-item {
    border-left: 3px solid #F4F3EF;
    border-bottom: 3px solid #F4F3EF;
  }
  .package-inclusions__grid-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .package-inclusions__grid-item:hover {
    background-color: #F0F0F7;
    z-index: 1;
  }
  .package-inclusions__grid-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F0F0F7;
  }
  .package-inclusions__grid-item:hover img {
    transform: scale(1.15);
    filter: invert(1) brightness(2);
  }
  .package-inclusions__grid-item--reveal .package-inclusions__grid-item-detail {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(100%) translateX(-3px);
  }
  .package-inclusions__grid-item--reveal:nth-child(3n) .package-inclusions__grid-item-detail {
    width: calc(100% + 4px);
    transform: translateX(-100%) translateX(0);
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .package-inclusions__grid-item:nth-child(3n-2) {
    border-left: none;
  }
}
@media all and (max-width: 768px) {
  .package-inclusions__grid-item {
    border: none;
    background-position: center 35px;
    padding: 35px 0 0;
    margin: 0 20px;
    border: 2px solid #F4F3EF;
    overflow: hidden;
  }
}
.package-inclusions__grid-item-image {
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.package-inclusions__grid-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(/media/5360/border.svg);
  background-position: center;
  background-size: 144px;
  background-repeat: no-repeat;
}

.package-inclusions__grid-item:hover .package-inclusions__grid-item-image::before {
  filter: invert(0.85) hue-rotate(-61deg) brightness(1.8);
}

@media all and (max-width: 768px) {
  .package-inclusions__grid-item-image img {
    margin: 0 auto;
  }
}
.package-inclusions__grid-item-detail {
  text-align: center;
  color: #000;
  padding: 30px;
  background-color: #FFF;
  opacity: 1;
}

@media all and (min-width: 769px) {
  .package-inclusions__grid-item-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: left;
    padding: 40px 30px;
    width: calc(100% + 3px);
    height: calc(100% + 1px);
    background-color: #F0F0F7;
    pointer-events: none;
    top: 0;
    left: 0;
    opacity: 1;
    color: #200044;
    transform: translateX(0);
    border-bottom: 1px solid #F4F3EF;
    transition: transform 0.3s ease;
    z-index: -1;
  }
}
@media all and (max-width: 768px) {
  .package-inclusions__grid-item-detail {
    transition: opacity 0.3s ease;
  }
}
.package-inclusions__grid-item-detail p {
  font-size: 0.7777777778rem;
  line-height: 1rem;
  margin: 0;
}

.package-inclusions__grid-item-title {
  font-size: 23px;
  line-height: 31px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .package-inclusions__grid-item-title {
    color: #C7C5BD;
  }
}
/*** Package Inclusions: slider arrows ***/
.package-inclusions__arrows.arrows-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 20px 40px 80px;
}

.package-inclusions__arrows.arrows-wrapper .slick-arrow {
  background-color: #F0F0F7;
}

@media all and (min-width: 769px) {
  .package-inclusions__arrows.arrows-wrapper {
    display: none;
  }
}
.modal {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal, .modal__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__bg {
  position: absolute;
  opacity: 0.48;
  background-color: #000;
}

.modal__close {
  position: absolute;
  top: clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem);
  right: clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.modal__cont {
  background-color: #FFF;
  width: 92%;
  max-width: 615px;
  padding: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem) clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem) clamp(1.6666666667rem, 0.8888888889rem + 3.3333333333vw, 4.4444444444rem);
  position: relative;
  text-align: center;
}

.modal__icon {
  margin: 0;
  padding-bottom: clamp(0.2777777778rem, 0.0444444444rem + 1vw, 1.1111111111rem);
}

.modal__h {
  font-weight: 300;
  color: #000;
}

.modal__content p {
  font-weight: 300;
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  color: #767684;
}

.modal__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(0rem, -0.3111111111rem + 1.3333333333vw, 1.1111111111rem);
}

.modal__continue {
  margin-top: 20px;
  color: #000;
}

.modal .icon-cart {
  width: 53px;
  height: 50px;
  color: #000;
}

.modal .icon-close {
  color: #000;
}

@media all and (max-width: 576px) {
  .modal__content br {
    display: none;
  }
}
.modal--cart .modal__cont {
  max-width: 1080px;
}

.modal--cart .modal__content {
  max-width: 722px;
  display: block;
  margin: 0 auto;
}

.modal--cart .modal__content p {
  font-size: clamp(0.7222222222rem, 0.6444444444rem + 0.3333333333vw, 1rem);
  line-height: clamp(1.1111111111rem, 0.9866666667rem + 0.5333333333vw, 1.5555555556rem);
}

.modal--cart .modal__continue {
  margin-top: 0;
}

.modal--cart .modal__ctas {
  flex-direction: row;
  justify-content: space-between;
}

.modal--cart .modal_table {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .modal__cont {
    padding-top: 60px;
  }
  .modal__close {
    top: 0;
    right: 0;
    height: 40px;
    width: 55px;
    border-bottom-left-radius: 10px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__close .icon {
    color: #FFF;
    width: 12px;
    height: 12px;
  }
  .modal--cart .modal_table {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .modal--cart .modal__ctas {
    flex-direction: column;
  }
  .modal--cart .modal__continue {
    margin-top: 20px;
    order: 3;
  }
}
@media all and (max-width: 576px) {
  .modal--cart .modal__ctas .button {
    width: 100%;
  }
}
.modal_table {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #707070;
  position: relative;
  overflow: hidden;
}

.modal_table p {
  margin: 0;
}

.modal_table__sub {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 300;
  padding-bottom: 5px;
  color: #000;
}

.modal_table__h {
  font-size: clamp(1.2777777778rem, 1.2rem + 0.3333333333vw, 1.5555555556rem);
  font-weight: 700;
}

.modal_table__total {
  color: #6269AB;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.modal_table__price {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-left: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
}

.modal_table__currency {
  font-size: 16px;
  font-weight: 500;
}

.modal_table__body {
  border-top: solid 1px #D0D0DF;
}

.modal_table__item {
  display: flex;
  justify-content: space-between;
}

.modal_table__product {
  display: flex;
  align-items: center;
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
}

.modal_table__product p {
  padding-left: 10px;
  color: #000;
}

.modal_table__p_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem) clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) 0;
}

.modal_table__wishlist {
  margin: 0;
  padding-left: 20px;
}

.modal_table__ticket p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.modal_table__ticket p span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-left: 5px;
}

.modal_table__select {
  display: flex;
  align-items: center;
}

.modal_table__select p {
  font-size: 14px;
  font-weight: 300;
  padding-right: 15px;
  color: #000;
}

.modal_table__select select {
  margin-bottom: 0;
  min-width: 115px;
}

@media all and (min-width: 769px) {
  .modal_table__stadium, .modal_table__total {
    padding: 20px;
  }
  .modal_table__stadium {
    order: 0;
    width: 55%;
    padding-left: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
    text-align: left;
  }
  .modal_table__total {
    order: 1;
    width: 45%;
    padding-right: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
  }
  .modal_table__body {
    order: 2;
    width: 100%;
  }
  .modal_table__product {
    width: 45%;
  }
  .modal_table__p_info {
    width: 55%;
  }
  .modal_table__ticket {
    margin-right: auto;
  }
}
@media all and (max-width: 768px) {
  .modal_table {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-left: calc(clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem) * -1);
    margin-right: calc(clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem) * -1);
    border-color: #D0D0DE;
  }
  .modal_table__stadium, .modal_table__total, .modal_table__body {
    width: 100%;
  }
  .modal_table__sub {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .modal_table__h {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .modal_table__stadium {
    padding: 20px;
  }
  .modal_table__total {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .modal_table__price {
    padding-left: 0;
  }
  .modal_table__body {
    border-top: 0;
  }
  .modal_table__item {
    border-bottom: solid 1px #D0D0DE;
    flex-direction: column;
  }
  .modal_table__product {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .modal_table__product:before {
    content: attr(data-title);
    width: 100%;
    color: #000;
    font-weight: 700;
  }
  .modal_table__product p {
    font-size: 16px;
  }
  .modal_table__p_info {
    width: 100%;
    padding: 20px;
    justify-content: space-around;
  }
  .modal_table__ticket p, .modal_table__ticket p span {
    font-size: 16px;
  }
  .modal_table__ticket--hide {
    display: none;
  }
  .modal_table__select select {
    min-width: 90px;
  }
  .modal_table__select p {
    display: none;
  }
}
/* Umbraco Modal */
.select-products__modal .modal-container,
.modal-container {
  max-width: 1088px !important;

  /*padding: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) !important;*/
  color: #767684;
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: clamp(1.4444444444rem, 1.4133333333rem + 0.1333333333vw, 1.5555555556rem);
  box-shadow: none !important;
}

.select-products__modal .modal-container .products-container,
.modal-container .products-container {
  margin: 50px 0;
  border: 1px solid #767684;
}

.select-products__modal .modal-container .products-container .product,
.modal-container .products-container .product {
  padding: 10px 30px !important;
  background-color: transparent !important;
  align-items: flex-end !important;
  border-top-color: #C7C5BD !important;
}

.select-products__modal .modal-container .products-container .product .product-name,
.modal-container .products-container .product .product-name {
  margin-bottom: 0 !important;
}

.select-products__modal .modal-container .products-container .product-name-label,
.modal-container .products-container .product-name-label {
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
}

.select-products__modal .modal-container .products-container .product-price-label,
.modal-container .products-container .product-price-label {
  color: #000;
}

.select-products__modal .modal-container .products-container .product-price-label .price > span,
.modal-container .products-container .product-price-label .price > span {
  font-size: clamp(1.1111111111rem, 1.0488888889rem + 0.2666666667vw, 1.3333333333rem);
  font-weight: 700;
}

.select-products__modal .modal-container .popup-footer,
.modal-container .popup-footer {
  color: #000;
}

.select-products__modal .modal-container .popup-footer__packages-count > span,
.modal-container .popup-footer__packages-count > span {
  line-height: normal;
}

.select-products__modal .modal-container .popup-footer__total,
.modal-container .popup-footer__total {
  margin-top: 10px;
}

.select-products__modal .modal-container .popup-footer__total span,
.modal-container .popup-footer__total span {
  font-size: clamp(1.1111111111rem, 1.0488888889rem + 0.2666666667vw, 1.3333333333rem);
  font-weight: 700;
}

.select-products__modal .modal-container .popup-footer__actions,
.modal-container .popup-footer__actions {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px !important;
}

.select-products__modal .modal-container .popup-footer__button,
.modal-container .popup-footer__button {
  width: auto !important;
  height: auto !important;
}

.select-products__modal .modal-container .popup-footer__button:first-child,
.modal-container .popup-footer__button:first-child {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}

.select-products__modal .modal-container .popup-footer__button:first-child:hover,
.modal-container .popup-footer__button:first-child:hover {
  text-decoration: none;
}

.select-products__modal .modal-container .popup-footer__button--disabled,
.modal-container .popup-footer__button--disabled {
  opacity: 0.5;
}

.basic-hero {
  background-color: #F7F7F7;
}

.basic-hero h1 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

.basic-hero h2 {
  color: #000;
}

.basic-hero p {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 400;
  color: #767684;
  max-width: 812px;
  margin: 0 auto;
}

.standard-hero {
  position: relative;
  text-align: center;
  color: #FFF;
  min-height: 403px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.standard-hero h1, .standard-hero h2 {
  color: #FFF;
}

.standard-hero h1 {
  font-size: clamp(2rem, 1.2266666667rem + 1.6vw, 3.2333333333rem);
  line-height: clamp(2.6666666667rem, 2.2466666667rem + 1.8vw, 4.1666666667rem);
  font-weight: 900;
  letter-spacing: clamp(-0.0833333333rem, -0.06rem - 0.1vw, -0.1666666667rem);
}

.standard-hero p {
  font-size: clamp(0.8888888889rem, 0.7488888889rem + 0.6vw, 1.3888888889rem);
  line-height: clamp(1.4444444444rem, 1.1022222222rem + 1.4666666667vw, 2.6666666667rem);
  font-weight: 500;
}

.standard-hero .star-rating {
  justify-content: center;
}

.standard-hero__back_wrap {
  position: absolute;
  top: var(--sectionPaddingY);
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}
.select-suite-btn{
	background-color: #32363c!important;
    color: #f1c066!important;
}
@media all and (max-width: 1400px) {
  .standard-hero__back_wrap {
    width: 72%;
  }
}
@media all and (max-width: 1024px) {
  .standard-hero__back_wrap {
    display: none;
  }
}
.standard-hero__back {
  font-size: 16px;
  text-decoration: none;
  padding-left: 30px;
}

.standard-hero__back .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}
.standard-hero__back:hover{
	color: #fff;
}
.standard-hero__sub {
  margin-top: clamp(-2.7777777778rem, -3.1666666667rem + 1.6666666667vw, -1.3888888889rem);
  font-size: clamp(1.3888888889rem, 1.0777777778rem + 1.3333333333vw, 2.5rem);
  line-height: 45px;
}

.standard-hero--home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-top: clamp(6.6666666667rem, 5.1111111111rem + 6.6666666667vw, 12.2222222222rem);
  padding-bottom: 120px;
  min-height: 80vh;
  background-color: #000;
}

.standard-hero--home h1 {
  margin-top: -0.75em;
  margin-bottom: 0.75em;
}

.standard-hero--about {
  min-height: 700px;
  justify-content: flex-start;
}

html[dir=rtl] .standard-hero--about:before {
  left: auto;
  right: 0;
  transform: translateY(35%) scaleX(-1);
}

.standard-hero--about .standard-hero__bg {
  background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgb(10, 10, 10) 0%, rgb(25, 25, 25) 41%, rgb(47, 47, 47) 100%);
}

.standard-hero--about .standard-hero__bg:before {
  display: none;
}

.standard-hero--about .standard-hero__inner {
  z-index: 2;
}

@media all and (max-width: 1200px) {
  .standard-hero--about {
    min-height: auto;
  }
}
@media all and (max-width: 840px) {
  .standard-hero--about:before {
    min-width: 300px;
    width: 50%;
    height: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.standard-hero--about.standard-hero--short {
  min-height: 270px;
  justify-content: center;
}

.standard-hero--about.standard-hero--short:before {
  transform: translateY(52%);
}

@media all and (max-width: 640px) {
  .standard-hero--about.standard-hero--short {
    min-height: 330px;
  }
  .standard-hero--about.standard-hero--short:before {
    min-width: 150px;
    width: 30%;
    transform: translateY(0%);
    bottom: -40px;
  }
}
.standard-hero--short h1 {
  margin-top: 0;
  margin-bottom: 40px;
}

@media all and (max-width: 640px) {
  .standard-hero--short h1 {
    margin-bottom: 20px;
  }
  .standard-hero--short .star-rating {
    margin-bottom: 20px;
  }
}
.standard-hero--small_summary p {
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: 30px;
  font-weight: 400;
}

.standard-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.standard-hero__bg img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.standard-hero__inner {
  position: relative;
  z-index: 1;
  max-width: calc(905px + var(--sectionPaddingX) * 2);
}

.standard-hero__inner > *:last-child {
  margin-bottom: 0;
}

.match-schedule-groups {
  padding-bottom: clamp(4rem, 3.0666666667rem + 4vw, 7.3333333333rem);
  background-color: #F7F7F7;
  overflow: hidden;
}

.match-schedule-groups h2 {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem);
}

.match-schedule-groups::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translate(0, 20%) rotate(100deg);
  right: 0;
  aspect-ratio: 1296/1222;
  height: 1222px;
  background-image: var(--imageText5050Graphic);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

@media all and (max-width: 840px) {
  .match-schedule-groups::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 20%) rotate(100deg);
  }
}
.match-schedule-groups__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  grid-template-columns: 100%;
  row-gap: clamp(2.1111111111rem, 1.3955555556rem + 3.0666666667vw, 4.6666666667rem);
  position: relative;
  z-index: 1;
}

@media all and (min-width: 641px) {
  .match-schedule-groups__grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: clamp(1.7777777778rem, 1.0933333333rem + 2.9333333333vw, 4.2222222222rem);
    column-gap: clamp(1.7777777778rem, 1.0933333333rem + 2.9333333333vw, 4.2222222222rem);
  }
}
@media all and (min-width: 1025px) {
  .match-schedule-groups__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.match-schedule-group {
  position: relative;
  padding: clamp(1.7777777778rem, 1.4355555556rem + 1.4666666667vw, 3rem);
  background-color: #FFF;
}

.match-schedule-group__label {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(4.3333333333rem, 4.0222222222rem + 1.3333333333vw, 5.4444444444rem);
  height: clamp(4rem, 3.72rem + 1.2vw, 5rem);
  padding: clamp(0.3888888889rem, 0.3577777778rem + 0.1333333333vw, 0.5rem) 0 0;
  background-color: #000;
  transform: translate(20px, -22px);
  font-size: clamp(0.6111111111rem, 0.5488888889rem + 0.2666666667vw, 0.8333333333rem);
  line-height: clamp(0.9444444444rem, 0.8511111111rem + 0.4vw, 1.2777777778rem);
  font-weight: 700;
  color: #FFF;
}
.full-slider-block .arrows-wrapper .slick-arrow:hover {
  background-color:  #f1c066;
}
html[dir=rtl] .match-schedule-group__label {
  right: auto;
  left: 0;
}

.match-schedule-group__label-name {
  margin-top: 10px;
  font-size: clamp(2.3333333333rem, 2.1622222222rem + 0.7333333333vw, 2.9444444444rem);
}

.match-schedule-group__teams {
  list-style: none;
  padding: 0;
  margin: 0;
}

.match-schedule-group__teams li {
  display: flex;
  align-items: center;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  line-height: clamp(1.4444444444rem, 1.3822222222rem + 0.2666666667vw, 1.6666666667rem);
  font-weight: 700;
}

.match-schedule-group__teams li:not(:first-child) {
  padding-top: 10px;
}

.match-schedule-group__teams li > img {
  flex-shrink: 0;
  margin-right: clamp(0.7777777778rem, 0.6533333333rem + 0.5333333333vw, 1.2222222222rem);
}

html[dir=rtl] .match-schedule-group__teams li > img {
  margin-right: 0;
  margin-left: clamp(0.7777777778rem, 0.6533333333rem + 0.5333333333vw, 1.2222222222rem);
}

.group-fixtures-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.4444444444rem, -0.5822222222rem + 4.4vw, 4.1111111111rem);
}

.group-fixtures-tabs .match-schedule-group__label {
  position: relative;
  width: clamp(2.7777777778rem, 2.0311111111rem + 3.2vw, 5.4444444444rem);
  height: clamp(3.2777777778rem, 2.7955555556rem + 2.0666666667vw, 5rem);
  font-size: clamp(0.5rem, 0.4066666667rem + 0.4vw, 0.8333333333rem);
  line-height: clamp(0.9444444444rem, 0.8511111111rem + 0.4vw, 1.2777777778rem);
  transform: none;
  will-change: background-color, color;
  transition: background-color 0.35s ease, color 0.35s ease;
  cursor: pointer;
}

.group-fixtures-tabs .match-schedule-group__label::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #3C0010;
  will-change: transform;
  transition: transform 0.35s ease;
  transform: translate(clamp(0.2777777778rem, 0.1844444444rem + 0.4vw, 0.6111111111rem), clamp(0.2777777778rem, 0.1844444444rem + 0.4vw, 0.6111111111rem));
  z-index: -1;
}

.group-fixtures-tabs .match-schedule-group__label .match-schedule-group__label-name {
  margin-top: clamp(0.2222222222rem, 0.1288888889rem + 0.4vw, 0.5555555556rem);
  font-size: clamp(1.3888888889rem, 0.9533333333rem + 1.8666666667vw, 2.9444444444rem);
}

.group-fixtures-tabs .match-schedule-group__label:not(.active):not(:hover) {
  color: #200044;
  background-color: #F7F7F7;
}

.group-fixtures-tabs .match-schedule-group__label:not(.active):not(:hover)::after {
  transform: translate(0, 0);
}

.group-fixtures-tabs {
  margin: clamp(1.9444444444rem, 1.4rem + 2.3333333333vw, 3.8888888889rem) 0;
}

@media all and (max-width: 768px) {
  .group-fixtures-tabs {
    margin: clamp(1.9444444444rem, 1.4rem + 2.3333333333vw, 3.8888888889rem) calc(var(--sectionPaddingX) * -0.5);
  }
}
@media all and (max-width: 576px) {
  .group-fixtures-tabs {
    margin: clamp(1.9444444444rem, 1.4rem + 2.3333333333vw, 3.8888888889rem) calc(var(--sectionPaddingX) * -0.75);
  }
}
.group-fixtures-match {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(1rem, 0.8133333333rem + 0.8vw, 1.6666666667rem) 0;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .group-fixtures-match {
    flex-wrap: wrap;
    padding: clamp(1rem, 0.8133333333rem + 0.8vw, 1.6666666667rem) 71px clamp(1rem, 0.8133333333rem + 0.8vw, 1.6666666667rem) 0;
  }
}
.group-fixtures-match:first-child {
  padding-top: 0;
}

.group-fixtures-match:not(:first-child) {
  border-top: 1px solid #D0D0DE;
}

@media all and (min-width: 1025px) {
  .group-fixtures-match > div {
    flex-grow: 1;
  }
}
.group-fixtures-match__date {
  max-width: 225px;
}

@media all and (max-width: 1024px) {
  .group-fixtures-match__time {
    order: -1;
    margin-right: 14px;
  }
}
.group-fixtures-match__teams {
  width: 100%;
  order: 1;
}

@media all and (min-width: 1025px) {
  .group-fixtures-match__teams {
    width: 16%;
    order: initial;
  }
}
.group-fixtures-match__teams-team {
  display: flex;
  align-items: center;
}

.group-fixtures-match__teams-team:first-child {
  margin-bottom: clamp(0.3333333333rem, 0.1466666667rem + 0.8vw, 1rem);
}

.group-fixtures-match__teams-team > img {
  flex-shrink: 0;
  margin-right: clamp(0.3888888889rem, 0.2488888889rem + 0.6vw, 0.8888888889rem);
}

html[dir=rtl] .group-fixtures-match__teams-team > img {
  margin-right: 0;
  margin-left: clamp(0.3888888889rem, 0.2488888889rem + 0.6vw, 0.8888888889rem);
}

@media all and (max-width: 1024px) {
  .group-fixtures-match__number {
    position: absolute;
    top: clamp(1rem, 0.8133333333rem + 0.8vw, 1.6666666667rem);
    right: 0;
  }
  .group-fixtures-match:first-child .group-fixtures-match__number {
    top: 0;
  }
}
.group-fixtures-match__number > div {
  display: inline-block;
  text-align: center;
}

.group-fixtures-match__number span {
  display: block;
  margin-top: clamp(0.4444444444rem, 0.32rem + 0.5333333333vw, 0.8888888889rem);
  font-size: clamp(1.8888888889rem, 1.7177777778rem + 0.7333333333vw, 2.5rem);
  font-weight: 400;
}

@media all and (max-width: 1024px) {
  .group-fixtures-match__venue {
    width: 100%;
    margin: 0 0 16px;
  }
}
.ladder {
  background-color: #F7F7F7;
  padding-bottom: clamp(5.5555555556rem, 4rem + 6.6666666667vw, 11.1111111111rem);
}

.ladder h2 {
  margin-bottom: clamp(2.2222222222rem, 1.9111111111rem + 1.3333333333vw, 3.3333333333rem);
}

.ladder-container {
  padding: 0;
}

.ladder-inner {
  overflow-x: auto;
}

.ladder-inner::-webkit-scrollbar {
  height: 5px;
  border-radius: 3px;
}

.ladder-inner::-webkit-scrollbar-track {
  background: #dedede;
}

.ladder-inner::-webkit-scrollbar-thumb {
  background: #767684;
  border-radius: 3px;
}

.ladder-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ladder-grid {
  display: grid;
  grid-template-columns: repeat(4, clamp(16.6666666667rem, 14.9555555556rem + 7.3333333333vw, 22.7777777778rem));
  align-items: center;
  padding: 0 var(--sectionPaddingX);
}

.ladder-round {
  padding-right: 22px;
}
.global_offices__item .button{
	color: #000 !important;
    background-color: #f1c066 !important;
}

.ladder-round__heading {
  position: relative;
  font-size: clamp(1rem, 0.8911111111rem + 0.4666666667vw, 1.3888888889rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  margin-bottom: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
  font-weight: 700;
}

.ladder-round__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: calc(100% + 22px);
  height: 1px;
  background-color: #D0D0DE;
}

.ladder-round__matches {
  padding: 30px 28px;
  background-color: #FFF;
}

.ladder-round__matches:not(:first-child) {
  margin-top: 34px;
}

.ladder-round__matches .group-fixtures-match__time,
.ladder-round__matches .group-fixtures-match__date {
  display: inline-block;
}

.ladder-round__matches .group-fixtures-match__time {
  margin-right: 12px;
  color: #000;
}

.ladder-round__matches .group-fixtures-match__date {
  color: #6269AB;
}

.ladder-round__matches .group-fixtures-match__venue {
  font-weight: 400;
  margin-bottom: 24px;
}

.ladder-round__matches .group-fixtures-match__teams-team {
  color: #767684;
}

.ladder-round__matches .group-fixtures-match__teams-team:last-child {
  margin-top: 12px;
}

.ladder-round__match:nth-child(2) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #D0D0DE;
}

.search-feature-bar {
  z-index: 1;
}

.search-feature-bar__container {
  padding-left: clamp(1.4444444444rem, 0.7288888889rem + 3.0666666667vw, 4rem);
}

.search-feature-bar__form {
  position: relative;
  padding: 0 16px 0 clamp(0.8888888889rem, 0.5777777778rem + 1.3333333333vw, 2rem);
  background-color: #FFF;
  width: calc(100% - 10px);
  margin-left: 10px;
  color: #200044;
}

@media all and (min-width: 641px) {
  .search-feature-bar__form {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
@media all and (min-width: 1441px) {
  .search-feature-bar__form {
    grid-template-columns: repeat(5, auto);
  }
}
html[dir=rtl] .search-feature-bar__form {
  padding: 0 clamp(0.8888888889rem, 0.5777777778rem + 1.3333333333vw, 2rem) 0 16px;
}

.search-feature-bar__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #9DE32E;
  z-index: -1;
}

html[dir=rtl] .search-feature-bar__form::before {
  left: auto;
  right: -10px;
}

.search-feature-bar__form .input-wrap {
  display: flex;
  padding: clamp(0.6666666667rem, 0.6044444444rem + 0.2666666667vw, 0.8888888889rem) 36px;
}

.search-feature-bar__form .input-wrap:first-child {
  padding-left: 0;
}

html[dir=rtl] .search-feature-bar__form .input-wrap:first-child {
  padding-left: 36px;
  padding-right: 0;
}

@media all and (min-width: 1441px) {
  .search-feature-bar__form .input-wrap:last-child {
    padding-right: 0;
  }
  html[dir=rtl] .search-feature-bar__form .input-wrap:last-child {
    padding-left: 0;
    padding-right: 36px;
  }
  .search-feature-bar__form .input-wrap:not(:last-child) {
    border-right: 1px solid rgba(118, 118, 132, 0.15);
  }
  html[dir=rtl] .search-feature-bar__form .input-wrap:not(:last-child) {
    border-right: none;
    border-left: 1px solid rgba(118, 118, 132, 0.15);
  }
}
@media all and (max-width: 1440px) {
  .search-feature-bar__form .input-wrap:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(118, 118, 132, 0.15);
  }
  html[dir=rtl] .search-feature-bar__form .input-wrap:nth-child(odd) {
    padding-left: 36px;
    padding-right: 0;
    border-right: none;
    border-left: 1px solid rgba(118, 118, 132, 0.15);
  }
  .search-feature-bar__form .input-wrap:last-child {
    grid-column: span 2;
    border: none;
  }
}
@media all and (max-width: 640px) {
  .search-feature-bar__form .input-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .search-feature-bar__form .input-wrap:nth-child(odd) {
    border: none;
  }
}
html[dir=rtl] .search-feature-bar__form .input-wrap .button {
}

html[dir=rtl] .search-feature-bar__form .input-wrap .button:hover {
}

@media all and (max-width: 576px) {
  .search-feature-bar__form .input-wrap .button {
    width: 100%;
  }
}
.search-feature-bar__form input {
  padding: 7px 10px;
  margin: 0;
  border: none;
}

.search-feature-bar__form input.search-location-input {
  padding-right: 0;
  padding-left: 46px;
}

html[dir=rtl] .search-feature-bar__form input.search-location-input {
  padding-left: 0;
  padding-right: 46px;
}

.search-feature-bar__form .search-location-button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html[dir=rtl] .search-feature-bar__form .search-location-button {
  left: auto;
  right: 0;
}

.search-feature-bar__form .search-location-button:hover .icon {
  color: #200044;
}

.search-feature-bar__form .search-location-button .icon {
  display: block;
  margin-right: 0;
}

html[dir=rtl] .search-feature-bar__form .search-location-button .icon {
  margin-left: 0;
}

.search-feature-bar__form label {
  margin: 0;
}

.search-feature-bar__form .icon {
  margin-right: 22px;
  color: #000;
  flex-shrink: 0;
  will-change: color;
  transition: color 0.25s ease;
}

html[dir=rtl] .search-feature-bar__form .icon {
  margin-right: 0;
  margin-left: 22px;
}

.search-feature-bar__date-range,
.search-feature-bar__rooms,
.search-feature-bar__rooms .input-wrap__number {
  display: flex;
  align-items: center;
}

.search-feature-bar__date-range {
  min-width: -moz-max-content;
  min-width: max-content;
}

.search-feature-bar__date-range .date-range-separator {
  margin: 0 clamp(0.5555555556rem, 0.4311111111rem + 0.5333333333vw, 1rem);
  color: #767684;
}

html[dir=rtl] .search-feature-bar__date-range .date-range-separator {
  margin: 0 clamp(0.5555555556rem, 0.4311111111rem + 0.5333333333vw, 1rem);
}

.search-feature-bar__rooms .input-wrap__number {
  margin-left: clamp(0.7777777778rem, 0.6533333333rem + 0.5333333333vw, 1.2222222222rem);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

html[dir=rtl] .search-feature-bar__rooms .input-wrap__number {
  margin-left: 0;
  margin-right: clamp(0.7777777778rem, 0.6533333333rem + 0.5333333333vw, 1.2222222222rem);
}

.search-feature-bar__rooms .input-wrap__number .input-wrap__number-toggle {
  cursor: pointer;
  color: #200044;
}

.search-feature-bar__rooms .input-wrap__number .input-wrap__number-toggle--decrease {
  transform: scaleX(2);
}

.search-feature-bar__rooms .input-wrap__number .input-wrap__number-toggle--increase {
  transform: scale(1.5);
}

.search-feature-bar__rooms .input-wrap__number input[type=number] {
  max-width: 43px;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.search-feature-bar__rooms .input-wrap__number input[type=number]::-webkit-outer-spin-button, .search-feature-bar__rooms .input-wrap__number input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.search-feature-bar__view-all {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

@media all and (max-width: 576px) {
  .search-feature-bar__view-all {
    justify-content: center;
  }
}
.card-slider-block {
  padding-top: clamp(4.8888888889rem, 4.5466666667rem + 1.4666666667vw, 6.1111111111rem);
  padding-bottom: clamp(9.5555555556rem, 9.4rem + 0.6666666667vw, 10.1111111111rem);
  background-color: #000;
  color: #FFF;
  margin-top: -4px;
}

.card-slider-block::before, .card-slider-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(330px + var(--sectionPaddingY));
  transform: translateY(-100%);
  background-color: #000;
  z-index: -2;
  display: block;
}

.card-slider-block::after {
  top: auto;
  bottom: 0;
  transform: translateY(100%);
}

.card-slider-block__all {
  font-size: clamp(1rem, 0.9688888889rem + 0.1333333333vw, 1.1111111111rem);
  line-height: 23px;
}

.card-slider-block .dots-wrapper {
  padding: 40px 0;
}

.card-slider-block__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.card-slider-block__intro {
  grid-column: span 12;
  margin-bottom: 60px;
  text-align: center;
}

@media all and (min-width: 841px) {
  .card-slider-block__intro {
    grid-column: 2/span 10;
  }
}
.card-slider-block__intro h2 {
  color: inherit;
  margin-bottom: 30px;
}
.hospitality-series-item p{
	min-height: 52px;
}
.card-slider-block__intro p {
  font-size: clamp(1.1111111111rem, 0.9rem + 0.3333333333vw, 1.2888888889rem);
  line-height: clamp(1.7777777778rem, 1.5911111111rem + 0.8vw, 2.4444444444rem);
  max-width: 716px;
  margin: 0 auto;
  font-weight: 400;
}

.card-slider-slide {
  display: flex !important;
  justify-content: center;
}

.card-slider-card {
  position: relative;
  width: 100%;
  max-width: 769px;
  overflow: hidden;
  transform-origin: 50% 50%;
  opacity: 0.37;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.card-slider-slide:not(.slick-current) .card-slider-card {
  transform: scale(0.81);
}

.card-slider-slide.slick-current .card-slider-card {
  opacity: 1;
}

.card-slider-card > * {
  position: relative;
  z-index: 1;
}

.card-slider-card__image {
  position: relative;
  aspect-ratio: 769/374;
  overflow: hidden;
}

.card-slider-card__image .overlay-link:hover + img {
  transform: scale(1.1);
}

.card-slider-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
}

@media all and (max-width: 640px) {
  .card-slider-card__image {
    aspect-ratio: 302/297;
  }
}
.card-slider-card__sub {
  margin-bottom: 10px;
}

.card-slider-card__desc {
  max-width: 674px;
}

.card-slider-card__desc p:last-child {
  margin-bottom: 0;
}

.card-slider-card__content {
  padding-top: 24px;
}

.card-slider-card__content h3 {
  display: flex;
  align-self: center;
  font-weight: 300;
  margin-bottom: 5px;
  color: #FFF;
}

.card-slider-card__content h3 a {
  text-decoration-color: transparent;
}

.card-slider-card__content h3 a:hover {
  text-decoration-color: #200044;
}

.card-slider-card__content h3 img {
  margin-left: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  max-height: 58px;
  width: auto;
}

html[dir=rtl] .card-slider-card__content h3 img {
  margin-left: 0;
  margin-right: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
}

.card-slider-card__content .star-rating {
  margin-bottom: 15px;
}

.card-slider-card__content p {
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4rem + 0.6666666667vw, 2.1111111111rem);
  font-weight: 300;
}

.card-slider-card__content p strong {
  font-weight: 700;
}

.card-slider-card__content > .card-slider-card__pricing {
  margin-bottom: 14px;
}

.card-slider-card__content .button {
  margin-top: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
}

@media all and (max-width: 640px) {
  .card-slider-card__content .button {
    width: 100%;
    text-align: center;
  }
  .card-slider-card__content h3 {
    margin-bottom: 10px;
  }
  .card-slider-card__content .star-rating {
    margin-bottom: 25px;
  }
}
.card-slider-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.card-slider-card__footer,
.card-slider-card__header,
.card-slider-card__pricing {
  display: flex;
  align-items: flex-end;
}

.card-slider-card__footer,
.card-slider-card__header {
  align-items: flex-start;
  justify-content: space-between;
}

.card-slider-card__header {
  margin-bottom: 16px;
}

@media all and (max-width: 420px) {
  .card-slider-card__header {
    display: block;
  }
}
.card-slider-card__pricing {
  flex-direction: column;
  font-size: 15px;
  line-height: 21px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-weight: 500;
}

@media all and (max-width: 420px) {
  .card-slider-card__pricing {
    align-items: flex-start;
  }
}
.card-slider-card__pricing > strong {
  color: #767684;
}

.card-slider-card__pricing-number {
  font-size: clamp(1.3888888889rem, 1.3422222222rem + 0.2vw, 1.5555555556rem);
  line-height: clamp(1.6111111111rem, 1.5333333333rem + 0.3333333333vw, 1.8888888889rem);
  margin-left: 5px;
  font-weight: 700;
}

.card-slider-block__graphic-container {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.card-slider-block__graphic {
  position: absolute;
  bottom: 0;
  right: var(--sectionPaddingX);
}

@media all and (max-width: 576px) {
  .card-slider-block__graphic {
    min-width: 800px;
    right: 50%;
    transform: translateX(35%);
  }
}
.highlighted_match {
  width: 100%;
  max-width: 754px;
  opacity: 0.41;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}

.card-slider-slide:not(.slick-current) .highlighted_match {
  transform: scale(0.81);
}

.card-slider-slide.slick-current .highlighted_match {
  opacity: 1;
}

.highlighted_match__block {
  background-color: #F4F3EF;
  color: #000;
  padding-bottom: 35px;
}

.highlighted_match__info, .highlighted_match__product {
  padding-left: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
  padding-right: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem);
  position: relative;
}

.highlighted_match__info {
  background-color: #E8E7E2;
  padding-top: 110px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.highlighted_match__no {
  background-color: #FFF;
  padding: 8px 20px;
  text-align: center;
  min-width: 146px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  line-height: 30px;
  font-weight: 700;
  color: #000;
}

html[dir=rtl] .highlighted_match__no {
  left: auto;
  right: 20px;
}

.highlighted_match__team {
  display: flex;
  align-items: center;
}

.highlighted_match__team img {
  margin-right: clamp(0.4444444444rem, 0.0244444444rem + 1.8vw, 1.9444444444rem);
}

html[dir=rtl] .highlighted_match__team img {
  margin-right: 0;
  margin-left: clamp(0.4444444444rem, 0.0244444444rem + 1.8vw, 1.9444444444rem);
}

.highlighted_match__team p {
  margin: 0;
  font-size: clamp(1rem, 0.7822222222rem + 0.9333333333vw, 1.7777777778rem);
  line-height: 48px;
  font-weight: 700;
}

.highlighted_match__vs {
  text-align: center;
  width: 60px;
  padding: 5px 0;
}

.highlighted_match__vs p {
  margin: 0;
  font-size: clamp(1rem, 0.8911111111rem + 0.4666666667vw, 1.3888888889rem);
}

.highlighted_match__group {
  color: #767684;
  margin: 0;
  font-size: clamp(0.8888888889rem, 0.78rem + 0.4666666667vw, 1.2777777778rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 300;
  padding-left: 20px;
}

.highlighted_match__group strong {
  font-weight: 700;
}

.highlighted_match__curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

html[dir=rtl] .highlighted_match__curve {
  transform: scaleX(-1);
}

.highlighted_match__product {
  padding-top: 130px;
  padding-bottom: 93px;
  overflow: hidden;
  z-index: 1;
}

.highlighted_match__product:before, .highlighted_match__product:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem);
  z-index: -1;
}

html[dir=rtl] .highlighted_match__product:before, html[dir=rtl] .highlighted_match__product:after {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: clamp(1.6666666667rem, 0.5777777778rem + 4.6666666667vw, 5.5555555556rem);
}

.highlighted_match__product:before {
  background-color: #000;
}

.highlighted_match__product:after {
  background-color: #FFF;
  bottom: clamp(0.6666666667rem, 0.5422222222rem + 0.5333333333vw, 1.1111111111rem);
}

.highlighted_match__title {
  font-weight: 300;
}

.highlighted_match__title a {
  text-decoration: none;
}

.highlighted_match__stars {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.highlighted_match__stars p {
  margin: 0;
  font-size: clamp(1rem, 0.8911111111rem + 0.4666666667vw, 1.3888888889rem);
}

.highlighted_match__stars .star-rating {
  margin-left: 30px;
  margin-bottom: 0;
}

html[dir=rtl] .highlighted_match__stars .star-rating {
  margin-left: 0;
  margin-right: 30px;
}

.highlighted_match__cta {
  text-align: center;
}

@media all and (max-width: 640px) {
  .highlighted_match__no {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 10px;
    min-width: 120px;
  }
  .highlighted_match__info {
    padding-top: 60px;
    padding-bottom: 25px;
    flex-direction: column;
  }
  .highlighted_match__group {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  .highlighted_match__teams {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .highlighted_match__vs {
    width: auto;
    padding: 0;
    line-height: 18px;
  }
  .highlighted_match__curve {
    display: none !important;
  }
  .highlighted_match__product {
    padding-top: 30px;
    padding-bottom: 75px;
    text-align: center;
  }
  .highlighted_match__title {
    margin-bottom: 10px;
  }
  .highlighted_match__stars {
    flex-direction: column;
    padding-bottom: 55px;
  }
  .highlighted_match__stars .star-rating {
    margin-left: 0;
    margin-top: 20px;
  }
  .highlighted_match__cta .button {
    display: block;
  }
}
.hotel-listing {
  background-color: #F7F7F7;
  overflow: hidden;
}

.hotel-listing__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.hotel-listing__main-wrapper {
  position: relative;
  grid-column: span 12;
}

.hotel-listing__main-wrapper.map-active {
  grid-column: span 8;
  max-height: 786px;
}

.map-active .hotel-listing-list {
  overflow: auto;
  max-height: calc(100% - 105px);
}

.hotel-listing-item {
  margin-bottom: clamp(2.2222222222rem, 2.0666666667rem + 0.6666666667vw, 2.7777777778rem);
}

@media all and (min-width: 1025px) {
  .hotel-listing-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotel-listing-item-gallery {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hotel-listing-item-gallery .slick-slider,
.hotel-listing-item-gallery .slick-list,
.hotel-listing-item-gallery .slick-track {
  height: 100%;
}

.hotel-listing-item-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hotel-listing-item-gallery .dots-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
}

.hotel-listing-item-gallery .dots-wrapper .slick-dots li:not(.slick-active) button {
  background-color: rgba(255, 255, 255, 0.5);
}

.hotel-listing-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(0.8888888889rem, 0.36rem + 2.2666666667vw, 2.7777777778rem) 0 0;
  overflow: hidden;
}

@media all and (min-width: 1025px) {
  .hotel-listing-item-content {
    border-radius: 0 clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem) 0 0;
    padding: clamp(0.8888888889rem, 0.36rem + 2.2666666667vw, 2.7777777778rem) clamp(0.8888888889rem, 0.36rem + 2.2666666667vw, 2.7777777778rem) 0;
    background-color: #FFF;
  }
  .map-active .hotel-listing-item-content {
    padding: clamp(0.8888888889rem, 0.5155555556rem + 1.6vw, 2.2222222222rem) clamp(0.8888888889rem, 0.5155555556rem + 1.6vw, 2.2222222222rem) 0;
  }
}
.hotel-listing-item-content h2 {
  font-size: clamp(1.4444444444rem, 1.3511111111rem + 0.4vw, 1.7777777778rem);
  line-height: clamp(2rem, 1.9066666667rem + 0.4vw, 2.3333333333rem);
  margin-bottom: clamp(0.7777777778rem, 0.6222222222rem + 0.6666666667vw, 1.3333333333rem);
}

.map-active .hotel-listing-item-content h2 {
  margin-bottom: clamp(0.7777777778rem, 0.7155555556rem + 0.2666666667vw, 1rem);
}

.hotel-listing-item-content h2 a {
  text-decoration-color: transparent;
}

.hotel-listing-item-content h2 a:hover {
  text-decoration-color: inherit;
}

.hotel-listing-item-content .star-rating {
  margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
}

.map-active .hotel-listing-item-content .star-rating {
  margin-bottom: clamp(0.8888888889rem, 0.7644444444rem + 0.5333333333vw, 1.3333333333rem);
}

.hotel-listing-item-content .star-rating .icon {
  width: clamp(0.9444444444rem, 0.7888888889rem + 0.6666666667vw, 1.5rem);
  height: clamp(0.9444444444rem, 0.8044444444rem + 0.6vw, 1.4444444444rem);
}

.hotel-listing-item-content > p {
  margin: 0 0 clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  max-width: 575px;
}

.map-active .hotel-listing-item-content > p {
  font-size: 18px;
  line-height: clamp(1.5555555556rem, 1.5244444444rem + 0.1333333333vw, 1.6666666667rem);
}

.hotel-listing-item-content__header {
  margin-bottom: clamp(1.3333333333rem, 0.7733333333rem + 2.4vw, 3.3333333333rem);
}

@media all and (min-width: 577px) {
  .hotel-listing-item-content__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.hotel-listing-item-content__header > span {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}

.hotel-listing-item-content__header > span .icon {
  margin-right: 10px;
}

.hotel-listing-item-content__header p {
  margin: 0;
  color: #767684;
  font-size: clamp(0.7777777778rem, 0.7155555556rem + 0.2666666667vw, 1rem);
  line-height: clamp(1.4444444444rem, 1.4133333333rem + 0.1333333333vw, 1.5555555556rem);
}

@media all and (min-width: 577px) {
  .hotel-listing-item__pricing {
    text-align: right;
  }
}
.hotel-listing-item__pricing strong {
  font-weight: 500;
  color: #200044;
}

.hotel-listing-item__pricing .number {
  display: inline-block;
  font-size: clamp(1.2222222222rem, 1.0355555556rem + 0.8vw, 1.8888888889rem);
  color: #200044;
  font-weight: 700;
  margin-top: 8px;
}

@media all and (max-width: 576px) {
  .hotel-listing-item__pricing > p:first-child {
    display: none;
  }
}
.hotel-listing-item-content__footer {
  position: relative;
  padding: clamp(0.8888888889rem, 0.6711111111rem + 0.9333333333vw, 1.6666666667rem) 0;
  margin-top: auto;
}

@media all and (min-width: 577px) {
  .hotel-listing-item-content__footer {
    display: flex;
    justify-content: space-between;
  }
}
.hotel-listing-item-content__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #767684;
  opacity: 0.1;
}

@media all and (min-width: 1025px) {
  .hotel-listing-item-content__footer::before {
    width: calc(100% + clamp(0.8888888889rem, 0.36rem + 2.2666666667vw, 2.7777777778rem) * 2);
  }
}
@media all and (max-width: 576px) {
  .hotel-listing-item-content__footer {
    text-align: center;
  }
  .hotel-listing-item-content__footer .button {
    width: 100%;
    margin-top: 0.5em;
  }
}
.listing-filter-area {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: clamp(1.4444444444rem, 1.0711111111rem + 1.6vw, 2.7777777778rem);
  border-top: 1px solid #D0D0DE;
  border-bottom: 1px solid #D0D0DE;
}

.listing-filter-area__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

.listing-filter-area__left {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  -moz-column-gap: 66px;
  column-gap: 66px;
}

@media all and (max-width: 420px) {
  .listing-filter-area__left {
    flex-wrap: wrap;
  }
}
.listing-filter-area__left > * {
  flex-shrink: 0;
}

@media all and (max-width: 420px) {
  .listing-filter-area__left > * {
    width: 100%;
  }
}
.listing-filter-area__left select {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  border-radius: 0;
  font-weight: 400;
  background-color: transparent;
}

.listing-filter-area__map-view {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  background: none;
}

.listing-filter-area__map-view .icon {
  color: #000;
}

.listing-filter-area__right {
  position: relative;
}

@media all and (max-width: 576px) {
  .listing-filter-area__right {
    flex-grow: 1;
  }
  .listing-filter-area__right .button {
    width: 100%;
  }
}
.filters-toggle {
  background: transparent;
}

.listing-filters {
  display: none;
  position: absolute;
  left: 0;
  bottom: -12px;
  transform: translateY(100%);
  background-color: #FFF;
  padding: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem) clamp(1.5rem, 1.08rem + 1.8vw, 3rem);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  width: calc(100vw - 50% - var(--sectionPaddingX));
  max-width: 928px;
  z-index: 1;
}

@media all and (max-width: 576px) {
  .listing-filters {
    width: calc(100vw - 32px);
    right: 50%;
    transform: translate(50%, 100%);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  }
}
.listing-filters input[type=text], .listing-filters input[type=search] {
  background-color: #F0F0F7;
  padding: 14px 17px;
}

.listing-filters .star-rating .icon {
  color: #000;
}

@media all and (min-width: 1025px) {
  .listing-filters__inner {
    display: flex;
    -moz-column-gap: 76px;
    column-gap: 76px;
  }
}
.listing-filters__column p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.atc-fwc22 {
  padding: var(--sectionPaddingY) 0;
  background-color: #F4F3EF;
}

.atc-fwc22 #content-atc {
  padding: 0 var(--sectionPaddingX);
  margin: 0 auto;
  width: 100%;
  max-width: calc(1640px + var(--sectionPaddingX) * 2);
}

/* See blocks/products-listings.scss for some base styles */
.product-result {
  display: block;
  margin: 43px 0;
}

@media all and (max-width: 992px) {
  .product-result {
    margin: 25px 0;
    overflow: visible;
  }
}
.product-result .img-layout {
  max-height: none !important;
  overflow: hidden;
}

@media all and (max-width: 992px) {
  .product-result .img-layout .inner-content {
    min-height: 350px;
  }
}
.product-result .triangle-shape {
  display: none !important;
}

.product-result .fwc-btn.outline {
  background-color: #32363c !important;
  color: #f1c066 !important;
  border: none !important;
  margin: clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) auto 0;
  float: none !important;
}
.product-result .fwc-btn.outline:hover {
    background-color: #32363c !important;
	color: #f1c066 !important;
}
.product-result .fwc-btn-text:hover {
	color: #f1c066 !important;
}
.product-result .fwc-btn.outline::before, .product-result .fwc-btn.outline::after,
.product-result .fwc-btn.outline .triangle {
  display: none !important;
}


.product-result .fwc-btn.outline.disabled {
  background-color: #000 !important;
  color: #FFF !important;
  border: none !important;
}

.product-result .m-exp-quantities .fwc-btn.outline.active {
  background-color: #A28248 !important;
  color: #FFF !important;
}

.product-result .m-exp-quantities .fwc-btn.outline.active:hover {
  background-color: #907440 !important;
  color: #FFF !important;
}

@media all and (min-width: 993px) {
  .product-result .inner-content .display-name,
  .product-result .inner-content .short-description {
    display: none;
  }
}

.product-result .inner-content .short-description {
    display: none;
  }

.product-result .inner-content .display-name {
  font-size: clamp(1.7777777778rem, 1.5755555556rem + 0.8666666667vw, 2.5rem) !important;
  line-height: clamp(2.3333333333rem, 2.0844444444rem + 1.0666666667vw, 3.2222222222rem) !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
  display: none;
}

.product-result .inner-content .atc-separator {
  display: none;
}

.product-result .slot-content {
  z-index: 2;
}

@media all and (max-width: 1440px) {
  .product-result .slot-content.expanded {
    max-width: none !important;
  }
}
.product-result .product-type-content {
  width: 100%;
}

.product-result .content-without-description {
  text-align: center;
}

.product-result .content-without-description > * {
  text-align: left;
}

html[dir=rtl] .product-result .content-without-description > * {
  text-align: right;
}

@media all and (max-width: 992px) {
  .product-result .content-without-description .v-select {
    margin-top: 10px;
  }
}
.product-result .action-button-wrapper {
  text-align: center;
}

.product-result .content-without-description .button,
.product-result .atc-button-wrapper .button {
  margin-top: 90px;
}

@media all and (max-width: 992px) {
  .product-result .content-without-description .button,
  .product-result .atc-button-wrapper .button {
    margin-top: 30px;
  }
}
.product-result .table-disclaimer {
  margin-bottom: 20px;
}

.product-result .atc-table-title {
  border-bottom: solid 1px #EFEFF0;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  font-weight: 600;
  color: #767684;
  padding-bottom: 12px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 0;
}

.product-result .atc-table-title:first-child {
  padding-left: 0;
}

.product-result .atc-table-title:last-child {
  padding-right: 0;
}

@media all and (max-width: 992px) {
  .product-result .atc-table-title {
    border-bottom: none;
  }
}
@media all and (max-width: 992px) {
  .product-result .atc-table-column {
    /*margin-top: 0 !important;*/
    margin-bottom: 0 !important;
    align-items: center;
	margin-top: 15px !important;
	margin-left: 32px;
  }
  .product-result .atc-table-column > span {
    font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem) !important;
  }
}
.product-result .atc-table-column.column-category .category, .product-result .atc-table-column.column-price span {
  font-weight: 400;
  font-size: 18px;
}

@media all and (max-width: 992px) {
  .product-result .atc-table-column.column-category .category, .product-result .atc-table-column.column-price span {
    font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem) !important;
  }
  .product-result .atc-table-column.column-category .category.show-responsive, .product-result .atc-table-column.column-price span.show-responsive {
    font-size: 13px !important;
  }
}
.product-result .atc-table-column.column-price .price span {
  font-weight: 700;
}

@media all and (max-width: 992px) {
  .product-result .atc-table-column.column-icon {
    margin-right: 15px;
  }
}
@media all and (max-width: 992px) {
  .product-result .atc-table-column.column-star {
    /*flex-basis: auto !important;
    order: 3 !important;*/
	display: flex;
	margin-left: 32px;
  }
}
.product-result .atc-table-row {
  align-items: center;
}

@media all and (max-width: 992px) {
  .product-result .atc-table-row {
    margin-bottom: 14px;
  }
}
.product-result .star-rating {
  margin-top: 0 !important;
  margin-bottom: 0;
}



.product-result .star-rating .star.active {
  color: #f1c066;
}

.product-result .column-select .filterLabelCheck {
  margin-bottom: 0;
}

.product-result .atc-button-wrapper {
  text-align: center;
}

.product-result .atc-select-container .vs__dropdown-toggle {

  color: #000;
  border: 1px solid var(--inputBorderColor);
  overflow: hidden;
}

.product-result .atc-select-container .vs__search {
  padding: 5px 17px;
  color: #000;
  margin-top: 0;
}

.product-result .atc-select-container.inactive .vs__dropdown-toggle, .product-result .atc-select-container.inactive:hover .vs__dropdown-toggle {
  overflow: hidden;
}

.product-result .expand-separator .icon-btn {
  background-color: #000 !important;
  cursor: pointer;
}

.product-result .expand-separator .icon-btn .icon {
  font-size: 14px !important;
}

.product-result .single-match-package-results .close-results,
.product-result .final-round-series-results .close-results,
.product-result .team-specific-series-results .close-results,
.product-result .venue-series-results .close-results,
.product-result .knock-out-series-results .close-results,
.product-result .falcon-series-results .close-results {
  background-color: #FFF !important;
}

.product-result .single-match-package-results.show,
.product-result .final-round-series-results.show,
.product-result .team-specific-series-results.show,
.product-result .venue-series-results.show,
.product-result .knock-out-series-results.show,
.product-result .falcon-series-results.show {
  background-color: #F4F3EF;
}

.product-result .single-match-package-results .results-header,
.product-result .final-round-series-results .results-header,
.product-result .team-specific-series-results .results-header,
.product-result .venue-series-results .results-header,
.product-result .knock-out-series-results .results-header,
.product-result .falcon-series-results .results-header {
  padding-top: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
  padding-bottom: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
  margin: 0;
}

.product-result .single-match-package-results .header-wrapper,
.product-result .final-round-series-results .header-wrapper,
.product-result .team-specific-series-results .header-wrapper,
.product-result .venue-series-results .header-wrapper,
.product-result .knock-out-series-results .header-wrapper,
.product-result .falcon-series-results .header-wrapper {
  padding-left: 0;
}

@media all and (max-width: 992px) {
  .product-result .single-match-package-results .header-wrapper,
  .product-result .final-round-series-results .header-wrapper,
  .product-result .team-specific-series-results .header-wrapper,
  .product-result .venue-series-results .header-wrapper,
  .product-result .knock-out-series-results .header-wrapper,
  .product-result .falcon-series-results .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product-result .single-match-package-results .main-title,
.product-result .final-round-series-results .main-title,
.product-result .team-specific-series-results .main-title,
.product-result .venue-series-results .main-title,
.product-result .knock-out-series-results .main-title,
.product-result .falcon-series-results .main-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

html[dir=rtl] .product-result .single-match-package-results .main-title,
html[dir=rtl] .product-result .final-round-series-results .main-title,
html[dir=rtl] .product-result .team-specific-series-results .main-title,
html[dir=rtl] .product-result .venue-series-results .main-title,
html[dir=rtl] .product-result .knock-out-series-results .main-title,
html[dir=rtl] .product-result .falcon-series-results .main-title {
  font-family: "Montserrat Arabic", sans-serif;
}

@media all and (max-width: 992px) {
  .product-result .single-match-package-results .main-title,
  .product-result .final-round-series-results .main-title,
  .product-result .team-specific-series-results .main-title,
  .product-result .venue-series-results .main-title,
  .product-result .knock-out-series-results .main-title,
  .product-result .falcon-series-results .main-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product-result .single-match-package-results .tabs-tab-content,
.product-result .final-round-series-results .tabs-tab-content,
.product-result .team-specific-series-results .tabs-tab-content,
.product-result .venue-series-results .tabs-tab-content,
.product-result .knock-out-series-results .tabs-tab-content,
.product-result .falcon-series-results .tabs-tab-content {
  background-color: #F7F7F7;
}

.product-result .single-match-package-results .tabs-navigation-item,
.product-result .final-round-series-results .tabs-navigation-item,
.product-result .team-specific-series-results .tabs-navigation-item,
.product-result .venue-series-results .tabs-navigation-item,
.product-result .knock-out-series-results .tabs-navigation-item,
.product-result .falcon-series-results .tabs-navigation-item {
  border: none !important;
}

.product-result .single-match-package-results .tabs-navigation-item.is-active .tabs-navigation-link,
.product-result .final-round-series-results .tabs-navigation-item.is-active .tabs-navigation-link,
.product-result .team-specific-series-results .tabs-navigation-item.is-active .tabs-navigation-link,
.product-result .venue-series-results .tabs-navigation-item.is-active .tabs-navigation-link,
.product-result .knock-out-series-results .tabs-navigation-item.is-active .tabs-navigation-link,
.product-result .falcon-series-results .tabs-navigation-item.is-active .tabs-navigation-link {
  color: #000 !important;
  background-color: #F7F7F7;
  border: none !important;
}

.single-match-package-results .tabs-navigation-item {
	flex-grow: 1;
}

.product-result .single-match-package-results .results,
.product-result .final-round-series-results .results,
.product-result .team-specific-series-results .results,
.product-result .venue-series-results .results,
.product-result .knock-out-series-results .results,
.product-result .falcon-series-results .results {
  display: block;
}

.product-result .single-match-package-results .results .smp-block,
.product-result .final-round-series-results .results .smp-block,
.product-result .team-specific-series-results .results .smp-block,
.product-result .venue-series-results .results .smp-block,
.product-result .knock-out-series-results .results .smp-block,
.product-result .falcon-series-results .results .smp-block {
  max-width: none;
}

.product-result .single-match-package-results .tabs-tab-accordion-title,
.product-result .final-round-series-results .tabs-tab-accordion-title,
.product-result .team-specific-series-results .tabs-tab-accordion-title,
.product-result .venue-series-results .tabs-tab-accordion-title,
.product-result .knock-out-series-results .tabs-tab-accordion-title,
.product-result .falcon-series-results .tabs-tab-accordion-title {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

html[dir=rtl] .product-result .single-match-package-results .tabs-tab-accordion-title,
html[dir=rtl] .product-result .final-round-series-results .tabs-tab-accordion-title,
html[dir=rtl] .product-result .team-specific-series-results .tabs-tab-accordion-title,
html[dir=rtl] .product-result .venue-series-results .tabs-tab-accordion-title,
html[dir=rtl] .product-result .knock-out-series-results .tabs-tab-accordion-title,
html[dir=rtl] .product-result .falcon-series-results .tabs-tab-accordion-title {
  font-family: "Montserrat Arabic", sans-serif;
}

.product-result .single-match-package-results .footer,
.product-result .final-round-series-results .footer,
.product-result .team-specific-series-results .footer,
.product-result .venue-series-results .footer,
.product-result .knock-out-series-results .footer,
.product-result .falcon-series-results .footer {
  border-top: none !important;
  padding: 30px 0;
}

@media all and (max-width: 992px) {
  .product-result .single-match-package-results .footer,
  .product-result .final-round-series-results .footer,
  .product-result .team-specific-series-results .footer,
  .product-result .venue-series-results .footer,
  .product-result .knock-out-series-results .footer,
  .product-result .falcon-series-results .footer {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
}
.product-result .single-match-package-results .footer .disclaimer,
.product-result .single-match-package-results .footer .footer-buttons,
.product-result .final-round-series-results .footer .disclaimer,
.product-result .final-round-series-results .footer .footer-buttons,
.product-result .team-specific-series-results .footer .disclaimer,
.product-result .team-specific-series-results .footer .footer-buttons,
.product-result .venue-series-results .footer .disclaimer,
.product-result .venue-series-results .footer .footer-buttons,
.product-result .knock-out-series-results .footer .disclaimer,
.product-result .knock-out-series-results .footer .footer-buttons,
.product-result .falcon-series-results .footer .disclaimer,
.product-result .falcon-series-results .footer .footer-buttons {
  flex-basis: 50%;
}

.product-result .single-match-package-results .footer .footer-buttons .checkout,
.product-result .final-round-series-results .footer .footer-buttons .checkout,
.product-result .team-specific-series-results .footer .footer-buttons .checkout,
.product-result .venue-series-results .footer .footer-buttons .checkout,
.product-result .knock-out-series-results .footer .footer-buttons .checkout,
.product-result .falcon-series-results .footer .footer-buttons .checkout {
  flex-basis: auto;
  color: #000;
}

.product-result .single-match-package-results .footer .footer-buttons .checkout span,
.product-result .final-round-series-results .footer .footer-buttons .checkout span,
.product-result .team-specific-series-results .footer .footer-buttons .checkout span,
.product-result .venue-series-results .footer .footer-buttons .checkout span,
.product-result .knock-out-series-results .footer .footer-buttons .checkout span,
.product-result .falcon-series-results .footer .footer-buttons .checkout span {
  font-family: "Montserrat", Arial, sans-serif;
}

html[dir=rtl] .product-result .single-match-package-results .footer .footer-buttons .checkout span,
html[dir=rtl] .product-result .final-round-series-results .footer .footer-buttons .checkout span,
html[dir=rtl] .product-result .team-specific-series-results .footer .footer-buttons .checkout span,
html[dir=rtl] .product-result .venue-series-results .footer .footer-buttons .checkout span,
html[dir=rtl] .product-result .knock-out-series-results .footer .footer-buttons .checkout span,
html[dir=rtl] .product-result .falcon-series-results .footer .footer-buttons .checkout span {
  font-family: "Montserrat Arabic", sans-serif;
}

.product-result .single-match-package-results .footer .footer-buttons .checkout .price,
.product-result .final-round-series-results .footer .footer-buttons .checkout .price,
.product-result .team-specific-series-results .footer .footer-buttons .checkout .price,
.product-result .venue-series-results .footer .footer-buttons .checkout .price,
.product-result .knock-out-series-results .footer .footer-buttons .checkout .price,
.product-result .falcon-series-results .footer .footer-buttons .checkout .price {
  font-weight: 700;
}

.product-result .single-match-package-results .footer .footer-buttons .checkout button,
.product-result .final-round-series-results .footer .footer-buttons .checkout button,
.product-result .team-specific-series-results .footer .footer-buttons .checkout button,
.product-result .venue-series-results .footer .footer-buttons .checkout button,
.product-result .knock-out-series-results .footer .footer-buttons .checkout button,
.product-result .falcon-series-results .footer .footer-buttons .checkout button {
  margin-top: 10px;
  justify-content: center;
}

.product-result .expand-separator {
  background-color: transparent !important;
}

.product-result .team-specific-series-results .close-results {
  background-color: #FFF;
}

.product-result .team-specific-series-results.show {
  margin-top: 0;
  padding-top: 30px;
}

@media all and (max-width: 992px) {
  .product-result .team-specific-series-results.show {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
}
.product-result .team-specific-series-results.show .footer {
  margin-top: 0;
}

@media all and (max-width: 992px) {
  .product-result .team-specific-series-results.show .footer {
    padding: 30px var(--sectionPaddingX);
  }
  .product-result .team-specific-series-results.show .footer .footer-buttons {
    flex-basis: 30% !important;
  }
}
.product-result .team-specific-series-results.show span {
  line-height: normal;
}

.product-result .team-specific-series-results.show .buttons-wrapper {
  margin-left: 20px;
}

.product-result .team-specific-series-results [class^=tss-box] {
  background-color: #FFF;
}

@media all and (min-width: 993px) {
  .product-result .team-specific-series-results [class^=tss-box] {
  }
}
.product-result .team-specific-series-results [class^=tss-box] .tss-box-three-btn-select {
  padding: 10px 20px 30px;
  text-align: center;
}

.product-result .team-specific-series-results .tss-availability .tss-btn-select {
  height: auto !important;
  width: auto !important;
}

.product-result .team-specific-series-results .tss-availability .tss-btn-select:disabled, .product-result .team-specific-series-results .tss-availability .tss-btn-select.disabled {
  pointer-events: none;
}

.product-result .team-specific-series-results .tss-availability .wish-list {
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.product-result .team-specific-series-results .tss-availability .wish-list .wishlist-icon {
  stroke: #3C0010;
}

.product-result .team-specific-series-results .team-specifict-boxes-wrapper {
  background-color: #F7F7F7;
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
  margin: 20px auto 0;
}

@media all and (max-width: 992px) {
  .product-result .team-specific-series-results .team-specifict-boxes-wrapper {
    padding: 30px var(--sectionPaddingX);
  }
}
.product-result .team-specific-series-results .tss-name {
  text-align: center;
}

.product-result .team-specific-series-results .tss-name > span {
  line-height: normal;
}

.product-result .quantity-selector.select-menu,
.product-result .quantity-select-dropdown {
  width: auto !important;
  height: auto !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  padding: 10px 47px 12px 14px !important;
  background-position: right 20px center;
  border: 1px solid var(--inputBorderColor) !important;
  background-color: #FFF !important;
  color: #000 !important;
  margin-bottom: 0;
}

@media all and (max-width: 992px) {
  .product-result .quantity-selector.select-menu .quantity-select-dropdown {
    margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem) !important;
  }
}
.product-result .quantity-selector.select-menu .quantity-select-dropdown:disabled {
  background-color: #F7F7F7 !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown.input-validation-error {
  border-color: #DC3545 !important;
  background-color: rgba(220, 53, 69, 0.05) !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown::-webkit-input-placeholder {
  color: rgba(32, 0, 68, 0.5) !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(32, 0, 68, 0.5) !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(32, 0, 68, 0.5) !important;
}

.product-result .quantity-selector.select-menu .quantity-select-dropdown:-ms-input-placeholder {
  color: rgba(32, 0, 68, 0.5) !important;
}

.product-result .final-round-container,
.product-result .falcon-series-container {
  margin-bottom: 0;
  background-color: #FFF;
}

.product-result .final-round-container .final-round-series-results-details,
.product-result .final-round-container .falcon-series-results-details,
.product-result .falcon-series-container .final-round-series-results-details,
.product-result .falcon-series-container .falcon-series-results-details {
  padding: 30px clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) !important;
  background-color: #FFF;
}

.product-result .final-round-container .final-round-series-results-details .quantity-selector.select-menu .quantity-select-dropdown,
.product-result .final-round-container .falcon-series-results-details .quantity-selector.select-menu .quantity-select-dropdown,
.product-result .falcon-series-container .final-round-series-results-details .quantity-selector.select-menu .quantity-select-dropdown,
.product-result .falcon-series-container .falcon-series-results-details .quantity-selector.select-menu .quantity-select-dropdown {
  margin-bottom: 0 !important;
}

.product-result .final-round-container .add-to-cart-button-container,
.product-result .falcon-series-container .add-to-cart-button-container {
  flex-basis: 50% !important;
}

@media all and (max-width: 992px) {
  .product-result .final-round-container .add-to-cart-button-container,
  .product-result .falcon-series-container .add-to-cart-button-container {
    justify-content: center;
  }
  .product-result .final-round-container .add-to-cart-button-container .atc-button-type,
  .product-result .falcon-series-container .add-to-cart-button-container .atc-button-type {
    width: auto;
  }
}
.product-result .final-round-container .add-to-cart-button-container .fwc-btn,
.product-result .falcon-series-container .add-to-cart-button-container .fwc-btn {
  margin-top: 0;
  margin-right: 20px;
}

@media all and (max-width: 992px) {
  .product-result .final-round-container .add-to-cart-button-container .fwc-btn,
  .product-result .falcon-series-container .add-to-cart-button-container .fwc-btn {
    margin-right: 0;
  }
}
.product-result .final-round-series-results .final-round-series-results-details .close-details-btn,
.product-result .final-round-series-results .venue-series-results-details .close-details-btn,
.product-result .final-round-series-results .falcon-series-results-details .close-details-btn,
.product-result .venue-series-results .final-round-series-results-details .close-details-btn,
.product-result .venue-series-results .venue-series-results-details .close-details-btn,
.product-result .venue-series-results .falcon-series-results-details .close-details-btn,
.product-result .falcon-series-results .final-round-series-results-details .close-details-btn,
.product-result .falcon-series-results .venue-series-results-details .close-details-btn,
.product-result .falcon-series-results .falcon-series-results-details .close-details-btn {
  background-color: #000;
}

.product-result .final-round-series-results .final-round-series-results-details .close-details-btn svg,
.product-result .final-round-series-results .venue-series-results-details .close-details-btn svg,
.product-result .final-round-series-results .falcon-series-results-details .close-details-btn svg,
.product-result .venue-series-results .final-round-series-results-details .close-details-btn svg,
.product-result .venue-series-results .venue-series-results-details .close-details-btn svg,
.product-result .venue-series-results .falcon-series-results-details .close-details-btn svg,
.product-result .falcon-series-results .final-round-series-results-details .close-details-btn svg,
.product-result .falcon-series-results .venue-series-results-details .close-details-btn svg,
.product-result .falcon-series-results .falcon-series-results-details .close-details-btn svg {
  color: #FFF;
}

.product-result .final-round-series-results .final-round-series-results-details .close-details-btn svg:hover, .product-result .final-round-series-results .final-round-series-results-details .close-details-btn svg:hover path,
.product-result .final-round-series-results .venue-series-results-details .close-details-btn svg:hover,
.product-result .final-round-series-results .venue-series-results-details .close-details-btn svg:hover path,
.product-result .final-round-series-results .falcon-series-results-details .close-details-btn svg:hover,
.product-result .final-round-series-results .falcon-series-results-details .close-details-btn svg:hover path,
.product-result .venue-series-results .final-round-series-results-details .close-details-btn svg:hover,
.product-result .venue-series-results .final-round-series-results-details .close-details-btn svg:hover path,
.product-result .venue-series-results .venue-series-results-details .close-details-btn svg:hover,
.product-result .venue-series-results .venue-series-results-details .close-details-btn svg:hover path,
.product-result .venue-series-results .falcon-series-results-details .close-details-btn svg:hover,
.product-result .venue-series-results .falcon-series-results-details .close-details-btn svg:hover path,
.product-result .falcon-series-results .final-round-series-results-details .close-details-btn svg:hover,
.product-result .falcon-series-results .final-round-series-results-details .close-details-btn svg:hover path,
.product-result .falcon-series-results .venue-series-results-details .close-details-btn svg:hover,
.product-result .falcon-series-results .venue-series-results-details .close-details-btn svg:hover path,
.product-result .falcon-series-results .falcon-series-results-details .close-details-btn svg:hover,
.product-result .falcon-series-results .falcon-series-results-details .close-details-btn svg:hover path {
  color: #C5BCFF !important;
  fill: #C5BCFF !important;
}

@media all and (max-width: 992px) {
  .product-result .venue-series-results .venue-container {
    background-color: #FFF;
  }
}
.product-result .venue-series-results .venue-series-results-details {
  background-color: #FFF;
  padding: 30px clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem) !important;
}

@media all and (max-width: 992px) {
  .product-result .venue-series-results .venue-series-results-details .close-details-btn {
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    padding: 5px;
  }
}
.product-result .venue-series-results .venue-series-results-details .venueShortDescriptionContainer {
  display: block;
}

.product-result .falcon-series-results-details .fwc-btn:hover {
  background-color: #32363c !important
  color: #f1c066 !important;
}

.product-result .falcon-series-results-details .fwc-btn a {
  text-decoration: none;
}

.product-result .smp-wrapper {
  align-items: center;
  background-color: #FFF;
  padding: 10px clamp(0.8333333333rem, 0.6777777778rem + 0.6666666667vw, 1.3888888889rem);
}

.product-result .block-atc.select-products {
  justify-content: flex-end;
}

@media all and (max-width: 992px) {
  .product-result .block-atc.select-products .button {
    margin-top: 15px;
  }
}
.product-result .wishlist-icon {
  stroke: #3C0010;
}

.atc-select-container svg {
  fill: #200044;
}

.mx-icon-calendar svg {
  fill: #3C0010 !important;
}

@media all and (max-width: 992px) {
  .atc-fwc22 .product-type-content, .single-match-package-content {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .atc-fwc22 .product-type-content, .final-round-series-results-details, .single-match-package-content, .venue-series-results-details {
    width: 90% !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 778px) {
  .atc-fwc22 .product-type-content, .final-round-series-results-details, .single-match-package-content, .venue-series-results-details {
    width: 100% !important;
  }
}
:root {
  --slickDotsInactive: rgba(127, 102, 251, 0.5);
  --slickDotsHover: rgba(127, 102, 251, 0.75);
  --slickDotsActive: #3C0010;
}

.dots-wrapper {
  text-align: center;
  padding: clamp(2.2222222222rem, 1.6466666667rem + 2.4666666667vw, 4.2777777778rem) 0 clamp(1.7777777778rem, 1.6066666667rem + 0.7333333333vw, 2.3888888889rem);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(0.3333333333rem, 0.1777777778rem + 0.6666666667vw, 0.8888888889rem);
  column-gap: clamp(0.3333333333rem, 0.1777777778rem + 0.6666666667vw, 0.8888888889rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: flex;
  font-size: 0;
}

.slick-dots li button {
  width: clamp(0.8333333333rem, 0.7088888889rem + 0.5333333333vw, 1.2777777778rem);
  height: clamp(0.8333333333rem, 0.7088888889rem + 0.5333333333vw, 1.2777777778rem);
  border-radius: 100%;
  background-color: rgba(127, 102, 251, 0.5);
  transform-origin: 50% 50%;
  will-change: transform, background-color;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li:not(.slick-active) button {
  transform: scale(0.7);
}

.slick-dots li:not(.slick-active) button:hover {
  background-color: rgba(127, 102, 251, 0.75);
  transform: scale(0.85);
}

.arrows-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 clamp(1rem, 0.72rem + 1.2vw, 2rem);
  transform: translateY(-50%);
  pointer-events: none;
}

.arrows-wrapper .slick-arrow {
  pointer-events: auto;
  width: clamp(1.3333333333rem, 0.96rem + 1.6vw, 2.6666666667rem);
  height: clamp(1.3333333333rem, 0.96rem + 1.6vw, 2.6666666667rem);
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: var(--chevronRight);
  background-size: clamp(0.3888888889rem, 0.3266666667rem + 0.2666666667vw, 0.6111111111rem) auto;
  background-position: center;
  background-repeat: no-repeat;
  will-change: background-color;
  transition: background-color 0.25s ease;
  overflow: hidden;
}

.arrows-wrapper .slick-arrow.slick-prev {
  transform: scaleX(-1);
}

.arrows-wrapper .slick-arrow:hover {
  background-color: rgba(32, 0, 68, 0.5);
}

:root {
  --uBgGrey1: #F7F7F7;
}

/* Position */
.u-position--relative {
  position: relative;
}

.u-position--absolute {
  position: absolute;
}

.u-position--static {
  position: static;
}

/* Background colours */

[class*=u-bg--] + .signpost-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--uBgColor);
  z-index: -2;
}

.u-bg--black {
  --uBgColor: #000;
  color: #FFF;
}

.u-bg--black + .signpost-block {
  --uBgColor: #000;
}

.u-bg--white {
  --uBgColor: #FFF;
}

.u-bg--white + .signpost-block {
  --uBgColor: #FFF;
}

.u-bg--beige {
  --uBgColor: #F4F3EF;
}

.u-bg--beige + .signpost-block {
  --uBgColor: #F4F3EF;
}

.u-bg--grey-1 {
  --uBgColor: var(--uBgGrey1);
}

.u-bg--grey-1 + .signpost-block {
  --uBgColor: var(--uBgGrey1);
}

.u-bg--purple-1 {
  --uBgColor: #200044;
}

.u-bg--purple-1 + .signpost-block {
  --uBgColor: #200044;
}

.u-bg--purple-2 {
  --uBgColor: #000;
}

.u-bg--purple-2 + .signpost-block {
  --uBgColor: #000;
}

.u-bg--purple-3 {
  --uBgColor: #2C2852;
}

.u-bg--purple-3 + .signpost-block {
  --uBgColor: #2C2852;
}

.u-bg--purple-light-1 {
  --uBgColor: #D0D0DE;
}

.u-bg--purple-light-1 + .signpost-block {
  --uBgColor: #D0D0DE;
}

.u-bg--purple-light-2 {
  --uBgColor: #F0F0F7;
}

.u-bg--purple-light-2 + .signpost-block {
  --uBgColor: #F0F0F7;
}

/* Text formatting */
.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

/* Font colours */
.u-fc--white {
  color: #FFF;
}

/* Border radius */


.u-border-radius--100-percent {
  border-radius: 100%;
}

/* Padding */
.u-pad--y {
  padding-top: var(--sectionPaddingY);
  padding-bottom: var(--sectionPaddingY);
}

.u-pad--y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-pad--y-top-0 {
  padding-top: 0;
}

.u-pad--y-bt-0 {
  padding-bottom: 0;
}

.u-pad--y-top-half {
  padding-top: calc(var(--sectionPaddingY) / 2);
}

.u-pad--y-top-triple {
  padding-top: calc(var(--sectionPaddingY) * 3);
}

/* Layout */
@media all and (max-width: 576px) {
  .u-pull-out {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.component-heading {
  width: 100%;
  padding: 15px;
  margin: 30px 0;
  background-color: #333;
  color: white;
}

.component-heading p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.full-site-header,
.full-site-persistent-header,
.search-location-wrapper {
  display: none;
}

.AsianCupContent .v-select {
  background-color: #FFF;
  border: solid 1px var(--inputBorderColor);
  height: clamp(2.8888888889rem, 2.6866666667rem + 0.8666666667vw, 3.6111111111rem);
}

.AsianCupContent .v-select .vs__dropdown-toggle {
  height: 100%;
}

.AsianCupContent .v-select .vs__actions {
  padding: 3px 15px 0 3px;
}

.AsianCupContent .ecommerce .btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact), .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept,
.AsianCupContent .ecommerce .submit-btn button.btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account),
.AsianCupContent .ecommerce .submit-btn button.btn-accept:not(.btn-create-account):not(#collection-submit-email-back):not(#contact-back-btn):not(#back),
.AsianCupContent .ecommerce button#sign-order-submit,
.AsianCupContent .ecommerce .eco-button .base-btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):not(#collection-submit-email-back):not(#contact-back-btn):not(#back) {
  border-radius: 0px !important;
  /*display: inline-flex;*/
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: clamp(0.5555555556rem, 0.54rem + 0.0666666667vw, 0.6111111111rem) clamp(1.1111111111rem, 0.8rem + 1.3333333333vw, 2.2222222222rem) clamp(0.5555555556rem, 0.4777777778rem + 0.3333333333vw, 0.8333333333rem);
  will-change: border-radius, background-color, color;
  transition: border-radius 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  border: 0;
  background-color: #32363c!important;
  background-image: none !important;
  height: auto !important;
  color: #f1c066;
  text-align: center;
  float: none;
}

.AsianCupContent .ecommerce .btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact)#back-btn, .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept#back-btn,
.AsianCupContent .ecommerce .submit-btn button.btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account)#back-btn,
.AsianCupContent .ecommerce .submit-btn button.btn-accept:not(.btn-create-account):not(#collection-submit-email-back):not(#contact-back-btn):not(#back)#back-btn,
.AsianCupContent .ecommerce button#sign-order-submit#back-btn,
.AsianCupContent .ecommerce .eco-button .base-btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):not(#collection-submit-email-back):not(#contact-back-btn):not(#back)#back-btn {
  color: #000 !important;
  padding: 0;
  background-color: transparent !important;
  text-decoration: underline;
  min-width: 0;
}

.AsianCupContent .ecommerce .btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):hover, .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept:hover,
.AsianCupContent .ecommerce .submit-btn button.btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):hover,
.AsianCupContent .ecommerce .submit-btn button.btn-accept:not(.btn-create-account):not(#collection-submit-email-back):not(#contact-back-btn):not(#back):hover,
.AsianCupContent .ecommerce button#sign-order-submit:hover,
.AsianCupContent .ecommerce .eco-button .base-btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):not(#collection-submit-email-back):not(#contact-back-btn):not(#back):hover {
  border-radius: 0;
  background-color: #A290FF;
  border-radius: 0;
  color: #FFF;
}

.AsianCupContent .ecommerce .btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact) button#sign-order-submit, .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept button#sign-order-submit,
.AsianCupContent .ecommerce .submit-btn button.btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account) button#sign-order-submit,
.AsianCupContent .ecommerce .submit-btn button.btn-accept:not(.btn-create-account):not(#collection-submit-email-back):not(#contact-back-btn):not(#back) button#sign-order-submit,
.AsianCupContent .ecommerce button#sign-order-submit button#sign-order-submit,
.AsianCupContent .ecommerce .eco-button .base-btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):not(#collection-submit-email-back):not(#contact-back-btn):not(#back) button#sign-order-submit {
  background: #A28248 !important;
  color: #FFF;
}

.AsianCupContent .ecommerce .btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact) button#sign-order-submit:hover, .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept button#sign-order-submit:hover,
.AsianCupContent .ecommerce .submit-btn button.btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account) button#sign-order-submit:hover,
.AsianCupContent .ecommerce .submit-btn button.btn-accept:not(.btn-create-account):not(#collection-submit-email-back):not(#contact-back-btn):not(#back) button#sign-order-submit:hover,
.AsianCupContent .ecommerce button#sign-order-submit button#sign-order-submit:hover,
.AsianCupContent .ecommerce .eco-button .base-btn:not(.edit-billing-address):not(.edit-shipping-address):not(.btn-edit):not(.btn-create-account):not(.add-new-contact):not(#collection-submit-email-back):not(#contact-back-btn):not(#back) button#sign-order-submit:hover {
  background: #907440 !important;
  color: #FFF;
}

.AsianCupContent .ecommerce .forgot-password .submit-btn button.btn.left, .AsianCupContent .ecommerce .forgot-password button#forgot-back, .AsianCupContent .ecommerce .submit-btn #back1-wrapper button.btn-accept, .AsianCupContent .ecommerce .submit-btn #back-wrapper button.btn-accept, .AsianCupContent .ecommerce .submit-btn #collection-submit-email-back, .AsianCupContent .ecommerce .submit-btn button#back-btn, .AsianCupContent .ecommerce .submit-btn button#contact-back-btn {
  padding: 0;
  border: 0;
  text-decoration: underline;
  min-width: 0;
}

.AsianCupContent .ecommerce .forgot-password .submit-btn button.btn.left:hover, .AsianCupContent .ecommerce .forgot-password button#forgot-back:hover, .AsianCupContent .ecommerce .submit-btn #back1-wrapper button.btn-accept:hover, .AsianCupContent .ecommerce .submit-btn #back-wrapper button.btn-accept:hover, .AsianCupContent .ecommerce .submit-btn #collection-submit-email-back:hover, .AsianCupContent .ecommerce .submit-btn button#back-btn:hover, .AsianCupContent .ecommerce .submit-btn button#contact-back-btn:hover {
  background-color: transparent;
  color: #000;
}

.AsianCupContent .ecommerce div#sign-order-submit-wrapper {
  flex-shrink: 0;
  width: 100%;
}

.AsianCupContent .ecommerce.myAccountComponent .vs__actions {
  background: transparent;
}

.AsianCupContent .ecommerce.myAccountComponent .vs__open-indicator {
  fill: #000;
}

.AsianCupContent .ecommerce.myAccountComponent .breadCrump span.breadCrump-link:not(.active):hover {
  color: var(--textColor);
  font-weight: 400;
}

.AsianCupContent .ecommerce.myAccountComponent .breadCrump span, .AsianCupContent .ecommerce.myAccountComponent .breadCrump span.active {
  font-size: 15px;
  line-height: 35px;
}

.AsianCupContent .ecommerce .language, .AsianCupContent .ecommerce .input-title label {
  color: #000;
  font-size: 14px;
  line-height: 1.42857143;
}

.AsianCupContent .ecommerce .language {
  text-transform: none;
  display: block;
}

@media (max-width: 992px) {
  .AsianCupContent .ecommerce div#sign-order-submit-wrapper {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .AsianCupContent .ecommerce .ecommerce .completePhone .input-row.phone-number[data-v-27a7ef73] {
    margin-top: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  }
}
@media all and (max-width: 768px) {
  .AsianCupContent .ecommerce div#sign-order-submit-wrapper button {
    width: 100%;
  }
  .AsianCupContent .ecommerce .sign-order-file-input, .AsianCupContent .ecommerce #sign-order-upload {
    width: 100%;
  }
}
.AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list), .AsianCupContent .payment-manager {
  background-color: #FFF;
  padding: 60px 10%;
}

.AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list) .submit-btn, .AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list) .btn-right, .AsianCupContent .payment-manager .submit-btn, .AsianCupContent .payment-manager .btn-right {
  float: none;
}

.AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list) .btn-right, .AsianCupContent .payment-manager .btn-right {
  display: flex;
  justify-content: flex-end;
}

.AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list) .btn-right.btn, .AsianCupContent .payment-manager .btn-right.btn {
  justify-content: center;
}

@media all and (max-width: 1024px) {
  .AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list), .AsianCupContent .payment-manager {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .AsianCupContent .ecommerce:not(.myAccountComponent, .newshoppingcart, .expirationTimer, .alert-warning, .shipping-preferences-address, .create-edit-contact, .create-edit-address, .shipping-preferences.collections, .address-list), .AsianCupContent .payment-manager {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
    padding-left: var(--sectionPaddingX);
    padding-right: var(--sectionPaddingX);
    border-top-left-radius: 60px;
  }
}
.AsianCupContent .ecommerce.myAccountComponent {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: var(--sectionPaddingX);
  padding-right: var(--sectionPaddingX);
  border-radius: 0;
  background-color: #F4F3EF;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper {
  text-align: center;
  background-color: #FFF !important;
  padding: 40px;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option {
  justify-content: center;
  flex-direction: column;
  padding: 0;
  min-height: auto;
  width: 100%;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option:not(.nav-option):hover {
  background-color: #FFF;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .left-icon {
  margin-left: 0;
  padding: 0;
  flex-basis: initial !important;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .left-icon img {
  margin-left: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper {
  padding-left: 0;
  flex-basis: initial !important;
  flex-grow: initial;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper.no-image {
  padding-left: 0;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper .title {
  font-weight: 600;
  color: #000;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper .description {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option.main-option .left-icon {
  width: 145px;
  height: 115px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option.main-option .left-icon img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation {
  display: flex !important;
  row-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
  align-items: unset !important;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation > div {
  display: flex;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper {
  text-align: left;
  padding: 0;
  background-color: transparent !important;
  display: flex;
  align-items: center;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option {
  height: 100% !important;
  min-height: 45px;
  position: relative;
  padding: 20px clamp(1.1111111111rem, 0.8rem + 1.3333333333vw, 2.2222222222rem);
  flex-direction: row;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: block;
  left: 51%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option.active:before {
  opacity: 1;
  visibility: visible;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option.active .text-wrapper .title {
  font-weight: 600 !important;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option .left-icon {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto !important;
  height: auto !important;
}

.AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option .text-wrapper {
  padding-left: 10px;
}

@media all and (max-width: 992px) {
  .AsianCupContent .ecommerce.myAccountComponent .main-navigation {
    flex-wrap: wrap;
    padding: 10px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option {
    padding: 5px 10px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .main-navigation .option-wrapper .nav-option.option:before {
    display: none;
  }
}
.AsianCupContent .ecommerce.myAccountComponent .breadCrump {
  margin-top: 20px;
}

.AsianCupContent .ecommerce.myAccountComponent .wrapper {
  gap: 4px;
  grid-auto-rows: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.AsianCupContent .ecommerce.myAccountComponent .view {
  margin: 50px auto 0;
  display: block !important;
  padding: 0;
}

.AsianCupContent .ecommerce.myAccountComponent h5 {
  color: #000;
}

.AsianCupContent .ecommerce.myAccountComponent .separator-primary {
  border: 0;
}

.AsianCupContent .ecommerce.myAccountComponent .user__welcome {
  border-bottom: solid 1px #EFEFF1;
  flex-wrap: wrap;
  padding: clamp(0.5555555556rem, 0.2444444444rem + 1.3333333333vw, 1.6666666667rem) clamp(1.1111111111rem, 0.4888888889rem + 2.6666666667vw, 3.3333333333rem);
}

.AsianCupContent .ecommerce.myAccountComponent .myaccount-options .option-wrapper .option .text-wrapper .title {
  font-size: 18px !important;
  font-weight: 300 !important;
}

.AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome {
  position: relative;
  z-index: 0;
  padding: 0 !important;
}

.AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFF;
}

.AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome h5 {
  margin: 0;
  color: #000;
  font-size: 26px;
}

.AsianCupContent .ecommerce.myAccountComponent .eco-button {
  padding: 0;
}

@media all and (max-width: 768px) {
  .AsianCupContent .ecommerce.myAccountComponent .ecommerce .submit-btn button.btn, .AsianCupContent .ecommerce.myAccountComponent .ecommerce .submit-btn button.btn-accept {
    width: 100%;
  }
  .AsianCupContent .ecommerce.myAccountComponent .ecommerce .submit-btn .btn-right {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .AsianCupContent .ecommerce.myAccountComponent .menuOptions.hideResponsive, .AsianCupContent .ecommerce.myAccountComponent .view.hideViewResponsive {
    display: grid;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .AsianCupContent .ecommerce.myAccountComponent h5 {
    margin: 0;
    padding: 0;
    text-align: left;
    min-height: auto;
  }
}
.AsianCupContent .ecommerce.updateContact .input-row.completePhone, .AsianCupContent .ecommerce.create-edit-contact .input-row.completePhone {
  margin-top: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
}

.AsianCupContent .ecommerce.updateContact .input-row.phone-number input[type=text], .AsianCupContent .ecommerce.create-edit-contact .input-row.phone-number input[type=text] {
  margin-bottom: 0;
}

.AsianCupContent .ecommerce.updateContact .submit-btn, .AsianCupContent .ecommerce.create-edit-contact .submit-btn {
  float: none;
}

@media (max-width: 991px) {
  .AsianCupContent .ecommerce.updateContact .origin-wrapper .input-row.country, .AsianCupContent .ecommerce.create-edit-contact .origin-wrapper .input-row.country {
    margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
  }
}
.AsianCupContent .ecommerce.create-edit-address .input-row.country .v-select {
  margin-bottom: clamp(0.8888888889rem, 0.64rem + 1.0666666667vw, 1.7777777778rem);
}

.AsianCupContent .ecommerce.change-password .input-row.confirm-pass .input-text {
  height: auto;
  padding: clamp(0.7222222222rem, 0.6133333333rem + 0.4666666667vw, 1.1111111111rem) clamp(1rem, 0.86rem + 0.6vw, 1.5rem);
}

.AsianCupContent .ecommerce.change-password .submit-btn[data-v-01963881] {
  margin-bottom: 0;
}

.AsianCupContent .ecommerce.my-orders-request h3.eventOrders-name {
  border: 0;
}

.AsianCupContent .ecommerce .sign-order .header-section .title {
  color: #FFF;
}

.AsianCupContent .order-item {
  border: solid 2px #EAEAEC;
  color: #000;
}

.AsianCupContent .order-item .order-item-header {
  background-color: transparent;
  display: flex;
  padding: 0;
  border-bottom: solid 2px #EAEAEC;
}

.AsianCupContent .order-item .order-item-header .order-header-summary {
  padding: 0;
  margin: 0;
  border-right: solid 2px #EAEAEC;
}

.AsianCupContent .order-item .order-item-header .order-header-summary, .AsianCupContent .order-item .order-item-header .order-header-summary-data {
  width: 50%;
  flex-basis: auto;
  padding: clamp(0.5555555556rem, 0.2444444444rem + 1.3333333333vw, 1.6666666667rem) clamp(1.1111111111rem, 0.4888888889rem + 2.6666666667vw, 3.3333333333rem);
}

.AsianCupContent .order-item .order-item-header .order-header-download {
  flex-basis: auto;
  width: 100%;
}
.btn-accept:hover{
	color: #f1c066!important;
}
.alt_products__info .button{
	color: #32363c !important;
    background-color: #f1c066 !important;
}
.AsianCupContent .order-item .order-item-header .order-header-summary-data {
  flex-direction: column;
  row-gap: 5px;
}
.whats_included__cta .button{
		color: #000 !important;
    background-color: #f1c066 !important;
}
.AsianCupContent .order-item .order-item-header .order-header-label {
  font-weight: 500;
}

.AsianCupContent .order-item .order-item-header .order-header-value {
  text-align: right;
}

.AsianCupContent .order-item .order-item-header .order-header-value.price .symbol {
  font-size: 14px;
  font-weight: 300;
}

.AsianCupContent .order-item .order-item-header .order-header-value.price .amount {
  font-weight: 700;
  font-size: 20px;
}

.AsianCupContent .order-item .order-item-header .order-header-data {
  flex-basis: auto;
  font-size: 16px;
  line-height: 21px;
}

.AsianCupContent .order-item .order-item-header .order-header-data.order-total .order-header-label {
  font-weight: 700;
}

.AsianCupContent .order-item .order-header-download {
  padding: 0 clamp(1.1111111111rem, 0.4888888889rem + 2.6666666667vw, 3.3333333333rem);
}

.AsianCupContent .order-item .order-header-download .download-confirmation-btn p {
  padding: 0;
}

.AsianCupContent .order-item .order-item-content {
  padding: 0;
}

@media all and (max-width: 1024px) {
  .AsianCupContent .order-item .order-item-header {
    flex-wrap: wrap;
  }
  .AsianCupContent .order-item .order-item-header .order-header-summary, .AsianCupContent .order-item .order-item-header .order-header-summary-data {
    width: 100%;
  }
  .AsianCupContent .order-item .order-item-header .order-header-summary {
    border-right: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .AsianCupContent .order-item .order-item-header {
    border-bottom-right-radius: 0;
  }
}
.AsianCupContent .order-header-summary-number {
  font-size: clamp(1rem, 0.8444444444rem + 0.6666666667vw, 1.5555555556rem);
  line-height: 35px;
  font-weight: 700;
}

.AsianCupContent .order-header-summary-tickets {
  color: #767684;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}

.AsianCupContent .order-item-hospitality-product {
  margin-bottom: 0;
}

.AsianCupContent .order-item-hospitality-product:not(:last-child) {
  border-bottom: solid 2px #EAEAEC;
  padding-bottom: 0;
  margin-bottom: 0;
}

.AsianCupContent .order-item-hospitality-product .hospitality-product-info {
  margin: 0;
  padding: 20px;
  container-type: inline-size;
}

.AsianCupContent .order-item-hospitality-product .hospitality-product-info .hospitality-product-name {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  font-weight: 300;
  padding: 0;
}

.AsianCupContent .order-item-hospitality-product .hospitality-product-info .hospitality-sessions-table {
  font-size: 16px;
  line-height: 21px;
}

.AsianCupContent .order-item-hospitality-product .hospitality-product-info .hospitality-sessions-table .session-row {
  margin-top: 10px;
}

@container (min-width: 701px) {
  .AsianCupContent .order-item-hospitality-product .hospitality-product-info .hospitality-product-name {
    display: flex;
    justify-content: space-between;
  }
  .AsianCupContent .order-item-hospitality-product .hospitality-product-info .hospitality-product-name .title-matches {
    margin-left: auto;
  }
  .AsianCupContent .order-item-hospitality-product .hospitality-product-info .title-matches-separator {
    display: none;
  }
}
.AsianCupContent .order-item-hospitality-product .header {
  border-bottom: solid 1px #EFEFF0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.AsianCupContent .order-item-hospitality-product .header .column {
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  font-weight: 600;
  color: #767684;
}

.AsianCupContent .order-item-hospitality-product .hospitality-product-image {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .AsianCupContent .order-item-hospitality-product .hospitality-product-image {
    flex-basis: auto;
    height: 220px;
  }
}
@media all and (max-width: 576px) {
  .AsianCupContent .order-item-hospitality-product .hospitality-sessions-table {
    overflow-x: scroll;
    position: relative;
  }
  .AsianCupContent .order-item-hospitality-product .hospitality-sessions-table .header, .AsianCupContent .order-item-hospitality-product .hospitality-sessions-table .session-row {
    width: 600px;
  }
}
.AsianCupContent .ecommerce.myAccountComponent .menuOptions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.AsianCupContent .ecommerce.myAccountComponent .menuOptions .option-wrapper {
  display: flex;
  flex-direction: column;
}

.AsianCupContent .ecommerce.myAccountComponent .menuOptions .option-wrapper.sub-menu {
  padding: 0;
  padding-top: 20px;
}

.AsianCupContent .ecommerce.myAccountComponent .menuOptions .option-wrapper .option-wrapper.sub-menu {
  display: none;
}

.AsianCupContent .ecommerce.myAccountComponent .menuOptions .option-wrapper.expanded .option-wrapper.sub-menu {
  display: flex;
}

.AsianCupContent .ecommerce.myAccountComponent .menuOptions .option-wrapper .sub-option.option {
  padding: 5px 0;
}

.AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .right-icon {
  padding-left: 0;
}

.AsianCupContent .ecommerce.myAccountComponent .customer-info {
  margin-left: calc(var(--sectionPaddingX) * -1);
  margin-right: calc(var(--sectionPaddingX) * -1);
  border: 0;
  padding: 30px 0;
  padding-left: var(--sectionPaddingX);
  padding-right: var(--sectionPaddingX);
  color: #000;
  background-color: #FFF;
  margin-bottom: 40px;
  grid-column-start: span 2;
}

.AsianCupContent .ecommerce.myAccountComponent .customer-info .welcome-message, .AsianCupContent .ecommerce.myAccountComponent .customer-info .account-number {
  padding: 0;
}

.AsianCupContent .ecommerce.myAccountComponent .customer-info .welcome-message {
  color: #000;
  font-weight: 700;
}

.AsianCupContent .ecommerce.myAccountComponent .customer-info .account-number {
  padding-top: 15px;
}

@media only screen and (max-width: 500px) {
  .AsianCupContent .ecommerce.myAccountComponent .menuOptions {
    grid-template-columns: 1fr;
  }
  .AsianCupContent .ecommerce.myAccountComponent .customer-info {
    grid-column-start: span 1;
  }
}
@media only screen and (max-width: 767px) {
  .AsianCupContent .ecommerce.myAccountComponent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome {
    background-color: #FFF;
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
  }
  .AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome:before, .AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome:after {
    display: none;
  }
  .AsianCupContent .ecommerce.myAccountComponent .myaccount__welcome h5 {
    font-size: 18px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .user__welcome, .AsianCupContent .ecommerce.myAccountComponent .main-navigation {
    padding-left: var(--sectionPaddingX);
    padding-right: var(--sectionPaddingX);
  }
  .AsianCupContent .ecommerce.myAccountComponent .user__welcome {
    flex-direction: column;
    align-items: flex-start;
  }
  .AsianCupContent .ecommerce.myAccountComponent .user__welcome .btn-accept {
    margin-top: 20px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .view {
    margin-top: 40px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .option-wrapper {
    padding: 20px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper .title {
    font-size: 14px;
  }
  .AsianCupContent .ecommerce.myAccountComponent .myaccount-options .option-wrapper .option .text-wrapper .title {
    font-size: 16px !important;
  }
  .AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option .text-wrapper .description {
    display: none;
  }
  .AsianCupContent .ecommerce.myAccountComponent .option-wrapper .option.main-option .left-icon {
    width: 74px;
    height: 58px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .AsianCupContent .ecommerce.myAccountComponent .view {
    margin: 40px auto 0;
  }
  .AsianCupContent .ecommerce.myAccountComponent h5 {
    background-color: transparent;
    padding: 0;
  }
}
.eco-alert.alert-warning {
  background-color: #F7F7F7 !important;
  border-color: #D0D0DE !important;
  color: var(--textColor) !important;
}

.eco-alert.alert-warning .btn-alert-action {
  font-size: 14px;
  padding: 4px 31px 5px;
  background-color: #000 !important;
}


.eco-alert .btn-action-wrapper {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

#AsianCup .wishlist {
  margin: 0;
}

#AsianCup .wishlist__title {
  text-align: center;
}

#AsianCup .wishlist__title, #AsianCup .category-wishlist__title {
  font-size: 22px;
  line-height: 32px;
  border-bottom: 0;
  font-weight: 700;
}

#AsianCup .category-wishlist {
  background-color: #FFF;
  margin: 0;
  padding: 60px 8%;
}

@media all and (max-width: 768px) {
  #AsianCup .category-wishlist {
    margin-left: calc(var(--sectionPaddingX) * -1);
    margin-right: calc(var(--sectionPaddingX) * -1);
    padding-left: var(--sectionPaddingX);
    padding-right: var(--sectionPaddingX);
  }
}
#AsianCup .category-wishlist__title {
  text-align: left;
}

#AsianCup .category-wishlist__grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: clamp(1.1111111111rem, 0.8rem + 1.3333333333vw, 2.2222222222rem);
}

#AsianCup .category-wishlist .category-card {
  background-color: #F4F3EF;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom-left-radius: 50px;
  position: relative;
  position: relative;
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
  padding-top: 260px;
}

#AsianCup .category-wishlist .category-card p {
  margin: 0;
  padding: 0;
}

#AsianCup .category-wishlist .category-card p.category-card__price {
  padding-right: 10px;
}

#AsianCup .category-wishlist .category-card .add-to-cart-wishlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

#AsianCup .category-wishlist .category-card .add-to-cart-wishlist .select-qty-dropdown, #AsianCup .category-wishlist .category-card .add-to-cart-wishlist .quantity-selector input {
  margin-bottom: 0;
}

#AsianCup .category-wishlist .category-card .add-to-cart-wishlist .quantity-selector input {
  width: 72px;
  padding-top: clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem);
  padding-bottom: clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem);
}

#AsianCup .category-wishlist .category-card .add-to-cart-wishlist .atc-btn-wishlist {
  background-color: #000;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  padding: clamp(0.5555555556rem, 0.54rem + 0.0666666667vw, 0.6111111111rem) clamp(0.8333333333rem, 0.7555555556rem + 0.3333333333vw, 1.1111111111rem) clamp(0.5555555556rem, 0.4777777778rem + 0.3333333333vw, 0.8333333333rem);
  color: #FFF;
}

#AsianCup .category-wishlist .category-card .add-to-cart-wishlist .atc-btn-wishlist:disabled, #AsianCup .category-wishlist .category-card .add-to-cart-wishlist .atc-btn-wishlist.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#AsianCup .category-wishlist .category-card__img {
  margin-bottom: 0;
  height: 250px;
  max-height: initial;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#AsianCup .category-wishlist .category-card__header {
  display: block;
  padding-bottom: 30px;
}

#AsianCup .category-wishlist .category-card__header .fa-trash-alt {
  color: #767684;
}

#AsianCup .category-wishlist .category-card__remove-btn {
  position: absolute;
  top: 225px;
  right: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem);
  z-index: 2;
}

#AsianCup .category-wishlist .category-card__price, #AsianCup .category-wishlist .category-card .price .amount {
  color: #000;
  font-size: 15px;
}

#AsianCup .category-wishlist .category-card__price {
  padding-right: 5px;
}

#AsianCup .category-wishlist .category-card__description.empty {
  display: none;
}

#AsianCup .ecommerce.shipping-preferences .order-select .vs__dropdown-toggle {
  height: 100%;
}

#AsianCup .shipping-preferences-order {
  border: solid 2px #EAEAEC;
}

#AsianCup .shipping-preferences-order .title {
  align-items: center;
  border-bottom-right-radius: 50px;
  background-color: transparent;
  border-bottom: solid 2px #EAEAEC;
  margin: 0;
}

#AsianCup .shipping-preferences-order .title .order-label {
  font-size: clamp(1rem, 0.8444444444rem + 0.6666666667vw, 1.5555555556rem);
  line-height: 35px;
  font-weight: 700;
  color: #000;
}

#AsianCup .shipping-preferences-order .title .status {
  margin-right: 0;
}

#AsianCup .shipping-preferences-order .title, #AsianCup .shipping-preferences-order .order-body {
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.1111111111rem, 0.6444444444rem + 2vw, 2.7777777778rem);
}

#AsianCup .shipping-preferences-order .order-body .formatted-address {
  font-size: clamp(0.8888888889rem, 0.8577777778rem + 0.1333333333vw, 1rem);
  line-height: 28px;
  padding: 0;
  margin: 0;
}

#AsianCup .shipping-preferences-order .order-body .right-side .buttons #confirm-order, #AsianCup .shipping-preferences-order .order-body .right-side .buttons #edit-order {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #AsianCup .shipping-preferences-order .order-body {
    flex-direction: row;
  }
}
#AsianCup .ecommerce.shipping-preferences .shipping-tabs {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#AsianCup .ecommerce.shipping-preferences .shipping-tabs .tab-option {
  color: #767684;
  background-color: #F7F7F7;
  border: none;
}

#AsianCup .ecommerce.shipping-preferences .shipping-tabs .tab-option.active {
  color: #000;
  background-color: #eaeaea;
  border: none;
}

@media all and (max-width: 576px) {
  #AsianCup .ecommerce.shipping-preferences .shipping-tabs {
    flex-direction: column;
  }
}
#AsianCup .ecommerce.shipping-preferences-address {
  padding: 0;
}

#AsianCup .ecommerce.shipping-preferences-address .contact-wrapper, #AsianCup .ecommerce.shipping-preferences-address .address-wrapper {
  border-top: solid 1px #C7C5BD;
  padding: clamp(1.6666666667rem, 1.2rem + 2vw, 3.3333333333rem) 0;
}

#AsianCup .ecommerce.shipping-preferences-address .line {
  padding: 0;
}

#AsianCup .ecommerce.shipping-preferences-address .line .text {
  font-weight: 400;
}

#AsianCup .ecommerce.shipping-preferences-address .line, #AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap {
  padding: 0 5%;
}

#AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap {
  margin: 0;
  margin-top: 30px;
}

#AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap button.btn.add-new-contact {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
  color: #000;
}

#AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap button.btn.add-new-contact .btn-text {
  color: #000;
}

#AsianCup .ecommerce.shipping-preferences-address .footer-action-buttons {
  margin: 0;
  margin-top: clamp(2.7777777778rem, 2.3111111111rem + 2vw, 4.4444444444rem);
}

@media all and (max-width: 768px) {
  #AsianCup .ecommerce.shipping-preferences-address .line, #AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap {
    padding: 0;
  }
  #AsianCup .ecommerce.shipping-preferences-address .contact-wrapper .text, #AsianCup .ecommerce.shipping-preferences-address .address-wrapper .text {
    padding-right: 20px;
  }
  #AsianCup .ecommerce.shipping-preferences-address .contact-wrapper button.btn.btn-edit, #AsianCup .ecommerce.shipping-preferences-address .address-wrapper button.btn.btn-edit {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: underline;
    color: #000;
    min-width: 0;
  }
  #AsianCup .ecommerce.shipping-preferences-address .contact-wrapper button.btn.btn-edit .btn-text, #AsianCup .ecommerce.shipping-preferences-address .address-wrapper button.btn.btn-edit .btn-text {
    color: #000;
  }
  #AsianCup .ecommerce.shipping-preferences-address .add-new-contact-wrap .eco-button {
    width: 100%;
  }
  #AsianCup .ecommerce.shipping-preferences-address .footer-action-buttons {
    flex-direction: column;
  }
  #AsianCup .ecommerce.shipping-preferences-address .footer-action-buttons #back-btn-wrapper {
    order: 1;
    margin-top: 20px;
  }
}
.swal2-popup {
  background-color: #FFF !important;
  border: 0;
}

.swal2-popup .swal2-header .swal2-close, .swal2-popup .swal2-header .swal2-close:hover, .swal2-popup .swal2-header .swal2-title, .swal2-popup .swal2-content {
  color: #000 !important;
}

.swal2-popup .swal2-close {
  top: 40px !important;
  right: 40px !important;
}

.swal2-popup .swal2-actions button.swal2-cancel.swal2-styled, .swal2-popup .swal2-actions button.swal2-cancel.swal2-styled:hover {
  width: auto;
  color: #000 !important;
  background-color: transparent !important;
}

.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled, .swal2-popup .swal2-actions button.swal2-confirm.swal2-styled:hover {
  width: auto;
}

@media all and (max-width: 768px) {
  .swal2-popup {
    padding: 30px !important;
  }
  .swal2-popup .swal2-close {
    top: 0 !important;
    right: 0 !important;
  }
}
.AsianCupContent .ecommerce.newshoppingcart {
  background: #F4F3EF !important;

}

.AsianCupContent .ecommerce.newshoppingcart .match-section__title .productType {
  font-size: clamp(1rem, 0.9222222222rem + 0.3333333333vw, 1.2777777778rem);
  line-height: clamp(1.4444444444rem, 1.3044444444rem + 0.6vw, 1.9444444444rem);
  font-weight: 700;
  color: #767684;
}

.AsianCupContent .ecommerce.newshoppingcart .separator {
  display: none;
}

.AsianCupContent .ecommerce.newshoppingcart .eventsContainer:not(.ACQ24) {
  max-width: calc(1640px + var(--sectionPaddingX) * 2);
  padding: 0 var(--sectionPaddingX);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .AsianCupContent .ecommerce.newshoppingcart .eventsContainer:not(.ACQ24) {
    padding: 0;
  }
}
.AsianCupContent .ecommerce.newshoppingcart .eventContainer.ACQ24 {
  background-color: #FFF;
  padding: 60px 8%;
}

@media only screen and (max-width: 767px) {
  .AsianCupContent .ecommerce.newshoppingcart .eventContainer.ACQ24 {
    padding-left: var(--sectionPaddingX);
    padding-right: var(--sectionPaddingX);
    border-top-left-radius: 60px;
  }
}
.AsianCupContent .ecommerce.newshoppingcart .orderLine {
  padding-top: clamp(2.7777777778rem, 2.4666666667rem + 1.3333333333vw, 3.8888888889rem);
  display: grid;
  row-gap: 30px;
}

.AsianCupContent .ecommerce.newshoppingcart .product {
  border: solid 2px #EAEAEC;
}

.AsianCupContent .ecommerce.newshoppingcart .productDetails .sessionsHeader {
  padding-bottom: 30px;
}

.AsianCupContent .ecommerce.newshoppingcart .productDetails .sessionsHeader .title {
  padding-right: 20px;
}

.AsianCupContent .ecommerce.newshoppingcart .productDetails .sessionsHeader .title, .AsianCupContent .ecommerce.newshoppingcart .productDetails .sessionsHeader .session, .AsianCupContent .ecommerce.newshoppingcart .productDetails .sessionsHeader .team-name {
  font-size: clamp(1rem, 0.8444444444rem + 0.6666666667vw, 1.5555555556rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer {
  margin: 80px 0 30px;
  border-top: 0;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .emptyDiv {
  display: none;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.charges {
  padding-bottom: 10px;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.charges .title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.charges .price .symbol {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.charges .price .amount {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .title {
  font-size: clamp(0.8888888889rem, 0.7022222222rem + 0.8vw, 1.5555555556rem);
  line-height: clamp(1.1666666667rem, 1.0266666667rem + 0.6vw, 1.6666666667rem);
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .symbol {
  font-size: clamp(0.7777777778rem, 0.7rem + 0.3333333333vw, 1.0555555556rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 500;
}

.AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .totalSummary.total .price .amount {
  font-size: clamp(1.1111111111rem, 0.8777777778rem + 1vw, 1.9444444444rem);
  line-height: clamp(1.5555555556rem, 1.4466666667rem + 0.4666666667vw, 1.9444444444rem);
  font-weight: 700;
}

.AsianCupContent .ecommerce.newshoppingcart .submit-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.AsianCupContent .ecommerce.newshoppingcart .submit-btn button {
  margin: 0;
}

.AsianCupContent .ecommerce.newshoppingcart .expirationTimer {
  padding: 0;
}

.AsianCupContent .ecommerce.newshoppingcart .expirationTimer .expirationTimerMsg {
  margin: 0;
  width: auto;
}

@media all and (max-width: 576px) {
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.charges {
    display: flex;
    align-items: center;
  }
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.charges label {
    margin-bottom: 0;
  }
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.total {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.total .title {
    color: #767684;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.total .price .symbol {
    font-size: 18px;
    line-height: 36px;
  }
  .AsianCupContent .ecommerce.newshoppingcart .cartTotalsContainer .cartTotals .totalSummary.total .price .amount {
    font-size: 36px;
    line-height: 36px;
  }
  .AsianCupContent .ecommerce.newshoppingcart .submit-btn button {
    width: 100%;
  }
}
.AsianCupContent .ecommerce.newshoppingcart > .ecommerce.eco-alert.alert-warning {
  max-width: calc(1088px + var(--sectionPaddingX) * 2);
  margin: 0 auto !important;
}

@media all and (max-width: 1200px) {
  .AsianCupContent .ecommerce.newshoppingcart > .ecommerce.eco-alert.alert-warning {
    max-width: calc(100% - var(--sectionPaddingX) * 2);
  }
}
.AsianCupContent .product .sessionsHeader {
  color: #000;
  background-color: transparent;
  padding: 0;
  position: relative;
}

.AsianCupContent .product .sessionsHeader .deleteImage {
  position: absolute;
  top: 7px;
  right: -20px;
  margin-right: 0;
}

.AsianCupContent .product .productDetails {
  padding: clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) clamp(1.1111111111rem, 0.4888888889rem + 2.6666666667vw, 3.3333333333rem) clamp(1.1111111111rem, 0.9555555556rem + 0.6666666667vw, 1.6666666667rem) 20px;
  border: 0;
}

.AsianCupContent .product .productSummary {
  border-top: solid 2px #EAEAEC;
  border-bottom: 0;
  padding-top: 30px;
  margin-top: 30px;
}

.AsianCupContent .product .productSummary .title {
  font-size: 16px;
  line-height: 21px;
}

.AsianCupContent .product .productSessions {
  border-collapse: collapse;
}

.AsianCupContent .product .productSessions caption.subTitle {
  display: none;
}

.AsianCupContent .product .productSessions tbody td, .AsianCupContent .product .productSessions thead th {
  padding: 8px;
}

.AsianCupContent .product .productSessions tbody td:first-child, .AsianCupContent .product .productSessions thead th:first-child {
  padding-left: 0;
}

.AsianCupContent .product .productSessions thead th {
  color: #767684;
  font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
  font-weight: 600;
  border-bottom: solid 1px #EFEFF0;
}

.AsianCupContent .product .totalProductContainer .title {
  font-size: 16px;
  line-height: 21px;
}

.AsianCupContent .product .totalProductContainer .totalProductLabel .price .amount {
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .AsianCupContent .product {
    flex-direction: column;
  }
  .AsianCupContent .product .productImage, .AsianCupContent .product .productDetails {
    flex-basis: auto;
  }
  .AsianCupContent .product .productDetails {
    margin-left: 0;
  }
  .AsianCupContent .product .sessionsHeader .deleteImage {
    top: 5px;
    right: 0;
  }
}
@media all and (max-width: 576px) {
  .AsianCupContent .product .productSummary.inline {
    flex-direction: column;
  }
  .AsianCupContent .product .productSummary.inline .productSummaryColumn .title {
    margin-bottom: 0;
  }
  .AsianCupContent .product .productSummary.inline .quantityContainer {
    padding-bottom: 20px;
  }
}
.AsianCupContent .productMobile {
  border: solid 2px #EAEAEC;
  border-bottom-right-radius: 30px;
  padding: 0;
}

.AsianCupContent .productMobile .sessionsHeaderMobile {
  padding: 20px;
  padding-bottom: 0;
  color: #000;
  background-color: transparent;
  position: relative;
}

.AsianCupContent .productMobile .sessionsHeaderMobile .titleMobile {
  padding-right: 30px;
}

.AsianCupContent .productMobile .sessionsHeaderMobile .titleMobile, .AsianCupContent .productMobile .sessionsHeaderMobile .titleMobile .team-name, .AsianCupContent .productMobile .sessionsHeaderMobile .titleMobile .session {
  font-size: 18px;
  line-height: 28px;
}

.AsianCupContent .productMobile .sessionsHeaderMobile .deleteImageMobile {
  position: absolute;
  top: 20px;
  right: 20px;
}

.AsianCupContent .productMobile .subTitleMobile {
  display: none;
}

.AsianCupContent .productMobile .sessions {
  color: #000;
}

.AsianCupContent .productMobile .sessions-containerMobile {
  padding: 15px 20px !important;
}

.AsianCupContent .productMobile .sessions-containerMobile:first-of-type {
  padding-top: 20px !important;
}

.AsianCupContent .productMobile .sessions-containerMobile:first-of-type:before {
  display: none;
}

.AsianCupContent .productMobile .sessions-containerMobile:last-of-type {
  padding-bottom: 20px !important;
}

.AsianCupContent .productMobile .productSummaryMobile {
  padding: 20px;
  margin: 0;
  border-bottom: solid 1px #EAEAEC;
  display: flex;
  flex-wrap: wrap;
}

.AsianCupContent .productMobile .productSummaryMobile div {
  margin: 0;
  width: 100%;
}

.AsianCupContent .productMobile .productSummaryMobile div:last-child {
  padding-bottom: 0;
}

.AsianCupContent .productMobile .productSummaryMobile .packagePriceContainer {
  padding-bottom: 20px;
}

.AsianCupContent .productMobile .productSummaryMobile .productSummaryColumnMobile .titleMobile {
  margin: 0;
}

.AsianCupContent .productMobile .productSummaryMobile .input-row, .AsianCupContent .productMobile .productSummaryMobile .subtotalContainerMobile {
  width: 50%;
}

.AsianCupContent .productMobile .productSummaryMobile .input-row .titleMobile {
  display: none;
}

.AsianCupContent .productMobile .productSummaryMobile .subtotalContainerMobile {
  display: flex;
  flex-direction: column;
}

.AsianCupContent .productMobile .productSummaryMobile .subtotalContainerMobile label {
  color: #767684;
}

.AsianCupContent .productMobile .totalProductContainerMobile .titleMobile {
  line-height: 28px;
}

.AsianCupContent .productMobile .otherProductSummaryMobile {
  margin: 0;
  padding: 20px;
}

.AsianCupContent .productMobile .price .symbol {
  line-height: 28px;
  font-weight: 300;
}

.AsianCupContent .productMobile .price .amount {
  line-height: 28px;
  font-weight: 700;
  padding-left: 5px;
}

.AsianCupContent .productMobile .separator {
  display: none;
}

.AsianCupContent .productMobile label {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.AsianCupContent .productMobile .select-dropdown {
  max-width: 110px;
}

.AsianCupContent ul.sessions-containerMobile {
  position: relative;
}

.AsianCupContent ul.sessions-containerMobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: solid 1px #EFEFF0;
}

.AsianCupContent ul.sessions-containerMobile li {
  font-size: 16px;
  line-height: 30px;
}

.AsianCupContent ul.sessions-containerMobile li strong {
  color: #767684;
  font-weight: 600;
}

.AsianCupContent table.productSessions td, .AsianCupContent table.productSessions th {
  font-size: 16px;
  line-height: 21px;
}

.AsianCupContent .submit-btn button {
  margin: 0;
}

.AsianCupContent .price .symbol {
  font-size: 14px;
  font-weight: 300;
}

.AsianCupContent .price .amount {
  font-size: 20px;
  font-weight: 500;
}

.AsianCupContent .newshoppingcart.ecommerce .input-row .select-dropdown {
  padding: clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 52px clamp(0.5rem, 0.3755555556rem + 0.5333333333vw, 0.9444444444rem) 26px !important;
  background-image: var(--chevronDownDarkPurple) !important;
  background-size: 14px !important;
  background-position: right 32px center !important;
  border: 1px solid var(--inputBorderColor) !important;
  margin-bottom: 0 !important;
}

html[dir=rtl] .AsianCupContent .newshoppingcart.ecommerce .input-row .select-dropdown {
  padding: 18px 26px 18px 52px !important;
}

.ecommerce.entityLogin {
  position: relative;
  margin: 0 auto !important;
  width: 100%;
  max-width: calc(820px + var(--sectionPaddingX) * 2);
}

@media all and (max-width: 1024px) {
  .ecommerce.entityLogin {
    max-width: calc(100% - var(--sectionPaddingX) * 2);
  }
}
.ecommerce.entityLogin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 17px);
  height: 100%;
  background-color: #F4F3EF;
  transform: translateX(-50%);
  z-index: -1;
}

.entityLogin .register-link {
  margin: 20px 0 !important;
}

@media all and (max-width: 480px) {
  .entityLogin .register-link {
    padding: 0 var(--sectionPaddingX);
  }
}
.forgot-password p {
  font-family: "Montserrat", Arial, sans-serif !important;
}

html[dir=rtl] .forgot-password p {
  font-family: "Montserrat Arabic", sans-serif !important;
}



.ecommerce.new-checkout {
  padding: 0 var(--sectionPaddingX) !important;
  margin: 0 auto;
  width: 100%;
  max-width: calc(1640px + var(--sectionPaddingX) * 2);
  background-color: transparent !important;
}

@media all and (min-width: 993px) {
  .ecommerce.new-checkout {
    display: grid !important;
    grid-template-columns: 58% 1fr;
    align-items: start;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.ecommerce.new-checkout > .steps {
  border-right: none !important;
  margin-right: 0 !important;
  padding: 50px clamp(2rem, 1.2533333333rem + 3.2vw, 4.6666666667rem) !important;
  background-color: #FFF;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout > .steps {
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout > .steps {
    padding: 30px var(--sectionPaddingX) !important;
  }
}
.ecommerce.new-checkout .ecommerce.checkout-login,
.ecommerce.new-checkout .ecommerce.checkout-register,
.ecommerce.new-checkout .ecommerce.checkout-customer {
  padding: 0 10% 60px;
  width: 100% !important;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .ecommerce.checkout-login,
  .ecommerce.new-checkout .ecommerce.checkout-register,
  .ecommerce.new-checkout .ecommerce.checkout-customer {
    padding: 0 10%;
  }
}
.ecommerce.new-checkout .ecommerce.checkout-login .btn-login,
.ecommerce.new-checkout .ecommerce.checkout-register .btn-login,
.ecommerce.new-checkout .ecommerce.checkout-customer .btn-login {
}

.ecommerce.new-checkout .ecommerce.checkout-login .btn-login:hover,
.ecommerce.new-checkout .ecommerce.checkout-register .btn-login:hover,
.ecommerce.new-checkout .ecommerce.checkout-customer .btn-login:hover {
}

.ecommerce.new-checkout .ecommerce.checkout-login .btn-create-account,
.ecommerce.new-checkout .ecommerce.checkout-register .btn-create-account,
.ecommerce.new-checkout .ecommerce.checkout-customer .btn-create-account {
  text-decoration: underline;
  background: none;
  color: #000;
  padding: 0;
  height: auto;
}

.ecommerce.new-checkout .ecommerce.checkout-login .btn-create-account:hover,
.ecommerce.new-checkout .ecommerce.checkout-register .btn-create-account:hover,
.ecommerce.new-checkout .ecommerce.checkout-customer .btn-create-account:hover {
  text-decoration: none;
}

.ecommerce.new-checkout .ecommerce.checkout-login .create-account-link,
.ecommerce.new-checkout .ecommerce.checkout-register .create-account-link,
.ecommerce.new-checkout .ecommerce.checkout-customer .create-account-link {
  padding: 20px !important;
  margin-top: 20px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-login .create-account-link > span,
.ecommerce.new-checkout .ecommerce.checkout-register .create-account-link > span,
.ecommerce.new-checkout .ecommerce.checkout-customer .create-account-link > span {
  color: #000;
}

.ecommerce.new-checkout .ecommerce.checkout-login .select-dropdown,
.ecommerce.new-checkout .ecommerce.checkout-register .select-dropdown,
.ecommerce.new-checkout .ecommerce.checkout-customer .select-dropdown {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-login .v-select,
.ecommerce.new-checkout .ecommerce.checkout-register .v-select,
.ecommerce.new-checkout .ecommerce.checkout-customer .v-select {
  height: 58px;
  margin-bottom: 30px;
}

.ecommerce.new-checkout .ecommerce.checkout-login .v-select.phone-code-reg-phone,
.ecommerce.new-checkout .ecommerce.checkout-register .v-select.phone-code-reg-phone,
.ecommerce.new-checkout .ecommerce.checkout-customer .v-select.phone-code-reg-phone {
  margin-bottom: 15px;
}

.ecommerce.new-checkout .ecommerce.checkout-login .v-select input,
.ecommerce.new-checkout .ecommerce.checkout-register .v-select input,
.ecommerce.new-checkout .ecommerce.checkout-customer .v-select input {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px !important;
  padding-left: 25px !important;
}

html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-login .v-select input,
html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-register .v-select input,
html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-customer .v-select input {
  font-family: "Montserrat Arabic", sans-serif;
  padding-left: 0 !important;
  padding-right: 25px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-login .v-select .vs__selected,
.ecommerce.new-checkout .ecommerce.checkout-register .v-select .vs__selected,
.ecommerce.new-checkout .ecommerce.checkout-customer .v-select .vs__selected {
  font-size: 16px !important;
  padding-left: 25px !important;
}

html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-login .v-select .vs__selected,
html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-register .v-select .vs__selected,
html[dir=rtl] .ecommerce.new-checkout .ecommerce.checkout-customer .v-select .vs__selected {
  font-family: "Montserrat Arabic", sans-serif;
  padding-left: 0 !important;
  padding-right: 25px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-login #save-address-wrapper .btn-accept,
.ecommerce.new-checkout .ecommerce.checkout-register #save-address-wrapper .btn-accept,
.ecommerce.new-checkout .ecommerce.checkout-customer #save-address-wrapper .btn-accept {
  display: inline-flex !important;
}

.ecommerce.new-checkout .ecommerce.checkout-login #save-address-wrapper .btn-accept:hover,
.ecommerce.new-checkout .ecommerce.checkout-register #save-address-wrapper .btn-accept:hover,
.ecommerce.new-checkout .ecommerce.checkout-customer #save-address-wrapper .btn-accept:hover {
}

.ecommerce.new-checkout .ecommerce.checkout-login .footer-form .other-options .firstLine,
.ecommerce.new-checkout .ecommerce.checkout-register .footer-form .other-options .firstLine,
.ecommerce.new-checkout .ecommerce.checkout-customer .footer-form .other-options .firstLine {
  margin-right: 0;
}

/*.ecommerce.new-checkout .ecommerce.checkout-register #back1-wrapper .btn-accept {
  background: none !important;
  text-decoration: underline !important;
  padding: 0 !important;
  border: none !important;
  min-width: 0;
}*/

.ecommerce.new-checkout .ecommerce.checkout-register #back1-wrapper .btn-accept:hover {
  text-decoration: none !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register #register-submit-wrapper .btn-accept {
  display: inline-flex !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register #register-submit-wrapper .btn-accept:hover {
}

.ecommerce.new-checkout .ecommerce.checkout-register .completePhone .form-wrapper {
  display: block !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register .completePhone .input-row.phone-number {
  margin-left: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register .check-row {
  padding: 15px 0 15px 15px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register .check-row .wrap-legal-check {
  display: flex !important;
}

.ecommerce.new-checkout .ecommerce.checkout-register .check-row .wrap-legal-check label {
  margin-bottom: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary {
  padding: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summaryTitle {
  background-color: #FFF !important;
  color: #000;
  padding: 50px 45px 30px;
  text-align: left;
  font-size: 38px;
  font-weight: 300;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container {
  padding-top: 0;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-up,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-down {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 0 !important;
  background-color: #767684;
  margin: 0 auto !important;
  background-image: none !important;
  box-shadow: none !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-up::before,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-down::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 12px;
  background-image: var(--chevronDownWhite);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-up {
  transform: translateY(50%);
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-up::before {
  transform: translate(-50%, -50%) scaleY(-1);
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .arrow-down {
  transform: translateY(-50%);
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container h3.eventName {
  background-color: transparent !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content {
  border: none !important;
  background-color: #FFF !important;
  padding: 0 clamp(1.6666666667rem, 1.3555555556rem + 1.3333333333vw, 2.7777777778rem);
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product {
  border: 2px solid #EFEFF0;
  padding-bottom: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details {
  padding: 25px 25px 10px !important;
  background-color: #FFF !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details h3 {
  margin-bottom: 5px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .productTypeName,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .sessionsTitle,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .categoryTitle,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .categoryName {
  font-size: 18px;
  line-height: 28px;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .sessionsTitle,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .categoryName {
  font-weight: 500;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .productTypeName,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .categoryTitle {
  color: var(--textColor) !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .productTypeName {
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.afc23-eco-floating-menu>a:hover .icon {
    color: #fff!important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .sessionList {
  margin: 0 !important;
  padding: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-details .categoryTitle {
  margin: 10px 0 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-amount {
  padding: 20px 25px 0 !important;
  border-top: 2px solid #EFEFF0;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-amount .product-amount-label {
  font-weight: 400;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-amount .product-amount-label,
.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-amount .product-amount-value {
  font-size: 16px;
  line-height: 28px;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .product-total-amount {
  padding: 0 25px 10px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .summary-content .product .separator {
  display: none;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container {
  background-color: #000 !important;
  padding: 20px 40px !important;
  margin-top: 30px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container .total-amount {
  align-items: center;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container label {
  color: #FFF !important;
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container .price {
  color: #FFF !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container .price .symbol {
  font-size: 20px !important;
  font-weight: 400;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-container .total-amount-container .price .amount {
  font-size: 24px !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-disclaimer {
  padding: 25px;
  margin: 0 !important;
}

.ecommerce.new-checkout .ecommerce.checkout-summary .summary-disclaimer .summary-disclaimer-content {
  text-align: center;
}

.ecommerce.new-checkout .expirationTimerMsg {
  font-weight: 700;
  color: #DC3545;
}

.ecommerce.new-checkout button.btn.btn-edit {
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  height: auto;
}

.ecommerce.new-checkout button.btn.btn-edit:hover {
  text-decoration: none;
}

.ecommerce.new-checkout .step {
  border-bottom-color: #C7C5BD;
}

.ecommerce.new-checkout .step:last-child {
  border-bottom: none;
}

.ecommerce.new-checkout .step .step-content {
  padding: 0 !important;
}

.ecommerce.new-checkout .step .edit-wrapper {
  padding-top: 16px;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .step .edit-wrapper {
    padding: 0 0 0 85px !important;
  }
  .ecommerce.new-checkout .step .edit-wrapper > * {
    margin-left: 0 !important;
  }
  .ecommerce.new-checkout .step .edit-wrapper .continue-header-customer,
  .ecommerce.new-checkout .step .edit-wrapper .continue-header-address {
    display: inline-block;
    font-size: clamp(0.8888888889rem, 0.8266666667rem + 0.2666666667vw, 1.1111111111rem);
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    padding: 11px clamp(1.2222222222rem, 0.9111111111rem + 1.3333333333vw, 2.3333333333rem) 15px;
    will-change: border-radius, background-color, color;
    transition: border-radius 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    background: #3C0010 !important;
    color: #FFF;
    text-align: center;
  }
  .ecommerce.new-checkout .step .edit-wrapper .continue-header-customer:hover,
  .ecommerce.new-checkout .step .edit-wrapper .continue-header-address:hover {
    background: #947ffc !important;
    color: #FFF;
  }
  .ecommerce.new-checkout .step .edit-wrapper #continue-address-selection-wrapper {
    padding-left: 45px;
  }
  .ecommerce.new-checkout .step .edit-wrapper .billing-address,
  .ecommerce.new-checkout .step .edit-wrapper .shipping-address {
    margin: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .edit-wrapper {
    padding: 0 !important;
  }
  .ecommerce.new-checkout .step .edit-wrapper .billing-address > *,
  .ecommerce.new-checkout .step .edit-wrapper .shipping-address > * {
    margin-left: 0 !important;
  }
  .ecommerce.new-checkout .step .edit-wrapper #continue-address-selection-wrapper {
    padding-left: 0;
  }
}
.ecommerce.new-checkout .step .step-header {
  padding: clamp(1.1111111111rem, 0.7222222222rem + 1.6666666667vw, 2.5rem) 0;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .step .step-header .title-wrapper {
    margin-left: 0 !important;
  }
}
.ecommerce.new-checkout .step .step-header .title-wrapper .title {
  font-size: 24px !important;
  letter-spacing: 0;
}

@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .step-header .title-wrapper .title {
    margin-left: 15px !important;
    font-size: 18px !important;
  }
}
.ecommerce.new-checkout .step .step-header .title-wrapper .rounded-number {
  position: relative;
  width: clamp(2.6666666667rem, 2.5888888889rem + 0.3333333333vw, 2.9444444444rem);
  height: clamp(2.3888888889rem, 2.3111111111rem + 0.3333333333vw, 2.6666666667rem);
  transform: none;
}

.ecommerce.new-checkout .step .step-header .title-wrapper .rounded-number .valid-tick {
  transform: none;
}

.ecommerce.new-checkout .step .step-header .title-wrapper .rounded-number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  border: 1px solid #000;
}

.ecommerce.new-checkout .step .shipping-address {
  margin-top: 20px;
}

.ecommerce.new-checkout .step .checkout-address-contact {
  padding: 0 10% 60px;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .step .checkout-address-contact {
    padding: 0 0 0 130px !important;
  }
  .ecommerce.new-checkout .step .checkout-address-contact .description-name,
  .ecommerce.new-checkout .step .checkout-address-contact .title-name {
    margin-left: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .checkout-address-contact {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .checkout-address-contact .contact-list {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.ecommerce.new-checkout .step .checkout-address-contact .contact-list .add-new-contact {
  background-color: transparent !important;
  padding: 0 !important;
  border: none;
}

.ecommerce.new-checkout .step .checkout-address-contact .contact-list .line {
  border: 1px solid #C7C5BD;
}

.ecommerce.new-checkout .step .checkout-address-contact .contact-list .line.active, .ecommerce.new-checkout .step .checkout-address-contact .contact-list .line.active:hover {
  background-color: transparent;
}

.ecommerce.new-checkout .step .checkout-address-contact .line.active {
  background-color: transparent;
}

.ecommerce.new-checkout .step .checkout-address-contact .add-new-address-wrap .btn .btn-text {
  color: #FFF;
}

.ecommerce.new-checkout .step .checkout-address-contact #contact-save-btn,
.ecommerce.new-checkout .step .checkout-address-contact #address-submit,
.ecommerce.new-checkout .step .checkout-address-contact #collections-submit-email {
}

.ecommerce.new-checkout .step .checkout-address-contact #contact-save-btn:hover,
.ecommerce.new-checkout .step .checkout-address-contact #address-submit:hover,
.ecommerce.new-checkout .step .checkout-address-contact #collections-submit-email:hover {
}

.ecommerce.new-checkout .step .checkout-address-contact #contact-country {
  margin-bottom: 30px !important;
}

.ecommerce.new-checkout .step .checkout-address-contact #phone-contact-phone {
  margin-bottom: 0 !important;
}

.ecommerce.new-checkout .step .checkout-address-contact .create-edit-contact {
  padding: 0;
}

@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .checkout-address-contact .create-edit-contact {
    margin: 0;
  }
}
.ecommerce.new-checkout .step .checkout-address-contact .create-edit-contact.edit-mode {
  padding: 0;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .step .checkout-address-contact .create-edit-contact .phone-code {
    margin-bottom: 15px;
  }
}
.ecommerce.new-checkout .step .checkout-address-contact #contact-back-btn,
.ecommerce.new-checkout .step .checkout-address-contact .submit-buttons-footer #back,
.ecommerce.new-checkout .step .checkout-address-contact #collection-submit-email-back {
  border: none !important;
  padding: 0 !important;
  font-size: 18px !important;
  min-width: 0 !important;
  text-decoration: underline !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
}

.ecommerce.new-checkout .step .checkout-address-contact #contact-back-btn:hover,
.ecommerce.new-checkout .step .checkout-address-contact .submit-buttons-footer #back:hover,
.ecommerce.new-checkout .step .checkout-address-contact #collection-submit-email-back:hover {
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: none !important;
}

.ecommerce.new-checkout .step .checkout-address-contact .shipping-tabs {
  overflow: hidden;
}

.ecommerce.new-checkout .step .checkout-address-contact .shipping-tabs .tab-option {
  color: #767684;
  background-color: #F7F7F7;
  border: none;
}

.ecommerce.new-checkout .step .checkout-address-contact .shipping-tabs .tab-option.active {
  color: #000;
  background-color: #eaeaea;
  border: none;
}

.ecommerce.new-checkout .step .checkout-payment {
  padding: 0 10% 60px;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .step .checkout-payment {
    padding: 0 10% 0 16%;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout .step .checkout-payment {
    padding: 0;
    margin: 0;
  }
}
.ecommerce.new-checkout .step .checkout-payment .optionsContainer {
  border: none !important;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .optionContainer:first-child {
  background: #FFF !important;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .optionContainer#optionBankContainer {
  padding-top: 30px;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .option,
.ecommerce.new-checkout .step .checkout-payment .optionsContainer .internalOption {
  border-bottom-color: #C7C5BD;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .option .optionTitle,
.ecommerce.new-checkout .step .checkout-payment .optionsContainer .internalOption .optionTitle {
  font-weight: 400;
  color: #000;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .option .optionTitle::before,
.ecommerce.new-checkout .step .checkout-payment .optionsContainer .internalOption .optionTitle::before {
  top: 2px !important;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .option {
  border-bottom: none !important;
  padding: 0 !important;
}

.ecommerce.new-checkout .step .checkout-payment .optionsContainer .internalOption .optionTitle {
  margin-left: 28px !important;
}

.ecommerce.new-checkout .step .checkout-payment .input-title label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.ecommerce.new-checkout .step .checkout-payment .card-option {
  margin-right: 30px;
}

.ecommerce.new-checkout .step .checkout-payment .imgCard {
  box-shadow: none !important;
}

.ecommerce.new-checkout .step .checkout-payment .check-row {
  border: none !important;
  margin: 30px 0 !important;
  padding: 0 !important;
}

.ecommerce.new-checkout .step .checkout-payment .check-row .check-text label {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #000;
}

.ecommerce.new-checkout .step .checkout-payment .check-row .wrap-legal-check {
  padding-right: 0;
}

.ecommerce.new-checkout .step .checkout-payment .check-row .wrap-legal-check .right-icon {
  display: none;
}

.ecommerce.new-checkout .step .checkout-payment .check-row .wrap-legal-check .check-text label {
  font-size: 14px !important;
  line-height: 20px !important;
}

.ecommerce.new-checkout .step .checkout-payment input#salesRegulationsCheck {
  width: 20px !important;
  height: 20px !important;
}

.ecommerce.new-checkout .step .checkout-payment .btn-accept {

}

.ecommerce.new-checkout .step .checkout-payment .btn-accept:hover {

}

.ecommerce.new-checkout .step .checkout-payment .submit-btn {
  padding-top: 40px;
  border-top: 1px solid #C7C5BD;
}

.ecommerce.new-checkout .ecommerce.checkout-collections {
  padding: 0;
}

@media all and (max-width: 768px) {
  .ecommerce.new-checkout .ecommerce.checkout-collections {
    margin: 0;
  }
}
.ecommerce.new-checkout .step-customer .logout a {
  color: #000;
}

.ecommerce.new-checkout .step-address .title-name {
  color: #000;
}

.ecommerce.new-checkout .checkout-unavailable-products {
  padding: 0 0 30px;
}

.ecommerce.new-checkout .btn-view-summary-wrap {
  margin: 0 0 30px !important;
}

.ecommerce.new-checkout .btn-view-summary-wrap .btn-view-summary {
  background-color: #FFF !important;
  border-color: #D0D0DE !important;
  text-align: left;
}

.ecommerce.new-checkout .btn-view-summary-wrap .btn-view-summary > span {
  font-size: 16px;
  font-weight: 500;
}

.ecommerce.new-checkout .btn-view-summary-wrap .btn-view-summary:hover > span {
  color: #000 !important;
}

@media all and (max-width: 992px) {
  .ecommerce.new-checkout .summary.center .btn-summary-close {
    color: #000 !important;
  }
}
@media all and (max-width: 992px) {
  .ecommerce.new-checkout #edit-billing-selection-wrapper,
  .ecommerce.new-checkout #edit-shipping-selection-wrapper {
    padding: 0 0 30px !important;
  }
  .ecommerce.new-checkout #edit-billing-selection-wrapper > button,
  .ecommerce.new-checkout #edit-shipping-selection-wrapper > button {
    justify-content: flex-start !important;
    padding-left: 45px !important;
  }
}
@media all and (max-width: 768px) {
  .ecommerce.new-checkout #edit-billing-selection-wrapper > button,
  .ecommerce.new-checkout #edit-shipping-selection-wrapper > button {
    padding-left: 0 !important;
  }
}
/*# sourceMappingURL=styles.css.map */


:root {
  /* Icons */
  --filterGraphic: url(/media/8060/sprite-icon-filter-burgundy.svg);
  --filterGraphicWhite: url(/media/8061/sprite-icon-filter-white.svg);
  --chevronDownWhite: url(/media/8057/sprite-icon-chevron-down-white.svg);
  --chevronDownDarkPurple: url(/media/8070/sprite-icon-chevron-down.svg);
  --chevronRight: url(/media/8072/sprite-icon-chevron-right.svg);
  --iconTickPurple: url(/media/11dnzvbn/sprite-icon-tick-1.png);
  --shoppingArrow: url(/media/8071/sprite-icon-shopping-arrow.svg);

  --footerBg: url(/media/h1wj4x0d/signpost-block-1920-x-400-gold-and-black.png) no-repeat center;
  --altProductsImageBg: url(/media/8028/stadium-listing-curve-mobile-dark.svg);
  --discoverBlockInnerBg: url(/media/7989/thick-swoosh-black.svg);
  --discoverBlockPerksBg: url(/media/8073/double-swoosh.svg);
  --seriesCurve: url(/media/8058/series-curve.svg);
  --imageText5050Graphic: url(/media/8059/thick-swoosh-purple-fadeout.svg);
  --partnersBg: url(/media/7990/thick-swoosh-purple-outline.svg);
  --stadiumListingCurve: url('/media/8026/stadium-listing-curve.svg');
  --stadiumListingCurveMobile: url('/media/8027/stadium-listing-curve-mobile.svg');
  --stadiumListingCurveMobileBlack: url('/media/8063/stadium-listing-curve-mobile-black.svg');
  --stadiumListingCurveMobileBeige: url('/media/8133/stadium-listing-curve-mobile-beige.svg');
  --productListingShapeBg: url('/media/8025/product-listing-shape.svg') no-repeat center center;
  --productListingShapeBgJustImage: url('/media/8025/product-listing-shape.svg');
  --productListingShapeBgDarkJustImage: url(/media/8064/product-listing-shape-dark.svg);
  --productListingMask: url('/media/8024/product-listing-mask.svg');
  --productListingMaskDark: url('/media/8062/product-listing-mask-dark.svg');
  --swooshDark: url(/media/8066/swoosh-dark.svg);
  --swooshDarkPurple: url(/media/8068/swoosh-dark-purple.svg);
  --stadiumMask: url(/media/8067/stadium-mask.svg);
  /*--aboutOutlineGraphic: url(/media/8069/about-outline.svg);*/
}
        