@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #FFF;
  border-radius: 0px;
  background: #e3e3e3;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 38px;
  color: #000;
  padding: 20px 35px 20px 15px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 15px;
  width: 27px;
  height: 27px;
  line-height: 38px;
  background-color: #e3e3e3;
  color: #BBB;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 0/0 a;
  background-image: url(../../../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-black.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #FFF;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric {
  background: #666;
}
.selectric-open .selectric .label {
  color: #FFF;
}
.selectric-open .selectric .button {
  background-color: #666;
  background-image: url(../../../../../../../../../content/dam/atvi/callofduty/hub/cod-blog-arrow-white.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  min-height: 20px;
  font-family: "Open Sans Condensed", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
.selectric-items li {
  display: block;
  padding: 20px 35px 20px 15px;
  color: #FFF;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li.highlighted {
  background: #e3e3e3;
  color: #000;
}
.selectric-items li:hover {
  background: #e3e3e3;
  color: #000;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
body {
  background: #1B1B1B;
  color: #FFF;
}
body.modal-open {
  overflow: hidden;
}
.press-container {
  max-width: 1320px;
  margin: 0 auto;
  background-color: #1b1b1b;
  padding: 30px 60px;
}
@media screen and (max-width: 1024px) {
  .press-container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 600px) {
  .press-container {
    padding-inline: 16px;
  }
}
.press-container h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.press-container h1 a {
  color: #fff;
  text-decoration: none;
}
.press-container .press-toolbar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .press-container .press-toolbar {
    flex-direction: column;
    gap: 28px;
  }
}
.press-container .press-select ul {
  display: flex;
  gap: 12px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .press-container .press-select ul li {
    width: 50%;
  }
}
.press-container .press-select ul li button:hover {
  cursor: pointer;
}
.press-container .press-select #select-btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  border: 1px solid transparent;
  padding: 1em 0;
  border-radius: 24px;
  margin: auto;
  display: block;
  text-align: center;
  transition: box-shadow 250ms ease-out, border 300ms ease-out, background 300ms ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  background: rgba(7, 104, 175, 0.5);
  box-shadow: inset 0 0 0 1px #0768af;
  font-size: 12px;
  font-weight: 400;
  padding: 9px 12px 6px 12px;
  line-height: 1;
}
.press-container .press-select #select-btn:hover,
.press-container .press-select #select-btn:active {
  background: rgba(7, 104, 175, 0.7);
  border: 1px solid #0768af;
  box-shadow: inset 0 0 0 2px #0768af;
}
@media screen and (max-width: 1024px) {
  .press-container .press-select #select-btn {
    width: 100%;
  }
}
.press-container .press-select #download-btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  border: 1px solid transparent;
  padding: 1em 0;
  border-radius: 24px;
  margin: auto;
  display: block;
  text-align: center;
  transition: box-shadow 250ms ease-out, border 300ms ease-out, background 300ms ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-weight: 400;
  background: transparent;
  border-color: #79838D;
  color: #79838D;
  padding: 9px 12px 6px 12px;
  line-height: 1;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .press-container .press-select #download-btn {
    width: 100%;
  }
}
.press-container .press-select #download-btn:hover,
.press-container .press-select #download-btn.active {
  color: #FFF;
  border-color: #FFF;
}
.press-container .press-filters {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: calc(100% - 245px);
}
@media screen and (max-width: 1024px) {
  .press-container .press-filters {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .press-container .press-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.press-container .press-filters label {
  width: 100%;
}
.press-container .press-filters label select {
  font-family: 'DIN Next LT Pro';
  border: 1px solid #79838D;
  color: #79838D;
  border-radius: 5px;
  outline: none;
  padding: 6px 10px 3px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  appearance: none;
  background-color: #1b1b1b;
  background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/press-2025/home/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 10px center;
}
.press-container .press-filters label select:hover {
  cursor: pointer;
}
.press-container #pressGallery {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 68px;
  overflow: hidden;
}
.press-container #pressGallery .asset-container {
  position: relative;
}
.press-container #pressGallery .asset-container h2 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 22px;
}
.press-container #pressGallery .asset-container .asset-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .press-container #pressGallery .asset-container .asset-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .press-container #pressGallery .asset-container .asset-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.press-container #pressGallery .asset-container .asset-list .asset-entry {
  overflow: hidden;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry[data-type="screenshots"] p.title {
  display: none;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry:hover {
  cursor: pointer;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry .thumb-wrap {
  margin-bottom: 8px;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry .thumb-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry .meta-block .title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #eaeaea;
  word-wrap: break-word;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry .meta-block .meta {
  /*span {
                                display: none;
                            }*/
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #aaa;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry .meta-block .meta span {
  background: #9C978F;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 4px 2px 4px;
}
.press-container #pressGallery .asset-container .asset-list .asset-entry[data-type="screenshots"] .meta-block .meta span {
  display: inline-block;
  font-size: 10px;
  background: #9C978F;
  padding: 4px 6px 2px 6px;
  color: #000;
  text-transform: uppercase;
  margin-right: 4px;
}
/* Load More button */
.load-more-btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  border: 1px solid transparent;
  padding: 1em 0;
  border-radius: 24px;
  margin: auto;
  display: block;
  text-align: center;
  transition: box-shadow 250ms ease-out, border 300ms ease-out, background 300ms ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  background: rgba(7, 104, 175, 0.5);
  box-shadow: inset 0 0 0 1px #0768af;
  padding: 9px 12px 6px 12px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.load-more-btn:hover,
.load-more-btn:active {
  background: rgba(7, 104, 175, 0.7);
  border: 1px solid #0768af;
  box-shadow: inset 0 0 0 2px #0768af;
}
/* Left line */
.load-more-btn::before,
.load-more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  /* super long — doesn't matter, it gets clipped */
  height: 1px;
  background: #D9D9D9;
  /* your line color */
  transform: translateY(-50%);
  z-index: -1;
}
/* Left line */
.load-more-btn::before {
  right: calc(100% + 20px);
  /* extend outward to left */
}
/* Right line */
.load-more-btn::after {
  left: calc(100% + 20px);
  /* extend outward to right */
}
/* No results message */
.no-results {
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 3rem;
}
/* Modal styling */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.image-modal .modal-content {
  position: relative;
  color: #fff;
  max-width: 650px;
  width: 100%;
  padding-top: 30px;
}
.image-modal .modal-content.screenshots .asset-name,
.image-modal .modal-content.screenshots .asset-file-name {
  display: none;
}
.image-modal .modal-content.screenshots .name-size-and-download {
  justify-content: end;
  position: relative;
  z-index: 2;
}
.image-modal .modal-content.screenshots .modal-caption ul {
  margin-top: -20px;
  position: relative;
  top: -17px;
}
@media screen and (max-width: 600px) {
  .image-modal .modal-content {
    padding-inline: 16px;
  }
}
.image-modal .modal-content .close-modal {
  font-family: 'DIN Next LT Pro';
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background: none;
  background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/press-2025/global/close-X.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  padding: 0 25px 0 0;
}
.image-modal .modal-content .close-modal:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .image-modal .modal-content .close-modal {
    right: 20px;
  }
}
.image-modal .modal-content .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: 1px solid #79838d;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.image-modal .modal-content .nav:hover {
  cursor: pointer;
}
.image-modal .modal-content .nav.prev {
  background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/press-2025/global/arrow-left.svg');
  top: calc(100% + 25px);
  left: auto;
  right: 10px;
  translate: -100% 0;
}
.image-modal .modal-content .nav.next {
  top: calc(100% + 25px);
  right: 0;
  background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/press-2025/global/arrow-left.svg');
  transform-origin: center center;
  transform: rotate(180deg) translateY(50%);
}
.image-modal .modal-content .modal-body {
  margin-bottom: 15px;
  aspect-ratio: 1.77777778;
}
.image-modal .modal-content .modal-body .modal-img {
  width: 100%;
  max-width: none;
  max-height: 70vh;
  border-radius: 8px;
  border: 1px solid #1b1b1b;
  display: block;
  margin: 0 auto;
}
.image-modal .modal-content .name-size-and-download {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  gap: 20px;
}
.image-modal .modal-content .name-size-and-download p a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.image-modal .modal-content .name-size-and-download p a:hover {
  cursor: pointer;
}
.image-modal .modal-content .name-size-and-download p a::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/press-2025/global/download-button.svg');
  background-size: contain;
  background-position: center;
  backgroun-repeat: no-repeat;
}
.image-modal .modal-content .name-size-and-download .asset-file-name {
  width: 60%;
  word-wrap: break-word;
}
.image-modal .modal-content .modal-caption {
  margin-top: 1rem;
}
.image-modal .modal-content .modal-caption .asset-name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 70%;
  word-wrap: break-word;
}
@media screen and (max-width: 600px) {
  .image-modal .modal-content .modal-caption .asset-name {
    left: 20px;
  }
}
.image-modal .modal-content .modal-caption .asset-description {
  margin-bottom: 12px;
}
.image-modal .modal-content .modal-caption ul li {
  display: inline-block;
  font-size: 10px;
  background: #9C978F;
  padding: 4px 6px 2px 6px;
  color: #000;
  text-transform: uppercase;
  margin-right: 4px;
}
.image-modal .modal-content .modal-pagination {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 90px;
  translate: 0 18px;
  left: 0;
  justify-content: space-between;
}
.image-modal .modal-content .modal-pagination .modal-dots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 87%;
  align-items: center;
}
.image-modal .modal-content .modal-pagination .modal-dots button {
  position: relative;
  border: none;
  padding: 0;
  height: 1px;
  background: #79838D;
}
.image-modal .modal-content .modal-pagination .modal-dots button.active {
  background: #CDCBC6;
  height: 6px;
}
/* Fade animations for filter visibility */
.filter-wrapper {
  opacity: 1;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.filter-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}
.filter-wrapper.visible {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/* Play badge on video thumbs */
.thumb-wrap {
  position: relative;
}
.thumb-wrap.is-video .play-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.65);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  display: none;
}
/* Modal body fade during slide change */
.modal-body.fade-out {
  opacity: 0;
  transition: opacity 150ms ease;
}
/* Age gate form */
.agegate-wrap {
  text-align: center;
  padding: 20px;
}
.agegate-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.agegate-form input {
  width: 64px;
  padding: 8px;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  text-align: center;
}
.agegate-form .sep {
  opacity: 0.6;
}
.agegate-form .dob-submit {
  margin-left: 10px;
  padding: 8px 14px;
  background: #2b2b2b;
  border: 1px solid #444;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.agegate-form .dob-error {
  margin-top: 10px;
  color: #ff9b9b;
  min-height: 1em;
}
.agegate-wrap {
  transition: opacity 0.3s ease;
}
/* Checkbox overlay (hidden unless selecting) */
.select-checkbox {
  position: absolute;
  top: 8px;
  right: 25px;
  display: none;
  z-index: 2;
}
.select-checkbox.visible {
  display: block;
}
.select-checkbox input {
  position: absolute;
  pointer-events: none;
}
.select-checkbox .checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}
.asset-entry.is-selected .select-checkbox .checkmark {
  /*background: #00c853;
  border-color: #00c853;*/
}
/* Make sure .thumb-wrap is positioned for overlay */
.asset-entry .thumb-wrap {
  position: relative;
}
/*******************
AGE GATE
*******************/
.age-gate {
  position: relative;
  width: 100%;
  height: 100%;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.age-gate h4 {
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #FFF;
}
.age-gate .inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.age-gate input {
  font-size: 20px;
  padding: .3em;
  text-align: center;
  width: 22%;
}
.age-gate button {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  border: 1px solid transparent;
  padding: 1em 0;
  border-radius: 24px;
  margin: auto;
  display: block;
  text-align: center;
  transition: box-shadow 250ms ease-out, border 300ms ease-out, background 300ms ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  background: rgba(7, 104, 175, 0.5);
  box-shadow: inset 0 0 0 1px #0768af;
  padding: 9px 20px 6px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.age-gate button:hover,
.age-gate button:active {
  background: rgba(7, 104, 175, 0.7);
  border: 1px solid #0768af;
  box-shadow: inset 0 0 0 2px #0768af;
}
.age-gate .error {
  color: #FFF;
}

