@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.mainTitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.commonTitle {
  color: #ffc257;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'Righteous', cursive;
  padding: 3% 0;
  margin: 0;
}

@media (max-width: 960px) {
  .commonTitle {
    font-size: 36px;
    line-height: 42px;
  }
}

.commonTitle1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 3% 0;
}

@media (max-width: 960px) {
  .commonTitle1 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
  }
}

.commonTitle2 {
  color: #c900f0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 3% 0;
}

@media (max-width: 960px) {
  .commonTitle2 {
    color: #c900f0;
    font-size: 24px;
    line-height: 30px;
  }
}

.commonText {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-family: 'DINPro-Black';
  letter-spacing: 1px;
  padding-bottom: 3%;
}

@media (max-width: 960px) {
  .commonText {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .commonText {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.commonText1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

@media (max-width: 960px) {
  .commonText1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .commonText1 {
    line-height: 26px;
  }
}

.commonText2 {
  /* color: #ffc257; */
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  /* font-weight: 600; */
  /* font-family: 'DINPro-Black'; */
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .commonText2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .commonText2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
}

#easter2020 {
  background-color: #316e6f;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none;
}

.textAlign {
  text-align: center;
}

.common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common__top {
  padding-top: 5%;
}

.cursorE {
  pointer-events: none;
}

/* kv */
.kv {
  display: block;
  position: relative;
  background: #5266c9;
  overflow: hidden;
}

@media (max-width: 960px) {
  .kv {
    padding-top: 3%;
  }
}

.kv__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .kv__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kv__pic {
  width: 100%;
}

@media (max-width: 960px) {
  .kv__pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.kv__pic img {
  width: 100%;
}

@media (max-width: 960px) {
  .kv__pic img {
    width: auto;
    max-width: 180%;
  }
}

.kv__title {
  position: absolute;
  right: 12%;
  top: 8%;
  width: 28%;
  z-index: 1;
}

@media (max-width: 960px) {
  .kv__title {
    position: inherit;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 5%;
  }
}

@media (max-width: 600px) {
  .kv__title {
    padding-top: 40%;
  }
}

.kv__title img {
  width: 100%;
}

.kv__game {
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 1;
  width: 15vw;
}

@media (max-width: 960px) {
  .kv__game {
    width: 22vw;
  }
}

.kv__game img {
  width: auto;
}

.kv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 1%;
  top: 5%;
  height: 90%;
}

@media (max-width: 1366px) {
  .kv__logo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 960px) {
  .kv__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    height: auto;
    top: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18vw;
  }
}

@media (max-width: 600px) {
  .kv__logo {
    top: 13%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
}

.kv__logo-intel {
  text-align: center;
  margin-left: -2%;
}

.kv__logo-intel figure {
  margin: auto;
}

.kv__logo-intel figure img {
  width: 7vw;
}

@media (max-width: 960px) {
  .kv__logo-intel figure img {
    width: 14vw;
  }
}

.kv__logo-intel-text {
  color: #ffffff;
  font-size: 0.9vw;
  font-weight: bold;
  margin-top: 5px;
  display: block;
  letter-spacing: 3px;
}

@media (max-width: 960px) {
  .kv__logo-intel-text {
    color: #ffffff;
    font-size: 1.8vw;
  }
}

@media (max-width: 600px) {
  .kv__logo-intel-text {
    color: #ffffff;
    font-size: 0.8vw;
  }
}

.kv__logo-intel-text span {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}

@media (min-width: 1921px) {
  .kv__logo-intel-text span {
    color: #ffffff;
    font-size: 0.6vw;
  }
}

.kv__logo-intel-text:nth-of-type(2) {
  margin-top: 10%;
  letter-spacing: -0.3px;
}

.kv__logo-intel-subtext {
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 960px) {
  .kv__logo-intel-subtext {
    text-align: center;
    display: block;
    padding: 10% 0;
  }
}

@media (max-width: 600px) {
  .kv__logo-intel-subtext {
    padding: 4% 0;
  }
}

@media (min-width: 1921px) {
  .kv__logo-intel-subtext {
    color: #ffffff;
    font-size: 0.6vw;
  }
}

/* intro */
.intro {
position: relative;
  /* padding: 3% 0 0; */
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/intro-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 27vw;
}

@media (max-width: 960px) {
    .intro {
        height: 400px;
    }
}

.intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
    .intro__wrap {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        width: 90%;
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    .intro__wrap {
        padding-top: 0;
    }
}

.boxSty {
    display: inline-block;
    color: #fff;
    background: #1c193c;
    border-radius: 50px;
    padding: 15px 40px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .boxSty {
        padding: 15px 25px;
        width: 95%;
    }
}

.intro__wrap .dateSty {
    text-decoration: underline;
    text-decoration-color: #eb2693;
    text-decoration-thickness: 5px;
}

/* model */
.model {
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-section-bg.jpg) no-repeat;
  background-size: cover;
  height: 40vw;
  position: relative;
}

@media (max-width: 1400px) {
  .model {
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 960px) {
  .model {
    height: auto;
    padding: 5% 0;
    background-size: cover;
    background-position: initial;
  }
}

.model__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.model__overlay {
  /* background: rgba(189, 218, 219, 0.3); */
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media (max-width: 960px) {
  .model__overlay {
    width: auto;
    height: auto;
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
}

.model__flexbox {
  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;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 80%;
  margin: auto;
}

@media (max-width: 960px) {
  .model__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
    padding: 5% 0;
    width: 90%;
  }
}

.model__flexbox a {
  width: calc(100%/3);
}

@media (max-width: 960px) {
  .model__flexbox a {
    width: 100%;
    margin: 2% auto;
  }
}

.model__flexbox a:hover {
  -webkit-animation: eggwave 1s 1 ease;
          animation: eggwave 1s 1 ease;
}

.model__p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 3px #f5f5f5, 1px 1px 6px #ffffff;
  width: 80%;
  padding: 10px 5px;
}

@media (max-width: 960px) {
  .model__p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .model__p {
    width: 80%;
  }
}

.model__title {
  background: #ccc;
  border: 1px solid #fff;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  width: 100% !important;
  font-weight: bold !important;
  font-size: 18px !important;
  font-family: 'DINPro-Medium';
  color: #000 !important;
}

.model__textbox {
  width: 70%;
  position: relative;
  z-index: 2;
  margin: auto;
}

@media (max-width: 960px) {
  .model__textbox {
    width: 100%;
    margin: auto;
  }
}

.model__textbox-text {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.model__textbox span {
  font-weight: 600;
  text-align: left;
  color: #316e6f;
  font-family: 'DINPro-Medium';
}

.model__itembox {
  width: calc(100%/3 - 20px);
  margin: 0 30px;
  cursor: pointer;
  -webkit-filter: drop-shadow(5px 10px 10px #195152);
          filter: drop-shadow(5px 10px 10px #195152);
}

.model__itembox p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-weight: bold;
  font-family: 'Righteous', cursive;
}

@media (max-width: 960px) {
    .model__itembox p {
        top: 55%;
    }
}

.model__itembox--flex {
  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;
}

@media (max-width: 960px) {
  .model__itembox--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__itembox--hover p {
  color: #ffffff;
  font-size: 16px;
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  font-weight: normal;
}

.model__itembox--hover figure {
  width: 30%;
  margin: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .model__itembox--hover figure {
    width: 90%;
    margin: auto;
    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;
  }
}

.model__itembox--hover figure img {
  width: 80%;
}

@media (max-width: 960px) {
  .model__itembox--hover figure img {
    width: 50%;
  }
}

.model__itembox .closeBtn {
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  font-weight: normal;
}

.model__itembox--link {
  text-align: center;
}

.model__itembox--link a {
  color: #ffffff;
  font-size: 20px;
  background-color: #316e6f;
  padding: 5px 15px;
}

.model__itembox--link a:hover {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.model__itembox--link span {
  text-align: center;
}

.model__itembox-hatch {
  color: #ffc257 !important;
  font-size: 14px !important;
  background-color: #316e6f !important;
  line-height: 20px !important;
  padding: 2px 10px !important;
  margin: 2px !important;
  border-radius: 0 !important;
}

@media (max-width: 960px) {
  .model__itembox-hatch {
    padding: 5px !important;
  }
}

.model__link {
  color: #ffffff;
  font-size: 0.9vw;
  background: #316e6f;
  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;
  padding: 2px 10px;
  margin: 1%;
  height: 50px;
  width: calc(100%/3 - 30px);
  text-align: center;
  line-height: 0.9vw;
}

.model__link:hover {
  text-decoration: none;
  color: #ffc257;
}

@media (min-width: 1921px) {
  .model__link {
    color: #ffffff;
    font-size: 0.6vw;
    line-height: 0.6vw;
  }
}

@media (max-width: 480px) {
    .model__link {
        font-size: 14px;
        width: 100%;
    }
}

.model__btn {
  display: block;
  margin: 1%;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-transform .33s;
  transition: -webkit-transform .33s;
  transition: transform .33s;
  transition: transform .33s, -webkit-transform .33s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  height: 50px;
  width: calc(100%/3 - 30px);
}

@media (max-width: 960px) {
  .model__btn {
    width: calc(100%/2 - 20px);
  }
}

.model__btn:hover {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  text-decoration: none;
}

.model__btn-name {
  color: #ffffff;
  font-size: 20px;
  height: 100%;
  font-weight: bold;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  background: #316e6f;
  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;
  padding: 2px 10px;
}

.model__btn-link {
  color: #ffc257;
  font-weight: bold;
  height: 50px;
  -webkit-transform: rotateX(-180deg) translateZ(0px) translateY(52px) translateX(0px);
          transform: rotateX(-180deg) translateZ(0px) translateY(52px) translateX(0px);
  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;
  text-decoration: none;
  background: transparent;
}

.easterEgg-pic1 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg1.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic1 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg1.png) center no-repeat;
    background-size: contain;
    width: 100%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic2 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg2.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic2 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg2.png) center no-repeat;
    background-size: contain;
    width: 100%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic3 {
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg3.png) no-repeat;
  background-size: contain;
  height: 394px;
  width: 277px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic3 {
    background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/steam-bg3.png) center no-repeat;
    background-size: contain;
    width: 100%;
    margin: auto;
    height: 325px;
  }
}

@-webkit-keyframes eggwave {
  0% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(-5deg);
            transform: translateX(2px) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  21%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}

@keyframes eggwave {
  0% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(-5deg);
            transform: translateX(2px) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(-2px) rotate(5deg);
            transform: translateX(-2px) rotate(5deg);
  }
  21%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}

/* video */
.video {
  padding: 5% 0;
}

.video__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.video__flex {
  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;
}

@media (max-width: 960px) {
  .video__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video__itembox {
  position: relative;
  width: calc( 100%/3 - 20px);
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 960px) {
  .video__itembox {
    width: calc( 100% - 20px);
    max-width: 400px;
    padding-bottom: 5%;
  }
}

.video__itembox .btplay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.video__itembox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
          box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
}

.video__block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}

.videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* redeem */
.redeem {
  background: #375787;
  padding: 5% 0;
}

.redeem__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.redeem__arrow {
  margin: 0 auto;
  width: 2%;
  padding-top: 100px;
}

@media (max-width: 960px) {
  .redeem__arrow {
    padding: 10px 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.redeem__item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
    background: rgba(15, 50, 72, 0.2);
    padding: 50px 10px;
}

@media (max-width: 960px) {
  .redeem__item {
    width: 100%;
    margin: 20px auto;
  }
}

.redeem__item p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.redeem__item a {
  color: #fbd059;
  font-weight: bold;
  text-decoration: underline;
}

.redeem__item a:hover {
  color: #f5da8e;
}

.redeem__item span {
  color: #1f4a4a;
}

.redeem__item--wreath {
  width: 70%;
  margin: 0 auto;
  height: 250px;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2022/cnd/uk-spring-treasure-hunt/images/redeem-bg.png) no-repeat top center;
  background-size: contain;
  background-position: center;
  -webkit-filter: drop-shadow(4px 4px 8px #808080);
          filter: drop-shadow(4px 4px 8px #808080);
  text-align: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #81e18e;
  font-size: 20px;
  margin-bottom: 5%;
}

@media (max-width: 1366px) {
  .redeem__item--wreath {
    height: 200px;
  }
}

@media (max-width: 960px) {
  .redeem__item--wreath {
    height: 250px;
  }
}

.redeem__item--wreath img {
  width: 15%;
  padding-bottom: 1.5%;
}

.redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 40px;
}

@media (max-width: 960px) {
  .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}

.redeem__btn a {
  width: calc( 100% / 3 - 40px);
  padding: 10px 0px;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffc257;
  text-align: center;
  text-decoration: 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;
  font-family: 'Righteous', cursive;
  border: 3px solid #ffc257;
}

@media (max-width: 960px) {
  .redeem__btn a {
    width: 100%;
    margin: 1% auto;
  }
}

.redeem__btn a:hover {
  background-color: #ffc257;
  color: #ffffff;
  text-decoration: none;
  color: #316e6f;
}

.redeem .slick-slide {
  min-height: 520px;
}

.redeem .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
}

.redeem .slick-prev {
  left: 15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.redeem .slick-next {
  right: 15px;
  z-index: 99;
}

.redeem .common__flex {
  /* -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
          justify-content: space-around;
}

/* Where to buy */
.wtb {
  position: relative;
  padding: 5% 0;
  background: #5b8f8f;
}

.wtb__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.wtb .commonText {
  padding-bottom: 0;
}

.msiwtb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* EARN MORE PRIZE */
.earn {
  /* background: url(https://storage-asset.msi.com/event/2022/cnd/easter-treasure-hunt/images/earn-bg.png) no-repeat;
  background-size: cover; */
  height: 100%;
  position: relative;
  padding: 5% 0;
}

@media (max-width: 960px) {
  .earn {
    /* background: url(https://storage-asset.msi.com/event/2022/cnd/easter-treasure-hunt/images/earn-bg.png) bottom no-repeat;
    background-size: cover;
    background-position: center; */
    height: auto;
  }
}

@media (min-width: 1921px) {
  .earn {
    background-position: 50%;
  }
}

.earn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .earn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.earn__flex figure {
  margin: 0 1em;
  position: relative;
  border: 6px solid #ffc257;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: calc( 100% / 3 - 0px);
  max-width: 600px;
}

@media (max-width: 960px) {
  .earn__flex figure {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

.earn__flex figure:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
          box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
  transition: 0.3s all;
}
/*# sourceMappingURL=main.css.map */