@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
  position: relative;
}

.slick-slide {
  margin: 0 10px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.signup-form {
  max-width: 700px;
  margin-top: 50px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.signup-form .eclipse {
  margin-left: auto;
  margin-right: auto;
}

.signup-form img {
  width: 100px;
  height: 100px;
}

.signup-form h2 {
  font-size: 45px;
  margin: auto;
  text-align: center;
}

.signup-form p {
  font-size: 20px;
max-width: 800px;
    margin: 20px auto;
  text-align: center;
}

.signup-thankyou {box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 15px;
    background: #211834;
    border: 1px solid #683cd0;
    font-size: 16px !important;
    font-style: italic;}

.form-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
}

.signup-action-link {
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.signup-main-area {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.signup-main-area #signup-form{
  text-align: center;
}

#menu {
  cursor: pointer;
}

.dark-light-theme-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.close-menu {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #1bfab2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-menu img {
  width: 18px;
  height: 18px;
}

#header {
  width: 100%;
  background: linear-gradient(90deg, #19fae7 0%, #19fac4 100%);
  padding: 20px 152px;
}
#header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #header .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
  }
}
#header .container .right-side-controls {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
#header .container .right-side-controls a {
  color: #28007b;
  text-decoration: none;
  font-size: 20px;
}
#header .container .right-side-controls a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #header .container .right-side-controls a {
    font-size: 15px;
  }
}
#header .logo {
  text-align: center;
}

#footer {
  width: 100%;
  padding: 0 152px;
}
@media screen and (max-width: 700px) {
  #footer {
    padding: 0 15px;
  }
}
#footer .footer-container {
  width: 100%;
  padding: 30px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
#footer .footer-container span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #afafaf;
}

.page-template-game-subscription .search {
  width: 308px;
  height: 40px;
  padding-right: 2px;
  background-color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-game-subscription .search input {
  width: 272px;
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 10px;
}
.page-template-game-subscription .search input:focus {
  outline: none;
}
.page-template-game-subscription .search input::placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #d4d4d4;
}
.page-template-game-subscription .search button {
  background-color: #19fae7;
  border: 0.5px solid #000000;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-game-subscription .input-label {
  font-size: 16px;
  color: #6B7280;
  font-weight: 600;
  margin-bottom: 0;
  width: auto;
  min-width: 145px;
  display: inline-block;
}
.page-template-game-subscription .input-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  margin: 0;
}
.page-template-game-subscription .input-field {
  padding: 12px 16px;
  font-size: 16px;
  color: #111827;
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: inline-block !important;
  width: 100%;
  margin: 10px auto;
}
@media (min-width: 30em) {
  .page-template-game-subscription .input-field {
    min-width: 350px;
    width: auto !important;
  }
}
.page-template-game-subscription .input-field:disabled {
  background-color: #F3F4F6;
  color: #9CA3AF;
  cursor: not-allowed;
}
.page-template-game-subscription .input-field:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
}
.page-template-game-subscription .input-field::placeholder {
  color: #9CA3AF;
}
.page-template-game-subscription .submit-button {
  background: #ff0669;
  border: none;
  color: #dbdbdb;
  padding: 0.75rem 2rem;
  border-radius: 2px;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  display: block;
  margin: 0 auto;
}
@media (min-width: 45.4375em) {
  .page-template-game-subscription .submit-button {
    margin: unset;
    width: fit-content;
  }
}
.page-template-game-subscription .submit-button.submit-button-danger {
  background-color: #ff0669;
  color: #dbdbdb;
}
.page-template-game-subscription .signup-main-area .submit-button {
  display: block;
  margin: 0 auto;
}
.page-template-game-subscription .notification-preferences {
  margin-top: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-game-subscription .notification-preferences h4 {
  color: #ff0669;
}
.page-template-game-subscription .notification-preferences .checkbox-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-game-subscription .notification-preferences .checkbox-wrapper input {
  accent-color: #959595;
}

.game-card-section {
  margin: 0 auto;
  width: 100%;
  padding: 10px 15px 30px 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
}
@media (min-width: 45.4375em) {
  .game-card-section {
    padding: 70px 15px 30px 15px;
	padding-top: 10px;
  }
}
.game-card-section .container {
  position: relative;
}
.game-card-section .container h2 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .game-card-section .container h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .game-card-section .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 45.4275em) {
  .game-card-section .container .slick-track {
    width: 100% !important;
    transform: unset !important;
  }
}

.slick-slider .slick-track {display: inline-grid}
@media only screen and (min-width: 769px) {.slick-slider .slick-track {display: flex;}}

.game-card-section .container .eclipse {
  position: absolute;
  top: -16px;
  left: -20px;
}
.game-card-section .container .card-wrapper .card {
  overflow: hidden;
  transition: all ease-out 0.3s;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 15px;
      background: #211834;
    border: 1px solid #683cd0;
	height: auto;

}
@media (max-width: 29.99em) {
  .game-card-section .container .card-wrapper .card {
    margin-left: 0;
  }
}
.game-card-section .container .card-wrapper .card:hover .img img {
  scale: 1.2;
}
.game-card-section .container .card-wrapper .card .img {
  overflow: hidden;
  border-radius: 10px;
}
.game-card-section .container .card-wrapper .card .img img {
  width: 100%;
  object-fit: cover;
  max-height: 150px;
  transition: all ease-out 0.3s;
}
.game-card-section .container .card-wrapper .card .card-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
	text-align: center;
  padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #3a3a5b;
}
@media (max-width: 45.4275em) {
  .game-card-section .container .card-wrapper .card.slick-slide.slick-cloned {
    display: none;
  }
  .game-card-section .container .card-wrapper .card.slick-slide {
    width: 100% !important;
    margin-bottom: 12px;
  }
}
@media (min-width: 30em) and (max-width: 45.4275em) {
  .game-card-section .container .card-wrapper .card.slick-slide {
    width: 46% !important;
  }
}
.game-card-section .container .card-wrapper .card-details {
  display: grid;
  align-items: center;
  justify-content: space-between;
    padding: 8px 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px 8px;
	font-size: 14px;
}
.detail-row {display: contents;}
.game-value{text-align: right;word-break: break-word;font-weight: 600;}
.game-card-section .container .card-wrapper .card-details .released-date,
.game-card-section .container .card-wrapper .card-details .overall {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #71808e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 60px;
}
.game-card-section .container .card-wrapper .card-details .released-date .game-value,
.game-card-section .container .card-wrapper .card-details .overall .game-value {
  font-weight: bold;text-align: left;
}
.game-card-section .container .card-wrapper .card-details .released-date .game-label,
.game-card-section .container .card-wrapper .card-details .overall .game-label {
  text-align: left;
  white-space: nowrap;
}
.game-card-section .controls {
  align-self: flex-end;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.game-card-section .controls button {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #141414;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.game-card-section .controls button:hover {
  background-color: #19fae7;
}
.game-card-section button.slick-prev {
  left: -50px;
}
.game-card-section button.slick-next {
  right: -50px;
}
.game-card-section .slick-next, .game-card-section .slick-prev {
  width: 45px;
  height: 45px;
  background-color: #2d2d2d;
  border-radius: 2px;
  border: transparent;
  top: 50%;
}
@media (max-width: 62.49em) {
  .game-card-section .slick-next, .game-card-section .slick-prev {
    display: none !important;
  }
}
.game-card-section .slick-next:hover, .game-card-section .slick-next:active, .game-card-section .slick-prev:hover, .game-card-section .slick-prev:active, .game-card-section .slick-next:focus, .game-card-section .slick-prev:focus {
  background-color: #ff0669;
}
.game-card-section .slick-next:before {
  background-image: var(--wpr-bg-e6de70b2-99af-4d39-af27-aebf7fc2cde7);
}
.game-card-section .slick-prev:before {
  background-image: var(--wpr-bg-7e4facab-f99a-4f50-8c7d-11c3dff89835);
}
.game-card-section .slick-next:before, .game-card-section .slick-prev:before {
  filter: invert(95%) sepia(0%) saturate(1483%) hue-rotate(343deg) brightness(111%) contrast(72%);
  display: block;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 23px;
  background-size: 30px 23px;
  margin-left: 7px;
}
.game-card-section .slick-next:hover:before, .game-card-section .slick-next:active:before, .game-card-section .slick-next:focus:before,
.game-card-section .slick-prev:hover:before, .game-card-section .slick-prev:active:before, .game-card-section .slick-prev:focus:before {
  filter: invert(95%) sepia(0%) saturate(1483%) hue-rotate(343deg) brightness(111%) contrast(72%);
}

.menu-overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.menu-overlay.active {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.sidebar-menu {
  width: 460px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  background-color: white;
  transition: ease-in-out 0.4s;
}
.sidebar-menu.active {
  left: 0;
}
.sidebar-menu .navmenu-list {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

:root {
  --fc-event-bg-color: #98A2B3;
  --fc-event-border-color: #475467;
  --fc-event-text-color: #475467;
  --fc-today-bg-color: #98A2B3;
  --fc-border-color: #475467;
  --fc-page-bg-color: #344054;
}

.calendar-wrapper {
  max-width: 1350px;
  margin: auto 12px;
}
@media (min-width: 62.5em) {
  .calendar-wrapper {
    margin: 0 auto;
  }
}
.calendar-wrapper .change-view-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.calendar-wrapper .change-view-wrapper button {
  padding: 0.75rem 2rem;
  background: #2d2d2d;
  color: #dbdbdb;
  border-radius: 2px;
  cursor: pointer;
}
.calendar-wrapper .change-view-wrapper button:hover {
  background: #ff0669;
  color: #dbdbdb;
}
.calendar-wrapper .change-view-wrapper button.active {
  background: #ff0669;
  color: #dbdbdb;
}
.calendar-wrapper #calendar {
  height: auto;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.calendar-wrapper #calendar a {
  color: #dbdbdb;
}
.calendar-wrapper #calendar a.fc-daygrid-more-link {
  color: #ff0669;
}
.calendar-wrapper #calendar .fc-multimonth {
  border: 0;
}
.calendar-wrapper #calendar .fc-header-toolbar {
  margin-top: 1rem;
}
.calendar-wrapper #calendar .fc-button-group {
  gap: 5px;
  border-radius: none;
}
.calendar-wrapper #calendar button {
  background: #ff0669;
  color: #dbdbdb;
  border-radius: 2px;
  border: transparent;
}
.calendar-wrapper #calendar button:focus {
  outline: none;
}
.calendar-wrapper #calendar button:active {
  box-shadow: none;
}
.calendar-wrapper #calendar button.fc-prev-button span {
  margin-right: 3px;
}
.calendar-wrapper #calendar button.fc-next-button span {
  margin-left: 3px;
}
.calendar-wrapper #calendar .fc-col-header-cell {
  background-color: #344054;
}
.calendar-wrapper #calendar table tbody tr:nth-child(2n+1) td, .calendar-wrapper #calendar table tbody tr:nth-child(2n+1) th {
  background-color: #101828;
}
.calendar-wrapper #calendar .fc-daygrid-day {
  background-color: #101828;
}
.calendar-wrapper #calendar .fc-popover-title {
  color: #dbdbdb;
}
.calendar-wrapper #calendar .fc-popover-close {
  color: #dbdbdb;
  opacity: 1;
}
.calendar-wrapper #calendar table {
  border-collapse: separate;
}
.calendar-wrapper #calendar table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.calendar-wrapper #calendar table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.calendar-wrapper .fc-theme-standard .fc-popover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.calendar-wrapper .fc-theme-standard .fc-popover .fc-direction-ltr .fc-daygrid-event.fc-event-end, .calendar-wrapper .fc-theme-standard .fc-popover .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin: 2px 2px;
}

.grid-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.grid-section .hero-section {
  width: 100%;
  background-repeat: no-repeat;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.grid-section .hero-section .hero-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
.grid-section .hero-section .hero-title h1 {
  color: #ffffff;
  font-weight: 600;
  margin-top: 1.3rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 45.4375em) {
  .grid-section .hero-section .hero-title h1 {
    text-align: left;
  }
}
.grid-section .hero-section .hero-title h4 {
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .grid-section .hero-section .hero-title h4 {
    text-align: center;
  }
}
.grid-section .hero-section .filter-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1296px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: baseline;
  padding: 25px;
  margin-top: auto;
  position: relative;
}
@media (max-width: 45.4275em) {
  .grid-section .hero-section .filter-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 45.4375em) {
  .grid-section .hero-section .filter-container {
    top: 50px;
  }
}
.grid-section .hero-section .filter-container .formgroup {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 270px;
}
.grid-section .hero-section .filter-container .formgroup select, .grid-section .hero-section .filter-container .formgroup input {
  border: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  padding: 0.75rem 2rem;
  background-color: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  color: #71808e;
  height: 50px;
}
.grid-section .hero-section .filter-container .formgroup select option, .grid-section .hero-section .filter-container .formgroup input option {
  padding: 10px 20px;
}
.grid-section .hero-section .filter-container #search-games-button {
  height: fit-content;
  width: fit-content;
  background-color: #ff0669;
  color: #dbdbdb;
  border: 0.5px solid #000000;
  border-radius: 2px;
  padding: 0.75rem 2rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: auto;
}
.grid-section #games-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  max-width: 1296px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 45.4375em) {
  .grid-section #games-container {
    margin-top: 100px;
  }
}
.grid-section #games-container .card-wrapper {
  padding: 15px;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .grid-section #games-container .card-wrapper {
    width: 33%;
  }
}
@media screen and (max-width: 800px) {
  .grid-section #games-container .card-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-section #games-container .card-wrapper {
    width: 100%;
  }
}
.grid-section #games-container .card-wrapper .card {
  overflow: hidden;
  transition: all ease-out 0.3s;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  min-height: 350px;
  box-sizing: content-box;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 15px;
  background: #2d2d2d;
  border: 1px solid #1c1c1c;
}
.grid-section #games-container .card-wrapper .card:hover {
  border: 1px solid #6cff95;
}
.grid-section #games-container .card-wrapper .card:hover .img img {
  scale: 1.2;
}
.grid-section #games-container .card-wrapper .card .img {
  overflow: hidden;
  border-radius: 10px;
}
.grid-section #games-container .card-wrapper .card .img img {
  width: 100%;
  object-fit: cover;
  max-height: 150px;
  transition: all ease-out 0.3s;
}
.grid-section #games-container .card-wrapper .card .card-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F0F0;
}
.grid-section #games-container .card-wrapper .card .card-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
.grid-section #games-container .card-wrapper .card .card-details .released-date,
.grid-section #games-container .card-wrapper .card .card-details .overall {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #71808e;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 60px;
}
.grid-section #games-container .card-wrapper .card .card-details .released-date .game-value,
.grid-section #games-container .card-wrapper .card .card-details .overall .game-value {
  font-weight: bold;
}
.grid-section #games-container .card-wrapper .card .card-details .released-date .game-label,
.grid-section #games-container .card-wrapper .card .card-details .overall .game-label,
.grid-section #games-container .card-wrapper .card .card-details .overall .game-value.align-right{
  text-align: right;
}
.grid-section #games-container .card-wrapper .card .card-details .released-date.tier-plan{
  max-width: 120px;
}
.grid-section #pagination-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 45.4375em) {
  .grid-section #pagination-container {
    flex-direction: unset;
  }
}
.grid-section #pagination-container button {
  font-size: 14px;
  margin: 3px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #dbdbdb;
  background-color: #070707;
  transition: all 0.2s ease-out;
  padding: 0 23px;
}
@media (min-width: 30em) {
  .grid-section #pagination-container button {
    min-width: 50px;
    padding: 13px 35px;
  }
}
.grid-section #pagination-container button:hover {
  background-color: #ff0669;
}
.grid-section #pagination-container button.active {
  background-color: #ff0669;
}
.grid-section #pagination-container button.arrow {
  min-width: 50px;
  margin: 3px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #dbdbdb;
  background-color: #070707;
}
.grid-section #pagination-container button.arrow:hover {
  background-color: #ff0669;
}
.grid-section #pagination-container span {
  line-height: 0;
  height: min-content;
}

.profile-form {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 100px;
}
@media (max-width: 45.4275em) {
  .profile-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
}
.profile-form h2 {
  font-size: 40px;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .profile-form h2 {
    font-size: 30px;
    text-align: center;
  }
}
.profile-form p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.profile-navigation {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 5px;
}
@media screen and (max-width: 700px) {
  .profile-navigation {
    flex-direction: row;
  }
}
@media screen and (max-width: 450px) {
  .profile-navigation {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.profile-navigation .profile-nav-link {
  padding: 15px;
  color: #dbdbdb;
  text-decoration: none;
  border-radius: 10px;
  max-width: 300px;
}
.profile-navigation .profile-nav-link:hover {
  background-color: #2d2d2d;
}
.profile-navigation .profile-nav-link.active {
  background-color: #2d2d2d;
}

@media screen and (max-width: 700px) {
  #preference-form h3 {
    text-align: center;
    padding: 10px;
  }
}

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