@font-face {
  font-family: Questrial;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../font/questrial-v13-latin-regular.woff2") format("woff2"),
    url("../font/questrial-v13-latin-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../font/montserrat-v15-latin-regular.woff2") format("woff2"),
    url("../font/montserrat-v15-latin-regular.woff") format("woff");
  font-display: swap;
}
.menu2 {
  min-width: 706px;
}
.menu2_item_dropdown_content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
  background-color: var(--blue);
}
.menu2_item:hover .menu2_item_dropdown_content {
  display: flex;
}
.menu2_item_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 55px 0;
  width: 100%;
  color: #fff;
}
.menu3 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 20%;
  line-height: normal;
}
.menu3-nameonly {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-bottom: 15px;
}
.menu3.menuholidays {
  width: 50%;
}
.menu3_item {
  line-height: normal;
}
.menu3_item a {
  color: #fff;
  text-decoration: none;
}
.menu3_item a:hover,
.menu3_item figure:hover {
  text-decoration: none;
  filter: invert(0%) sepia(83%) saturate(7500%) hue-rotate(358deg)
    brightness(107%) contrast(108%);
}
.menu3-columns-wrapper {
  display: flex;
  margin-bottom: 20px;
  flex: 1;
}
.menu3-columns-container {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #fff;
  display: flex;
}
.menu3-columns-container.wider {
  width: 80%;
  flex: none;
}
.menu3-columns-container.narrow {
  flex: none;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu3-columns-wrapper div:last-child {
  border: none;
}
.menu3-columns-container-category-name-wrapper {
  width: 50%;
  min-width: 50px;
  display: flex;
  justify-content: center;
}
.menu3-columns-container-top100-name-wrapper {
  width: 33%;
  min-width: 50px;
  display: flex;
  justify-content: center;
}
.menu3-columns-container-holiday-wrapper {
  display: flex;
  justify-content: center;
  flex: 1;
}
.menu3-columns-container-category-content-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  justify-content: flex-start;
  flex: 1;
}
.menu3-columns-container-category-content-wrapper div {
  text-align: left;
  margin-bottom: 15px;
}
.menu3-columns-container-category-content-wrapper div:last-child {
  margin-bottom: 0;
}
.menu3-columns-container-category-content-wrapper a {
  color: #fff;
  text-decoration: none;
}
.menu3-columns-wrapper span {
  display: block;
}
.menu3-holiday-content-container {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.menu3-holiday-content-container-nameonly {
  display: flex;
  flex-direction: column;
  height: 372px;
  flex-wrap: wrap;
  width: 50%;
}
#searchBar,
#searchBar2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--darkpurple);
  justify-content: space-between;
  align-items: center;
  height: 42px;
  margin: 4px 0;
}
.gcse_wrapper {
  width: 100%;
  margin-left: 10px;
  margin-right: 2px;
}
.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  -moz-border-radius: 24px !important;
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  background-color: #60c !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  padding: 6px 10px !important;
}
form.gsc-search-box {
  margin-bottom: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}
table.gsc-search-box {
  margin: 0 !important;
}
button.gsc-search-button.gsc-search-button-v2 svg {
  width: 15px !important;
  height: 15px !important;
}
.gsc-input-box {
  -webkit-border-top-left-radius: 24px !important;
  -webkit-border-bottom-left-radius: 24px !important;
  -moz-border-radius-topleft: 24px !important;
  -moz-border-radius-bottomleft: 24px !important;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  border: 2px solid #60c !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  -webkit-border-top-right-radius: 24px !important;
  -webkit-border-bottom-right-radius: 24px !important;
  -moz-border-radius-topright: 24px !important;
  -moz-border-radius-bottomright: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}
.gsc-search-button {
  -webkit-border-top-right-radius: 24px !important;
  border-top-right-radius: 24px !important;
  -webkit-border-bottom-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  background-color: #60c;
  -webkit-appearance: none;
}
.mobile_menu_overlay {
  width: 100%;
  height: 100%;
  background-color: var(--darkpurple);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4;
  overflow: hidden;
  flex-direction: column;
}
.accordion,
.like-accordion {
  background-color: var(--medpurple);
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-family: Questrial, Arial, sans-serif;
  border-bottom: 1px #fff solid;
}
.accordion:after {
  content: "\25BC";
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\25B2";
}
.accordion:hover,
.active,
.like-accordion:hover {
  background-color: var(--darkblue);
}
.panel {
  padding: 10px;
  display: none;
  background-color: var(--blue);
  color: #fff;
  text-align: left;
  overflow: hidden;
  font-family: Questrial, Arial, sans-serif;
  font-weight: 700;
}
.panel.show {
  display: block !important;
}
.panel-item {
  margin-bottom: 20px;
}
.panel-item:last-child {
  margin-bottom: 0;
}
.panel-item a {
  color: #fff;
}
.accordion_footer {
  color: #fff;
  font-size: 13px;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
}
.accordion_footer a {
  color: #fff;
}
#gdpr-cookie-message {
  margin: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  box-sizing: border-box;
  z-index: 2;
}
#gdpr-cookie-message h4 {
  margin: 0;
  color: #c0f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  margin: 0;
  color: #c0f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  margin: 0;
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  margin: 0;
  color: #c0f;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: #fff;
  border-bottom-color: #c0f;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  margin: 0;
  border: none;
  background: #c0f;
  color: #fff;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  line-height: inherit;
}
#gdpr-cookie-message button:hover {
  background: #fff;
  color: #c0f;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: #fff;
  color: #c0f;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#gdpr-cookie-message p {
  display: block;
}
.gameplay_more_games_mosaics_wrapper_block01 {
  overflow: hidden;
  height: 266px;
}
.gameplay_more_games_mosaics_wrapper_block02 {
  overflow: hidden;
  height: 528px;
}
.gameplay_more_games_mosaics {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 115px;
  grid-auto-flow: dense;
  padding: 10px;
}
.categoryPage_more_games_mosaics {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 115px;
  grid-auto-flow: dense;
  padding: 10px;
}
.coolgames-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 115px;
  grid-auto-flow: dense;
  padding: 10px;
  background: #60c;
  background: linear-gradient(135deg, #60c 0, #60c 60%, #06c 100%);
}
.coolgames-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: rgb(3 8 20 / 10%) 0 0.15rem 0.5rem,
    rgb(2 8 20 / 10%) 0 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  background-color: var(--darkpurple);
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.coolgames-logo {
  height: 65%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.2s;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.coolgames-logo-categorypage {
  height: 71%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.2s;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.coolgames-title {
  line-height: 1.02em;
  height: 2.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  margin-top: 5px;
}
.halloween {
  background: #fd9025 url(/images/background_reskins/halloween2021.jpg);
}
.thanksgiving {
  background: #600 url("/images/background_reskins/thanksgiving2021.jpg");
}
.christmas {
  background: #000 url(/images/background_reskins/christmas2021.jpg);
}
.hanukkah {
  background: #1162d5 url(/images/background_reskins/hanukkah2021.jpg);
}
.backtoschool {
  background: #107d29 url(/images/background_reskins/backtoschool2021.jpg);
}
.birthday {
  background: #7328f7 url(/images/background_reskins/birthday2021.jpg);
}
.chinesenewyear {
  background: #e20608 url(/images/background_reskins/chinesenewyear2021.jpg);
}
.earthday {
  background: #158674 url(/images/background_reskins/earthday2021.jpg);
}
.easter {
  background: #e1e7ff url(/images/background_reskins/easter2021.jpg);
}
.fathersday {
  background: #4d596f url(/images/background_reskins/fathersday2021.jpg);
}
.groundhogday {
  background: #689475 url(/images/background_reskins/groundhogday2021.jpg);
}
.july4 {
  background: #f9f0eb url(/images/background_reskins/july42021.jpg);
}
.kwanzaa {
  background: #ec1a23 url(/images/background_reskins/kwanzaa2021.jpg);
}
.laborday {
  background: #fff url(/images/background_reskins/laborday2021.jpg);
}
.mlk {
  background: #47a5ad url(/images/background_reskins/mlk2021.jpg);
}
.mothersday {
  background: #683e4c url(/images/background_reskins/mothersday2021.jpg);
}
.newyearsday {
  background: #000 url(/images/background_reskins/newyearsday2021.jpg);
}
.presidentsday {
  background: #f0e0d1 url(/images/background_reskins/presidentsday2021.jpg);
}
.ramadan {
  background: #220f5e url(/images/background_reskins/ramadan2021.jpg);
}
.stpatricksday {
  background: #014e2a url(/images/background_reskins/stpatricksday2021.jpg);
}
.valentinesday {
  background: #a21621 url(/images/background_reskins/valentinesday2021.jpg);
}
.winter {
  background: #013e5a url(/images/background_reskins/winter2021.jpg);
}
.spring {
  background: #97db60 url(/images/background_reskins/spring2021.jpg);
}
.summer {
  background: #f6edcc url(/images/background_reskins/summer2021.jpg);
}
.fall {
  background: #fc8a29 url(/images/background_reskins/fall2021.jpg);
}
@media screen and (min-width: 576px) {
  .cls_fix_category_details_wrapper {
    min-width: 576px;
  }
  .categoryPage_more_games_mosaics {
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    grid-auto-rows: 146px;
  }
  .ed_focus_wrapper {
    display: flex;
  }
  .ed_focus_image {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cls_fix_category_details_wrapper {
    min-width: 731px;
  }
  .row02 {
    display: block;
  }
  .purple_swirl {
    background: #2a064b url(/images/2021/purple-seamless-bg.jpg);
  }
  .topgames-mosaic {
    grid-template-columns: repeat(5, 1fr);
  }
  .TG_11,
  .TG_12,
  .TG_13,
  .TG_14,
  .TG_15,
  .TG_16,
  .TG_17,
  .TG_18,
  .TG_19,
  .TG_20 {
    display: block;
  }
  .show_on_768 {
    display: block;
  }
  .hide_on_phones {
    display: block;
  }
  .hide_on_tablets.hide_on_desktops {
    display: none;
  }
  .shadow {
    -webkit-box-shadow: 0 10px 13px -7px #000, 5px 5px 15px 5px transparent;
    box-shadow: 0 10px 13px -7px #000, 5px 5px 15px 5px transparent;
  }
  #gameplay_row01_mobile,
  #gameplay_row02_mobile,
  #gameplay_row03_mobile {
    display: none;
  }
  #gameplay_row01_tablet {
    display: flex;
  }
  .thisGameWrapper.mobile {
    background: #60c;
    background: linear-gradient(135deg, #60c 0, #60c 60%, #06c 100%);
  }
  .start_game_wrapper.mobile {
    flex: 1;
  }
  .r01.c05 {
    display: block;
    margin: 10px 10px 10px 0;
    width: 300px;
  }
  .ad_wrapper.slot3 {
    margin-top: 33px;
  }
  #dfp-gameplay-slot3-tablet {
    min-width: 300px;
    min-height: 250px;
  }
  #gameplay_row02_desktop {
    display: block;
  }
  #dfp-gameplay-slot5 {
    min-width: 728px;
  }
  .game_details_wrapper {
    padding: 10px;
  }
  .game_details_container {
    background-color: rgba(102, 0, 204, 0.8);
  }
  #gameplay_row03_desktop {
    display: flex;
  }
  .r03.c05 {
    margin: 10px 10px 10px 0;
  }
  #category_row01_mobile {
    display: none;
  }
  #category_row01_desktop {
    display: block;
    min-height: 475px;
  }
  .category_details_wrapper {
    display: flex;
    justify-content: center;
  }
  .category_details_container.center {
    background-color: rgba(102, 0, 204, 0.8);
    margin: 10px;
    width: 421px;
  }
  .category_featured_game_container {
    width: 356px;
    min-height: 245px;
    background-color: var(--darkpurple);
    color: #fff;
    font-weight: 700;
    line-height: 1.02em;
    height: 2.04em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    box-shadow: rgb(3 8 20 / 10%) 0 0.15rem 0.5rem,
      rgb(2 8 20 / 10%) 0 0.075rem 0.175rem;
  }
  .category_featured_game_wrapper {
    text-align: center;
    width: 356px;
    min-height: 247px;
  }
  .featured_game_image {
    width: 356px;
    height: 205px;
    border-radius: 4px 4px 0 0;
  }
  .category_featured_game {
    padding: 15px 0;
    min-height: 245px;
    display: flex;
    justify-content: space-evenly;
  }
  .category_featured_game_wrapper a {
    text-decoration: none;
  }
  #category_row02_mobile {
    display: none;
  }
  #category_row02_desktop {
    display: block;
    min-height: 121px;
  }
  .category_details_container.center_row03 {
    background-color: rgba(102, 0, 204, 0.8);
  }
  #category_row03 {
    padding: 10px;
  }
  .category_details_row_wrapper.catadbreak {
    background-color: transparent;
  }
  .ViewAll_btn {
    display: inline-block;
  }
  .AZ_btn {
    margin: 0 10px;
    padding: 10px;
    font-size: medium;
  }
  .grade_skill_bar_mobile {
    display: none;
  }
  .grade_skill_bar_desktop {
    display: flex;
  }
}
.halloween {
  background: #fd9025 url(/images/background_reskins/halloween2021.jpg);
}
.thanksgiving {
  background: #600 url("/images/background_reskins/thanksgiving2021.jpg");
}
.christmas {
  background: #000 url(/images/background_reskins/christmas2021.jpg);
}
.hanukkah {
  background: #1162d5 url(/images/background_reskins/hanukkah2021.jpg);
}
.backtoschool {
  background: #107d29 url(/images/background_reskins/backtoschool2021.jpg);
}
.birthday {
  background: #7328f7 url(/images/background_reskins/birthday2021.jpg);
}
.chinesenewyear {
  background: #e20608 url(/images/background_reskins/chinesenewyear2021.jpg);
}
.earthday {
  background: #158674 url(/images/background_reskins/earthday2021.jpg);
}
.easter {
  background: #e1e7ff url(/images/background_reskins/easter2021.jpg);
}
.fathersday {
  background: #4d596f url(/images/background_reskins/fathersday2021.jpg);
}
.groundhogday {
  background: #689475 url(/images/background_reskins/groundhogday2021.jpg);
}
.july4 {
  background: #f9f0eb url(/images/background_reskins/july42021.jpg);
}
.kwanzaa {
  background: #ec1a23 url(/images/background_reskins/kwanzaa2021.jpg);
}
.laborday {
  background: #fff url(/images/background_reskins/laborday2021.jpg);
}
.mlk {
  background: #47a5ad url(/images/background_reskins/mlk2021.jpg);
}
.mothersday {
  background: #683e4c url(/images/background_reskins/mothersday2021.jpg);
}
.newyearsday {
  background: #000 url(/images/background_reskins/newyearsday2021.jpg);
}
.presidentsday {
  background: #f0e0d1 url(/images/background_reskins/presidentsday2021.jpg);
}
.ramadan {
  background: #220f5e url(/images/background_reskins/ramadan2021.jpg);
}
.stpatricksday {
  background: #014e2a url(/images/background_reskins/stpatricksday2021.jpg);
}
.valentinesday {
  background: #a21621 url(/images/background_reskins/valentinesday2021.jpg);
}
.winter {
  background: #013e5a url(/images/background_reskins/winter2021.jpg);
}
.spring {
  background: #97db60 url(/images/background_reskins/spring2021.jpg);
}
.summer {
  background: #f6edcc url(/images/background_reskins/summer2021.jpg);
}
.fall {
  background: #fc8a29 url(/images/background_reskins/fall2021.jpg);
}
@media screen and (min-width: 1040px) {
  .menu2 {
    width: 994px;
  }
  .menu2_item {
    padding: 0 32px;
  }
  #gameplay_row01_tablet,
  #gameplay_row06_mobile {
    display: none;
  }
  #gameplay_row01_desktop {
    display: block;
  }
  #gameplay_row03_desktop {
    display: flex;
    justify-content: center;
  }
  #gameplay_row06_desktop {
    display: block;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1005px;
    height: 490px;
    overflow: hidden;
  }
  .start_game_wrapper.desktop {
    position: relative;
    width: 640px;
    height: 490px;
  }
  .start_game_wrapper_container {
    width: 640px;
    height: 490px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 640px;
    height: 360px;
  }
  #game-container {
    position: relative;
    margin: 10px 0;
    background-color: #000;
  }
  #game-element,
  #video-element {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #ad-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  #splashscreen-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    margin-top: 10px;
    background: #60c;
    background: linear-gradient(135deg, #60c 0, #60c 60%, #06c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #loadingscreen {
    background: url(https://www.primarygames.com/images/ajax-loader.gif)
      no-repeat center center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: 10px;
    background-color: #000;
    overflow: hidden;
  }
  .horizontalAdBuffer {
    width: 640px;
    height: 100px;
    display: flex;
    justify-content: space-between;
  }
  .r01.c05 {
    margin: 75px 10px 10px 55px;
  }
  .r03.c05 {
    margin: 10px 10px 10px 55px;
  }
  .ad_wrapper.slot3 {
    margin-top: 0;
  }
  #dfp-gameplay-slot3 {
    min-width: 300px;
    min-height: 250px;
  }
  #dfp-gameplay-slot5 {
    min-width: 970px;
  }
  .game_details_wrapper {
    width: 640px;
    padding: 10px 0;
  }
  .rating_bar_fullscreen_btn {
    display: flex;
  }
  #category_row01_desktop {
    min-height: 456px;
  }
  .category.center.row04,
  .category_details_container.center,
  .category_details_container.center_row03 {
    width: 693px;
  }
  .sticky {
    width: 300px;
    height: 611px;
    position: sticky;
    top: 0;
  }
  .sticky_wrapper {
    height: 100%;
    max-height: 1300px;
  }
  .category_details_row_wrapper.catadbreak {
    display: none;
  }
  .r03.c03 {
    display: block;
    margin: 0 10px;
  }
  .r04.c03 {
    display: block;
    margin: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .cls_fix_gameplay_row01_desktop {
    width: 1064px;
    height: 490px;
  }
  .r01.c04,
  .r03.c04 {
    display: block;
  }
  .verticalAdBuffer {
    width: 100px;
    margin: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 470px;
  }
  .verticalAdBuffer > div {
    width: 100px;
    height: 100px;
  }
  .VAB_05,
  .VAB_06 {
    display: none;
  }
  .r01.c01,
  .r01.c05,
  .r03.c05 {
    margin: 10px 0;
  }
  .game_details_wrapper {
    min-width: 640px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 880px) {
  .menu2 {
    width: 1174px;
  }
  .menu2_item {
    padding: 0 42px;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1176px;
    height: 553px;
  }
  .start_game_wrapper.desktop,
  .start_game_wrapper_container {
    width: 752px;
    height: 553px;
  }
  .game_details_wrapper {
    width: 752px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 752px;
    height: 423px;
  }
  .horizontalAdBuffer {
    width: 752px;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 533px;
  }
  .HAB_07,
  .VAB_05 {
    display: block;
  }
  #category_row01_desktop {
    min-height: 437px;
  }
  .category.center.row04,
  .category_details_container.center,
  .category_details_container.center_row03 {
    width: 853px;
  }
  .category_featured_game_wrapper.item_02 {
    display: flex;
  }
}
@media screen and (min-width: 1366px) and (min-height: 615px) {
  .menu2 {
    width: 1318px;
  }
  .menu2_item {
    padding: 0 50px;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1300px;
    height: 553px;
  }
  .start_game_wrapper.desktop,
  .start_game_wrapper_container {
    width: 752px;
    height: 553px;
  }
  .game_details_wrapper {
    width: 752px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 752px;
    height: 423px;
  }
  .horizontalAdBuffer {
    width: 752px;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 533px;
  }
  .HAB_07,
  .VAB_05,
  .r01.c02,
  .r03.c02 {
    display: block;
  }
  .ad_wrapper.slot4 {
    display: block;
    margin-top: 10px;
  }
  #dfp-gameplay-slot4 {
    min-height: 250px;
    min-width: 300px;
  }
  .category.center.row04,
  .category_details_container.center,
  .category_details_container.center_row03 {
    width: 1008px;
  }
  .category_featured_game_wrapper.item_02 {
    display: flex;
  }
  .homeRect02,
  .homeRect06 {
    display: block;
  }
}
@media screen and (min-width: 1440px) and (min-height: 900px) {
  .menu2 {
    width: 1390px;
  }
  .menu2_item {
    padding: 0 54px;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1304px;
    height: 631px;
  }
  .start_game_wrapper.desktop,
  .start_game_wrapper_container {
    width: 880px;
    height: 625px;
  }
  .game_details_wrapper {
    width: 880px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 880px;
    height: 495px;
  }
  .horizontalAdBuffer {
    width: 880px;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 605px;
  }
  .HAB_08 {
    display: block;
  }
  .ad_wrapper.slot4,
  .r01.c02,
  .r03.c02 {
    display: none;
  }
  #dfp-gameplay-slot3 {
    min-height: 600px;
  }
  #dfp-gameplay-slot1 {
    min-width: 300px;
    min-height: 600px;
  }
}
@media screen and (min-width: 1517px) and (min-height: 700px) {
  .menu2 {
    width: 1480px;
  }
  .menu2_item {
    padding: 0 59px;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1428px;
    height: 631px;
  }
  .start_game_wrapper.desktop,
  .start_game_wrapper_container {
    width: 880px;
    height: 625px;
  }
  .game_details_wrapper {
    width: 880px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 880px;
    height: 495px;
  }
  .horizontalAdBuffer {
    width: 880px;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 605px;
  }
  .HAB_08,
  .r01.c02,
  .r03.c02 {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .menu2 {
    width: 1570px;
  }
  .menu2_item {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1900px) {
  .menu2 {
    width: 1858px;
  }
  .menu2_item {
    padding: 0 80px;
  }
  .cls_fix_gameplay_row01_desktop {
    width: 1856px;
    height: 697px;
  }
  .start_game_wrapper.desktop,
  .start_game_wrapper_container {
    width: 1008px;
    height: 697px;
  }
  .game_details_wrapper {
    width: 1008px;
  }
  #ad-container,
  #game-container,
  #game-element,
  #gamecode-iframe,
  #loadingscreen,
  #splashscreen-container,
  #video-element {
    width: 1008px;
    height: 567px;
  }
  .horizontalAdBuffer {
    width: 1008px;
  }
  .beside_start_game_wrapper > .verticalAdBuffer {
    height: 677px;
  }
  .HAB_09,
  .HAB_10,
  .VAB_06,
  .r01.c01,
  .r03.c01 {
    display: block;
  }
  .ad_wrapper.category.slot2.home {
    margin: 39.5px 10px 39.5px 75px;
  }
  .ad_wrapper.category.slot1.home {
    margin: 39.5px 75px 39.5px 10px;
  }
  .ad_wrapper.category.slot2 {
    margin: 75px 10px 75px 75px;
  }
  .ad_wrapper.category.slot1 {
    margin: 75px 75px 75px 10px;
  }
  .category_details_container.r03.c01,
  .r04.c01 {
    margin: 0 75px 10px 10px;
  }
  .r03.c03,
  .r04.c03 {
    margin: 0 10px 10px 75px;
  }
  .r04.c01 {
    display: block;
  }
}
@media (hover: none) and (pointer: coarse) {
  #playBtn_mouseDetected,
  .rating_bar_fullscreen_btn {
    display: none;
  }
  #playBtn_noMouse {
    display: block;
  }
}
