@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --body-text: "Figtree Variablefont Wght", Arial, sans-serif;
  --text: #222;
  --light-grey: #c6c1c1;
  --white: white;
  --secondary: #011e60;
  --primary: #ffd000;
  --dim-grey: #3d3d3d;
  --heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>: "Figtree Variablefont Wght", Arial, sans-serif;
  --red: red;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  font-family: var(--body-text);
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  font-family: elza;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 12px;
}

a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: -4px;
  margin-bottom: 10px;
  padding-left: 17px;
}

li {
  padding-bottom: 10px;
}

img {
  max-width: 100%;
  padding-left: 0;
  display: inline-block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 20px;
  padding: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.section {
  display: block;
  position: relative;
}

.section.btt {
  z-index: 20;
  border-bottom: 1px solid var(--light-grey);
  position: relative;
}

.section.odds {
  border-style: solid;
  border-width: 1px;
  border-color: #bbb var(--light-grey) #bbb #bbb;
  background-color: var(--white);
  filter: brightness(98%);
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}

.grey-panel {
  text-align: center;
  background-color: #ddd;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.grey-panel._100 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.section-heading {
  border-top: 1px solid var(--light-grey);
  flex: none;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-heading.no-line {
  border-top-style: none;
}

.section-heading.no-line-desktop {
  border-top-style: none;
  border-top-width: 0;
}

.section-heading.odds {
  border-top-style: none;
  padding-top: 30px;
}

.player {
  width: 140px;
  margin-bottom: 20px;
}

.player._1 {
  font-family: var(--body-text);
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 170px;
  max-width: 65ch;
  padding-bottom: 20px;
  display: flex;
}

.text-wrapper._3-kits {
  max-width: none;
}

.text-wrapper._25em {
  max-width: 25em;
}

.text-wrapper._32em {
  max-width: 32em;
}

.text-wrapper.pre-season {
  max-width: 50ch;
}

.text-wrapper._6-kits {
  max-width: 840px;
}

.text-wrapper.no-min {
  min-width: 0;
}

.text-wrapper.no-min-desktop {
  min-width: auto;
}

.text-wrapper._30em {
  max-width: 30em;
}

.text-wrapper._5 {
  max-width: 75ch;
}

.footer {
  z-index: 400;
  text-align: center;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.h1-heading {
  letter-spacing: -.05rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 95px;
  padding-right: 4px;
  display: flex;
}

.small-player {
  float: left;
  text-align: center;
  letter-spacing: -.1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
  line-height: 1.1;
  position: relative;
}

.small-player.season-stopped {
  justify-content: center;
  width: 104px;
  min-height: 220px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 1.2;
}

.match {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  display: flex;
}

.match.behind-closed-doors {
  background-image: url('../images/no-entry.svg');
  background-position: 50% 32px;
  background-repeat: no-repeat;
  background-size: 25px;
}

.match.behind-closed-doors.wembley {
  background-position: 50% 41px;
}

.season-details-title {
  float: left;
  background-color: #0000;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.details-wrapper {
  border-bottom: 1px solid var(--light-grey);
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-left: 135px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.details-wrapper.notable-players {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.details-wrapper.flex-2-lines {
  flex-flow: column;
}

.bold {
  font-weight: 600;
  display: inline-block;
}

.bold.details {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 600;
}

.details {
  margin-top: 5px;
  margin-bottom: 5px;
}

.details-info {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.details-info.tuck-under {
  clear: left;
  flex-flow: column;
  margin-top: -.3em;
  padding-top: 0;
  line-height: 1.2;
}

.details-info._1-4 {
  line-height: 1.4;
}

.long-sleeve-wrapper {
  color: #909090;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
  display: flex;
}

.long-sleeves-text {
  color: #605f5f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 6ch;
  height: 40px;
  margin-bottom: 65px;
  line-height: 1.1;
  display: flex;
  position: absolute;
}

.long-sleeves-text.hide {
  display: none;
}

.home-player {
  z-index: -10;
  text-align: center;
  transition: all .5s;
  position: relative;
}

.home-player:hover {
  transform: scale(1.05);
}

.home-player-grow {
  z-index: 10;
  background-color: #0000;
  width: 140px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.home-player-grow:hover {
  text-decoration: none;
}

.index {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: wrap;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  flex: none;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.twin {
  margin-left: 0;
  margin-right: 0;
}

.image._0-bottom {
  margin-bottom: 0;
}

.image.rotate-90 {
  transform: rotate(-88deg);
}

.image._10-bottom {
  margin-bottom: 10px;
}

.image.not-today {
  margin-top: 3px;
}

.ltf {
  text-align: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.menu {
  z-index: 1500;
  background-color: var(--secondary);
  color: var(--secondary);
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.shirt-numbers {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1.1;
  display: flex;
}

.shirt-numbers._100 {
  width: 100%;
}

.kit-clash-wrapper {
  float: right;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 12em;
  margin: .5em auto 1em;
  font-size: 12px;
  display: flex;
}

.navigation {
  z-index: 2000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: 1040px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.navigation.orange {
  filter: brightness(78%) hue-rotate(342deg);
}

.navigation.orange:hover {
  filter: hue-rotate(342deg);
}

.navigation.amber {
  filter: brightness(90%) hue-rotate(323deg) saturate(72%);
}

.top-bubble {
  background-color: var(--white);
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-bubble {
  background-color: var(--white);
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-bubble {
  background-color: var(--white);
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.colours-from-programme {
  z-index: 999;
  letter-spacing: -.2px;
  font-size: 12px;
  position: relative;
}

.colours-from-programme a {
  font-weight: 400;
}

.colours-from-programme.bcd {
  background-image: url('../images/no-entry.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 31px;
}

.carabao-man-city {
  color: #1c2b69;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button {
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.button:hover {
  color: var(--white);
  background-color: #000;
  text-decoration: none;
}

.hufc-player-wrapper {
  text-align: center;
  width: 140px;
  margin-bottom: 30px;
  position: relative;
}

.navbar {
  z-index: 5000;
  background-color: var(--secondary);
  color: var(--dim-grey);
  width: 100%;
  height: 60px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.spacer {
  height: 0;
  position: relative;
}

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.menu-link {
  float: left;
  aspect-ratio: 3 / 2.5;
  color: var(--primary);
  width: 20%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 1.1;
  transition: all .2s;
}

.menu-link:hover {
  background-color: #ffffff1a;
  text-decoration: none;
}

.menu-link.plain {
  opacity: 0;
}

.small {
  clear: left;
  opacity: .76;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.menu-icon-link {
  opacity: .75;
  color: var(--white);
  background-color: #0000;
  margin-right: 28px;
  padding-left: 25px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
}

.menu-icon-link:hover {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

.menu-icon-link.x {
  background-image: url('../images/X-white.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 23px;
}

.menu-icon-link.email {
  background-image: url('../images/email-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.menu-icon-link.home {
  background-image: url('../images/home-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.menu-nav {
  border-bottom: 1px solid #ffffff3b;
  justify-content: space-between;
  padding: 15px 20px;
}

._60s-wrapper, ._70s-wrapper {
  float: left;
  display: none;
  position: relative;
}

._80s-wrapper {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

._90s-wrapper, ._00s-wrapper {
  float: left;
  display: none;
  position: relative;
}

._10s-wrapper {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.back-to-top-wrapper {
  float: left;
  clear: left;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.back-to-top-button {
  z-index: 20;
  float: right;
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 50px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: .85em;
  font-weight: 400;
  line-height: 1;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.back-to-top-button:hover {
  opacity: .85;
  text-decoration: none;
}

.back-to-top-button.w--current {
  transition: color .2s, background-color .2s;
}

._20s-wrapper {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  position: relative;
}

.level {
  float: left;
  background-image: url('../images/1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 27px;
  margin-bottom: 0;
  margin-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 31px;
}

.level._2 {
  background-image: url('../images/2.svg');
}

.level._3 {
  background-image: url('../images/3.svg');
}

.level._4 {
  background-image: url('../images/4.svg');
}

.level._5 {
  background-image: url('../images/5.svg');
}

.flip-wrapper {
  z-index: 0;
  min-height: 440px;
  position: relative;
}

.flip-back {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  position: absolute;
  overflow: visible;
}

.flip-front {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.flip-player {
  perspective: 1200px;
  perspective-origin: 50%;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: 100%;
  min-height: 470px;
  display: flex;
  position: relative;
}

.flip-icon {
  z-index: 10;
  opacity: .4;
  object-fit: contain;
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.league {
  float: right;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.kit-sponsor {
  float: left;
  border-right: 1px solid var(--light-grey);
  flex-direction: column;
  flex: 1;
  width: 50%;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.kit-sponsor.no-league {
  border-right-color: #9e9e9e;
  align-items: center;
}

.crest {
  float: left;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100px;
  margin-right: -22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.crest-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.grid-pages {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 990px) minmax(80px, 1fr);
  align-content: start;
  align-items: start;
  width: 100%;
}

.grid-pages.nav {
  background-color: var(--secondary);
  grid-template-columns: minmax(80px, 1fr) minmax(0%, 1020px) minmax(80px, 1fr);
}

.arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow:hover {
  filter: none;
}

.sticky-left {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 60px;
  transition: opacity .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-button {
  z-index: 999;
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.sticky-button:hover {
  opacity: .85;
  text-decoration: none;
}

.sticky-right {
  z-index: 4000;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  transition: filter .35s;
  display: flex;
  position: sticky;
  top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.home-heading {
  text-align: left;
  text-transform: none;
  max-width: 20ch;
  margin-top: 5px;
  font-size: 32px;
  line-height: 1.05;
}

.nav-div {
  flex-direction: column;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.no-top-padding {
  margin-top: 0;
}

.footer-logo {
  width: 120px;
  margin-bottom: 20px;
}

.homepage-logo {
  float: left;
  width: 140px;
  margin-left: -2px;
  margin-right: 25px;
  position: relative;
}

.help {
  padding-bottom: 10px;
}

.help p {
  margin-bottom: 8px;
}

.header-logo {
  object-fit: contain;
  height: 60px;
}

.twin-image-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.match-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding-bottom: 20px;
}

.match-page.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.2fr;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 30px;
}

.home-h1-flex {
  align-items: center;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.hamburger {
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.hamburger:hover {
  filter: saturate(0%) brightness(1000%);
}

.text-sponsors {
  width: 100%;
}

.kit-maker-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 20px;
}

.grid-1920 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.sponsor-wrapper {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.grid-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--light-grey);
  grid-template-rows: auto;
}

.grid-desktop._2fr {
  grid-template-columns: 2fr 1fr;
}

.grid-desktop._2fr.no-line {
  border-top-style: none;
}

.grid-desktop._1-5fr {
  grid-template-columns: 1.5fr 1fr;
}

.grid-desktop._1-25fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-desktop._1-25fr.no-line {
  border-top-style: none;
}

.grid-desktop._0-85fr {
  grid-template-columns: .85fr 1fr;
}

.grid-desktop._0-85fr.no-line {
  border-top-style: none;
}

.grid-desktop._0-7fr {
  grid-template-columns: .7fr 1fr;
  width: 100%;
}

.grid-desktop.no-line {
  border-top-style: none;
}

.grid-desktop._0-6fr {
  grid-template-columns: .6fr 1fr;
}

.left h1 {
  letter-spacing: 0;
  font-family: din-1451-lt-pro-engschrift;
  font-size: 28px;
  font-weight: 400;
}

.left h4 {
  font-weight: 500;
}

.centre {
  flex-direction: column;
  align-items: stretch;
  line-height: 1.3;
  display: flex;
}

.centre p {
  justify-content: center;
  align-items: center;
}

.padding {
  height: 90px;
}

.home-intro {
  padding-bottom: 20px;
  padding-right: 40px;
}

.home-intro em {
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.4;
}

.link-text {
  position: relative;
}

.link-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration-thickness: 2px;
  transition: background-color .2s;
}

.link-text a:hover {
  background-color: var(--primary);
  text-decoration: none;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  text-decoration-thickness: 2px;
}

.link-text strong {
  font-weight: 500;
}

.link-text.imprint {
  width: 90%;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.anchor {
  width: 0;
  height: 60px;
  margin-top: -60px;
  position: absolute;
}

.additional-text {
  border-top: 1px solid #bbb;
  padding-top: 7px;
}

.mobile {
  display: none;
}

.desktop {
  margin-bottom: -3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.desktop p {
  margin-bottom: 0;
}

.desktop strong {
  font-weight: 600;
}

.year {
  z-index: 5;
  margin-top: -1.5em;
  margin-bottom: 0;
}

.intro-wrapper {
  height: 100%;
  position: relative;
}

.players-wrapper {
  float: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.players-wrapper.max-3 {
  max-width: 440px;
}

.players-wrapper.pre-season {
  min-height: auto;
}

.players-wrapper._3 {
  flex-flow: row;
  min-height: auto;
}

.kit-clash-kits {
  justify-content: center;
  align-items: flex-start;
  width: 160px;
  margin-bottom: -18px;
  display: flex;
}

.load-mask {
  z-index: 500;
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-link {
  z-index: 9999999;
  float: left;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-left: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.home-link:hover {
  text-decoration: none;
}

.home-link.w--current {
  z-index: 9999;
}

.tab-pane {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.tabs-content {
  z-index: 0;
  border-top: 1px solid var(--light-grey);
}

.tabs-menu {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.psf-tab {
  z-index: 200;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--light-grey);
  color: #757575;
  text-align: center;
  background-color: #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  margin-top: 3px;
  padding: 9px 20px 10px;
  line-height: 1;
  display: flex;
}

.psf-tab:hover {
  text-decoration: none;
}

.psf-tab.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--text);
  background-color: #fff;
  margin-top: 0;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 10px;
  font-size: 16px;
}

.tabs {
  z-index: 120;
  margin-left: -30px;
  margin-right: -30px;
}

.max-500 {
  max-width: 485px;
}

.overlay {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.lowercase {
  text-transform: lowercase;
}

.shirt-styling {
  width: 5.5em;
}

.sub-text {
  font-size: 12px;
  line-height: 1.2;
}

.blank {
  z-index: 0;
  width: 9.8em;
  height: auto;
  position: relative;
}

.odds-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.odds-grid._1-25 {
  grid-template-columns: 1.35fr 1fr;
}

.icon {
  object-fit: contain;
  height: 32px;
  margin-right: -3px;
  padding: 6px 0 2px 6px;
}

.icon.in-menu {
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.flex {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._0px {
  margin-bottom: 0;
  font-size: 20px;
}

._33ch {
  max-width: 33ch;
}

.old-gold {
  aspect-ratio: 1;
  background-color: #cfb53b;
  border-radius: 100%;
  width: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.logo-text {
  margin-bottom: 0;
  font-size: 32px;
}

.underline {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.lost {
  color: var(--red);
}

.won {
  color: #00b324;
}

.u-theme-orange {
  --body-text: "Figtree Variablefont Wght", Arial, sans-serif;
  --text: #222;
  --light-grey: #c6c1c1;
  --white: white;
  --secondary: #011e60;
  --primary: #ef8c00;
  --dim-grey: #3d3d3d;
  --heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>: "Figtree Variablefont Wght", Arial, sans-serif;
  --red: red;
}

.u-theme-royal {
  --body-text: "Figtree Variablefont Wght", Arial, sans-serif;
  --text: #222;
  --light-grey: #c6c1c1;
  --white: white;
  --secondary: #1b3ca7;
  --primary: #ffd000;
  --dim-grey: #3d3d3d;
  --heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>: "Figtree Variablefont Wght", Arial, sans-serif;
  --red: red;
}

.u-theme-amber {
  --body-text: "Figtree Variablefont Wght", Arial, sans-serif;
  --text: #222;
  --light-grey: #c6c1c1;
  --white: white;
  --secondary: #010101;
  --primary: #ff9e25;
  --dim-grey: #3d3d3d;
  --heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>: "Figtree Variablefont Wght", Arial, sans-serif;
  --red: red;
}

.themes {
  display: none;
}

.u-theme-1972 {
  --body-text: "Figtree Variablefont Wght", Arial, sans-serif;
  --text: #222;
  --light-grey: #c6c1c1;
  --white: white;
  --secondary: #010101;
  --primary: #ffd000;
  --dim-grey: #3d3d3d;
  --heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>: "Figtree Variablefont Wght", Arial, sans-serif;
  --red: red;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18.5px;
  }

  h2 {
    margin-top: 0;
    font-size: 29px;
  }

  h3, h4 {
    font-size: 22px;
  }

  p {
    margin-bottom: 15px;
  }

  blockquote {
    font-size: 20px;
  }

  .section.odds {
    padding-bottom: 1em;
    font-size: 17px;
  }

  .grey-panel._100 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-heading.no-line-1920 {
    border-top-style: none;
  }

  .player {
    width: 170px;
  }

  .text-wrapper._25em {
    max-width: 375px;
  }

  .text-wrapper.pre-season {
    max-width: 52ch;
  }

  .text-wrapper._6-kits {
    clear: left;
    max-width: 1020px;
  }

  .text-wrapper._5 {
    max-width: 79ch;
  }

  .footer {
    font-size: .85em;
  }

  .h1-heading {
    flex-flow: column;
    justify-content: center;
    width: 170px;
    font-size: 40px;
  }

  .small-player {
    width: 65px;
  }

  .match {
    height: 70px;
    font-size: 10px;
  }

  .match.behind-closed-doors {
    background-position: 50% 35px;
  }

  .match.behind-closed-doors.wembley {
    background-position: 50% 46px;
  }

  .details-wrapper {
    padding-left: 150px;
  }

  .long-sleeves-text {
    height: 50px;
    margin-bottom: 75px;
    line-height: 1.1;
  }

  .home-player-grow {
    width: 160px;
    font-size: 22px;
  }

  .index {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image {
    margin-top: 3px;
    margin-bottom: 18px;
    transform: scale(1.1);
  }

  .image._10-bottom {
    margin-bottom: 12px;
  }

  .image.not-today {
    margin-top: 9px;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1420px;
  }

  .kit-clash-wrapper {
    font-size: 14px;
  }

  .hufc-player-wrapper {
    width: 170px;
  }

  .menu-link {
    aspect-ratio: 3 / 2;
    opacity: 1;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 26px;
  }

  .small {
    font-size: 14px;
  }

  .menu-icon-link.email {
    font-size: 16px;
  }

  .menu-nav {
    padding-left: 30px;
  }

  ._10s-wrapper {
    display: none;
  }

  .flip-wrapper {
    min-height: 535px;
  }

  .flip-player {
    cursor: pointer;
    width: 170px;
    min-height: 565px;
  }

  .league {
    width: 33.33%;
  }

  .league._50--width {
    width: 50%;
  }

  .kit-sponsor {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-color: #9e9e9e;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .kit-sponsor.no-league {
    flex-direction: column;
    grid-auto-columns: 1fr;
    width: 66.66%;
    display: block;
  }

  .crest-wrapper {
    margin-top: 88px;
  }

  .grid-pages {
    grid-template-columns: minmax(80px, 1fr) minmax(auto, 1300px) minmax(80px, 1fr);
  }

  .grid-pages.nav {
    grid-template-columns: minmax(80px, 1fr) minmax(0%, 1320px) minmax(80px, 1fr);
  }

  .arrow {
    font-size: 30px;
  }

  .home-heading {
    font-family: var(--heading\<deleted\|variable-ceae3cc6-8fb6-ca88-3944-4d8cc4aec6ac\>);
    text-transform: none;
    font-size: 40px;
  }

  .homepage-logo {
    width: 170px;
    margin-right: 30px;
  }

  .twin-image-wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .match-page {
    overflow: hidden;
  }

  .text-sponsors h2 {
    margin-top: 0;
  }

  .kit-maker-wrapper {
    border-right: 1px solid #9e9e9e;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-right: 40px;
  }

  .grid-1920 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    border-top: 1px solid #d3d3d3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-1920._2-25fr {
    grid-template-columns: 2.25fr 1fr;
  }

  .grid-1920._0-85fr {
    grid-template-columns: .605fr 1fr;
  }

  .sponsor-wrapper {
    margin-left: 40px;
  }

  .left h1 {
    font-size: 30px;
  }

  .home-intro {
    max-width: 85ch;
    padding-right: 60px;
  }

  .home-intro em {
    font-size: 17px;
  }

  .intro-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .players-wrapper.max-3 {
    max-width: 530px;
  }

  .players-wrapper.max-3.not-1920 {
    max-width: none;
  }

  .kit-clash-kits {
    font-size: 14px;
  }

  .load-mask {
    min-height: 454px;
    display: block;
  }

  .home-link {
    margin-left: 12px;
  }

  .psf-tab.w--current {
    border-bottom-width: 3px;
    margin-bottom: -2px;
    font-size: 18px;
  }

  .max-500 {
    max-width: 575px;
  }

  .icon.in-menu {
    height: 22px;
  }

  ._0px {
    font-size: 22px;
  }

  .logo-text {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .grey-panel {
    flex-direction: column;
  }

  .section-heading.no-line-desktop {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .text-wrapper._3-kits {
    display: block;
  }

  .text-wrapper._2-kits {
    clear: left;
    position: relative;
  }

  .text-wrapper._2-kits.no-min {
    clear: none;
  }

  .text-wrapper._32em {
    max-width: 70em;
  }

  .text-wrapper._5 {
    max-width: 70ch;
  }

  .index {
    text-align: center;
  }

  .menu {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

  .navigation {
    margin-right: 5vw;
  }

  .hufc-player-wrapper {
    float: left;
  }

  .navbar {
    background-color: var(--secondary);
  }

  .menu-link {
    aspect-ratio: auto;
    border-bottom: 1px solid #ffffff3b;
    width: 50%;
    height: 17svh;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-link:hover {
    background-color: #0042ff00;
  }

  .menu-link.r {
    border-left: 1px solid #ffffff3b;
  }

  .menu-icon-link.home {
    margin-left: 5vw;
  }

  .menu-nav {
    justify-content: flex-start;
    align-items: center;
    padding: 65px 0 5px;
  }

  ._20s-wrapper {
    display: none;
  }

  .flip-player {
    margin-right: 0;
  }

  .league {
    border-top: 1px solid #9e9e9e;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .kit-sponsor {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .kit-sponsor.no-league {
    border-bottom: 1px #c5c5c5;
    border-right-style: none;
    width: 100%;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .grid-pages {
    grid-row-gap: 20px;
    grid-template-columns: 100px minmax(auto, 940px) 100px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .grid-pages.nav {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .arrow {
    padding-bottom: 2px;
  }

  .sticky-left {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 16px 6px 16px 16px;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .sticky-button {
    border: 4px solid var(--white);
    opacity: 1;
    width: 54px;
    height: 54px;
  }

  .sticky-right {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 16px 16px 16px 6px;
    position: fixed;
    inset: auto 0% 0% auto;
  }

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

  .homepage-logo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .match-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .match-page.home {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .home-h1-flex {
    text-align: center;
    flex-flow: column;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .text-sponsors {
    border-top: 1px solid #9e9e9e;
    padding-top: 1em;
  }

  .kit-maker-wrapper {
    width: 100%;
  }

  .grid-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .grid-desktop._2fr, .grid-desktop._1-5fr {
    grid-template-columns: 1fr;
  }

  .grid-desktop._1-25fr {
    display: block;
  }

  .grid-desktop._0-85fr, .grid-desktop._0-7fr, .grid-desktop._0-6fr {
    grid-template-columns: 1fr;
  }

  .home-intro {
    padding-right: 0;
  }

  .additional-text {
    padding-top: 32px;
  }

  .mobile {
    display: block;
  }

  .mobile.centre {
    text-align: center;
    padding-top: 30px;
  }

  .mobile.centre strong {
    font-weight: 600;
  }

  .desktop {
    display: none;
  }

  .intro-wrapper {
    padding-bottom: 0;
  }

  .players-wrapper._3 {
    flex-flow: wrap;
  }

  .load-mask {
    display: block;
  }

  .home-link {
    margin-left: 5vw;
  }

  .tabs-menu {
    padding-left: 20px;
  }

  .odds-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .odds-grid._1-25 {
    grid-template-columns: 1.35fr;
  }

  ._33ch {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 17px;
  }

  .section.odds {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-panel {
    flex-direction: column;
    padding: 30px;
  }

  .section-heading.no-line-desktop {
    border-top-style: solid;
  }

  .section-heading.odds {
    padding-top: 25px;
  }

  .text-wrapper._2-kits {
    padding-left: 0;
    display: flex;
  }

  .text-wrapper._25em {
    max-width: none;
  }

  .footer {
    padding-bottom: 95px;
  }

  .details-wrapper.notable-players {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .home-player {
    margin-bottom: 3px;
  }

  .ltf {
    min-width: 180px;
  }

  .carabao-man-city {
    font-size: 12px;
    line-height: 14px;
  }

  .hufc-player-wrapper {
    padding-bottom: 0;
  }

  .grid-pages {
    grid-template-columns: 60px minmax(auto, auto) 60px;
  }

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

  .footer-logo {
    width: 100px;
  }

  .twin-image-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .grid-desktop {
    display: block;
  }

  .left h1 {
    font-size: 26px;
  }

  .tab-pane {
    margin-bottom: -5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .psf-tab {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .psf-tab.w--current {
    padding-bottom: 9px;
  }

  .tabs {
    width: 90vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .logo-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    margin-bottom: 15px;
  }

  blockquote {
    font-size: 17.5px;
  }

  .section.odds {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grey-panel {
    flex-direction: column;
    padding: 20px;
  }

  .section-heading {
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .section-heading.odds {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .player {
    width: 30vw;
    margin-bottom: 10px;
  }

  .player._1._33, .player._2._33 {
    max-width: 33%;
  }

  .player._2.push-right {
    margin-right: 10vw;
  }

  .player._3._33 {
    max-width: 33%;
  }

  .text-wrapper._2-kits.no-min {
    clear: left;
  }

  .text-wrapper.no-min-desktop {
    min-width: 15ch;
  }

  .h1-heading {
    width: 30vw;
    height: 85px;
    font-size: 30px;
  }

  .small-player {
    width: 50px;
  }

  .match {
    height: 60px;
    font-size: 8px;
  }

  .match.behind-closed-doors {
    background-position: 50% 29px;
  }

  .match.behind-closed-doors.wembley {
    background-position: 50% 38px;
  }

  .season-details-title {
    inset: 0% auto auto 0%;
  }

  .details-wrapper {
    flex-flow: column;
    padding-left: 120px;
  }

  .details-wrapper.notable-players {
    flex-direction: column;
    padding-top: 23px;
    padding-left: 0;
    display: flex;
  }

  .details-info {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .long-sleeves-text {
    margin-bottom: 11vw;
    font-size: 9px;
  }

  .home-player-grow {
    width: 30vw;
    max-width: 130px;
    font-size: 18px;
  }

  .image {
    margin-bottom: 15px;
    transform: scale(.9);
  }

  .image._10-bottom {
    margin-bottom: 5px;
  }

  .colours-from-programme, .colours-from-programme.bcd {
    margin-bottom: 30px;
  }

  .hufc-player-wrapper {
    width: auto;
  }

  .menu-link {
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    font-size: 21px;
  }

  .small {
    margin-top: 2vw;
    font-size: 12px;
  }

  .level {
    margin-bottom: -12px;
  }

  .flip-wrapper {
    width: 30vw;
    max-width: 130px;
    min-height: auto;
  }

  .flip-back, .flip-front {
    width: 30vw;
    max-width: 130px;
  }

  .flip-player {
    width: 30vw;
    max-width: 130px;
    min-height: auto;
  }

  .flip-icon {
    margin-bottom: -14px;
  }

  .crest {
    margin-top: -5px;
    transform: scale(.85);
  }

  .crest-wrapper {
    height: 85px;
    margin-bottom: 15px;
  }

  .crest-wrapper.no-crest {
    margin-bottom: 0;
  }

  .grid-pages {
    grid-template-columns: 40px minmax(auto, auto) 40px;
  }

  .arrow {
    font-size: 20px;
  }

  .home-heading {
    text-align: center;
    max-width: 16ch;
  }

  .twin-image-wrapper {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .left h1 {
    font-size: 24px;
  }

  .additional-text {
    padding-top: 25px;
    padding-left: 0;
  }

  .players-wrapper {
    min-height: 96vw;
  }

  .players-wrapper.max-3 {
    margin-right: 0;
    padding-right: 0;
  }

  .players-wrapper._3 {
    flex-flow: wrap;
    padding-right: 0;
  }

  .kit-clash-kits {
    width: 140px;
  }

  .load-mask {
    display: block;
  }

  .home-link {
    font-size: 32px;
  }

  .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .psf-tab {
    min-width: 16vw;
    font-size: 15px;
  }

  .tabs {
    margin-left: -15px;
    margin-right: -15px;
  }

  .tab-text._3ch {
    max-width: 3ch;
  }

  .shirt-styling {
    width: 6em;
  }

  .blank {
    width: 30vw;
  }

  .odds-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  ._0px {
    font-size: 20px;
  }

  .logo-text {
    font-size: 28px;
  }
}

#w-node-e813dace-2fa6-bb81-ec4c-bad1b7b56394-927e7b2e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_93e30bc0-1580-c63f-80b2-3597f12342e3-927e7b2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3f1fb77-8333-5cd4-eed8-5185d5a9d028-927e7b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae74c29f-a050-7169-50c7-7f5e5d904a29-927e7b2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2aa66e55-2c95-7fc1-6afe-9b45d1ee07ba-68b4eb1b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e873429-6f26-0aff-35da-9a043bd5b5d4-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b611-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b646-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b683-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b6bc-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b6f5-3bd5b59e, #w-node-_2e873429-6f26-0aff-35da-9a043bd5b730-3bd5b59e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84abda58-7652-fe50-c807-bc0590895736-927e7b32, #w-node-c5e3308c-8a21-9ec9-8987-9e9bfc32835d-927e7b33, #w-node-_1ff7959b-0c30-a09b-0a7a-bf2c87d68601-927e7b34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dce8d15b-c4c2-1aad-d23e-86c8c46c881b-927e7b34, #w-node-dce8d15b-c4c2-1aad-d23e-86c8c46c881c-927e7b34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28a8c01e-6cec-93f9-53e4-b37377bdf409-927e7b35, #w-node-_19e31eee-7c88-e244-9aca-34888551ed47-927e7b36, #w-node-_16ca3a31-e1dd-84ee-4fde-65b298f6785f-927e7b37, #w-node-fbbb85dc-212e-852f-33c9-dc6e0ffbc767-927e7b38, #w-node-_0bf12f16-d8c8-9ed8-3088-50ac7b493e95-927e7b39, #w-node-fa707c2c-67a0-9e33-e512-d7426ee53cc9-927e7b3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f9f7d29-b9c0-1ae7-4f55-74d9ab7115ed-927e7b3a, #w-node-_3f9f7d29-b9c0-1ae7-4f55-74d9ab7115ee-927e7b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c5a5521-7074-99f5-08a4-c68af372d111-927e7b3b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_14272763-f5a7-433e-e93b-ea4c6d39fa9c-927e7b3b, #w-node-_14272763-f5a7-433e-e93b-ea4c6d39fa9d-927e7b3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f13bbd8-1407-cd7f-1aa7-343f89a44a2c-927e7b3c, #w-node-f15ed770-3a9c-4d1c-12d2-31391d9aee09-927e7b3d, #w-node-_6e95cbac-a589-6f91-9425-20c31b3d608b-927e7b3e, #w-node-be3fdeec-27fe-c036-e628-53e151d56db8-927e7b3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdc3ff46-cb52-8273-7e36-aa09a2665033-927e7b46, #w-node-fdc3ff46-cb52-8273-7e36-aa09a2665034-927e7b46, #w-node-d5e9f0f4-1d76-4b11-e2a1-26cdad67231b-927e7b46, #w-node-d5e9f0f4-1d76-4b11-e2a1-26cdad67231c-927e7b46, #w-node-_3b6f43c3-faf3-7a24-cb80-27bb0a5d6e6a-927e7b4a, #w-node-_31827c06-de09-82dd-00a7-2fea78cf62fa-927e7b4e, #w-node-_31827c06-de09-82dd-00a7-2fea78cf62fb-927e7b4e, #w-node-f8de8486-80c0-b776-4351-a5eaaddc6dc3-927e7b4e, #w-node-f8de8486-80c0-b776-4351-a5eaaddc6dc4-927e7b4e, #w-node-b3d5bb3c-3350-7db3-10b0-b504b657df49-927e7b4f, #w-node-b3d5bb3c-3350-7db3-10b0-b504b657df4a-927e7b4f, #w-node-_3d9cea8c-c826-b200-f64a-4d1783a6c049-927e7b4f, #w-node-e97a3f55-0d18-d1d4-c07d-a9ab0dd5af4d-927e7b4f, #w-node-_3d9cea8c-c826-b200-f64a-4d1783a6c04a-927e7b4f, #w-node-e97a3f55-0d18-d1d4-c07d-a9ab0dd5af4c-927e7b4f, #w-node-dfee8b63-717d-6266-b39b-d13a6e46e5aa-927e7b55, #w-node-dfee8b63-717d-6266-b39b-d13a6e46e5ab-927e7b55, #w-node-_273ea18a-6d32-176b-c26f-308e4d6a34bb-927e7b56, #w-node-_273ea18a-6d32-176b-c26f-308e4d6a34bc-927e7b56, #w-node-df670588-4e43-61cc-dff2-e51838fecca5-927e7b96, #w-node-df670588-4e43-61cc-dff2-e51838fecca6-927e7b96, #w-node-ef0c38ec-7008-8c99-6d55-1bf5cac32b6b-927e7ba5, #w-node-b9233106-b7a0-1e84-5c87-ec4d8ba7e9b5-927e7ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_824bf50a-c4ed-fff2-ad53-0211f90332fd-927e7bae, #w-node-_280c5cab-21fe-eb80-ae8e-d23a7ca20da9-927e7bb0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e813dace-2fa6-bb81-ec4c-bad1b7b56394-927e7b2e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93e30bc0-1580-c63f-80b2-3597f12342e3-927e7b2e, #w-node-ae74c29f-a050-7169-50c7-7f5e5d904a29-927e7b2e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2aa66e55-2c95-7fc1-6afe-9b45d1ee07ba-68b4eb1b, #w-node-_84abda58-7652-fe50-c807-bc0590895736-927e7b32, #w-node-c5e3308c-8a21-9ec9-8987-9e9bfc32835d-927e7b33, #w-node-_1ff7959b-0c30-a09b-0a7a-bf2c87d68601-927e7b34, #w-node-_28a8c01e-6cec-93f9-53e4-b37377bdf409-927e7b35, #w-node-_19e31eee-7c88-e244-9aca-34888551ed47-927e7b36, #w-node-_16ca3a31-e1dd-84ee-4fde-65b298f6785f-927e7b37, #w-node-fbbb85dc-212e-852f-33c9-dc6e0ffbc767-927e7b38, #w-node-_0bf12f16-d8c8-9ed8-3088-50ac7b493e95-927e7b39, #w-node-fa707c2c-67a0-9e33-e512-d7426ee53cc9-927e7b3a, #w-node-_5c5a5521-7074-99f5-08a4-c68af372d111-927e7b3b, #w-node-_7f13bbd8-1407-cd7f-1aa7-343f89a44a2c-927e7b3c, #w-node-f15ed770-3a9c-4d1c-12d2-31391d9aee09-927e7b3d, #w-node-_6e95cbac-a589-6f91-9425-20c31b3d608b-927e7b3e, #w-node-be3fdeec-27fe-c036-e628-53e151d56db8-927e7b3f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e214b6c7-2853-7d4f-faad-3c0c42549915-927e7b50, #w-node-e3765adb-7c5e-4568-ebf9-221c3c9c57fd-927e7b51, #w-node-_28493fec-c718-31a6-9ea9-8445c4d73756-927e7b52, #w-node-b7583c34-7f58-117c-5127-0cbea2f78f83-927e7b53, #w-node-_6825c5b5-b5de-1a5d-04d7-f153dceb534e-927e7b54, #w-node-_3df307c1-1752-09e2-6051-be3b1090da3e-927e7b55, #w-node-a1e57c17-c729-8e30-ef4d-039a35da70d4-927e7b56, #w-node-_68c7cc7f-8bcd-ea54-2cf9-40876d36810b-927e7b57, #w-node-e5c21f8c-b472-cc2f-75bd-687524706b7c-927e7b58, #w-node-_73b6fb77-b221-5b5d-7232-b0be3a05955f-927e7b73, #w-node-_0c6a1f8e-2773-f1b9-0e08-fce10526cddc-927e7b8e, #w-node-ce7679d5-0e7c-3e56-f994-70c5c82433df-927e7b8f, #w-node-ea9759fa-76e0-0b9f-76ca-12a8a2066f71-927e7b90, #w-node-bc42f185-a898-83a7-5f6c-e155eb5d0a71-927e7b91, #w-node-_10863387-c9ce-f166-cbb3-5e426164a011-927e7b92, #w-node-f5d25b38-5f7b-fbc6-0c79-163c7cf48eb6-927e7b93, #w-node-f64a8972-347e-d587-6607-3876792478ee-927e7b94, #w-node-_967a338d-c131-6179-05a4-839f3c8325bf-927e7b95, #w-node-d0623d9f-c439-62b8-e428-bc30adf10b26-927e7b96, #w-node-_56691905-dfc5-e184-87af-25d9e579569f-927e7b97, #w-node-_646d8d88-543d-189a-6b4b-205c8c8ff65b-927e7b98, #w-node-f2bc523d-16e9-83f8-f383-65a0dbe024f2-927e7b99, #w-node-_5c56b337-2560-9556-5580-e2c4b06b5fd8-927e7b9a, #w-node-_9889f08b-924a-47ab-f42d-eded99ae67da-927e7b9b, #w-node-a933a4aa-a1be-4c70-c950-3618e9d7b5ca-927e7b9c, #w-node-_6665e92b-c23a-7df8-5ac5-99ee76913f4f-927e7b9d, #w-node-daadca98-1ab3-eb3e-c61b-b986262250da-927e7b9e, #w-node-_46780efe-3090-bdd5-8df1-7d039cad5f4e-927e7ba5, #w-node-_6a0cdc08-958c-2977-bbd4-b20ee42ca13e-927e7ba6, #w-node-f62c3abd-c513-3df9-5f7e-3932389f974e-927e7ba7, #w-node-f62c3abd-c513-3df9-5f7e-3932389f9756-927e7ba7, #w-node-_1e59c3c6-457b-6605-5ddb-603578d20590-927e7ba8, #w-node-_1e59c3c6-457b-6605-5ddb-603578d20595-927e7ba8, #w-node-_845a4cbf-7958-ac1c-7dca-6163b193f349-927e7ba9, #w-node-e32e93ea-9999-2e29-1156-21dd7eaa0d4a-927e7ba9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb2debcd-05dc-b19f-570e-afdb2ff42fc5-927e7ba9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4b914804-a1e7-4cac-115d-07326810f169-927e7baa, #w-node-_4b914804-a1e7-4cac-115d-07326810f169-927e7bab, #w-node-_4b914804-a1e7-4cac-115d-07326810f171-927e7bab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_824bf50a-c4ed-fff2-ad53-0211f90332fd-927e7bae, #w-node-_280c5cab-21fe-eb80-ae8e-d23a7ca20da9-927e7bb0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b914804-a1e7-4cac-115d-07326810f169-927e7bb0, #w-node-_4b914804-a1e7-4cac-115d-07326810f171-927e7bb0, #w-node-_4b914804-a1e7-4cac-115d-07326810f169-927e7bb1, #w-node-_4b914804-a1e7-4cac-115d-07326810f171-927e7bb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_93e30bc0-1580-c63f-80b2-3597f12342e3-927e7b2e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e3f1fb77-8333-5cd4-eed8-5185d5a9d028-927e7b2e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ae74c29f-a050-7169-50c7-7f5e5d904a29-927e7b2e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3058052e-183e-684c-2d01-d14b91b904d8-927e7baf {
    grid-area: 5 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_098a56e5-6068-fee7-5cf1-d2473a6e943f-927e7ba8, #w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7ba9, #w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7baa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe69c1bf-cc2b-c440-83dc-1ee8c1743063-927e7bab {
    justify-self: start;
  }

  #w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7bab, #w-node-c5d8b4e8-cc07-1d91-8300-9f53f03e1911-927e7baf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10feae36-a9e4-257e-8c16-2b1cd3ff3005-927e7bb0 {
    justify-self: start;
  }

  #w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7bb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10feae36-a9e4-257e-8c16-2b1cd3ff3005-927e7bb1 {
    justify-self: start;
  }

  #w-node-cb2debcd-05dc-b19f-570e-afdb2ff43164-927e7bb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}