.earthBg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#4671ad), color-stop(#4671ad), to(#4671ad));
  background: linear-gradient(to bottom, #4671ad, #4671ad, #4671ad);
}
.earthBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/jp/review-campaign/images/world-1V2.png) repeat-x center top;
  background-size: 100% auto;
  -webkit-animation: earthRotate 120s linear infinite;
          animation: earthRotate 120s linear infinite;
  overflow: hidden;
}
@media (min-width: 996px) {
  .earthBg::before {
    background-size: 100% auto;
  }
}

.prize__txt-gift {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .prize__txt-gift {
    width: 30%;
    display: block;
  }
}
.prize__txt-pay {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .prize__txt-pay {
    width: 70%;
  }
}

html {
  scroll-behavior: smooth;
}

.shoutout {
  color: white;
  background: #12151a url(https://storage-asset.msi.com/event/2026/jp/review-campaign/images/july/bg.jpg);
  background-size: 500%;
  background-repeat: no-repeat;
  font-size: var(--body-font-size);
  font-family: var(--MSIBodyFont);
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (min-width: 996px) {
  .shoutout {
    background-attachment: fixed;
    background-size: cover;
  }
}
.shoutout img {
  height: auto;
}
.shoutout .QA .QA-cont {
  padding: 40px;
}
@media (min-width: 768px) {
  .shoutout .QA .QA-cont {
    padding: 60px;
  }
}
.shoutout .QA .QA-cont ul li {
  -moz-text-align-last: left;
       text-align-last: left;
  color: #ffffff;
  list-style-type: decimal;
  margin: 3% 0;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .shoutout .QA .QA-cont ul li {
    font-size: 20px;
  }
}
.shoutout .QA .QA-cont ul li:first-child {
  margin-top: 1%;
}
.shoutout .QA .QA-cont ul li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .shoutout .QA .QA-cont ul li span {
    font-size: 17px;
  }
}
.shoutout .common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1480px;
}
.shoutout .common__subtitle {
  font-size: var(--title-lg);
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}
.shoutout .common__title {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-filter: drop-shadow(3px 3px 10em black);
  filter: drop-shadow(3px 3px 10em black);
}
.shoutout .common__title h2 {
  -ms-flex-preferred-size: 0 0 auto;
  flex-basis: 0 0 auto;
  margin: 10px 0;
  font-size: var(--title-xl);
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  background: radial-gradient(circle farthest-corner at right, #90deff, #c8ebff, #a8d8ff, #fff 120%);
  -webkit-background-clip: text;
  background-clip: text;
}
.shoutout .common__title::after {
  background: -webkit-gradient(linear, left top, right top, from(#4fbbe9), to(transparent));
  background: linear-gradient(to right, #4fbbe9, transparent);
  content: "";
  height: 1px;
  width: 15%;
}
.shoutout .common__title::before {
  background: -webkit-gradient(linear, right top, left top, from(#90deff), to(transparent));
  background: linear-gradient(to left, #90deff, transparent);
  height: 1px;
  width: 15%;
  content: "";
}
@media (min-width: 996px) {
  .shoutout .grid_mode .wtbitem {
    min-height: 200px;
  }
}
.shoutout .hidden {
  display: none !important;
}
.shoutout .kv {
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .shoutout .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.shoutout .kv__bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .shoutout .kv__bg {
    position: relative;
  }
}
.shoutout .kv__bg picture {
  display: grid;
}
.shoutout .kv__content {
  position: relative;
  z-index: 3;
  inset: 0;
  width: 90%;
  max-width: 1920px;
  margin: 50px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shoutout .kv__content {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
  }
}
.shoutout .kv__pd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.shoutout .kv__title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-right: -5%;
}
.shoutout .kv__title-line {
  position: absolute;
  top: 0;
}
.shoutout .kv__title-line figure {
  -webkit-transform: scale(1.5, 1.6);
  transform: scale(1.5, 1.6);
  -webkit-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-line figure {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.shoutout .kv__title-linelight {
  position: relative;
  top: 0;
  -webkit-animation: linelight 0.5s infinite alternate ease-in-out;
  animation: linelight 0.5s infinite alternate ease-in-out;
}
.shoutout .kv__title-linelight figure {
  -webkit-transform: scale(1.5, 1.6);
  transform: scale(1.5, 1.6);
  -webkit-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-linelight figure {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.shoutout .kv__title-shoutout {
  width: 85%;
  margin: 0 auto 0px;
  z-index: 10;
}
.shoutout .kv__title-speaker {
  -webkit-animation: bump 0.5s infinite alternate ease-in-out;
  animation: bump 0.5s infinite alternate ease-in-out;
}
.shoutout .kv__title-txt {
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  margin-top: 0;
}
.shoutout .kv__title-txt h4 {
  font-size: 7vw;
  font-weight: 900;
  font-family: klavika-web, sans-serif;
  font-style: italic;
  width: 100%;
  margin: 10px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .shoutout .kv__title-txt h4 {
    font-size: 3vw;
  }
}
@media (min-width: 996px) {
  .shoutout .kv__title-txt h4 {
    font-size: 2.8vw;
  }
}
.shoutout .kv__title-txt h4 span {
  padding: 0 2px;
  -webkit-text-stroke: 1px #4a9eff;
  font-size: 150%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-txt h4 span {
    font-size: 2.2vw;
  }
}
.shoutout .kv__title-txt h5 {
  font-size: 4vw;
  font-weight: normal;
  font-family: klavika-web, sans-serif;
  font-style: italic;
  width: 100%;
  margin: 10px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .shoutout .kv__title-txt h5 {
    font-size: 1.5vw;
  }
}
.shoutout .kv__title-txt h5 span {
  color: #ffba00;
}
.shoutout .langchoose {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  position: fixed;
  z-index: 30;
  top: 0;
  text-align: center;
}
.shoutout .langchoose__block {
  width: 90%;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80vh;
  background: #222;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.479);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.479);
  border-radius: 10px;
}
.shoutout .langchoose__block h2 {
  margin: 0 auto;
  padding: 40px 0;
  background: url(https://storage-asset.msi.com/event/2023/CND/shoutout/images/kv-bg-2.jpg) repeat-y;
  background-size: contain;
  text-transform: uppercase;
  font-size: var(--title-lg);
}
.shoutout .langchoose__block-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #152238;
}
.shoutout .langchoose__block-sel li {
  width: 33.3333333333%;
  text-align: center;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #3d5a80;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.shoutout .langchoose__block-sel li a {
  color: #0a8990;
  text-decoration: none;
}
.shoutout .langchoose__block-sel li.langchoose__block-sel--active a {
  color: #152238;
}
.shoutout .langchoose__block-sel--active {
  background: rgba(238, 238, 238, 0.8);
}
.shoutout .langchoose__country {
  padding: 20px;
}
.shoutout .langchoose__country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.shoutout .langchoose__country ul a {
  width: 100%;
  padding: 10px 0;
  font-size: var(--text-sm);
  text-align: center;
  color: #ddd;
  text-decoration: none;
}
.shoutout .langchoose__country ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 10px);
  background: #222;
  margin: 5px;
  border: rgba(255, 255, 255, 0.094) 1px solid;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shoutout .langchoose__country ul li:hover {
  background: #333;
}
.shoutout .langchoose__country-item {
  display: none;
}
.shoutout .langchoose__country-item--active {
  display: block;
}
.shoutout .mediaAwards {
  position: relative;
}
.shoutout .mediaAwards__wrapper .main-title {
  color: #fff;
}
.shoutout .mediaAwards__wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shoutout .mediaAwards__wrapper .tab button {
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 10px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  opacity: 0.3;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tab button {
    font-size: 17px;
    padding: 14px 16px;
  }
}
.shoutout .mediaAwards__wrapper .tab button:hover {
  opacity: 1;
}
.shoutout .mediaAwards__wrapper .tab button figure img {
  width: auto;
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tab button figure img {
    max-height: 85px;
  }
}
.shoutout .mediaAwards__wrapper .tab button h4 {
  color: #fff;
}
.shoutout .mediaAwards__wrapper .tab button.active {
  opacity: 1;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, #24598b, #5eb8ff);
  border-image: -webkit-gradient(linear, left top, right top, from(#24598b), to(#5eb8ff));
  border-image: linear-gradient(0.25turn, #24598b, #5eb8ff);
  border-image-slice: 1;
}
.shoutout .mediaAwards__wrapper .tab button.active h4 {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent {
  display: none;
  color: #fff;
  margin-top: 20px;
  border-top: none;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#24598b), to(#5eb8ff));
  background: linear-gradient(#24598b, #5eb8ff);
  padding: 20px;
  margin: 5px;
  width: 45%;
  border: 2px solid transparent;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#5eb8ff), color-stop(#3aa0ff), to(#5eb8ff)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#5eb8ff, #3aa0ff, #5eb8ff) border-box;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
    padding: 20px 10px;
    margin: 20px;
    width: 20%;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__imgBox {
  text-align: center;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__imgBox img {
  margin: 0 auto;
  width: 120px;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox {
  color: #000;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
  font-size: 12px;
  opacity: 0.7;
  font-weight: normal;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
    font-size: 14px;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
  font-size: 14px;
  opacity: 0.7;
  font-weight: normal;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
    font-size: 18px;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
  opacity: 1;
  font-size: 14px;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
    font-size: 18px;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem:hover {
  -webkit-filter: drop-shadow(0 0 20px #3aa0ff) drop-shadow(0 0 10px #5eb8ff);
  filter: drop-shadow(0 0 20px #3aa0ff) drop-shadow(0 0 10px #5eb8ff);
}
.shoutout .menubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  width: 100%;
}
.shoutout .menubox--fake {
  display: none;
}
.shoutout .menubox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  margin: 10px auto 10px;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (min-width: 996px) {
  .shoutout .menubox__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
  }
}
.shoutout .menubox__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: white;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .shoutout .menubox__box a {
    width: 25%;
    padding: 10px;
  }
}
@media (min-width: 996px) {
  .shoutout .menubox__box a {
    width: auto;
  }
}
.shoutout .menubox__box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.shoutout .menubox__box a b {
  font-weight: normal;
  margin: 5px auto;
  font-size: 12px;
}
@media (min-width: 996px) {
  .shoutout .menubox__box a b {
    font-weight: bold;
    margin: 0 auto;
    font-size: 15px;
  }
}
.shoutout .menubox__box a img {
  max-width: 80px;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .shoutout .menubox__box a img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
.shoutout .menubox__box a.select {
  -webkit-filter: brightness(1) drop-shadow(3px 3px 10px #39ffc0);
  filter: brightness(1) drop-shadow(3px 3px 10px #39ffc0);
}
.shoutout .menubox__box a.select b {
  color: #4dcbff;
}
.shoutout .menubox__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px dotted #2fba8d;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 996px) {
  .shoutout .menubox__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    border-right: 3px dotted #2fba8d;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.shoutout .menubox h2 {
  color: #fff;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .menubox h2 {
    margin: auto 0;
  }
}
.shoutout .noshow {
  display: none !important;
}
.shoutout .pd {
  padding: 0px 0;
}
@media (min-width: 996px) {
  .shoutout .pd {
    padding: 0% 0 0%;
    margin-top: 0px;
  }
}
.shoutout .pd__model .modelItem__MBlist {
  display: none;
}
.shoutout .pd__model .modelItem__MBlist--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shoutout .pd__model .modelItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.shoutout .pd__model .modelItem__list a {
  padding: 10px 0;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(70, 113, 173, 0.81);
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .shoutout .pd__model .modelItem__list a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem__list a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }
}
.shoutout .pd__model .modelItem__list a:hover {
  -webkit-filter: drop-shadow(0 0 0.6em #90deff);
  filter: drop-shadow(0 0 0.6em #90deff);
  -webkit-box-shadow: inset 0 0 0.6em #90deff;
  box-shadow: inset 0 0 0.6em #90deff;
}
.shoutout .pd__model .modelItem__title {
  color: #90deff;
  padding: 2% 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.shoutout .pd__model .modelItem__title img {
  max-width: 190px;
}
.shoutout .pd__model .modelItem .modelFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem .modelFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.shoutout .pd__model .modelItem .modelFlex .modelItem__btn {
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(79, 155, 233, 0.3);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 10px;
}
.shoutout .pd__model .modelItem .modelFlex .modelItem__btn--active {
  -webkit-filter: drop-shadow(0 0 0.6em #90deff);
  filter: drop-shadow(0 0 0.6em #90deff);
  -webkit-box-shadow: inset 0 0 0.6em #90deff;
  box-shadow: inset 0 0 0.6em #90deff;
}
.shoutout .pd__model .modelItem .modelFlex .modelItem__btn:hover {
  -webkit-filter: drop-shadow(0 0 0.6em #90deff);
  filter: drop-shadow(0 0 0.6em #90deff);
  -webkit-box-shadow: inset 0 0 0.6em #90deff;
  box-shadow: inset 0 0 0.6em #90deff;
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem .modelFlex .modelbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    border-radius: 15px;
    position: relative;
  }
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem .modelFlex .modelbox .modelItem__list a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
.shoutout .pd__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0 3%;
  font-size: var(--title-md);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.shoutout .pd__nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: rgba(79, 155, 233, 0.15);
  border-radius: 15px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
@media (min-width: 576px) {
  .shoutout .pd__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .shoutout .pd__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 996px) {
  .shoutout .pd__nav-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.shoutout .pd__nav-item figure {
  position: relative;
}
.shoutout .pd__nav-item img {
  min-width: 100px;
  max-width: 100px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .shoutout .pd__nav-item img {
    display: block;
    max-width: 200px;
    height: 150px;
    vertical-align: bottom;
  }
}
.shoutout .pd__nav-item p {
  -webkit-filter: drop-shadow(0 0 10px black);
  filter: drop-shadow(0 0 10px black);
  margin-left: 10px;
}
@media (min-width: 996px) {
  .shoutout .pd__nav-item p {
    margin: 0 auto;
  }
}
.shoutout .pd__nav-item.active {
  background: rgba(79, 155, 233, 0.5);
  -webkit-filter: drop-shadow(0 0 10px #90deff);
  filter: drop-shadow(0 0 10px #90deff);
  color: #000;
}
.shoutout .pd__nav-item.active:hover {
  background: rgba(79, 155, 233, 0.5);
  color: #000;
  cursor: default;
}
.shoutout .pd__nav-item:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(79, 155, 233, 0.4), inset 0 0 150px rgba(79, 155, 233, 0.1);
  box-shadow: 0 0 20px rgba(79, 155, 233, 0.4), inset 0 0 150px rgba(79, 155, 233, 0.1);
}
.shoutout .prize.shoutout__color-black .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d6a9e), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #3d6a9e 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-black .prize__cc .prize.shoutout__color-black .prize__nb .prize.shoutout__color-black .prize__claw,
.shoutout .prize.shoutout__color-black .prize__cc .prize.shoutout__color-black .prize .shoutout .prize.shoutout__color-black .prize__claw,
.shoutout .prize.shoutout__color-black .prize .shoutout .prize.shoutout__color-black .prize__nb .prize.shoutout__color-black .prize__claw,
.shoutout .prize.shoutout__color-black .prize .shoutout .prize.shoutout__color-black .prize .shoutout .prize.shoutout__color-black .prize__claw {
  display: none;
}
.shoutout .prize.shoutout__color-blue .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d6a9e), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #3d6a9e 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-blue .prize__gm .prize.shoutout__color-blue .prize__cc .prize.shoutout__color-blue .prize__claw,
.shoutout .prize.shoutout__color-blue .prize__gm .prize.shoutout__color-blue .prize .shoutout .prize.shoutout__color-blue .prize__claw,
.shoutout .prize.shoutout__color-blue .prize .shoutout .prize.shoutout__color-blue .prize__cc .prize.shoutout__color-blue .prize__claw,
.shoutout .prize.shoutout__color-blue .prize .shoutout .prize.shoutout__color-blue .prize .shoutout .prize.shoutout__color-blue .prize__claw {
  display: none;
}
.shoutout .prize.shoutout__color-red .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d6a9e), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #3d6a9e 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-red .prize__gm .prize.shoutout__color-red .prize__cc .prize.shoutout__color-red .prize__nb,
.shoutout .prize.shoutout__color-red .prize__gm .prize.shoutout__color-red .prize .shoutout .prize.shoutout__color-red .prize__nb,
.shoutout .prize.shoutout__color-red .prize .shoutout .prize.shoutout__color-red .prize__cc .prize.shoutout__color-red .prize__nb,
.shoutout .prize.shoutout__color-red .prize .shoutout .prize.shoutout__color-red .prize .shoutout .prize.shoutout__color-red .prize__nb {
  display: none;
}
.shoutout .prize.shoutout__color-white .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6672a3), color-stop(60%, #104044));
  background: linear-gradient(to bottom, #6672a3 50%, #104044 60%);
  margin: auto;
}
.shoutout .prize.shoutout__color-white .prize__gm .prize.shoutout__color-white .prize__nb .prize.shoutout__color-white .prize__claw,
.shoutout .prize.shoutout__color-white .prize__gm .prize.shoutout__color-white .prize .shoutout .prize.shoutout__color-white .prize__claw,
.shoutout .prize.shoutout__color-white .prize .shoutout .prize.shoutout__color-white .prize__nb .prize.shoutout__color-white .prize__claw,
.shoutout .prize.shoutout__color-white .prize .shoutout .prize.shoutout__color-white .prize .shoutout .prize.shoutout__color-white .prize__claw {
  display: none;
}
.shoutout .prize__bg {
  position: relative;
}
.shoutout .prize__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em auto 0em;
  max-width: 1280px;
}
.shoutout .prize__block p {
  text-align: center;
}
.shoutout .prize__block p.title {
  color: #e7d60e;
}
.shoutout .prize__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  padding-top: 2em;
}
.shoutout .prize__box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoutout .prize__box img {
  max-width: 290px;
  width: 80%;
}
.shoutout .prize__box p {
  color: #ccc;
}
.shoutout .prize__gm .winner__btn .prize__claw .winner__btn .prize__nb .winner__btn,
.shoutout .prize__gm .winner__btn .prize__claw .winner .shoutout .prize__nb .winner__btn,
.shoutout .prize__gm .winner .shoutout .prize__claw .winner__btn .prize__nb .winner__btn,
.shoutout .prize__gm .winner .shoutout .prize__claw .winner .shoutout .prize__nb .winner__btn {
  display: none;
}
.shoutout .prize__gm .winner__btn.active .prize__claw .winner__btn.active .prize__nb .winner__btn.active,
.shoutout .prize__gm .winner__btn.active .prize__claw .winner .shoutout .prize__nb .winner__btn.active,
.shoutout .prize__gm .winner .shoutout .prize__claw .winner__btn.active .prize__nb .winner__btn.active,
.shoutout .prize__gm .winner .shoutout .prize__claw .winner .shoutout .prize__nb .winner__btn.active {
  display: block;
}
.shoutout .prize__gm a span .prize__claw a span .prize__nb a span,
.shoutout .prize__gm a span .prize__claw a .shoutout .prize__nb a span,
.shoutout .prize__gm a .shoutout .prize__claw a span .prize__nb a span,
.shoutout .prize__gm a .shoutout .prize__claw a .shoutout .prize__nb a span {
  border: 1px solid #4a9eff;
  cursor: pointer;
  padding: 5px 15px;
  color: white;
  -webkit-filter: drop-shadow(0 0 15px #3aa0ff);
  filter: drop-shadow(0 0 15px #3aa0ff);
  font-size: var(--title-md);
  background: rgba(27, 58, 97, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .prize__gm a span:hover .prize__claw a span:hover .prize__nb a span:hover,
.shoutout .prize__gm a span:hover .prize__claw a .shoutout .prize__nb a span:hover,
.shoutout .prize__gm a .shoutout .prize__claw a span:hover .prize__nb a span:hover,
.shoutout .prize__gm a .shoutout .prize__claw a .shoutout .prize__nb a span:hover {
  background: #1e3a5f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .prize__gm a .prize__claw a .prize__nb a,
.shoutout .prize__gm a .prize__claw .shoutout .prize__nb a,
.shoutout .prize__gm .shoutout .prize__claw a .prize__nb a,
.shoutout .prize__gm .shoutout .prize__claw .shoutout .prize__nb a {
  text-decoration: none;
  display: block;
  margin: 15px 0;
}
.shoutout .prize__gm h4 .prize__claw h4 .prize__nb h4,
.shoutout .prize__gm h4 .prize__claw .shoutout .prize__nb h4,
.shoutout .prize__gm .shoutout .prize__claw h4 .prize__nb h4,
.shoutout .prize__gm .shoutout .prize__claw .shoutout .prize__nb h4 {
  color: #fef480;
  text-shadow: 0 0 5px #2a1b00;
  -webkit-filter: drop-shadow(0 0 2em #ffa801);
  filter: drop-shadow(0 0 2em #ffa801);
  font-size: var(--title-lg);
}
.shoutout .prize__gm p .prize__claw p .prize__nb p,
.shoutout .prize__gm p .prize__claw .shoutout .prize__nb p,
.shoutout .prize__gm .shoutout .prize__claw p .prize__nb p,
.shoutout .prize__gm .shoutout .prize__claw .shoutout .prize__nb p {
  color: white;
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
.shoutout .prize__gm p.note .prize__claw p.note .prize__nb p.note,
.shoutout .prize__gm p.note .prize__claw .shoutout .prize__nb p.note,
.shoutout .prize__gm .shoutout .prize__claw p.note .prize__nb p.note,
.shoutout .prize__gm .shoutout .prize__claw .shoutout .prize__nb p.note {
  color: #e7d60e;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding-top: 0;
}
.shoutout .prize__gm .prize__claw .prize__nb,
.shoutout .prize__gm .prize .shoutout .prize__nb,
.shoutout .prize .shoutout .prize__claw .prize__nb,
.shoutout .prize .shoutout .prize .shoutout .prize__nb {
  display: block;
  width: 100%;
  text-align: center;
}
.shoutout .prize__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.shoutout .prize__title--img {
  -webkit-animation: prizeAni 2s infinite;
  animation: prizeAni 2s infinite;
}
.shoutout .prize__title--img img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .prize__title--img img {
    width: 38%;
  }
}
.shoutout .prize__title--txt {
  font-size: 46px;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (min-width: 996px) {
  .shoutout .prize__title--txt {
    font-size: 50px;
  }
}
.shoutout .prize__txt {
  text-align: center;
  padding-bottom: 30px;
}
.shoutout .prize__txt h3 {
  padding: 20px 0 2px;
}
.shoutout .prize__txt--date {
  color: #fda60f;
  text-shadow: 2px 2px 5px black;
  border-radius: 0 1.5em 1.5em 1.5em;
  display: inline-block;
  font-weight: bold;
  font-size: var(--text-xl);
  margin-bottom: 20px;
}
.shoutout .prize__txt--dateTitle {
  margin-top: 15px;
  font-size: 25px;
}
.shoutout .prize__txt--intro {
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em #90deff);
  filter: drop-shadow(0 0 2em #90deff);
  border-radius: 1em;
  padding: 10px 15px;
  text-align: center;
  margin: 0 auto 20px;
  font-size: var(--text-xl);
  display: table;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 280px;
  background: #000;
}
@media (min-width: 996px) {
  .shoutout .prize__txt--intro {
    width: 100%;
    max-width: 300px;
    margin: 1em 5px;
  }
}
.shoutout .prize__txt--intro b {
  color: #fda60f;
  font-size: 150%;
}
.shoutout .prize__txt--intro img {
  max-width: 80%;
}
@media (min-width: 996px) {
  .shoutout .prize__txt--intro img {
    max-width: 200px;
  }
}
.shoutout .prize__txt--steam {
  margin: 3em auto 5em;
  width: 45%;
}
.shoutout .prize__txt--titleAct {
  display: block;
}
@media (min-width: 996px) {
  .shoutout .prize__txt--titleAct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
    gap: 50px;
  }
}
.shoutout .prize__txt--titleAct.active {
  display: none;
}
.shoutout .prize__txt.active {
  display: none;
}
.shoutout .prize__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
}
.shoutout .promotionrules h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.shoutout .redeem__arrow {
  text-align: center;
  margin: 2% 0 3%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .shoutout .redeem__arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 6.5% 0 0 0;
  }
}
.shoutout .redeem__item {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shoutout .redeem__item h4 {
  color: #f7ba15;
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--title-md);
  margin: 0.5em 0;
}
.shoutout .redeem__item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
}
.shoutout .redeem__item p {
  color: white;
  padding: 0 5%;
}
.shoutout .redeem__link {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.shoutout .redeem__mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shoutout .redeem__mainbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.shoutout .redeem__tandcbox {
  padding: 3em 25px;
  background: rgba(70, 113, 173, 0.8117647059);
  border-radius: 12px;
  margin-top: 10px;
  text-align: left;
}
.shoutout .redeem__tandcbox p {
  color: #28c9d7;
  font-weight: bold;
  font-size: var(--title-md);
  margin: 1em 0 15px;
}
.shoutout .redeem__tandcbox-btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 996px) {
  .shoutout .redeem__tandcbox-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.shoutout .redeem__tandcbox-btn a {
  padding: 7px 15px;
  background: #f7ba15;
  display: inline-block;
  border-radius: 25px;
  border: 2px solid #f7ba15;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #353535;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.shoutout .redeem__tandcbox-btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px #f7ba15);
  filter: drop-shadow(0 0 10px #f7ba15);
  background: rgba(247, 187, 21, 0.8862745098);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shoutout .redeem ol li {
  list-style: decimal;
  margin-left: 20px;
}
.shoutout .redeem ul li {
  list-style: disc;
  margin-left: 20px;
}
.shoutout .redeem__item:hover a {
  text-decoration: none;
}
.shoutout .redeem__item:hover img {
  -webkit-filter: drop-shadow(0 0 1em #3faefb);
  filter: drop-shadow(0 0 1em #3faefb);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .section__wapper {
  background-color: rgba(10, 26, 61, 0.5882352941);
  padding: 30px 25px;
  text-align: center;
  margin: 0px auto 0px;
}
@media (min-width: 996px) {
  .shoutout .section__wapper {
    border: 3px solid #ffd200;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #ffd200;
            box-shadow: 0 0 10px #ffd200;
    padding: 30px 50px;
    margin: 100px auto 0px;
  }
}
.shoutout .step__btn {
  background: rgba(70, 113, 173, 0.8117647059);
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 25px;
  border: 2px solid rgba(70, 113, 173, 0.8117647059);
  cursor: pointer;
  margin: 20px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.shoutout .step__btn:hover {
  background: rgba(90, 159, 212, 0.8117647059);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shoutout .terms {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  color: #333;
}
.shoutout .terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  padding: 20px 50px 70px;
  overflow-y: scroll;
}
.shoutout .terms__area li {
  margin-bottom: 15px;
}
.shoutout .terms__area ol li {
  list-style: disc;
  margin: 10px 0 10px 18px;
}
.shoutout .terms__area ul {
  list-style: decimal;
  margin: 20px 0 10px 18px;
}
.shoutout .terms__area ul li {
  list-style: decimal;
}
.shoutout .terms__area-close {
  position: absolute;
  right: 37px;
  top: 39px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
}
.shoutout .terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.shoutout .terms__area-subtitle {
  font-size: var(--title-lg);
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.shoutout .terms__dashLi li {
  list-style: disc !important;
  margin: 20px 0 10px 18px;
}
.shoutout .terms__numLi li {
  list-style: lower-alpha !important;
  margin: 20px 0 10px 18px;
}
.shoutout .terms a {
  color: #2e85f4;
}
.shoutout .terms a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.shoutout .terms p {
  line-height: 1.5;
  text-align: left;
}
.shoutout .terms p span {
  text-decoration: underline;
}
.shoutout .terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.shoutout .terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.shoutout .terms__area::-webkit-scrollbar-track {
  background-color: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.shoutout .visible {
  display: block !important;
}
.shoutout .visit {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.shoutout .visit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.shoutout .visit__cc {
  display: none;
}
@media (min-width: 996px) {
  .shoutout .visit__gm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shoutout .visit__link {
  margin-top: 40px;
  gap: 1em;
}
.shoutout .visit__link a {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .shoutout .visit__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.shoutout .visit__title {
  width: 100%;
  text-align: center;
}
.shoutout .wheretopost {
  position: relative;
  z-index: 5;
}
.shoutout .wheretopost .etailerBox {
  position: relative;
  margin: 20px 0;
}
.shoutout .wheretopost .etailerBox .dropdown {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .wheretopost .etailerBox .dropdown {
    width: 50%;
  }
}
.shoutout .wheretopost .etailerBox .dropdown-label {
  display: block;
  padding: 10px;
  background-color: #327cff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: var(--text-lg);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em black);
  filter: drop-shadow(0 0 2em black);
  position: relative;
  z-index: 20;
}
.shoutout .wheretopost .etailerBox .dropdown-label::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shoutout .wheretopost .etailerBox .output {
  margin-top: 20px;
  font-size: 18px;
}
.shoutout .wheretopost .etailerBox .output a {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: var(--text-lg);
  margin: 5px auto 0 auto;
  text-align: center;
  background: rgba(204, 204, 204, 0.192);
  padding: 10px 0;
  display: block;
  position: relative;
}
@media (min-width: 996px) {
  .shoutout .wheretopost .etailerBox .output a {
    width: 50%;
  }
}
.shoutout .wheretopost .etailerBox .output a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ffffff;
  display: block;
  color: #ccc;
  top: 0;
  font-size: 40px;
  left: 0;
  overflow: hidden;
}
.shoutout .wheretopost .etailerBox .output a:hover {
  text-decoration: underline;
}
.shoutout .wheretopost .etailerBox .selector {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #327cff;
  display: none;
  padding: 0 10px;
  z-index: 10;
  border-radius: 0 0 2em 2em;
}
.shoutout .wheretopost .etailerBox .selector li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: var(--text-md);
  list-style: none;
}
.shoutout .wheretopost .etailerBox .selector li:first-child {
  margin-top: 2.5em;
}
.shoutout .wheretopost .etailerBox .selector li:hover {
  background: #1c62df !important;
  border-radius: 5em;
}
.shoutout .wheretopost .etailerBox .selector li:last-child {
  margin-bottom: 1.2em;
}
.shoutout .wheretopost li {
  list-style: disc;
  margin-bottom: 10px;
  text-align: left;
}
.shoutout .wheretopost ul {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}
.shoutout img {
  max-width: 100%;
  overflow: hidden;
}

@-webkit-keyframes linelight {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes linelight {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes earthRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}
@keyframes earthRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}
@-webkit-keyframes bump {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bump {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes prizeAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes prizeAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
    transform: scale(0.8) translateY(20px);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}/*# sourceMappingURL=mainV3.css.map */