#pg-2025 {
  position: fixed;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  width: 153px;
  min-height: 150px;
  height: min-content;
  display: none;
  font-family: neuzeit-grotesk, sans-serif;
  transition: left 1s;
}
@media only screen and (min-width: 768px) {
  #pg-2025 {
    top: 25%;
    bottom: unset;
  }
}
#pg-2025.show {
  display: flex;
  flex-direction: row;
}
#pg-2025.close-elem {
  left: -999px;
}
#pg-2025 .expand-alert,
#pg-2025 .minimize-alert {
  width: min-content;
  height: min-content;
  background: #E65300;
  border: 0px;
  display: flex;
  justify-content: center;
  padding: 8px;
}
#pg-2025 .expand-alert .fa-sharp.fa-solid,
#pg-2025 .minimize-alert .fa-sharp.fa-solid {
  font-size: 20px;
  color: #0F0F0F;
}
#pg-2025 .close-alert {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.41rem;
  color: #E65300;
  background: none;
  border: none;
  align-items: center;
  width: min-content;
}
#pg-2025 .expand-alert {
  align-self: flex-end;
}
#pg-2025 .minimize-alert,
#pg-2025 .close-alert {
  display: none;
}
#pg-2025 .main-container {
  display: flex;
  flex-direction: column;
  background: rgba(15, 15, 15, 0.9);
  border: 1px solid #FFFFFF;
  border-left: 0px;
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}
#pg-2025 .main-container:hover {
  background: #0F0F0F;
}
#pg-2025 .controls {
  position: absolute;
  top: 0px;
  right: 0px;
}
#pg-2025 .content {
  display: flex;
  flex-direction: column;
  padding: 0px 16px;
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
}
#pg-2025 .content img {
  width: 80%;
  max-width: 268px;
  min-height: 100px;
}
#pg-2025 .content h3 {
  font-family: bely-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #E65300;
}
#pg-2025 .content h4 {
  font-family: bely, sans-serif;
  font-size: 1.938rem;
  text-transform: uppercase;
  text-align: center;
}
#pg-2025 .content p {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
}
#pg-2025 .content .status,
#pg-2025 .content .cta-content {
  display: none;
  flex-direction: column;
  width: auto;
  white-space: collapse;
  overflow: hidden;
}
#pg-2025 .content a {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin: auto auto;
  padding: 8px 16px;
  box-shadow: 2px 2px 2px 0 rgba(15, 15, 15, 0.3);
  border: solid 1px #001028;
  background-color: #f4b223;
  text-align: center;
  color: #0F0F0F;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
#pg-2025 .content a:hover {
  text-decoration: none;
}
#pg-2025 #countdown {
  font-family: bely-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  font-size: 18px;
  margin-top: auto;
  color: #FFFFFF;
  text-align: center;
  min-width: 120px;
  min-height: 40px;
}
#pg-2025.expanded {
  width: 90%;
}
@media (min-width: 430px) {
  #pg-2025.expanded {
    width: 400px;
  }
}
#pg-2025.expanded .expand-alert {
  display: none;
}
#pg-2025.expanded .minimize-alert,
#pg-2025.expanded .close-alert {
  display: flex;
}
#pg-2025.expanded .main-container {
  border: 0px;
  background: #0F0F0F;
  cursor: default;
}
#pg-2025.expanded .content {
  padding: 16px 8px;
}
#pg-2025.expanded .content .status,
#pg-2025.expanded .content .cta-content {
  display: flex;
}
#pg-2025.expanded #countdown {
  font-family: bely-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  body.user-logged-in #pg-2025.show:not(.close-elem) {
    left: 65px;
  }
}
