@font-face {
  font-family: "Berthold Akzidenz Grotesk Bold";
  src: url("https://cdn.glamorgancricket.com/font/Berthold-Akzidenz-Grotesk-Bold-Condensed.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Berthold Akzidenz Grotesk";
  src: url("https://cdn.glamorgancricket.com/font/AkzidenzGroteskBE-MdCn.woff2") format("woff2"),
    url("https://cdn.glamorgancricket.com/font/AkzidenzGroteskBE-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Pro Regular";
  src: url("https://cdn.glamorgancricket.com/font/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Medium";
  src: url("https://cdn.glamorgancricket.com/font/DINPro-Medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Light";
  src: url("https://cdn.glamorgancricket.com/font/DINPro-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Bold";
  src: url("https://cdn.glamorgancricket.com/font/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-berthold-bold {
  font-family: "Berthold Akzidenz Grotesk Bold", sans-serif;
}
.font-berthold-medium {
  font-family: "Berthold Akzidenz Grotesk", sans-serif;
}
.font-din-regular {
  font-family: "DIN Pro Regular", sans-serif;
}
.font-din-medium {
  font-family: "DIN Pro Medium", sans-serif;
}
.font-din-light {
  font-family: "DIN Pro Light", sans-serif;
}
.font-din-bold {
  font-family: "DIN Pro Bold", sans-serif;
}
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .nav-icon.open {
    transform: translateX(0%);
    transition: 0.9s;
  }
  .nav-icon {
    transform: translateX(200%);
    transition: 0.9s;
  }
  .nav-icon .overlay::before {
    content: "";
    background-color: rgb(0 0 0 / 0.8);
    position: fixed;
    left: -20px;
    right: 0;
    width: 100ch;
    right: 0;
    height: 100vh;
    top: -98px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 72px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
    .container {
    padding: 0 12px;
  }
}