/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
.btn {
  background: #ffffff;
  border-radius: 24px;
  color: var(--wp--preset--color--black);
  font-size: 16px;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
  line-height: 120% !important;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}

.btn-red {
  background: var(--wp--preset--color--brand);
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
  line-height: 120% !important;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}
.btn-red:hover {
  color: white !important;
  background-color: var(--wp--preset--color--brand-secondary);
}

.btn-white {
  background: #ffffff;
  border-radius: 24px;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
  line-height: 120% !important;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}
.btn-white:hover {
  background: white;
  color: var(--wp--preset--color--primary) !important;
}

.btn-blue {
  background: var(--wp--preset--color--primary);
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}
.btn-blue:hover {
  color: #ffffff !important;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid white;
  transition: 0.3s ease;
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-outline-white:hover {
  background: white;
  color: var(--wp--preset--color--primary) !important;
}

.btn-outline-dark {
  background: transparent;
  border: 1px solid var(--wp--preset--color--primary);
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}
.btn-outline-dark:hover {
  background: white;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary);
}

body:not(.block-editor-page) h1,
body:not(.block-editor-page) h2,
body:not(.block-editor-page) h3,
body:not(.block-editor-page) h4,
body:not(.block-editor-page) h5,
body:not(.block-editor-page) h6 {
  font-family: "DIN Pro", sans-serif;
  margin-top: 0;
  margin-bottom: var(--wp--style--block-gap);
}

.h1, h1 {
  font-size: var(--wp--preset--font-size--headline-xl);
  letter-spacing: -2.56px;
}
.h1.display, body.single-post .h1.entry-header, h1.display, body.single-post h1.entry-header {
  font-size: var(--wp--preset--font-size--headline-xxxl);
  font-weight: 900;
  letter-spacing: -4.48px;
  font-size: 112px;
  margin: 0;
}

.h2, h2 {
  font-size: var(--wp--preset--font-size--headline-l);
  line-height: 100%; /* 64px */
  letter-spacing: -0.025em;
}

.h3, h3 {
  font-size: var(--wp--preset--font-size--headline-m);
  letter-spacing: -1.28px;
  line-height: 1;
}

.h4, h4 {
  font-size: var(--wp--preset--font-size--headline-s);
  letter-spacing: -0.96px;
}

.h5, h5 {
  font-size: var(--wp--preset--font-size--headline-xs);
  letter-spacing: -0.5px;
}

.h6, h6 {
  font-size: var(--wp--preset--font-size--headline-xs);
  letter-spacing: -0.5px;
}

h1.editor-post-title {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}

p {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  margin-top: 0;
}

:focus {
  outline: none !important;
}

ul {
  padding: 0 0 0 18px;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 8px var(--wp--custom--layout--spacing-12);
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 100;
  font-size: 14px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.tooltip::before {
  content: "";
  width: 16px;
  height: 6px;
  position: absolute;
  bottom: calc(125% - 6px);
  display: block;
  left: 50%;
  transition: opacity 0.3s;
  margin-left: -6px;
  background: transparent url(../images/tooltipbg.svg) no-repeat 0 0;
  opacity: 0;
  visibility: hidden;
}

.tooltip:hover::after, .tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

.image-gallery.theme-color-dark {
  background: var(--wp--preset--color--brand);
}

.uk-grid-large > *, .uk-grid-column-large > * {
  padding-left: 40px;
}

@media (min-width: 1200px) {
  .uk-grid-large > *, .uk-grid-column-large > * {
    padding-left: 70px;
  }
}
#test-start-end {
  max-width: 100%;
  min-height: 55vw;
  position: relative;
  /*.card-wrapper {
  	&:nth-child(3){
  		padding-left: 12vw;
  	}
  	&:nth-child(5){
  		padding-left: 25vw;
  	}
  }*/
}
@media (max-width: 991px) {
  #test-start-end {
    min-height: 190vw;
  }
}
@media (max-width: 570px) {
  #test-start-end {
    min-height: 220vw;
  }
}
#test-start-end .uk-grid {
  position: relative;
  width: 100%;
}
#test-start-end .card-wrapper {
  position: absolute;
}
#test-start-end .card-wrapper:first-child {
  left: -3.5vw;
  top: 0vw;
}
#test-start-end .card-wrapper:first-child img {
  max-width: 32.5vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:first-child {
    left: -1.5vw;
    top: 0vw;
  }
  #test-start-end .card-wrapper:first-child img {
    max-width: 20vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:first-child {
    left: -8.5vw;
    top: 0vw;
  }
  #test-start-end .card-wrapper:first-child img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(2) {
  left: 33.5vw;
  top: 8vw;
}
#test-start-end .card-wrapper:nth-child(2) img {
  max-width: 16vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(2) {
    left: 21.5vw;
    top: -3vw;
  }
  #test-start-end .card-wrapper:nth-child(2) img {
    max-width: 47vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(2) {
    left: 45vw;
    top: 0vw;
  }
  #test-start-end .card-wrapper:nth-child(2) img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(3) {
  left: 46.8vw;
  top: 5vw;
}
#test-start-end .card-wrapper:nth-child(3) img {
  max-width: 16.2vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(3) {
    left: 72vw;
    top: 1vw;
  }
  #test-start-end .card-wrapper:nth-child(3) img {
    max-width: 22vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(3) {
    left: 3vw;
    top: 38vw;
  }
  #test-start-end .card-wrapper:nth-child(3) img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(4) {
  left: 67.6vw;
  top: 0vw;
}
#test-start-end .card-wrapper:nth-child(4) img {
  max-width: 30vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(4) {
    left: 29.5vw;
    top: 33vw;
  }
  #test-start-end .card-wrapper:nth-child(4) img {
    max-width: 26vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(4) {
    left: 56vw;
    top: 43vw;
  }
  #test-start-end .card-wrapper:nth-child(4) img {
    max-width: 27vw;
  }
}
#test-start-end .card-wrapper:nth-child(5) {
  top: 27vw;
}
#test-start-end .card-wrapper:nth-child(5) img {
  max-width: 14vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(5) {
    left: -5vw;
    top: 64vw;
  }
  #test-start-end .card-wrapper:nth-child(5) img {
    max-width: 21.6vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(5) {
    left: -7.5vw;
    top: 74vw;
  }
  #test-start-end .card-wrapper:nth-child(5) img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(6) {
  top: 28.2vw;
  left: 11.5vw;
}
#test-start-end .card-wrapper:nth-child(6) img {
  max-width: 15vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(6) {
    left: 21.2vw;
    top: 64vw;
  }
  #test-start-end .card-wrapper:nth-child(6) img {
    max-width: 21.6vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(6) {
    left: 45vw;
    top: 74vw;
  }
  #test-start-end .card-wrapper:nth-child(6) img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(7) {
  left: 33.5vw;
  top: 24vw;
}
#test-start-end .card-wrapper:nth-child(7) img {
  max-width: 27vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(7) {
    left: 47vw;
    top: 54vw;
  }
  #test-start-end .card-wrapper:nth-child(7) img {
    max-width: 48vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(7) {
    left: 7vw;
    top: 120vw;
  }
  #test-start-end .card-wrapper:nth-child(7) img {
    max-width: 63vw;
  }
}
#test-start-end .card-wrapper:nth-child(8) {
  left: 66vw;
  top: 30vw;
}
#test-start-end .card-wrapper:nth-child(8) img {
  max-width: 13.8vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(8) {
    left: -5vw;
    top: 91vw;
  }
  #test-start-end .card-wrapper:nth-child(8) img {
    max-width: 47.8vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(8) {
    left: -7.5vw;
    top: 170vw;
  }
  #test-start-end .card-wrapper:nth-child(8) img {
    max-width: 45vw;
  }
}
#test-start-end .card-wrapper:nth-child(9) {
  left: 79vw;
  top: 31vw;
}
#test-start-end .card-wrapper:nth-child(9) img {
  max-width: 15vw;
}
@media (max-width: 991px) {
  #test-start-end .card-wrapper:nth-child(9) {
    left: 47vw;
    top: 91vw;
  }
  #test-start-end .card-wrapper:nth-child(9) img {
    max-width: 47vw;
  }
}
@media (max-width: 570px) {
  #test-start-end .card-wrapper:nth-child(9) {
    left: 45vw;
    top: 170vw;
  }
  #test-start-end .card-wrapper:nth-child(9) img {
    max-width: 45vw;
  }
}
#test-start-end .uk-card {
  overflow: hidden;
}
#test-start-end .uk-card:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
#test-start-end .uk-card img {
  transition: 0.3s ease;
  transform: scale(1);
  object-fit: cover;
}

.wcc-preference-btn {
  color: #FFF !important;
  text-decoration: none !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--wp--preset--color--primary);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

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

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

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

figure {
  margin: 0;
}

@font-face {
  font-family: "General Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Regular"), url("GeneralSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "General Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Italic"), url("GeneralSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "General Sans Extralight";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Extralight"), url("GeneralSans-Extralight.woff") format("woff");
}
@font-face {
  font-family: "General Sans Extralight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Extralight Italic"), url("GeneralSans-ExtralightItalic.woff") format("woff");
}
@font-face {
  font-family: "General Sans Light";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Light"), url("GeneralSans-Light.woff") format("woff");
}
@font-face {
  font-family: "General Sans Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Light Italic"), url("GeneralSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "General Sans Medium";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Medium"), url("GeneralSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "General Sans Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Medium Italic"), url("GeneralSans-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "General Sans Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Semibold"), url("GeneralSans-Semibold.woff") format("woff");
}
@font-face {
  font-family: "General Sans Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Semibold Italic"), url("GeneralSans-SemiboldItalic.woff") format("woff");
}
@font-face {
  font-family: "General Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Bold"), url("GeneralSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "General Sans Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Bold Italic"), url("GeneralSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Sablon Up Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Sablon Up Regular"), url("../fonts/Sablon_Up_Regular.woff") format("woff");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Din pro", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h6, .h6 {
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: none;
}

.display, body.single-post .entry-header {
  font-family: din-condensed, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@font-face {
  font-family: "Din pro";
  font-style: normal;
  font-weight: normal;
  src: local("Din pro"), url("../fonts/DIN-Pro-Condensed-Black.woff") format("woff");
}
.din-pro {
  font-family: "Din pro";
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}
body.active {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--wrap);
  padding-right: var(--wp--custom--layout--wrap);
}
@media (max-width: 767px) {
  .wrap {
    padding-left: var(--wp--custom--layout--wrap-mobile);
    padding-right: var(--wp--custom--layout--wrap-mobile);
  }
}

.site-inner {
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

body.error404 section.not-found .entry-content {
  padding: var(--wp--custom--layout--spacing-48) 0 var(--wp--custom--layout--spacing-96) 0;
}
body.error404 section.not-found .entry-content p, body.error404 section.not-found .entry-content form {
  max-width: var(--wp--custom--layout--wide);
  width: 100%;
}
body.error404 section.not-found .entry-content form .wp-block-search__inside-wrapper {
  border-radius: 30px;
  border: 1px solid black;
  position: relative;
  padding: 0;
}
body.error404 section.not-found .entry-content form input[type=search] {
  border-radius: 30px;
  padding: 0 15px 0 70px;
  line-height: 64px;
  font-size: 18px;
}
body.error404 section.not-found .entry-content form .wp-block-search__button {
  position: absolute;
  left: 10px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/search-dark.svg) no-repeat center center;
  background-size: 24px;
  text-indent: -9999px;
  border: none;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: none;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px var(--wp--custom--layout--spacing-12);
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

.wp-block-buttons .wp-block-button a {
  background: var(--wp--preset--color--primary);
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
  line-height: 120% !important;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-family: "DIN Pro", sans-serif;
}
@media (max-width: 767px) {
  .wp-block-buttons .wp-block-button a {
    padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--spacing-32);
  }
}
.wp-block-buttons .wp-block-button a:hover {
  color: #ffffff;
  filter: brightness(100%);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

section.groweo {
  padding: var(--wp--custom--layout--spacing-64) 0;
}
@media (max-width: 767px) {
  section.groweo {
    padding: var(--wp--custom--layout--spacing-32) 0;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
body.logged-in .top-site-wrapper {
  margin: var(--wp--custom--layout--spacing-32) 0 0 0;
}
body.logged-in .site-header {
  padding: var(--wp--custom--layout--spacing-32) 0 0 0;
  margin-top: 34px;
}
@media (max-width: 767px) {
  body.logged-in .site-header {
    padding: 60px 0 0 0;
  }
}

.top-site-wrapper {
  background: var(--wp--preset--color--brand-secondary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-site-wrapper {
    display: none;
  }
}
.top-site-wrapper .wrap {
  display: flex;
  justify-content: flex-end;
}
.top-site-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  align-items: center;
}
.top-site-wrapper ul li {
  line-height: 1;
}
.top-site-wrapper ul li a {
  color: white;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 100%;
  padding: 10px 0px;
  display: inline-block;
}

.site-header {
  padding: var(--wp--custom--layout--spacing-24) 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 2;
  min-height: 0;
  pointer-events: none;
}
.site-header__logo {
  position: relative;
  pointer-events: auto;
}
.site-header__logo .hifktv-logo {
  position: absolute;
  left: 67px;
  top: 4px;
  color: white;
  font-family: "DIN Pro", sans-serif;
  font-size: var(--wp--preset--font-size--headline-m);
  text-transform: uppercase;
}
.site-header__logo .hifktv-logo span {
  color: var(--wp--preset--color--brand-secondary);
}
.site-header.fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 768px) {
  .site-header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    background: var(--wp--preset--color--brand);
    z-index: 9999;
    pointer-events: auto;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.site-header .wrap svg {
  height: 100%;
  width: auto;
  max-height: 64px;
}
@media (max-width: 768px) {
  .site-header .wrap svg {
    max-width: 54px;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  padding: 5px;
  position: absolute;
  right: var(--wp--custom--layout--block-gap-large);
  margin-right: -5px;
  pointer-events: auto;
  background: var(--wp--preset--color--brand-secondary);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    min-height: 55px;
    padding: 20px 0;
    margin-top: 0;
    top: 0;
    display: block;
    position: fixed;
    /*max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    */
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle:after,
.menu-toggle:after,
.favorite-toggle:after {
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  top: 16px;
  left: 10px;
  background: white;
  display: block;
  content: "";
  transition: all 0.4s ease;
}
.search-toggle:before,
.menu-toggle:before,
.favorite-toggle:before {
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  bottom: 16px;
  left: 10px;
  background: white;
  display: block;
  content: "";
  transition: all 0.4s ease;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active:after,
.menu-toggle.active:after,
.favorite-toggle.active:after {
  top: 19px;
  transition: all 0.4s ease;
  transform: rotate(-225deg);
}
.search-toggle.active:before,
.menu-toggle.active:before,
.favorite-toggle.active:before {
  top: 19px;
  transition: all 0.4s ease;
  transform: rotate(225deg);
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

.mobile-search-button {
  background: transparent url("../images/circum_search.svg") no-repeat center center;
  border: none;
  width: 40px;
  cursor: pointer;
}
.mobile-search-button.search {
  background-color: var(--wp--preset--color--brand);
  border-radius: 50px;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: var(--wp--custom--layout--spacing-32);
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  display: flex;
  justify-content: flex-end;
  font-family: din-condensed, sans-serif;
}
@media (max-width: 767px) {
  .nav-menu {
    margin-left: calc(var(--wp--custom--layout--wrap-mobile) * -1);
    margin-right: calc(var(--wp--custom--layout--wrap-mobile) * -1);
    position: relative;
  }
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu .nav-inner {
  position: relative;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .nav-menu .nav-inner {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.nav-menu .nav-inner.active {
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 4px;
}
.nav-menu .nav-inner .navi-searchform-wrapper {
  display: none;
}
.nav-menu .nav-inner .navi-searchform-wrapper.active {
  display: block;
}
.nav-menu .nav-inner .navi-searchform-wrapper form {
  margin: 28px var(--wp--custom--layout--spacing-40) var(--wp--custom--layout--spacing-40);
  position: relative;
  color: white;
}
@media (max-width: 768px) {
  .nav-menu .nav-inner .navi-searchform-wrapper form {
    margin: 28px 20px 28px;
  }
}
.nav-menu .nav-inner .navi-searchform-wrapper form input::placeholder {
  color: white;
}
.nav-menu .nav-inner .navi-searchform-wrapper form input[type=search] {
  background: var(--wp--preset--color--brand);
  border-radius: 30px;
  padding: 0 15px 0 75px;
  line-height: 64px;
  font-size: 18px;
  border: none;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
@media (max-width: 768px) {
  .nav-menu .nav-inner .navi-searchform-wrapper form input[type=search] {
    background: var(--wp--preset--color--brand-secondary);
  }
}
.nav-menu .nav-inner .navi-searchform-wrapper form input[type=submit] {
  position: absolute;
  left: 30px;
  top: 20px;
  background: transparent url(../images/search.svg) no-repeat 0 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 0;
  text-indent: -9999px;
  color: white;
}
.nav-menu .nav-inner .navi-searchform-wrapper input[type=search]::-webkit-search-cancel-button {
  background: url(../images/plus.svg) no-repeat 0 0 !important;
  display: block;
  width: 10px;
  height: 10px;
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 1;
  cursor: pointer;
}
.nav-menu .nav-inner .navi-searchform-wrapper input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
@media (max-width: 767px) {
  .nav-menu .nav-inner .navi-searchform-wrapper {
    width: 100%;
    order: 1;
  }
}
.nav-menu .nav-primary {
  display: flex;
  align-items: center;
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 4px;
  padding: 0 var(--wp--custom--layout--spacing-24);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .nav-menu .nav-primary {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .nav-menu .nav-primary {
    background: var(--wp--preset--color--brand);
    width: 100%;
    order: 2;
  }
}
.nav-menu .nav-primary.search {
  padding-top: 145px;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .search-button {
  display: inline-block;
  width: 48px;
  height: 42px;
  margin-left: 12px;
  margin-right: 8px;
  background: transparent url(../images/circum_search.svg) no-repeat center center;
}
@media (max-width: 1024px) {
  .nav-menu .search-button {
    margin-left: 8px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .nav-menu .search-button {
    display: none;
  }
}
.nav-menu .search-button.active {
  background: var(--wp--preset--color--brand) url(../images/circum_search.svg) no-repeat center center;
  border-radius: 50px;
}
.nav-menu .menu-item {
  list-style: none;
}
@media (max-width: 767px) {
  .nav-menu .menu-item {
    position: relative;
  }
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--background);
  display: block;
  font-size: 18px;
  position: relative;
  padding: 20px 12px 20px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1200px) {
  .nav-menu .menu-item a {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .nav-menu .menu-item a {
    padding: 20px 6px 20px 6px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-item a {
    font-size: var(--wp--preset--font-size--headline-m);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: var(--wp--custom--layout--spacing-12) 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-menu .menu-item a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-item:hover > a {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
    text-decoration: none;
  }
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  display: none;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .nav-inner {
    position: relative;
  }
  .nav-menu .nav-inner.hidden {
    position: relative;
  }
  .nav-menu .menu {
    display: flex;
    justify-content: flex-start;
  }
  .nav-menu .menu-item > a {
    position: relative;
  }
  .nav-menu .menu-item > a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 16px;
    left: 16px;
    transition: all 0.2s ease-in-out;
  }
  .nav-menu .menu-item.current-menu-item > a:after, .nav-menu .menu-item.current-menu-ancestor > a:after {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    background: #fff;
    bottom: 16px;
    left: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-menu .menu-item.current-menu-item > a:after, .nav-menu .menu-item.current-menu-ancestor > a:after {
    left: 8px;
    width: calc(100% - 16px);
  }
}
@media (min-width: 769px) {
  .nav-menu .menu-item.current-menu-item ul.sub-menu li.current-menu-item a:after, .nav-menu .menu-item.current-menu-ancestor ul.sub-menu li.current-menu-item a:after {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .nav-menu .menu-item.current-menu-ancestor ul.sub-menu li.current-menu-ancestor a:after {
    width: 0;
  }
}
@media (min-width: 769px) {
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: 0;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > a:after, .nav-menu .menu-item:focus-within > a:after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 16px;
    left: 12px;
    transition: all 0.2s ease-in-out;
    transform-origin: center center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-menu .menu-item:hover > a:after, .nav-menu .menu-item:focus-within > a:after {
    left: 8px;
    width: calc(100% - 16px);
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--brand-secondary);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    top: var(--wp--custom--layout--spacing-56);
    padding: 10px 20px 25px 40px;
    border-radius: 0 0 3px 3px;
    width: 100% !important;
  }
  .nav-menu .sub-menu.active {
    left: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-menu .sub-menu {
    top: 52px;
    padding: 10px 20px 25px 20px;
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    padding: 10px 0;
    font-size: var(--wp--preset--font-size--headline-s);
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-menu .sub-menu .menu-item a {
    font-size: var(--wp--preset--font-size--headline-xs);
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu .menu-item a:after {
    bottom: 5px;
    left: 0;
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu .menu-item:hover > a {
    position: relative;
  }
  .nav-menu .sub-menu .menu-item:hover > a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 0px;
    transition: all 0.2s ease-in-out;
    transform-origin: center center;
    /*@media (max-width: 1024px) {
    	left: 8px;
    	width: calc(100% - 16px);
    }*/
  }
}
@media (min-width: 769px) {
  @keyframes naviLinks {
    0% {
      opacity: 0;
      transform: translate(-0.3125rem);
    }
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu .sub-menu {
    position: relative;
    left: 0;
    top: auto;
    padding: 0;
    list-style: none;
    width: auto !important;
    display: block !important;
    opacity: 1;
  }
  .nav-menu .sub-menu .sub-menu li {
    /*animation-duration: 1s;
    animation-name: naviLinks;
    animation-fill-mode: forwards;
    &:nth-child(1) { animation-delay: 1.3s;}
    &:nth-child(2) { animation-delay: 1.4s;}
    &:nth-child(3) { animation-delay: 1.5s;}
    &:nth-child(4) { animation-delay: 1.6s;}
    &:nth-child(5) { animation-delay: 1.7s;}
    */
  }
  .nav-menu .sub-menu .sub-menu li a {
    font-weight: 300;
    text-transform: none;
    padding: 5px 0;
    line-height: normal;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
    margin-top: 30px;
  }
  .nav-menu .submenu-expand {
    top: 10px;
    right: -9px;
    transform: none;
    position: absolute;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
  }
  .nav-menu .submenu-expand:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 11px;
    background: white;
  }
  .nav-menu .submenu-expand:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 11px;
    transform: rotate(90deg);
    background: white;
  }
  .nav-menu .submenu-expand svg {
    display: none;
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded:before {
    content: none;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu li a {
    padding: 5px 0;
    text-transform: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu li .sub-menu {
    padding: 10px 10px;
    display: none;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu button.submenu-expand {
    top: -1px;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu button.submenu-expand.expanded + .sub-menu {
    display: block;
    width: 100% !important;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 0px;
  }
  .nav-menu .sub-menu li a {
    font-size: 18px;
    padding: 8px 0;
  }
}

.mobile-top-menu {
  display: none;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mobile-top-menu {
    display: block;
    order: 3;
    width: 100%;
  }
}
.mobile-top-menu .top-menu-container {
  margin-top: 30px;
}
.mobile-top-menu .top-menu-container .menu-item a {
  color: white;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 0.35px;
  line-height: 100%;
  padding: 10px 0px;
  display: inline-block;
}

.ottelut-page-hero {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  padding-top: 216px;
  padding-bottom: 0px;
  font-size: var(--wp--preset--font-size--headline-s);
}
@media (max-width: 767px) {
  .ottelut-page-hero {
    padding-top: 120px;
  }
}
.ottelut-page-hero h1, .ottelut-page-hero h2, .ottelut-page-hero h3, .ottelut-page-hero h4, .ottelut-page-hero h5, .ottelut-page-hero h6 {
  color: #ffffff;
}
.ottelut-page-hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ottelut-page-hero .wrap.top {
  padding-bottom: 50px;
}
.ottelut-page-hero .wrap .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  font-family: "din-condensed", sans-serif;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-top {
  width: 100%;
  text-align: center;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-top .livegame-time {
  background: var(--wp--preset--color--brand-secondary);
  display: inline-block;
  padding: 5px 12px;
  font-size: 36px;
  font-family: "DIN Pro", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 20px;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-top h6 {
  margin: 0 0 5px 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 38.4px */
  letter-spacing: -3.6px;
  color: white;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
.ottelut-page-hero .wrap .inner-wrap .period-score {
  font-family: apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-weight: 700;
  margin: 24px auto 0 auto;
  text-align: center;
  width: 100%;
}
.ottelut-page-hero .wrap .inner-wrap .period-score p {
  margin: 0;
}
.ottelut-page-hero .wrap .inner-wrap .voting {
  padding-top: var(--wp--custom--layout--spacing-48);
  font-size: 14px;
  line-height: 140%;
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.ottelut-page-hero .wrap .inner-wrap .voting div {
  max-width: 500px;
  margin: 0 auto;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 0 0px 0;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .game-time-hours {
  font-size: var(--wp--preset--font-size--headline-xxl);
  padding: 0px var(--wp--custom--layout--spacing-48);
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .game-time-hours {
    align-items: center;
    display: flex;
    padding: 0px;
    justify-content: center;
  }
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .game-time-hours h2 {
  font-size: var(--wp--preset--font-size--headline-xxl);
  margin: 0;
  font-family: "DIN Pro", sans-serif;
  letter-spacing: -2.4px;
  line-height: 78%;
}
@media (max-width: 767px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .game-time-hours h2 {
    font-size: 48px;
    white-space: nowrap;
  }
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team {
  justify-content: flex-end;
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team {
  display: flex;
  align-items: center;
  gap: var(--wp--custom--layout--spacing-24);
  min-width: 300px;
}
@media (max-width: 980px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team {
    flex-wrap: wrap;
    min-width: 150px;
    justify-content: center;
  }
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team img, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team img {
  max-width: 70px;
}
@media (max-width: 767px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team img, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team img {
    width: 100%;
  }
}
.ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team h3, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media (max-width: 767px) {
  .ottelut-page-hero .wrap .inner-wrap .main-hero-content .home-team h3, .ottelut-page-hero .wrap .inner-wrap .main-hero-content .away-team h3 {
    order: 2;
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
}
.ottelut-page-hero .wrap .inner-wrap .timer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ottelut-page-hero .wrap .inner-wrap .timer div {
  color: white;
  font-size: 48px;
  margin: 0 5px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
}
.ottelut-page-hero .wrap .inner-wrap .timer div span {
  margin-left: 5px;
  margin-right: 5px;
  color: #081F3F;
  font-size: var(--wp--preset--font-size--headline-xs);
  text-transform: uppercase;
}
.ottelut-page-hero .wrap .inner-wrap .game-theme {
  padding: var(--wp--custom--layout--spacing-12) 0 0 0;
  width: 100%;
  text-align: center;
  font-family: apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  max-width: 500px;
}
.ottelut-page-hero .wrap .inner-wrap .game-theme p:last-child {
  margin-bottom: 0;
}
.ottelut-page-hero .wrap .inner-wrap .otteluisanta {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ottelut-page-hero .wrap .inner-wrap .otteluisanta a {
  text-decoration: none;
}
.ottelut-page-hero .wrap .inner-wrap .otteluisanta a p {
  text-align: center;
  margin-top: 5px;
  color: rgb(240, 145, 161);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ottelut-page-hero .wrap .inner-wrap .otteluisanta a img {
  width: 100%;
}
.ottelut-page-hero .wrap .inner-wrap .buy-tickets {
  padding: 20px 0;
}
.ottelut-page-hero .wrap .inner-wrap .buy-tickets a {
  text-transform: uppercase;
}
.ottelut-page-hero .wrap .inner-wrap .additional-game-stats {
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: apple-system, BlinkMacSystemFont, sans-serif;
}
.ottelut-page-hero .wrap .inner-wrap .additional-game-stats p {
  margin: 0;
}
.ottelut-page-hero .hero-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: calc(100% + 0px);
  z-index: 0;
  overflow: hidden;
  /*&:after {
  	content:"";
  	width: 100%;
  	height: 100%;
  	//background: rgba(218,26,50,0.8);
  	background: linear-gradient(180deg, rgba(200, 16, 46, 0.00) 50%, #C8102E 100%), rgba(200, 16, 46, 0.60);
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 0;
  }*/
}
.ottelut-page-hero .hero-bg .blur {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(200, 16, 46, 0) 50%, #C8102E 100%), rgba(200, 16, 46, 0.6);
  backdrop-filter: blur(7px);
}
.ottelut-page-hero .hero-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  /*background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;*/
}
.ottelut-page-hero .hero-bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.ottelut-page-hero .single-ottelut-nav {
  width: 100%;
}
.ottelut-page-hero .single-ottelut-nav .wrap {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
}
.ottelut-page-hero .single-ottelut-nav .tabs-header {
  padding-bottom: 0;
  gap: 0;
}
.ottelut-page-hero .single-ottelut-nav .tab-header a {
  color: rgba(255, 255, 255, 0.75);
  font-family: "DIN Pro", sans-serif;
  font-size: var(--wp--preset--font-size--headline-xs);
  text-transform: uppercase;
  letter-spacing: -0.2px;
  padding: 15px 24px;
}
@media (max-width: 1024px) {
  .ottelut-page-hero .single-ottelut-nav .tab-header a {
    font-size: 18px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .ottelut-page-hero .single-ottelut-nav .tab-header a {
    font-size: 16px;
  }
}
.ottelut-page-hero .single-ottelut-nav .tab-header.active {
  border-bottom: 3px solid #FFF;
}
.ottelut-page-hero .single-ottelut-nav .tab-header.active a {
  color: white;
  background: transparent;
}

.frontpage-hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100vh;
  color: #ffffff;
  padding-top: var(--wp--custom--layout--spacing-56);
  padding-bottom: var(--wp--custom--layout--spacing-56);
  font-size: var(--wp--preset--font-size--headline-s);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ff0000;
}
@media (max-width: 768px) {
  .frontpage-hero {
    padding-bottom: 0;
    padding-top: 145px;
  }
}
.frontpage-hero h1, .frontpage-hero h2, .frontpage-hero h3, .frontpage-hero h4, .frontpage-hero h5, .frontpage-hero h6 {
  color: #ffffff;
}
.frontpage-hero .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.frontpage-hero .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.frontpage-hero .inner-wrap .content {
  width: 100%;
}
.frontpage-hero .inner-wrap .content .wrap {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .frontpage-hero .inner-wrap .content .wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.frontpage-hero .inner-wrap .content .main-content {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .frontpage-hero .inner-wrap .content .main-content {
    width: 100%;
    margin-bottom: var(--wp--custom--layout--spacing-56);
  }
}
.frontpage-hero .inner-wrap .content .main-content h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 90%;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.frontpage-hero .inner-wrap .content .main-content h1 {
  font-family: "DIN Pro", sans-serif;
  margin: 0 0 0px 0;
  font-size: clamp(4rem, 11vw, 9.25rem);
  line-height: 85%;
  text-transform: uppercase;
  letter-spacing: clamp(-1.6px, 8vw, -3.7px);
  word-wrap: break-word;
}
.frontpage-hero .inner-wrap .content .main-content .btn {
  margin-top: var(--wp--custom--layout--spacing-24);
}
.frontpage-hero .hero-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: calc(100% + 0px);
  z-index: 0;
  overflow: hidden;
}
.frontpage-hero .hero-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  /*background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;*/
}
.frontpage-hero .hero-bg video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.frontpage-hero .hero-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(8, 31, 63, 0.3) 0%, rgba(8, 31, 63, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.frontpage-hero .video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 10;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.frontpage-hero .hero-bg video {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.live-stats {
  border-radius: 4px;
  background: rgba(8, 31, 63, 0.6);
  backdrop-filter: blur(8px);
  max-width: 500px;
  min-width: 415px;
}
@media (max-width: 1100px) {
  .live-stats {
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  .live-stats {
    border-radius: 0;
    max-width: calc(100% + var(--wp--custom--layout--wrap-mobile) * 2);
    width: calc(100% + var(--wp--custom--layout--wrap-mobile) * 2);
    margin-right: calc(var(--wp--custom--layout--wrap-mobile) * -1);
    margin-left: calc(var(--wp--custom--layout--wrap-mobile) * -1);
    min-width: auto;
  }
}
.live-stats .live-stats-inner {
  display: flex;
  flex-wrap: wrap;
}
.live-stats .live-stats-inner h5 {
  color: white;
  width: 100%;
  margin: 0 0 12px 0;
}
.live-stats .live-stats-inner h4 {
  color: white;
}
.live-stats .live-stats-inner .top {
  width: 100%;
}
.live-stats .live-stats-inner .top a {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  padding: 28px var(--wp--custom--layout--spacing-24) var(--wp--custom--layout--spacing-24) var(--wp--custom--layout--spacing-24);
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top a {
    gap: 12px;
    padding: 28px 20px 24px 20px;
  }
}
.live-stats .live-stats-inner .top .col {
  width: calc(50% - 6px);
}
@media (max-width: 820px) {
  .live-stats .live-stats-inner .top .col:first-child {
    width: calc(50% - 6px);
  }
  .live-stats .live-stats-inner .top .col:last-child {
    width: calc(50% - 6px);
  }
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col {
    width: calc(50% - 6px);
  }
}
.live-stats .live-stats-inner .top .col.team-logos {
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .live-stats .live-stats-inner .top .col.team-logos {
    width: calc(50% - 6px);
  }
}
@media (max-width: 600px) {
  .live-stats .live-stats-inner .top .col.team-logos {
    width: calc(50% - 6px);
  }
}
.live-stats .live-stats-inner .top .col.team-logos .teams h4 {
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  font-size: var(--wp--preset--font-size--headline-s);
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.6px;
}
.live-stats .live-stats-inner .top .col.team-logos .bottom {
  width: 100%;
}
.live-stats .live-stats-inner .top .col.team-logos .bottom p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin: 0;
  font-family: "din-condensed", sans-serif;
  letter-spacing: 0.8px;
}
.live-stats .live-stats-inner .top .col.team-logos .bottom p .desktop {
  display: inline-block;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col.team-logos .bottom p .desktop {
    display: none;
  }
}
.live-stats .live-stats-inner .top .col.team-logos .bottom p .mobile {
  display: none;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col.team-logos .bottom p .mobile {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .live-stats .live-stats-inner .top .col.time {
    width: calc(50% - 6px);
  }
}
.live-stats .live-stats-inner .top .col.time .period {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.live-stats .live-stats-inner .top .col.time time {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 48px;
  line-height: 110%;
  font-family: "din-condensed", sans-serif;
  letter-spacing: -1.2px;
  text-align: center;
  color: white;
}
@media (max-width: 600px) {
  .live-stats .live-stats-inner .top .col.time time {
    font-size: 42px;
    line-height: 42px;
  }
}
.live-stats .live-stats-inner .top .col.time time span {
  font-size: var(--wp--preset--font-size--headline-xs);
  color: var(--wp--preset--color--brand-secondary);
  margin-right: 0px;
  letter-spacing: -0.5px;
  line-height: 110%;
  text-transform: uppercase;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .live-stats .live-stats-inner .top .col.time time span {
    margin-right: 0px;
  }
}
.live-stats .live-stats-inner .top .col.time .sponsor {
  margin: auto;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col.time .sponsor {
    margin: 5px 0;
  }
}
.live-stats .live-stats-inner .top .col.time .sponsor img {
  text-align: center;
  margin: auto;
  max-width: 66px;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col.time .sponsor img {
    max-width: 66px;
  }
}
.live-stats .live-stats-inner .top .col .logos {
  display: flex;
}
.live-stats .live-stats-inner .top .col .logos img {
  max-height: 50px;
  position: relative;
  object-fit: contain;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top .col .logos img {
    max-height: 47px;
  }
}
.live-stats .live-stats-inner .top .col .logos img:first-child {
  z-index: 2;
}
.live-stats .live-stats-inner .top .col .logos img:nth-child(2) {
  margin-left: -15px;
  z-index: 0;
}
.live-stats .live-stats-inner .top.live {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--spacing-12);
}
.live-stats .live-stats-inner .top.live a {
  justify-content: center;
}
.live-stats .live-stats-inner .top.live a .period {
  background: var(--wp--preset--color--brand-secondary);
  text-align: center;
  font-size: 16px;
  font-family: "DIN Pro", sans-serif;
  display: inline-block;
  padding: 1px 8px 1px 8px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 2px;
  color: white;
}
.live-stats .live-stats-inner .top.live .middle {
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  gap: var(--wp--custom--layout--spacing-24);
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .top.live .middle {
    gap: var(--wp--custom--layout--spacing-12);
  }
}
.live-stats .live-stats-inner .top.live .middle .home-team {
  text-align: center;
  min-width: 130px;
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .home-team {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .live-stats .live-stats-inner .top.live .middle .home-team {
    min-width: 130px;
    gap: 6px;
  }
}
.live-stats .live-stats-inner .top.live .middle .home-team h3 {
  margin: 0;
  font-size: var(--wp--custom--layout--spacing-24);
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media (min-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .home-team h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: -0.9px;
  }
}
.live-stats .live-stats-inner .top.live .middle .home-team img {
  max-width: 40px;
  margin: auto 0;
  order: 1;
}
@media (max-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .home-team img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .live-stats .live-stats-inner .top.live .middle .home-team img {
    margin: auto 0;
  }
}
.live-stats .live-stats-inner .top.live .middle .away-team {
  text-align: center;
  min-width: 130px;
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .away-team {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .live-stats .live-stats-inner .top.live .middle .away-team {
    min-width: 130px;
    gap: 6px;
  }
}
.live-stats .live-stats-inner .top.live .middle .away-team h3 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media (min-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .away-team h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: -0.9px;
  }
}
.live-stats .live-stats-inner .top.live .middle .away-team img {
  max-width: 40px;
  margin: auto 0;
}
@media (max-width: 1300px) {
  .live-stats .live-stats-inner .top.live .middle .away-team img {
    max-width: 50px;
  }
}
.live-stats .live-stats-inner .top.live .middle .game-time-hours {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-width: 65px;
  justify-content: center;
}
@media (min-width: 993px) {
  .live-stats .live-stats-inner .top.live .middle .game-time-hours {
    min-width: 85px;
    justify-content: center;
    align-items: center;
  }
}
.live-stats .live-stats-inner .top.live .middle .game-time-hours h2 {
  margin: 0;
  font-size: 40px;
  font-family: "din-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
  letter-spacing: -1.2px;
}
@media (min-width: 1100px) {
  .live-stats .live-stats-inner .top.live .middle .game-time-hours h2 {
    font-size: 48px;
  }
}
.live-stats .live-stats-inner .links {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.live-stats .live-stats-inner .links a {
  font-size: 16px;
  flex-grow: 1;
  letter-spacing: 0.4px;
  padding: var(--wp--custom--layout--spacing-12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  text-align: center;
  width: 50%;
  color: #ffffff;
}
.live-stats .live-stats-inner .links a:after {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  background: transparent url(../images/arrow-left-white.svg) no-repeat 50% 50%;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 8px;
}
.live-stats .live-stats-inner .links a.tickets {
  background: var(--wp--preset--color--brand);
  border-radius: 0 0 0 4px;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .links a.tickets {
    border-radius: 0;
  }
}
.live-stats .live-stats-inner .links a.gamepage {
  background: var(--wp--preset--color--primary);
  border-radius: 0 0 4px 0;
}
@media (max-width: 768px) {
  .live-stats .live-stats-inner .links a.gamepage {
    border-radius: 0;
  }
}

.custom-hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 92vh;
  color: #ffffff;
  padding-top: var(--wp--custom--layout--spacing-56);
  padding-bottom: var(--wp--custom--layout--spacing-56);
  font-size: var(--wp--preset--font-size--headline-s);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--wp--preset--color--brand-secondary);
}
@media (max-width: 768px) {
  .custom-hero {
    padding-bottom: 0;
    padding-top: 145px;
  }
}
.custom-hero h1, .custom-hero h2, .custom-hero h3, .custom-hero h4, .custom-hero h5, .custom-hero h6 {
  color: #ffffff;
}
.custom-hero .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.custom-hero .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.custom-hero .inner-wrap .content {
  width: 100%;
}
.custom-hero .inner-wrap .content .wrap {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .custom-hero .inner-wrap .content .wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .custom-hero .inner-wrap .content .main-content {
    width: 100%;
    margin-bottom: var(--wp--custom--layout--spacing-56);
  }
}
.custom-hero .inner-wrap .content .main-content h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 90%;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.custom-hero .inner-wrap .content .main-content h1 {
  font-family: "DIN Pro", sans-serif;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--headline-xxxl);
  line-height: 85%;
  text-transform: uppercase;
  letter-spacing: clamp(-1.6px, 8vw, -3.7px);
  word-wrap: break-word;
}
.custom-hero .hero-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: calc(100% + 0px);
  z-index: 0;
  overflow: hidden;
}
.custom-hero .hero-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.custom-hero .hero-bg video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.custom-hero .hero-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(200, 16, 46, 0) 50.48%, #C8102E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hifk-tv-hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  aspect-ratio: 16/9;
  color: #ffffff;
  padding-top: var(--wp--custom--layout--spacing-56);
  padding-bottom: var(--wp--custom--layout--spacing-56);
  font-size: var(--wp--preset--font-size--headline-xs);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--wp--preset--color--brand-secondary);
}
@media (max-width: 768px) {
  .hifk-tv-hero {
    padding-bottom: 0;
    padding-top: 145px;
    aspect-ratio: auto;
    min-height: 100vh;
  }
}
@media (min-width: 1500px) {
  .hifk-tv-hero {
    aspect-ratio: auto;
    height: 835px;
  }
}
.hifk-tv-hero h1, .hifk-tv-hero h2, .hifk-tv-hero h3, .hifk-tv-hero h4, .hifk-tv-hero h5, .hifk-tv-hero h6 {
  color: #ffffff;
}
.hifk-tv-hero .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hifk-tv-hero .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.hifk-tv-hero .inner-wrap .content {
  width: 100%;
}
.hifk-tv-hero .inner-wrap .content .wrap {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .hifk-tv-hero .inner-wrap .content .wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .hifk-tv-hero .inner-wrap .content .main-content {
    width: 100%;
    margin-bottom: var(--wp--custom--layout--spacing-56);
  }
}
.hifk-tv-hero .inner-wrap .content .main-content h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 90%;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.hifk-tv-hero .inner-wrap .content .main-content h1 {
  font-family: "DIN Pro", sans-serif;
  margin: 0 0 5px 0;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -1.6px;
  word-wrap: break-word;
  font-size: var(--wp--preset--font-size--headline-xl);
}
.hifk-tv-hero .inner-wrap .content .main-content span {
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.75);
}
.hifk-tv-hero .inner-wrap .content .main-content .hifk-tv-hero-button {
  padding-left: 44px;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.35px;
  font-weight: 600;
}
.hifk-tv-hero .inner-wrap .content .main-content .hifk-tv-hero-button:before {
  content: "";
  width: 11px;
  height: 13px;
  display: inline-block;
  background: transparent url("../images/play.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 14px;
  left: 22px;
}
.hifk-tv-hero .hero-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hifk-tv-hero .hero-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  /*background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;*/
}
.hifk-tv-hero .hero-bg .fullscreen-video {
  width: 100%;
}
@media (max-width: 768px) {
  .hifk-tv-hero .hero-bg .fullscreen-video {
    height: 100%;
  }
}
.hifk-tv-hero .hero-bg .fullscreen-video iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}
@media (max-width: 768px) {
  .hifk-tv-hero .hero-bg .fullscreen-video iframe {
    width: 350% !important;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: auto;
    position: absolute;
  }
}
.hifk-tv-hero .hero-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(200, 16, 46, 0) 50.48%, #C8102E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--brand);
  padding: 200px 0 var(--wp--custom--layout--spacing-40);
  color: #ffffff;
}
.archive-header ul.news-cats {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--spacing-12);
  list-style: none;
  margin: var(--wp--custom--layout--spacing-40) 0 0 0;
  color: white;
}
.archive-header ul.news-cats li a {
  color: white;
  font-size: 14px;
  font-family: inherit;
  text-transform: inherit;
  font-weight: 600;
  letter-spacing: -0.35px;
}
@media (max-width: 767px) {
  .archive-header ul.news-cats li a {
    padding: 6px 13px;
  }
}
.archive-header ul.news-cats li a.active {
  background: white;
  color: var(--wp--preset--color--primary);
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: var(--wp--custom--layout--spacing-12);
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: var(--wp--custom--layout--spacing-32) auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

body.archive .archive-title {
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  font-size: clamp(5rem, 9vw, 8rem);
  margin: 0;
  line-height: 100%;
  letter-spacing: -3.2px;
}

body.blog .site-main {
  max-width: 100%;
  justify-content: center;
}

.news-wrapper {
  padding: var(--wp--custom--layout--spacing-56) 0;
  min-width: 100%;
}
.news-wrapper .news-inner {
  display: flex;
  gap: var(--wp--custom--layout--spacing-56) var(--wp--custom--layout--spacing-24);
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-wrapper .news-inner {
    gap: var(--wp--custom--layout--spacing-32) var(--wp--custom--layout--spacing-24);
  }
}
.news-wrapper .news-inner .pagination {
  width: 100%;
  max-width: 500px;
}
.news-wrapper .news-inner .news-item {
  display: flex;
  width: calc(33.33333% - 16px);
}
@media (max-width: 767px) {
  .news-wrapper .news-inner .news-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 550px) {
  .news-wrapper .news-inner .news-item {
    width: 100%;
  }
}
.news-wrapper .news-inner .news-item a {
  display: block;
  position: relative;
  padding-bottom: 35px;
}
.news-wrapper .news-inner .news-item picture {
  overflow: hidden;
  aspect-ratio: 426.67/263.35;
  display: block;
  margin-bottom: 20px;
}
.news-wrapper .news-inner .news-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrapper .news-inner .news-item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 100%;
  font-family: "DIN Pro", sans-serif;
  margin: 0;
}
.news-wrapper .news-inner .news-item .news-content {
  display: flex;
  flex-wrap: wrap;
}
.news-wrapper .news-inner .news-item .news-content .news-cat {
  width: 100%;
  color: rgba(8, 31, 63, 0.6);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  margin-bottom: 8px;
}
.news-wrapper .news-inner .news-item .news-content time {
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

/*body.singular {
	.entry-content {
		padding: 56px 0;
		@media (max-width: 1230px) {
			padding-left: var(--wp--custom--layout--wrap);
			padding-right: var(--wp--custom--layout--wrap);
		}
		@include media("<tablet") {
			padding-left: var(--wp--custom--layout--wrap-mobile);
			padding-right: var(--wp--custom--layout--wrap-mobile);
		}
	}
}*/
.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: calc(var(--wp--custom--layout--page) + var(--wp--custom--layout--wrap) * 2);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > *:not(section),
.block-area > *:not(section) {
  padding-left: var(--wp--custom--layout--wrap);
  padding-right: var(--wp--custom--layout--wrap);
}
@media (max-width: 767px) {
  .entry-content > *:not(section),
.block-area > *:not(section) {
    padding-left: var(--wp--custom--layout--wrap-mobile);
    padding-right: var(--wp--custom--layout--wrap-mobile);
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  background: var(--wp--preset--color--brand);
  overflow: hidden;
  max-width: 100%;
  padding: 200px 0 var(--wp--custom--layout--spacing-56) 0;
}
@media (max-width: 767px) {
  .entry-header {
    padding-top: 190px;
  }
}
.entry-header * {
  max-width: 75%;
}
@media (max-width: 1000px) {
  .entry-header * {
    max-width: 100%;
  }
}
.entry-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}
.entry-header h1 {
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(4.5rem, 9vw, 8rem);
  line-height: 90%;
  margin: 0 0 0 0 !important;
  letter-spacing: -3.2px;
}
.entry-header p {
  color: #ffffff;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .entry-header p {
    max-width: 100%;
  }
}
.entry-header p:last-child {
  margin-bottom: 0;
  margin-top: var(--wp--custom--layout--spacing-32);
}
.entry-header .subtitle span {
  font-family: "DIN Pro", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
}

.featured-image {
  max-width: 100% !important;
  padding: 0;
}
.featured-image.position-top img {
  object-position: top;
}
.featured-image.position-center img {
  object-position: center;
}
.featured-image.position-bottom img {
  object-position: bottom;
}
.featured-image img {
  width: 100% !important;
  aspect-ratio: 21/9;
  object-fit: cover;
}

.entry-footer {
  margin-top: var(--wp--custom--layout--spacing-48);
}

.block-area-after-post {
  margin: var(--wp--custom--layout--spacing-32) 0;
}

/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 var(--wp--custom--layout--spacing-32);
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: var(--wp--custom--layout--spacing-24);
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: var(--wp--custom--layout--spacing-24);
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.nav-links span, .nav-links a {
  padding: 5px 10px;
  border: 1px solid #0f224f;
  display: inline-block;
  min-width: 40px;
  text-align: center;
}
.nav-links span.current {
  font-weight: bold;
}

body.single-post .entry-header {
  padding-bottom: var(--wp--custom--layout--spacing-48);
}
body.single-post .entry-header h1 {
  max-width: 75%;
  font-size: clamp(3.5rem, 9vw, 5.375rem);
  line-height: 100%;
  letter-spacing: -2.15px;
}
@media (max-width: 1200px) {
  body.single-post .entry-header h1 {
    max-width: 100%;
  }
}
body.single-post .entry-header time {
  color: #ffffff;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
body.single-post .entry-header .primary-category {
  color: white;
  margin-right: 10px;
}
body.single-post .entry-header .single-post-header-wrapper {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: var(--wp--custom--layout--spacing-48);
}
@media (max-width: 1024px) {
  body.single-post .entry-header .single-post-header-wrapper {
    flex-wrap: wrap;
  }
}
body.single-post .entry-header .single-post-header-wrapper * {
  max-width: 100%;
}
body.single-post .entry-header .single-post-header-wrapper .single-post-header {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  body.single-post .entry-header .single-post-header-wrapper .single-post-header {
    order: 2;
  }
}
body.single-post .entry-header .single-post-header-wrapper .live-stats {
  max-width: 40%;
}
@media (max-width: 1024px) {
  body.single-post .entry-header .single-post-header-wrapper .live-stats {
    max-width: 100%;
    width: 100%;
    min-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    border-radius: 0;
    background: var(--wp--preset--color--primary);
    order: 1;
  }
}
@media (max-width: 768px) {
  body.single-post .entry-header .single-post-header-wrapper .live-stats {
    margin-left: -20px;
    margin-right: -20px;
    min-width: calc(100% + 40px);
  }
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .links a.tickets {
  background: var(--wp--preset--color--brand-secondary);
}
@media (max-width: 1024px) {
  body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top, body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .links {
    display: none;
  }
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only {
  display: none;
  width: 100%;
  padding: var(--wp--custom--layout--spacing-24) 60px;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only > * {
  width: 100%;
}
@media (max-width: 1024px) {
  body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only {
    display: block;
  }
}
@media (max-width: 768px) {
  body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only {
    padding: var(--wp--custom--layout--spacing-24);
  }
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top {
  display: flex;
  justify-content: space-between;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top > div img {
  max-width: 28px;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top .mobile-top-inner {
  display: flex;
  gap: 12px;
  color: white;
  align-items: center;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top .vs {
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top .time {
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 400;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top .show-more {
  display: block;
  align-self: center;
  width: 10px;
  height: 15px;
  transform: rotate(-90deg);
  background: transparent url(../images/arrow-left-white.svg) no-repeat center center;
  background-size: cover;
  padding: 0;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-top .show-more.active {
  transform: rotate(90deg);
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active {
  margin-top: 20px;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active .links {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active .links a {
  border-radius: 50px;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active .links a:after {
  content: "";
  display: none;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active .links a.gamepage {
  background: transparent;
  border: 1px solid white;
}
body.single-post .entry-header .single-post-header-wrapper .live-stats .live-stats-inner .top.mobile-only .mobile-bottom.active .links a.tickets {
  border: 1px solid var(--wp--preset--color--brand-secondary);
}
body.single-post .feat-image {
  max-width: 100%;
}
body.single-post .feat-image.position-top img {
  object-position: top;
}
body.single-post .feat-image.position-center img {
  object-position: center;
}
body.single-post .feat-image.position-bottom img {
  object-position: bottom;
}
body.single-post .feat-image img {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
  object-position: center;
}
body.single-post section.wrapper {
  padding: var(--wp--custom--layout--spacing-96) var(--wp--custom--layout--wrap);
  display: flex;
  gap: var(--wp--custom--layout--spacing-96);
  font-size: 20px;
  line-height: 140%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.single-post section.wrapper {
    padding: var(--wp--custom--layout--spacing-48) var(--wp--custom--layout--wrap-mobile);
  }
}
body.single-post section.wrapper sidebar {
  min-width: 30%;
}
body.single-post section.wrapper article p.ingressi {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
body.single-post section.wrapper article a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.3s ease;
}
body.single-post section.wrapper article a:hover {
  color: var(--wp--preset--color--brand) !important;
}
body.single-post section.wrapper article img {
  width: 100%;
}
body.single-post section.wrapper article iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.gallery {
  margin: 0 auto var(--wp--custom--layout--spacing-48);
  max-width: 80%;
}
@media (max-width: 768px) {
  .gallery {
    max-width: 100%;
    padding: 0 var(--wp--custom--layout--wrap-mobile);
  }
}
.gallery .galleria {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--spacing-24) var(--wp--custom--layout--spacing-12);
}
@media (max-width: 768px) {
  .gallery .galleria {
    margin-right: -12px;
  }
}
.gallery .galleria a {
  flex-basis: calc(33.333% - 20px);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .gallery .galleria a {
    flex-basis: calc(50% - 24px);
  }
}
.gallery .galleria a img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.more-news {
  padding: var(--wp--custom--layout--spacing-48) 0;
}
.more-news h2 {
  margin: 0 0 var(--wp--custom--layout--spacing-40) 0 !important;
  font-size: var(--wp--preset--font-size--headline-xl);
  letter-spacing: -3px;
  line-height: 100%; /* 64px */
}
.more-news .more-news-wrapper {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
}
@media (max-width: 768px) {
  .more-news .more-news-wrapper {
    flex-wrap: wrap;
  }
}
.more-news .more-news-wrapper .news-item {
  display: flex;
  width: calc(100% - 12px);
}
@media (max-width: 768px) {
  .more-news .more-news-wrapper .news-item {
    width: 100%;
  }
}
.more-news .more-news-wrapper .news-item a {
  display: block;
  position: relative;
  padding-bottom: 35px;
  width: 100%;
}
.more-news .more-news-wrapper .news-item picture {
  overflow: hidden;
  aspect-ratio: 128/79;
  display: block;
  margin-bottom: 20px;
}
.more-news .more-news-wrapper .news-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-news .more-news-wrapper .news-item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 100%;
  font-family: "DIN Pro", sans-serif;
  margin: 0;
}
.more-news .more-news-wrapper .news-item .news-content {
  display: flex;
  flex-wrap: wrap;
}
.more-news .more-news-wrapper .news-item .news-content .news-cat {
  color: var(--wp--preset--color--brand);
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
.more-news .more-news-wrapper .news-item .news-content time {
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.more-news.theme-dark {
  background: var(--wp--preset--color--brand);
}
.more-news.theme-dark h2 {
  color: #ffffff;
  font-weight: normal;
}
.more-news.theme-dark .more-news-wrapper {
  color: #ffffff;
}
.more-news.theme-dark .more-news-wrapper .news-item {
  color: #ffffff;
}
.more-news.theme-dark .more-news-wrapper .news-item time, .more-news.theme-dark .more-news-wrapper .news-item h3, .more-news.theme-dark .more-news-wrapper .news-item .news-cat {
  color: #ffffff;
}

body.singular .feat-image {
  width: 100%;
}
body.singular .feat-image img {
  width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.logos-wrapper {
  background: white;
}
.logos-wrapper .wrap {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.logos-wrapper .slick-list {
  width: 100%;
}
.logos-wrapper .logos {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.logos-wrapper .logos .logo {
  display: block;
  border-right: 1px solid #eee;
}
.logos-wrapper .logos a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .logos-wrapper .logos a {
    padding: 0;
  }
}
.logos-wrapper .logos img {
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
}
.logos-wrapper .logos .nologo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .logos-wrapper .logos .nologo {
    padding: 0;
  }
}

.site-footer {
  background: var(--wp--preset--color--brand);
  font-size: 15px;
  font-weight: 500;
  padding: var(--wp--custom--layout--spacing-56) 0 var(--wp--custom--layout--spacing-40);
  position: relative;
  text-align: center;
}
.site-footer hr {
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
}
.site-footer .footer-links {
  text-align: left;
}
.site-footer .footer-links a {
  color: rgb(255, 255, 255);
}
.site-footer .footer-big-text {
  background: transparent url(../images/footer-big-text.svg) no-repeat 50% 0;
  background-size: contain;
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}
.site-footer .footer-ticker-wrapper {
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .site-footer .footer-ticker-wrapper {
    padding: 48px 0;
  }
}
.site-footer .ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-left 120s linear infinite;
}
.site-footer .ticker-text {
  /* No padding between items */
  margin: 0;
  font-size: 200px;
  color: white;
  font-family: "DIN Pro", sans-serif;
  line-height: 120%;
}
@media (max-width: 991px) {
  .site-footer .ticker-text {
    font-size: 45px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-footer .footer-inner-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  color: #ffffff;
  text-align: left;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-footer .footer-inner-wrapper {
    display: none;
  }
}
.site-footer .footer-inner-wrapper.mobile {
  display: none;
}
@media (max-width: 991px) {
  .site-footer .footer-inner-wrapper.mobile {
    display: block;
  }
}
.site-footer .footer-inner-wrapper.mobile .accordion-item {
  padding-bottom: 20px;
}
.site-footer .footer-inner-wrapper.mobile .accordion-item.active .accordion-content {
  display: block;
}
.site-footer .footer-inner-wrapper.mobile .accordion-item.active .accordion-icon {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.site-footer .footer-inner-wrapper.mobile .accordion-header {
  background: transparent;
  border: 0;
  color: white;
  position: relative;
  padding: 0;
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
}
.site-footer .footer-inner-wrapper.mobile .accordion-header .accordion-icon {
  display: none;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../images/arrow-left-white.svg) no-repeat 50% 50%;
  position: relative;
  bottom: -4px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .site-footer .footer-inner-wrapper.mobile .accordion-header .accordion-icon {
    display: inline-block;
  }
}
.site-footer .footer-inner-wrapper.mobile .accordion-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0 0 10px 0;
  cursor: pointer;
  color: white;
}
.site-footer .footer-inner-wrapper.mobile .accordion-header h4 {
  margin: 0;
}
.site-footer .footer-inner-wrapper.mobile .accordion-content {
  display: none;
  padding-bottom: 1rem;
}
.site-footer .footer-inner-wrapper.mobile .accordion-content ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-inner-wrapper.mobile .accordion-content.active {
  display: block;
}
.site-footer .footer-inner-wrapper .col .inner {
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  font-size: 14px;
}
.site-footer .footer-inner-wrapper .col p {
  margin: 0 0 var(--wp--custom--layout--spacing-12) 0;
}
.site-footer .footer-inner-wrapper .col span {
  color: #ffffff;
}
.site-footer .footer-inner-wrapper .col ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-inner-wrapper .col a {
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .site-footer .footer-inner-wrapper .col {
    width: 100%;
  }
}
.site-footer .footer-inner-wrapper .col.first a {
  color: #ffffff;
}
.site-footer .footer-inner-wrapper .col.first a.external-link {
  position: relative;
}
.site-footer .footer-inner-wrapper .col.first a.external-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -4px;
}
.site-footer .footer-inner-wrapper .col.first span.arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  left: 0px;
  margin-right: 2px;
  transform: rotate(-45deg);
  background: transparent url(../images/arrow_forward-white.svg) no-repeat 0 0;
  background-size: cover;
}
.site-footer .footer-inner-wrapper .col.last span {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
}
.site-footer .footer-inner-wrapper .col.last a.btn {
  margin-top: 12px;
}
.site-footer .footer-inner-wrapper .btn-wrapper {
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-inner-wrapper .btn-wrapper .icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}
.site-footer .footer-inner-wrapper .btn-wrapper .icon.tel {
  background: transparent url(../images/tel.png) no-repeat 50% 50%;
}
.site-footer .footer-inner-wrapper .btn-wrapper .icon.email {
  background: transparent url(../images/tel.png) no-repeat 50% 50%;
}
.site-footer .footer-inner-wrapper .somes {
  display: flex;
  gap: 8px;
  margin-top: 36px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .site-footer .footer-inner-wrapper .somes {
    margin-bottom: 20px;
  }
}
.site-footer .footer-inner-wrapper .somes a {
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-inner-wrapper .somes a.fb {
  background: var(--wp--preset--color--brand-secondary) url(../images/fb.svg) no-repeat 50% 50%;
}
.site-footer .footer-inner-wrapper .somes a.x {
  background: var(--wp--preset--color--brand-secondary) url(../images/x.svg) no-repeat 50% 50%;
  background-size: 17px;
}
.site-footer .footer-inner-wrapper .somes a.insta {
  background: var(--wp--preset--color--brand-secondary) url(../images/insta.svg) no-repeat 50% 50%;
  background-size: 17px;
}
.site-footer .footer-inner-wrapper form {
  margin-top: 20px;
}
.site-footer .footer-inner-wrapper form input {
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  outline: none;
}
.site-footer .footer-inner-wrapper form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.ranking-and-stats {
  background: var(--wp--preset--color--brand);
  max-width: 100% !important;
  margin: 0 !important;
  padding: var(--wp--custom--layout--spacing-96) 0;
}
@media (max-width: 768px) {
  .ranking-and-stats {
    padding: var(--wp--custom--layout--spacing-56) 0;
  }
}
.ranking-and-stats .wrapper {
  display: flex;
  gap: var(--wp--custom--layout--spacing-64);
}
@media (max-width: 992px) {
  .ranking-and-stats .wrapper {
    flex-wrap: wrap;
    gap: var(--wp--custom--layout--spacing-48);
  }
}
.ranking-and-stats .wrapper .col {
  width: calc(50% - 32px);
}
@media (max-width: 992px) {
  .ranking-and-stats .wrapper .col {
    width: 100%;
  }
}
.ranking-and-stats .wrapper h2, .ranking-and-stats .wrapper h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  margin: 0 0 var(--wp--custom--layout--spacing-24) 0;
  line-height: 100%;
}
.ranking-and-stats .wrapper .tooltip::after, .ranking-and-stats .wrapper .tooltip::before {
  left: 12px;
}
.ranking-and-stats .wrapper table {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.ranking-and-stats .wrapper table th {
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding: 0px 6px 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.ranking-and-stats .wrapper table th:nth-child(1) {
  width: 55px;
  max-width: 55px;
}
.ranking-and-stats .wrapper table th:nth-child(2) {
  min-width: 150px;
}
@media (max-width: 767px) {
  .ranking-and-stats .wrapper table th:nth-child(2) {
    min-width: 120px;
  }
}
.ranking-and-stats .wrapper table td {
  width: 10%;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.ranking-and-stats .wrapper table td:nth-child(1) {
  width: 55px;
  max-width: 55px;
}
.ranking-and-stats .wrapper table td:nth-child(2) {
  min-width: 150px;
}
@media (max-width: 767px) {
  .ranking-and-stats .wrapper table td:nth-child(2) {
    min-width: 120px;
  }
}
.ranking-and-stats .wrapper table td:nth-child(2) {
  font-weight: 700;
}
.ranking-and-stats .wrapper table td span {
  margin-right: 10px;
  margin-bottom: -5px;
}
.ranking-and-stats .wrapper table tr:nth-child(13) td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ranking-and-stats .wrapper table tr.HIFK td {
  background: var(--wp--preset--color--brand-secondary);
}
.ranking-and-stats .wrapper table .teamlogo {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.stats-wrapper {
  background: #c8102e;
}
.stats-wrapper nav {
  color: #ffffff;
  margin: 0 0 var(--wp--custom--layout--spacing-24) 0;
}
.stats-wrapper nav a {
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 10px;
}
.stats-wrapper nav a:first-child {
  margin-left: 0;
}
.stats-wrapper nav a.active {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.stats-wrapper .player {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
  color: white;
}
.stats-wrapper .player picture {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 0 0 0 4px;
}
.stats-wrapper .player picture img {
  max-width: 120px;
  position: absolute;
  left: -28px;
  top: 5px;
}
.stats-wrapper .player h3 {
  color: white;
  z-index: 2;
  margin: 0;
}
.stats-wrapper .player p {
  padding: 0px 0 0 10px;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.stats-wrapper .player .points {
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding-right: var(--wp--custom--layout--spacing-12);
}
.stats-wrapper .background-color {
  background-color: #DA1A32;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
}
.stats-wrapper h4 {
  color: white;
  z-index: 2;
  margin: 0;
}
.stats-wrapper .stat-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: white;
}
.stats-wrapper .stats {
  display: none;
}
.stats-wrapper .stats.active {
  display: block;
}

.news-carousel {
  overflow: hidden;
  max-width: 100% !important;
  margin: 0 !important;
  padding: var(--wp--custom--layout--spacing-96) 0 var(--wp--custom--layout--spacing-56) 0;
}
@media (max-width: 768px) {
  .news-carousel {
    padding: var(--wp--custom--layout--spacing-56) 0;
  }
}
.news-carousel .wrap {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0;
}
@media (min-width: 1640px) {
  .news-carousel .wrap {
    /* hack to pull content to right */
    /*margin-left: calc((100vw - 1640px) / 2);
    margin-right: 0;
    max-width: calc((100vw - (100vw - 1640px) / 2));
    */
  }
}
.news-carousel .wrap h2 {
  margin: 0 auto var(--wp--custom--layout--spacing-48) auto;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "din-condensed", sans-serif;
  letter-spacing: -0.05em;
  font-size: var(--wp--preset--font-size--headline-xl);
  max-width: var(--wp--custom--layout--wide);
  padding: 0 var(--wp--custom--layout--wrap);
}
@media (max-width: 767px) {
  .news-carousel .wrap h2 {
    margin: 0 0 var(--wp--custom--layout--spacing-48) 0;
    padding: 0 var(--wp--custom--layout--wrap-mobile);
  }
}
.news-carousel .carousel-wrapper.first-slide-active {
  padding-left: calc((100vw - 1660px) / 2);
  transition: padding-left 0s ease;
}
.news-carousel .news-item {
  margin-right: var(--wp--custom--layout--spacing-24) !important;
  padding-bottom: 50px;
  max-width: 390px;
}
.news-carousel .news-item picture {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  margin-bottom: var(--wp--custom--layout--spacing-24);
}
.news-carousel .news-item picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-carousel .news-item .title {
  color: var(--wp--preset--color--primary);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-size: 24px;
  line-height: 100%; /* 25px */
  margin: 0;
}
.news-carousel .news-item time {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  font-size: 16px;
  margin-top: 28px;
  /*&:after {
  	display: block;
  	content: "";
  	width: 20px;
  	height: 20px;
  	background: transparent url(../images/arrow_forward.svg) no-repeat center center;
  	transform: rotate(-45deg);
  	position: absolute;
  	right: 0;
  	top: 5px;
  }*/
}
.news-carousel .news-item a {
  color: var(--wp--preset--color--primary);
}
.news-carousel .slick-list {
  padding: 0 10% 0 var(--wp--custom--layout--wrap) !important;
}
@media (max-width: 768px) {
  .news-carousel .slick-list {
    padding: 0 10% 0 var(--wp--custom--layout--wrap-mobile) !important;
  }
}
.news-carousel .arrows-bar {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: var(--wp--custom--layout--spacing-32) auto 0 auto;
  max-width: var(--wp--custom--layout--wide);
  padding-left: var(--wp--custom--layout--spacing-56);
}
@media (max-width: 767px) {
  .news-carousel .arrows-bar {
    margin-left: 0;
    padding-left: var(--wp--custom--layout--wrap-mobile);
  }
}
.news-carousel .arrows-bar .prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  transform: rotate(180deg);
  cursor: pointer;
  background: transparent url(../images/arrow-forward-new-black.svg) no-repeat center center;
}
.news-carousel .arrows-bar .prev.slick-disabled {
  opacity: 0.5;
}
.news-carousel .arrows-bar .next {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent url(../images/arrow-forward-new-black.svg) no-repeat center center;
}
.news-carousel .arrows-bar .next.slick-disabled {
  opacity: 0.5;
}
.news-carousel .progress {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 1px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.news-carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.home .entry-header {
  display: none;
}

body.post-type-archive-ottelut .calendar-headers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: var(--wp--custom--layout--spacing-48);
}
body.post-type-archive-ottelut .calendar-headers .title-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 990px) {
  body.post-type-archive-ottelut .calendar-headers {
    flex-wrap: wrap;
  }
}
body.post-type-archive-ottelut .calendar-headers .kotivieras {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-style: normal;
  line-height: 26px; /* 185.714% */
  letter-spacing: -0.35px;
  align-items: center;
}
@media (max-width: 767px) {
  body.post-type-archive-ottelut .calendar-headers .kotivieras {
    flex-wrap: wrap;
    max-width: 61px;
    gap: 0;
  }
}
body.post-type-archive-ottelut .calendar-headers .kotivieras span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
body.post-type-archive-ottelut .calendar-headers .kotivieras span.red {
  background: var(--wp--preset--color--brand);
}
body.post-type-archive-ottelut .calendar-headers .kotivieras span.blue {
  background: var(--wp--preset--color--primary);
}
body.post-type-archive-ottelut .calendar-title {
  font-size: 32px;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -0.8px;
  line-height: 1em;
}
@media (max-width: 767px) {
  body.post-type-archive-ottelut .calendar-title {
    margin-right: 10px;
  }
}
body.post-type-archive-ottelut .calendar-title span {
  font-weight: 300;
  font-family: "din-condensed", sans-serif;
  line-height: 125%; /* 40px */
}
body.post-type-archive-ottelut .cal-arrows {
  display: flex;
}
body.post-type-archive-ottelut .calendar-nav-prev a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: transparent url(../images/gg_arrow-right.svg) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  margin-right: 5px;
}
body.post-type-archive-ottelut .calendar-nav-next a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: transparent url(../images/gg_arrow-right.svg) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  transform: rotate(180deg);
}
body.post-type-archive-ottelut .calendar-container {
  width: 100%;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 equal columns */
  gap: var(--wp--custom--layout--spacing-24);
  font-family: "DIN Pro", sans-serif;
  margin-bottom: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.post-type-archive-ottelut .calendar-container .calendar-grid {
    display: none;
  }
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .daynumber {
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: var(--wp--custom--layout--spacing-12);
  position: relative;
  z-index: 1;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .day-name {
  min-height: auto;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: -20px;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .inner-wrapper {
  height: 100%;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .inner-wrapper.has-theme {
  overflow: hidden;
  position: relative;
  border-bottom: 0;
  background-size: cover;
  background-position: center center;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .inner-wrapper.has-theme:after {
  background: var(--wp--preset--color--brand);
  opacity: 0.8;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .adjacent-month .inner-wrapper, body.post-type-archive-ottelut .calendar-container .calendar-grid .current-month .inner-wrapper {
  padding: var(--wp--custom--layout--spacing-12);
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .adjacent-month .inner-wrapper.away, body.post-type-archive-ottelut .calendar-container .calendar-grid .current-month .inner-wrapper.away {
  background-color: var(--wp--preset--color--primary);
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .adjacent-month .inner-wrapper.home, body.post-type-archive-ottelut .calendar-container .calendar-grid .current-month .inner-wrapper.home {
  background-color: var(--wp--preset--color--brand);
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .no-event {
  border-top: 1px solid #E8E8E8;
  min-height: 192px;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event {
  background: var(--wp--preset--color--primary);
  color: white;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event a {
  color: white;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .daynumber {
  padding: 0;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event {
  position: relative;
  z-index: 1;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event .event-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event .event-item img {
  max-height: 65px;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event .event-item .time {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 6px;
  width: 100%;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event .event-item .time span {
  font-size: 24px;
  font-family: "DIN Pro", sans-serif;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .calendar-event .event-item .theme-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  text-align: center;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .event-bottom {
  margin-top: 10px;
  padding: 0 var(--wp--custom--layout--spacing-12);
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .event-bottom > :only-child {
  margin: 0 auto; /* centers horizontally */
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .event-bottom > *:not(:last-child)::after {
  content: "";
  margin-left: 0;
  position: absolute;
  top: 3px;
  left: 50%;
  color: #fff;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  max-height: 20px;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .event-bottom .tickets a {
  background: transparent url(../images/ion_ticket-outline.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
body.post-type-archive-ottelut .calendar-container .calendar-grid .has-event .event-bottom .rink a {
  background: transparent url(../images/rink.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
body.post-type-archive-ottelut .games-list .game-item {
  display: flex;
  width: 100%;
  gap: 0 var(--wp--custom--layout--spacing-24);
  border-bottom: 1px solid #E8E8E8;
  padding: var(--wp--custom--layout--spacing-24) 0 var(--wp--custom--layout--spacing-12);
  align-items: center;
  justify-content: space-between;
}
body.post-type-archive-ottelut .games-list .game-item picture {
  display: flex;
  align-items: center;
}
body.post-type-archive-ottelut .games-list .game-item picture img {
  max-width: 60px;
  object-fit: cover;
  width: 60px;
  height: 60px;
}
body.post-type-archive-ottelut .games-list .game-item h3 {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 0;
}
body.post-type-archive-ottelut .games-list .game-item p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  body.post-type-archive-ottelut .archive-header {
    padding-bottom: 0;
  }
}
body.post-type-archive-ottelut .archive-header .subtitle {
  font-family: "din-condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 600px) {
  body.post-type-archive-ottelut .calendar-grid {
    grid-template-columns: auto;
  }
  body.post-type-archive-ottelut .no-event {
    display: none;
  }
}
body.post-type-archive-ottelut .site-main {
  max-width: 100% !important;
}
body.post-type-archive-ottelut .tabs-header {
  padding: var(--wp--custom--layout--spacing-48) 0;
  background: var(--wp--preset--color--brand);
  color: #ffffff;
}
@media (max-width: 990px) {
  body.post-type-archive-ottelut .tabs-header {
    display: none;
  }
}
body.post-type-archive-ottelut .tabs-header .tab-header a {
  padding: 10px 25px 10px 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  display: block;
}
body.post-type-archive-ottelut .tabs-header .tab-header.active a {
  color: var(--wp--preset--color--primary);
}

body.archive .site-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
}

body.single-ottelut .site-inner {
  padding-top: 0;
}

.download-games-ics {
  margin-left: auto;
  display: block;
  width: 48px;
  height: 48px;
  background: transparent url(../images/lataaottelut.svg) no-repeat center center;
  background-size: 32px 32px;
  border-radius: 8px;
  border: 1px solid #eee;
  /*&:after {
  	content:"";
  	display: inline-block;
  	width: 16px;
  	height: 16px;
  	margin-left: 10px;
  	background: transparent url(../images/calendar.svg) no-repeat center center;
  	background-size: cover;
  	position: relative;
  	top: 3px;
  }*/
}
@media (max-width: 990px) {
  .download-games-ics {
    width: 100%;
    padding: var(--wp--custom--layout--spacing-12) 0 0 var(--wp--custom--layout--spacing-12);
    font-size: 14px;
    font-weight: 700;
    background-position: calc(100% - 12px) center;
    background-size: 25px 25px;
    margin-top: 20px;
  }
}

.tab-content#list .kotivieras .download-games-ics {
  display: none;
}
@media (min-width: 990px) {
  .tab-content#list .kotivieras .download-games-ics {
    display: block;
  }
}
@media (min-width: 990px) {
  .tab-content#list .download-games-ics {
    display: none;
  }
}

.tabs-header {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
  margin-bottom: 0px;
  color: var(--wp--preset--color--primary);
  width: 100%;
}
@media (max-width: 530px) {
  .tabs-header {
    min-width: 800px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .tabs-header {
    min-width: auto;
  }
}
.tabs-header .wrap {
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  align-items: center;
}
.tabs-header .tab-header a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  background: transparent;
  display: inline-block;
}
.tabs-header .tab-header a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.tabs-header .tab-header a span.icon-calendar {
  background: transparent url(../images/icon-calendar-white.svg) no-repeat 0 0;
  background-size: cover;
}
.tabs-header .tab-header a span.icon-list {
  background: transparent url(../images/icon-list-white.svg) no-repeat 0 0;
  background-size: cover;
}
.tabs-header .tab-header.active a {
  background: white;
  color: var(--wp--preset--color--primary);
}
.tabs-header .tab-header.active a span.icon-calendar {
  background: transparent url(../images/icon-calendar-blue.svg) no-repeat 0 0;
  background-size: cover;
}
.tabs-header .tab-header.active a span.icon-list {
  background: transparent url(../images/icon-list-blue.svg) no-repeat 0 0;
  background-size: cover;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.sub-tab-content {
  display: none;
}
.sub-tab-content.active {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tab-content#list {
    display: block;
  }
}

@media (max-width: 991px) {
  .tab-content#calendar {
    display: none;
  }
}

/*.ottelut-tabs {
	@include media("<medium") {
		display: none;
	}
}*/
.mobile-months {
  background: var(--wp--preset--color--brand);
  width: 100%;
}
@media (min-width: 993px) {
  .mobile-months {
    display: none;
  }
}
.mobile-months .wrap {
  overflow-x: auto;
}
.mobile-months .months {
  display: flex;
  gap: 10px;
}
.mobile-months a {
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  color: rgba(255, 255, 255, 0.75);
}

.mobile-calendar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  /*@include media(">tablet") {
  	display: none;
  }*/
}
@media (max-width: 991px) {
  .mobile-calendar {
    gap: var(--wp--custom--layout--spacing-12);
  }
}
.mobile-calendar .event {
  padding: var(--wp--custom--layout--spacing-24);
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  background: var(--wp--preset--color--primary);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-calendar .event.adjacent-month {
  display: none;
}
.mobile-calendar .event.team-hifk {
  background: var(--wp--preset--color--brand);
}
.mobile-calendar .event.has-theme {
  overflow: hidden;
  position: relative;
  border-bottom: 0;
  background-position: center center;
  background-size: cover;
}
.mobile-calendar .event.has-theme:after {
  background: var(--wp--preset--color--brand);
  opacity: 0.8;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .mobile-calendar .event {
    flex-wrap: wrap;
  }
}
.mobile-calendar .event .top {
  width: 100%;
  text-align: center;
  color: white;
  font-family: "din-condensed", sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .mobile-calendar .event .top {
    display: flex;
    gap: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
    align-items: center;
    flex-wrap: wrap;
  }
}
.mobile-calendar .event .top .theme-name {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  font-family: "DIN Pro", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media (min-width: 993px) {
  .mobile-calendar .event .top .theme-name {
    max-width: 20vw;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .mobile-calendar .event .top .theme-name {
    text-align: center;
    margin-bottom: var(--wp--custom--layout--spacing-12);
  }
}
.mobile-calendar .event .top > div {
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -3px;
  font-size: 30px;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .top > div {
    font-size: 36px;
  }
}
.mobile-calendar .event .top span {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 15px;
}
.mobile-calendar .event .middle {
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  gap: var(--wp--custom--layout--spacing-12);
  position: relative;
  z-index: 1;
}
.mobile-calendar .event .middle .home-team {
  text-align: center;
  min-width: 130px;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .middle .home-team {
    min-width: 180px;
  }
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .home-team {
    display: flex;
    gap: var(--wp--custom--layout--spacing-12);
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .mobile-calendar .event .middle .home-team {
    min-width: 130px;
  }
}
.mobile-calendar .event .middle .home-team h3 {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .middle .home-team h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: -0.9px;
  }
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .home-team h3 {
    order: 1;
  }
}
@media (max-width: 991px) {
  .mobile-calendar .event .middle .home-team h3 {
    margin: 12px 0 0 0;
  }
}
.mobile-calendar .event .middle .home-team img {
  max-width: 40px;
  margin: auto;
}
@media (max-width: 1300px) {
  .mobile-calendar .event .middle .home-team img {
    max-width: 50px;
  }
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .home-team img {
    order: 2;
    margin: auto 0;
  }
}
.mobile-calendar .event .middle .away-team {
  text-align: center;
  min-width: 130px;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .middle .away-team {
    min-width: 180px;
  }
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .away-team {
    display: flex;
    gap: var(--wp--custom--layout--spacing-12);
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .mobile-calendar .event .middle .away-team {
    min-width: 130px;
  }
}
.mobile-calendar .event .middle .away-team h3 {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .middle .away-team h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: -0.9px;
  }
}
@media (max-width: 991px) {
  .mobile-calendar .event .middle .away-team h3 {
    margin: 12px 0 0 0;
  }
}
.mobile-calendar .event .middle .away-team img {
  max-width: 40px;
  margin: auto;
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .away-team img {
    margin: auto 0;
  }
}
@media (max-width: 1300px) {
  .mobile-calendar .event .middle .away-team img {
    max-width: 50px;
  }
}
.mobile-calendar .event .middle .game-time-hours {
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-width: 65px;
  justify-content: center;
}
@media (min-width: 993px) {
  .mobile-calendar .event .middle .game-time-hours {
    min-width: 85px;
    justify-content: center;
    align-items: center;
  }
}
.mobile-calendar .event .middle .game-time-hours h2 {
  margin: 0;
  font-size: 40px;
  font-family: "din-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
  letter-spacing: -1.2px;
}
@media (min-width: 1300px) {
  .mobile-calendar .event .middle .game-time-hours h2 {
    font-size: 48px;
  }
}
.mobile-calendar .event .bottom {
  width: 100%;
  text-align: center;
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .mobile-calendar .event .bottom {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .mobile-calendar .event .bottom {
    padding-top: var(--wp--custom--layout--spacing-12);
  }
}
.mobile-calendar .event .bottom a {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: white;
  padding: 8px var(--wp--custom--layout--spacing-24);
  display: inline-block;
  max-width: 180px;
}
@media (max-width: 991px) {
  .mobile-calendar .event .bottom a {
    min-width: 115px;
  }
}
.mobile-calendar .event .bottom a.btn-blue {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: none;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--primary);
}
.mobile-calendar .event .bottom a.btn-outline-white {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: none;
  font-weight: 600;
}

nav.sub-tabs-header {
  font-family: "DIN Pro", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  gap: 0;
  margin: var(--wp--custom--layout--spacing-56) auto var(--wp--custom--layout--spacing-56) auto;
  background: #F2F5F8;
  padding: 4px;
  border-radius: 8px;
}
nav.sub-tabs-header .tab-header {
  /*&:first-child {
  	.sub-tab {
  		border-radius: 8px 0 0 8px;
  		border-right: 0;

  	}
  }
  &:last-child {
  	.sub-tab {
  		border-radius: 0px 8px 8px 0;
  		color: $color-dark;
  		border-left: 0;
  	}
  }*/
}
nav.sub-tabs-header .tab-header .sub-tab {
  color: var(--wp--preset--color--primary);
  display: flex;
  justify-content: center;
  font-size: 20px;
}
nav.sub-tabs-header .tab-header .sub-tab {
  padding: 8px var(--wp--custom--layout--spacing-24);
  border-radius: 0px;
}
nav.sub-tabs-header .tab-header .sub-tab a {
  font-size: 20px;
}
nav.sub-tabs-header .tab-header .sub-tab.active {
  background: var(--wp--preset--color--brand);
  color: #ffffff;
}

body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header {
  background: white;
  border: 1px solid #F2F5F8;
  padding: 0;
}
body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header:nth-child(2), body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header:nth-child(3) {
  border-right: 1px solid #F2F5F8;
}
body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header .sub-tab {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header .sub-tab {
    font-size: 12px;
    padding: 8px 14px;
  }
}
body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header:first-child .sub-tab {
  border-radius: 8px 0 0 8px;
}
body.single.post-type-ottelut .tab-content#kokoonpanot .sub-tabs-header .tab-header:last-child .sub-tab {
  border-radius: 0 8px 8px 0;
}
body.single.post-type-ottelut .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
  align-items: flex-start;
}
body.single.post-type-ottelut .wrapper h2 {
  width: 100%;
  font-family: "din-condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
body.single.post-type-ottelut .wrapper .sub-tab-content {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  /*&#kentta-2 {
  	.player.position-MV2 {
  		display: none;
  	}
  }*/
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper {
  width: 100%;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper {
    margin-bottom: 100px;
    margin-top: var(--wp--custom--layout--spacing-48);
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink {
  display: block;
  background: transparent url(../images/kaukalo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  min-height: 45vw;
  position: relative;
  max-width: 74vw;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink {
    background-size: 1198px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink {
    /*transform: rotate(90deg);
    transform-origin: center center;
    margin: 0;
    min-height: 45vw;
    */
    margin: 0;
    background: transparent url(../images/kaukalo-vert.png) no-repeat center center;
    background-size: contain;
    min-height: 184vw;
    max-width: none;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs {
  position: absolute;
  top: 20.7vw;
  transform: rotate(90deg);
  transform-origin: center center;
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-home {
  left: 1vw;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-home {
    top: 0;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-away {
  right: 1vw;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-away {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs {
    left: 50% !important;
    margin-left: -10px;
    transform: rotate(0deg);
    transform-origin: center center;
  }
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs {
    top: 281px;
  }
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-home {
    left: 20px;
  }
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .vs.vs-away {
    right: 20px;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player {
  position: absolute;
  display: block;
  max-width: 12vw;
  width: 12vw;
  margin-left: -6vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player {
    max-width: 130px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player {
    max-width: 25vw;
    width: 25vw;
    margin-left: -12.5vw;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name-jersey {
  text-align: center;
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name-jersey .player-jersey {
  width: 4vw;
  height: 4vw;
  margin: 0 auto;
  display: block;
  background: transparent url(../images/jersey-away.svg) no-repeat 0 0;
  background-size: contain;
  text-align: center;
  font-family: "DIN Pro", sans-serif;
  font-size: 1.9vw;
  letter-spacing: -0.7px;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name-jersey .player-jersey {
    width: 53px;
    height: 53px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name-jersey .player-jersey {
    font-size: 5.4vw;
    width: 11vw;
    height: 11vw;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name {
  font-family: "DIN Pro", sans-serif;
  font-size: 1.9vw;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name {
    font-size: 25px;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name span {
  color: rgba(8, 31, 63, 0.6);
  display: block;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player .player-name {
    font-size: 4.3vw;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VP {
  top: 8.6vw;
  right: 12vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VP {
    top: 142px;
    right: 200px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VP {
    top: auto;
    left: 25%;
    bottom: 34vw;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-KH {
  top: 20vw;
  right: 23.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-KH {
    top: 262px;
    right: 387px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-KH {
    top: 107vw;
    left: 50%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OL {
  top: 4vw;
  right: 23.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OL {
    top: 55px;
    right: 387px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OL {
    top: 107vw;
    left: 85%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VL {
  top: 34vw;
  right: 23.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VL {
    top: 461px;
    right: 387px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-VL {
    top: 107vw;
    left: 15%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OP {
  top: 28.8vw;
  right: 12vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OP {
    top: 388px;
    right: 200px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-OP {
    top: auto;
    left: 75%;
    bottom: 34vw;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-P {
  bottom: 34vw;
  right: 12vw;
  left: auto;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-P {
    left: 75%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-P:first-child {
  top: 8.6vw;
  right: 12vw;
  left: auto;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-P:first-child {
    top: 342px;
    right: 200px;
  }
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-P {
    top: 142px;
    right: 200px;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV {
  top: 20vw;
  right: 0vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV {
    top: 258px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV {
    bottom: 7%;
    left: 50%;
    top: auto;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV2 {
  top: 20.5vw;
  left: auto;
  right: -234px;
  width: 220px;
  max-width: none;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV2 {
    top: 278px;
    right: -230px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV2 {
    bottom: -10vw;
    left: 50%;
    top: auto;
    margin-left: -110px;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV2 .player-name-jersey {
  text-align: left;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.position-MV2 .player-name-jersey {
    text-align: center;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-P {
  top: 34vw;
  left: 18vw;
  right: auto;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-P {
    left: 25%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-P:first-child {
  top: 8.6vw;
  left: 18vw;
  right: auto;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-P:first-child {
    top: 142px;
    right: 865px;
    left: auto;
  }
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-P {
    top: 142px;
    right: 865px;
    left: auto;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VP {
  top: 8.6vw;
  left: 18vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VP {
    top: 142px;
    left: auto;
    right: 865px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VP {
    top: 34vw;
    left: 75%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-KH {
  top: 20vw;
  left: 30.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-KH {
    top: 262px;
    left: auto;
    right: 675px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-KH {
    top: 64vw;
    left: 50%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OL {
  top: 34vw;
  left: 30.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OL {
    top: 461px;
    left: auto;
    right: 675px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OL {
    top: 64vw;
    left: 15%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VL {
  top: 4vw;
  left: 30.5vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VL {
    top: 55px;
    left: auto;
    right: 675px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-VL {
    top: 64vw;
    left: 85%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OP {
  top: 28.8vw;
  left: 18vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OP {
    top: 388px;
    left: auto;
    right: 865px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-OP {
    top: 34vw;
    left: 25%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV {
  top: 19.5vw;
  left: 7vw;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV {
    top: 258px;
    left: auto;
    right: 1040px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV {
    top: 50px;
    left: 50%;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV2 {
  top: 20vw;
  left: -176px;
  right: auto;
  width: 220px;
  max-width: none;
}
@media (min-width: 1500px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV2 {
    top: 278px;
    left: auto;
    right: 1205px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV2 {
    top: -10vw;
    left: 50%;
    margin-left: -110px;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV2 .player-name-jersey {
  text-align: right;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK.position-MV2 .player-name-jersey {
    text-align: center;
  }
}
body.single.post-type-ottelut .wrapper .sub-tab-content .roster-wrapper .rink .player.team-HIFK .player-name-jersey .player-jersey {
  background: transparent url(../images/jersey-hifk.svg) no-repeat 0 0;
  background-size: contain;
  color: white;
}
body.single.post-type-ottelut .wrapper .col {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-family: "din-condensed", sans-serif;
}
body.single.post-type-ottelut .wrapper .col .line-group-header {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.single.post-type-ottelut .wrapper .col .line-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--spacing-24);
  justify-content: center;
  margin-bottom: 50px;
  max-width: 1024px;
}
body.single.post-type-ottelut .wrapper .col .line-group.goalies {
  width: 100%;
}
body.single.post-type-ottelut .wrapper .col .player {
  width: calc(33.333% - 24px);
  background: var(--wp--preset--color--primary);
  font-family: "din-condensed", sans-serif;
}
@media (max-width: 1450px) {
  body.single.post-type-ottelut .wrapper .col .player {
    width: calc(33.3333% - 24px);
  }
}
@media (max-width: 968px) {
  body.single.post-type-ottelut .wrapper .col .player {
    width: calc(50% - 24px);
  }
}
@media (max-width: 568px) {
  body.single.post-type-ottelut .wrapper .col .player {
    width: 100%;
  }
}
body.single.post-type-ottelut .wrapper .col .player.HIFK {
  background: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .wrapper .col .player a, body.single.post-type-ottelut .wrapper .col .player > div {
  display: flex;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 23px 0 20px;
}
body.single.post-type-ottelut .wrapper .col .player a img, body.single.post-type-ottelut .wrapper .col .player > div img {
  max-width: 110px;
  height: auto;
  object-fit: cover;
  margin-top: -20px;
  margin-right: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
body.single.post-type-ottelut .wrapper .col .player a .player-name-jersey, body.single.post-type-ottelut .wrapper .col .player > div .player-name-jersey {
  padding-left: 110px;
  display: flex;
}
body.single.post-type-ottelut .wrapper .col .player a .player-jersey, body.single.post-type-ottelut .wrapper .col .player > div .player-jersey {
  font-size: 48px;
  line-height: 45px;
  font-weight: 900;
  margin-right: 5px;
  letter-spacing: -1.2px;
}
body.single.post-type-ottelut .wrapper .col .player a .player-name, body.single.post-type-ottelut .wrapper .col .player > div .player-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
  /*@media (max-width: 968px) {
  	font-size: 1vw;
  	line-height: 1.5vw;
  }*/
}
body.single.post-type-ottelut .wrapper .col .player a span, body.single.post-type-ottelut .wrapper .col .player > div span {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  padding: 0 0 0 17px;
  width: 33px;
  height: 33px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 calc(100% - 33px));
}
body.single.post-type-ottelut .wrapper .no-roster {
  padding-top: var(--wp--custom--layout--spacing-56);
  padding-bottom: var(--wp--custom--layout--spacing-56);
  width: 100%;
}
body.single.post-type-ottelut .wrapper .no-roster .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  margin-left: -235px;
  margin-top: -27px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 590px) {
  body.single.post-type-ottelut .wrapper .no-roster .text {
    width: calc(100% - 100px);
    margin-left: 0;
    left: 50px;
  }
}
body.single.post-type-ottelut .wrapper .no-roster .rink {
  display: block;
  background: transparent url(../images/kaukalo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  min-height: 45vw;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1330px) {
  body.single.post-type-ottelut .wrapper .no-roster .rink {
    background-size: 1198px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .wrapper .no-roster .rink {
    margin: 0;
    background: transparent url(../images/kaukalo-vert.png) no-repeat center center;
    background-size: contain;
    min-height: 184vw;
  }
}
body.single.post-type-ottelut .single-game-stats-wrapper {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
  padding: var(--wp--custom--layout--spacing-96) 0 var(--wp--custom--layout--spacing-56) 0;
}
@media (max-width: 992px) {
  body.single.post-type-ottelut .single-game-stats-wrapper {
    display: none;
  }
}
body.single.post-type-ottelut .single-game-stats-wrapper th {
  border-bottom: 1px solid rgb(238, 238, 238);
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  color: var(--wp--preset--color--primary);
}
body.single.post-type-ottelut .single-game-stats-wrapper tr.red td span {
  color: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .single-game-stats-wrapper tr.red td .bar .bar-item {
  background: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .single-game-stats-wrapper .bar {
  display: inline-block;
  background: #efefef;
  transform: skew(-43deg);
  height: 5px;
  width: calc(100% - 35px);
}
body.single.post-type-ottelut .single-game-stats-wrapper .bar-item {
  height: 5px;
  display: inline-block;
  transform: skew(0deg);
  background: var(--wp--preset--color--primary);
}
body.single.post-type-ottelut .single-game-stats-wrapper td {
  border-bottom: 1px solid rgb(238, 238, 238);
}
body.single.post-type-ottelut .single-game-stats-wrapper td span {
  font-family: "DIN Pro", sans-serif;
  font-size: 32px;
  width: 100%;
  display: block;
}
body.single.post-type-ottelut .single-game-stats-wrapper td img {
  max-width: 50px;
  padding: 32px 0;
}
body.single.post-type-ottelut .single-game-stats-wrapper .item {
  flex-grow: 1;
}
body.single.post-type-ottelut .single-game-stats-wrapper .item .header {
  font-size: 16px;
}
body.single.post-type-ottelut .single-game-stats-wrapper .item .single-game-stats-home {
  padding: var(--wp--custom--layout--spacing-32) 0 0 0;
  border-top: 1px solid var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .single-game-stats-wrapper .item .single-game-stats-away {
  padding: var(--wp--custom--layout--spacing-32) 0 0 0;
  border-top: 1px solid var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .single-game-stats-wrapper .item .inner p {
  font-size: 32px;
  font-family: "din-condensed", sans-serif;
  margin: 0;
}
body.single.post-type-ottelut .single-game-stats-wrapper .item .inner img {
  max-width: 50px;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats {
  display: none;
  padding: var(--wp--custom--layout--spacing-56) 0 var(--wp--custom--layout--spacing-56) 0;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 992px) {
  body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats {
    display: flex;
  }
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .stat-row {
  padding: 1rem 0;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .stat-title {
  margin-bottom: 0.5rem;
  text-align: center;
  margin-bottom: -26px;
  text-align: center;
  font-size: 14px;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .stat-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team span {
  width: 100%;
  text-align: center;
  font-family: "DIN Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team img {
  max-width: 55px;
  height: auto;
  margin: auto;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team .bar {
  width: 100% !important;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team.red .bar-item {
  background: var(--wp--preset--color--brand) !important;
}
body.single.post-type-ottelut .single-game-stats-wrapper.responsive-stats .team.red span {
  color: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .single-game-detailed-stats .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single.post-type-ottelut .single-game-detailed-stats .top .sub-tabs-header {
  margin: 0;
}
body.single.post-type-ottelut .single-game-detailed-stats .top .sub-tabs-header .tab-header a {
  border-radius: 8px;
}
body.single.post-type-ottelut .single-game-detailed-stats h3 {
  margin: 0;
  text-transform: uppercase;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
  padding: 50px 0 0 0;
  min-width: 800px;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table th {
  font-size: 20px;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-weight: 400;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table th:nth-child(2) {
  width: 200px;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table .tooltip:after, body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table .tooltip:before {
  left: 6px;
  text-transform: none;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table tr td {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
body.single.post-type-ottelut .single-game-detailed-stats table.single-game-detailed-stats-table tr:nth-child(even) td {
  background: rgba(8, 31, 63, 0.02);
}
body.single.post-type-ottelut .alumn-stars {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.single.post-type-ottelut .alumn-stars h3 {
  width: 100%;
}
body.single.post-type-ottelut .alumn-stars .inner {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.single.post-type-ottelut .alumn-stars .inner h5 {
  width: 100%;
  margin: 0;
}
body.single.post-type-ottelut .alumn-stars .inner .player-wrapper {
  width: calc(25% - 24px);
}
@media (max-width: 1450px) {
  body.single.post-type-ottelut .alumn-stars .inner .player-wrapper {
    width: calc(25% - 24px);
  }
}
@media (max-width: 968px) {
  body.single.post-type-ottelut .alumn-stars .inner .player-wrapper {
    width: calc(50% - 24px);
  }
}
@media (max-width: 550px) {
  body.single.post-type-ottelut .alumn-stars .inner .player-wrapper {
    width: 100%;
  }
}
body.single.post-type-ottelut .alumn-stars .inner .player-wrapper.red .player {
  background: var(--wp--preset--color--brand-secondary);
}
body.single.post-type-ottelut .alumn-stars .inner .player-wrapper > p {
  font-family: "din-condensed", sans-serif;
}
body.single.post-type-ottelut .alumn-stars .small-info {
  width: 100%;
  padding-left: 110px;
}
body.single.post-type-ottelut .alumn-stars .small-info p {
  margin: 0;
}
body.single.post-type-ottelut .alumn-stars .player {
  width: 100%;
  background: var(--wp--preset--color--primary);
  font-family: "din-condensed", sans-serif;
}
body.single.post-type-ottelut .alumn-stars .player.HIFK {
  background: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .alumn-stars .player a, body.single.post-type-ottelut .alumn-stars .player > div {
  display: flex;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 23px 0 20px;
  flex-wrap: wrap;
}
body.single.post-type-ottelut .alumn-stars .player a img, body.single.post-type-ottelut .alumn-stars .player > div img {
  max-width: 110px;
  height: auto;
  object-fit: cover;
  margin-top: -20px;
  margin-right: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
body.single.post-type-ottelut .alumn-stars .player a .player-name-jersey, body.single.post-type-ottelut .alumn-stars .player > div .player-name-jersey {
  padding-left: 110px;
  display: flex;
}
body.single.post-type-ottelut .alumn-stars .player a .player-jersey, body.single.post-type-ottelut .alumn-stars .player > div .player-jersey {
  font-size: 48px;
  line-height: 45px;
  font-weight: 900;
  margin-right: 5px;
  letter-spacing: -1.2px;
}
body.single.post-type-ottelut .alumn-stars .player a .player-name, body.single.post-type-ottelut .alumn-stars .player > div .player-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
  /*@media (max-width: 968px) {
  	font-size: 1vw;
  	line-height: 1.5vw;
  }*/
}
body.single.post-type-ottelut .alumn-stars .player a span, body.single.post-type-ottelut .alumn-stars .player > div span {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  padding: 0 0 0 17px;
  width: 33px;
  height: 33px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 calc(100% - 33px));
}
body.single.post-type-ottelut .single-game-detailed-stats {
  padding: 0 0 var(--wp--custom--layout--spacing-56) 0;
}
@media (max-width: 930px) {
  body.single.post-type-ottelut .single-game-detailed-stats .sub-tab-content.active {
    overflow-x: auto;
  }
}
body.single.post-type-ottelut .tilastot-header {
  padding-top: var(--wp--custom--layout--spacing-96);
  padding-bottom: var(--wp--custom--layout--spacing-64);
  text-align: center;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .tilastot-header {
    padding-top: var(--wp--custom--layout--spacing-56);
    padding-bottom: var(--wp--custom--layout--spacing-56);
  }
}
body.single.post-type-ottelut .tilastot-header h3 {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-style: normal;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__live {
  display: none;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats {
  max-width: 100%;
  margin: auto;
  padding-bottom: var(--wp--custom--layout--spacing-56);
}
@media (min-width: 1600px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats {
    max-width: 1500px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score {
    justify-content: space-between;
    gap: 0;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .team-logo {
  min-width: 140px;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .team-logo img {
  max-width: 100px;
  margin: auto;
}
@media (max-width: 600px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .team-logo img {
    max-width: 65px;
  }
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .team-logo {
    max-width: 140px;
    text-align: center;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .score {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-style: normal;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
  color: var(--wp--preset--color--primary);
  min-width: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .live-score .score {
    min-width: 50px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--custom--layout--spacing-24);
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names {
    gap: 10px;
    justify-content: space-between;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names .team-name {
  min-width: 140px;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names .team-name {
    min-width: 140px;
    text-align: center;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names h2 {
  font-size: 32px;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names .time {
  min-width: 120px;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__stats .team-names .time {
    min-width: 42px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game:after {
  content: " ";
  background: linear-gradient(to bottom, rgba(10, 13, 50, 0) 0%, #ffffff 100%);
  display: block;
  height: 170px;
  position: absolute;
  border: 0;
  bottom: 0;
  width: 100%;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game.open:after {
  display: none;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item {
    font-size: 16px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .left {
  text-align: right;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .left {
    padding-right: 10px;
    min-width: 100px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .columns {
  width: 100%;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .small-2 {
  min-width: 120px;
  width: 120px !important;
  text-align: center;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .small-2 {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    min-width: 75px;
    width: 75px !important;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .right {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game .hero__ticker__game__item .right {
    padding-left: 10px;
    min-width: 100px;
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item.team-HIFK .eventMarkup .goal-inner {
  background: var(--wp--preset--color--brand-secondary) !important;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item.team-HIFK .eventMarkup .goal {
  background: var(--wp--preset--color--brand);
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup {
  flex-grow: 1;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .gametime {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal {
  background: var(--wp--preset--color--primary);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  justify-content: center;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
  align-items: center;
  background: #031F46;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner img {
  max-width: var(--wp--custom--layout--spacing-32);
  width: var(--wp--custom--layout--spacing-32);
  height: auto;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner .goalscore {
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
  font-family: "DIN Pro", sans-serif;
  font-size: 40px;
  letter-spacing: -1px;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner .goalscore .home, body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner .goalscore .away {
  opacity: 0.5;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal .goal-inner img {
  opacity: 0.5;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal.home .goal-inner img:first-child {
  opacity: 1;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal.home .goalscore .home {
  font-weight: bold;
  opacity: 1;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal.away .goal-inner img:last-child {
  opacity: 1;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .goal.away .goalscore .away {
  font-weight: bold;
  opacity: 1;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem {
  display: flex;
  gap: var(--wp--custom--layout--spacing-48);
  align-items: center;
  padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-24);
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem {
    padding: var(--wp--custom--layout--spacing-12) var(--wp--custom--layout--spacing-12);
    gap: var(--wp--custom--layout--spacing-24);
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem .eventMarkupContent {
  display: flex;
  align-items: center;
  gap: var(--wp--custom--layout--spacing-48);
}
@media (max-width: 767px) {
  body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem .eventMarkupContent {
    gap: var(--wp--custom--layout--spacing-24);
  }
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem .eventMarkupContent b {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.4px;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem .eventMarkupContent .content {
  display: inline-block;
  font-size: 16px;
}
body.single.post-type-ottelut .live-game-detailed-stats .hero__ticker__game__new .hero__ticker__game__new__item .eventMarkup .eventMarkupItem .eventMarkupContent .eventMarkupContentLogo {
  max-width: var(--wp--custom--layout--spacing-32);
  display: inline-block;
}
body.single.post-type-ottelut .live-game-detailed-stats .buttons {
  margin-top: 20px;
  text-align: center;
}
body.single.post-type-ottelut .live-game-detailed-stats .buttons .more_less {
  display: none;
  border: 1px solid var(--wp--preset--color--black);
}

.single-game-attached-post {
  max-width: 1000px;
  margin: auto;
  padding-top: var(--wp--custom--layout--spacing-56);
  padding-bottom: var(--wp--custom--layout--spacing-56);
}
.single-game-attached-post .single-game-attached-post-content {
  padding-top: var(--wp--custom--layout--spacing-24);
}
.single-game-attached-post h2 {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}
.single-game-attached-post iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.single-player-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(60% 96% at 50% 50%, rgba(255, 18, 43, 0.8) 11.89%, rgba(200, 16, 46, 0.8) 100%), #C8102E;
  min-height: 100vh;
}
@media (max-width: 960px) {
  .single-player-hero {
    min-height: auto;
  }
  .single-player-hero .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-height: 580px;
    background: linear-gradient(0deg, rgb(200, 16, 46) 40%, rgba(0, 0, 0, 0) 80%);
  }
}
.single-player-hero .single-player-jersey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 125vh;
  line-height: 1;
  letter-spacing: -35px;
  white-space: nowrap;
  color: #CA142F;
  font-family: "Sablon Up Regular", sans-serif;
  z-index: 0;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 960px) {
  .single-player-hero .single-player-jersey {
    font-size: 100vw;
    letter-spacing: -25px;
    line-height: 100vw;
    top: 185px;
  }
}
.single-player-hero .inner-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 650px;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 960px) {
  .single-player-hero .inner-wrap {
    flex-wrap: wrap;
    height: auto;
  }
}
.single-player-hero .inner-wrap .all-players {
  display: block;
  padding-left: 30px;
  color: white;
  position: absolute;
  top: 160px;
  left: 0;
  font-family: "DIN Pro", sans-serif;
  letter-spacing: 0.4px;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 768px) {
  .single-player-hero .inner-wrap .all-players {
    padding: 8px 12px 8px 22px;
    font-size: 12px;
    top: 120px;
  }
}
.single-player-hero .inner-wrap .all-players:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  background: transparent url(../images/arrow-left-white.svg) no-repeat center center;
  background-size: 9px;
  width: 9px;
  height: 9px;
  display: block;
}
@media (max-width: 768px) {
  .single-player-hero .inner-wrap .all-players:before {
    background-size: 6px;
    top: 11px;
    left: 8px;
  }
}
.single-player-hero .inner-wrap .all-players:hover:before {
  background: transparent url(../images/arrow-left-black.svg) no-repeat center center;
  background-size: 9px;
}
.single-player-hero .inner-wrap .player-hero-image {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 60px;
  width: 45%;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .single-player-hero .inner-wrap .player-hero-image {
    width: 100%;
    order: 1;
    padding-left: var(--wp--custom--layout--wrap-mobile);
    padding-right: var(--wp--custom--layout--wrap-mobile);
    padding-top: 180px;
    min-height: 131vw;
    /*&:after {
    	content: "";
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	z-index: 1;
    	left: 0;
    	bottom: 0;
    	background: linear-gradient(0deg,rgba(200, 16, 46, 1) 0%, rgba(0, 0, 0, 0) 30%);
    }*/
    position: relative;
  }
}
@media (max-width: 768px) {
  .single-player-hero .inner-wrap .player-hero-image {
    min-height: 143.5vw;
  }
}
.single-player-hero .inner-wrap .player-hero-image img {
  object-fit: contain;
  object-position: bottom;
  height: 100%;
  margin-bottom: -90px;
  max-width: 615px;
}
@media (max-width: 960px) {
  .single-player-hero .inner-wrap .player-hero-image img {
    object-fit: contain;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .single-player-hero .inner-wrap .player-hero-image img {
    margin-bottom: 0px;
  }
}
.single-player-hero .inner-wrap .player-hero-content {
  color: white;
  position: relative;
  z-index: 2;
  padding: 0 0 80px 0;
  width: 65%;
}
@media (max-width: 960px) {
  .single-player-hero .inner-wrap .player-hero-content {
    width: 100%;
    order: 2;
    margin-top: -120px;
    padding: 0 0 56px 0;
  }
}
.single-player-hero .inner-wrap .player-hero-content h4, .single-player-hero .inner-wrap .player-hero-content h1 {
  font-family: "DIN Pro", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.single-player-hero .inner-wrap .player-hero-content h4 {
  letter-spacing: -0.9px;
  font-size: var(--wp--preset--font-size--headline-m);
}
.single-player-hero .inner-wrap .player-hero-content h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 100%;
  letter-spacing: -3.2px;
}
@media (max-width: 960px) {
  .single-player-hero .inner-wrap .player-hero-content h1 {
    font-size: clamp(4rem, 15vw, 8rem);
  }
}
.single-player-hero .inner-wrap .player-hero-content p {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
}
.single-player-hero .inner-wrap .player-hero-content .player-hero-content-main {
  display: flex;
}
.single-player-hero .inner-wrap .player-hero-content .player-hero-content-main .content-item {
  display: inline-block;
  font-size: 72px;
  line-height: 100%;
  font-weight: 300;
  font-family: "din-condensed", sans-serif;
  letter-spacing: -7.2px;
  margin-right: var(--wp--custom--layout--spacing-48);
}
.single-player-hero .inner-wrap .player-hero-content .player-hero-content-main .content-item:last-child {
  margin-right: 0;
}
.single-player-hero .inner-wrap .player-hero-content .player-hero-content-main .content-item span {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.35px;
  display: block;
  margin-bottom: 5px;
}

.single-player-content .inner-wrap {
  display: flex;
  padding: var(--wp--custom--layout--spacing-96) 0;
  gap: var(--wp--custom--layout--spacing-96);
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .single-player-content .inner-wrap {
    gap: var(--wp--custom--layout--spacing-24);
    flex-wrap: wrap;
    padding: var(--wp--custom--layout--spacing-48) 0;
  }
}
.single-player-content .inner-wrap .side-full {
  width: 100%;
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  flex-wrap: wrap;
}
.single-player-content .inner-wrap .side-full div {
  font-size: 16px;
  width: calc(25% - 18px);
}
@media (max-width: 768px) {
  .single-player-content .inner-wrap .side-full div {
    width: calc(50% - 12px);
  }
}
.single-player-content .inner-wrap .side-full div h6 {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  font-size: 20px;
}
.single-player-content .inner-wrap .maincol {
  width: calc(60% - 96px);
}
@media (max-width: 992px) {
  .single-player-content .inner-wrap .maincol {
    width: 100%;
  }
}
.single-player-content .inner-wrap .maincol p {
  margin-top: 0;
  font-size: 24px;
  line-height: 125%;
}
.single-player-content .inner-wrap .maincol .maincol-text {
  position: relative;
  z-index: 2;
}
.single-player-content .inner-wrap .maincol .maincol-text .wholetext {
  display: none;
}
.single-player-content .inner-wrap .maincol .maincol-text.active .wholetext {
  display: block;
}
.single-player-content .inner-wrap .maincol .maincol-text.active .pretext {
  display: none;
}
.single-player-content .inner-wrap .maincol .readmore a {
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 21px;
  padding-right: 20px;
}
.single-player-content .inner-wrap .maincol .readmore .less {
  display: none;
}
.single-player-content .inner-wrap .maincol .readmore .less:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  top: -1px;
  right: -6px;
  position: relative;
  z-index: 1;
  background: transparent url(../images/minus-blue.svg) no-repeat center center;
  background-size: 9px;
}
.single-player-content .inner-wrap .maincol .readmore .more:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  top: -1px;
  right: -6px;
  position: relative;
  z-index: 1;
  background: transparent url(../images/plus-blue.svg) no-repeat center center;
  background-size: 9px;
}
.single-player-content .inner-wrap .maincol .readmore.active .more {
  display: none;
}
.single-player-content .inner-wrap .maincol .readmore.active .less {
  display: block;
}
.single-player-content .inner-wrap .side {
  display: flex;
  gap: var(--wp--custom--layout--spacing-24);
  flex-wrap: wrap;
  min-width: 280px;
  width: 40%;
}
@media (max-width: 992px) {
  .single-player-content .inner-wrap .side {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .single-player-content .inner-wrap .side {
    width: 100%;
  }
}
.single-player-content .inner-wrap .side iframe {
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 4px;
  max-width: 480px;
}
.single-player-content .inner-wrap .side img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
}
.single-player-content .inner-wrap .side div {
  width: calc(50% - 12px);
  font-size: 16px;
}
.single-player-content .inner-wrap .side h6 {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  font-size: 20px;
}
.single-player-content .inner-wrap .side h3 {
  margin-bottom: 0px !important;
  width: 100%;
}
@media (max-width: 992px) {
  .single-player-content .inner-wrap.video {
    gap: var(--wp--custom--layout--spacing-48);
  }
  .single-player-content .inner-wrap.video .maincol {
    width: 100%;
  }
}
.single-player-content .inner-wrap.video .side {
  gap: var(--wp--custom--layout--spacing-24);
}
@media (max-width: 992px) {
  .single-player-content .inner-wrap.video .side-full {
    gap: var(--wp--custom--layout--spacing-24);
  }
}

.single-player-stats {
  width: 100%;
  background: var(--wp--preset--color--brand);
  padding: var(--wp--custom--layout--spacing-96) 0;
}
.single-player-stats .wrap h2, .single-player-stats .wrap h3, .single-player-stats .wrap h4, .single-player-stats .wrap h5, .single-player-stats .wrap h6 {
  color: white;
  margin: 0 0 var(--wp--custom--layout--spacing-48) 0;
}
@media (max-width: 768px) {
  .single-player-stats .inner-wrap .table-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--wp--preset--color--brand-secondary) transparent;
  }
}
.single-player-stats table {
  color: white;
  width: 100%;
  text-align: left;
  min-width: 768px;
  padding-bottom: 20px;
  border-collapse: collapse;
}
.single-player-stats table.table-info tr:first-child td {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  letter-spacing: -0.5px;
  font-family: "DIN Pro", sans-serif;
}
.single-player-stats table th, .single-player-stats table td {
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid rgb(228, 115, 134);
}
.single-player-stats table th {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.5px;
  font-family: "DIN Pro", sans-serif;
}
body.search .archive-title {
  display: none;
}
body.search .search-form {
  position: relative;
}
body.search .search-form input[type=search] {
  color: white;
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 30px;
  padding: 0 15px 0 75px;
  line-height: 64px;
  font-size: 18px;
  border: none;
}
body.search .search-form input[type=search]::placeholder {
  color: white;
  font-size: 18px;
}
body.search .search-form input[type=search]:focus, body.search .search-form input[type=search]:focus-visible {
  outline: 0;
}
body.search .search-form input[type=submit] {
  position: absolute;
  left: 30px;
  top: 20px;
  background: transparent url("../images/search.svg") no-repeat 0 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 0;
  text-indent: -9999px;
}
body.search .search-form input[type=submit] svg {
  display: none;
}
body.search .search-form .buttons {
  padding-top: var(--wp--custom--layout--spacing-48);
  display: flex;
  gap: var(--wp--custom--layout--spacing-12);
}
body.search .search-form .buttons button {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: none;
  font-weight: 600;
}
body.search .search-form .buttons button.active {
  background: white;
  color: var(--wp--preset--color--primary);
}
body.search .wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--brand);
  border: 0;
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 30px;
  padding: 0;
  position: relative;
}
body.search .wp-block-search__input {
  color: white;
  background: var(--wp--preset--color--brand-secondary);
  border-radius: 30px;
  padding: 0 15px 0 75px;
  line-height: 64px;
  font-size: 18px;
}
body.search .wp-block-search__input::placeholder {
  color: white;
}
body.search .wp-block-search__button {
  position: absolute;
  left: 20px;
  top: 20px;
  background: transparent url("../images/search.svg") no-repeat 0 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
body.search .wp-block-search__button svg {
  display: none;
}
body.search .search-results {
  min-height: 300px;
  padding: var(--wp--custom--layout--spacing-56) 0;
}
body.search .search-results .page-title {
  margin-bottom: var(--wp--custom--layout--spacing-56) !important;
}
body.search .search-results .search-inner article {
  padding: 24px 0;
  border-top: 1px solid #eee;
}
body.search .search-results .search-inner article a {
  display: flex;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  body.search .search-results .search-inner article a {
    flex-wrap: wrap;
  }
}
body.search .search-results .search-inner article .post-type-label {
  min-width: 160px;
  color: var(--dark-secondary, rgba(8, 31, 63, 0.6));
  font-family: "DIN Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.search .search-results .search-inner article .post-type-label {
    min-width: 90px;
  }
}
body.search .search-results .search-inner article .post-feat-image img {
  max-width: 210px;
  aspect-ratio: 128/79;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 126px;
}
@media (max-width: 767px) {
  body.search .search-results .search-inner article .post-feat-image {
    display: none;
  }
}
body.search .search-results .search-inner article .entry-header {
  background: transparent;
  padding: 0;
  text-align: left;
  width: 100%;
  margin-top: -4px;
}
@media (max-width: 767px) {
  body.search .search-results .search-inner article .entry-header h4 {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.videoplayer__dimmer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
  bottom: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.videoplayer__dimmer.active {
  display: block;
  opacity: 1;
  bottom: 0;
  z-index: 10000;
}

.videoplayer__wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 35px;
}

.videoplayer__wrapper:after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .videoplayer__wrapper {
    width: 90%;
    left: 5%;
    top: 0;
  }
}
.videoplayer__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 101;
  line-height: 0;
  width: 85%;
  max-height: 85%;
}

@media screen and (max-width: 980px) {
  .videoplayer__container {
    width: 100%;
  }
}
.videoplayer__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56%;
}

.videoplayer__iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoplayer__close {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .videoplayer__close {
    top: -20px;
    font-size: 20px;
  }
}

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