@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;
}

#servicemapproc .servicemapproc-items[data-view="grid"] .servicemapproc-item-collapse {
  z-index: auto !important;
}

.mainTitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.commonTitle {
  color: #004765;
  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: #004765;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-family: 'DINPro-Black';
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .commonText {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .commonText {
    font-size: 24px;
    line-height: 30px;
  }
}

.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: #004765;
  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: 24px;
    line-height: 30px;
  }
}

#easter2020 {
  overflow-x: hidden;
}

@media (max-width: 960px) {
  #easter2020 .bottomImg {
    width: auto;
    max-width: 180%;
  }
}

#easter2020 img {
  vertical-align: top;
  max-width: 100%;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile, .hidden {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.textAlign {
  text-align: center;
}

.common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common__flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.common__top {
  padding-top: 5%;
}

.cursorE {
  pointer-events: none;
}

/* kv */
.kv {
  display: block;
  position: relative;
  background: #b6f0ff;
  overflow: hidden;
}

.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%;
}

.kv__pic img {
  width: 100%;
}

@media (max-width: 960px) {
  .kv__pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 960px) {
  .kv__pic img {
    width: auto;
  }
}

.kv__title {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 38%;
  z-index: 1;
}

.kv__title img {
  width: 100%;
}

@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: 32%;
  }
}

.kv__game {
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 1;
  width: 15vw;
}

.kv__game img {
  width: auto;
}

@media (max-width: 960px) {
  .kv__game {
    width: 22vw;
  }
}

.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;
}

.kv__logo-intel-text span {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
}

.kv__logo-intel-text:nth-of-type(2) {
  margin-top: 10%;
  letter-spacing: -0.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;
  }
}

@media (min-width: 1921px) {
  .kv__logo-intel-text span {
    color: #ffffff;
    font-size: 0.6vw;
  }
}

.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;
  }
}

/* steamBlock (intro + model) */
.steamBlock {
  position: relative;
  width: 100%;
  background: url(../images/intro-bg.jpg);
  background-size: cover;
  z-index: 1;
}

@media (max-width: 960px) {
  .steamBlock {
    padding-top: 20%;
  }
}

/* intro */
.intro {
  padding: 3% 0 0;
  color: #004765;
}

.intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

/* model */
.model {
  /*background: url(https://storage-asset.msi.com/event/2022/cnd/easter-treasure-hunt/images/easter-bg.png) no-repeat */
  background-size: cover;
  position: relative;
}

@media (max-width: 1400px) {
  .model {
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 960px) {
  .model {
    height: auto;
    padding: 0% 0;
  }
}

.model__wrap {
  width: 80%;
  margin: 5vh auto -5vh auto;
  max-width: 1440px;
}

.model__overlay {
  position: relative;
  z-index: 1;
}

@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: relative;
  width: 100%;
  margin: 0 auto;
}

.model__flexbox a {
  width: calc(100%/3);
}

.model__flexbox a:hover {
  -webkit-animation: eggwave 1s 1 ease;
  animation: eggwave 1s 1 ease;
}

@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;
  }
}

@media (max-width: 960px) {
  .model__flexbox a {
    width: 80%;
    margin: 2% auto;
  }
}

.model__p {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  width: 80%;
  padding: 10px 5px;
}

@media (max-width: 1440px) {
  .model__p {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .model__p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .model__p {
    width: 80%;
  }
}

.model__title {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  width: 100% !important;
  font-weight: bold !important;
  font-size: 36px !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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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: #004765;
  font-family: 'DINPro-Medium';
}

.model__itembox {
  width: calc(100%/3 - 20px);
  margin: 0 30px;
  cursor: pointer;
}

.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;
}

.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;
}

.model__itembox--hover figure img {
  width: 80%;
}

@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;
  }
}

@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: #004765;
  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: 16px 10px;
  margin: 1%;
  width: calc(100%/3 - 30px);
  text-align: center;
}

.model__link:hover {
  text-decoration: none;
  color: #ffc257;
}

@media (min-width: 1921px) {
  .model__link {
    color: #ffffff;
    font-size: 0.6vw;
    line-height: 0.6vw;
  }
}

.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);
}

.model__btn:hover {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  text-decoration: none;
}

@media (max-width: 960px) {
  .model__btn {
    width: calc(100%/2 - 20px);
  }
}

.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(../images/lifebuoy.png) center center no-repeat;
  background-size: contain;
  height: 394px;
  width: 394px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic1 {
    width: 100%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic2 {
  background: url(../images/lifebuoy.png) center center no-repeat;
  background-size: contain;
  height: 394px;
  width: 394px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic2 {
    width: 100%;
    margin: auto;
    height: 325px;
  }
}

.easterEgg-pic3 {
  background: url(../images/lifebuoy.png) center center no-repeat;
  background-size: contain;
  height: 394px;
  width: 394px;
  position: relative;
  margin: auto;
}

@media (max-width: 1400px) {
  .easterEgg-pic3 {
    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 {
  background: url(../images/blue-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 5% 0 0 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 {
    padding-top: 10%;
  }
  .video__flex {
    padding-top: 5%;
    -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;
}

.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);
}

@media (max-width: 960px) {
  .video__itembox {
    width: calc( 100% - 20px);
    max-width: 400px;
    margin-bottom: 5%;
  }
}

.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: #b6f0ff;
  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%;
}

.redeem__item p {
  text-align: center;
  color: #004765;
  font-size: 18px;
}

.redeem__item a {
  color: #004765;
  text-decoration: underline;
  padding: 3px 5px;
}

.redeem__item a:hover {
  color: #ffffff;
  background: #004765;
  text-decoration: none;
}

.redeem__item span {
  color: #1f4a4a;
}

@media (max-width: 960px) {
  .redeem__item {
    width: 75%;
    margin: 0 auto;
  }
}

.redeem__item--wreath {
  width: 100%;
  height: 250px;
  position: relative;
  background: url(../images/lifebuoy-step.png) no-repeat top center;
  background-size: contain;
  -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: #fff;
  margin-bottom: 5%;
}

.redeem__item--wreath img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
  width: 15%;
  padding-bottom: 1.5%;
}

@media (max-width: 1366px) {
  .redeem__item--wreath {
    height: 200px;
  }
}

@media (max-width: 960px) {
  .redeem__item--wreath {
    height: 250px;
  }
}

.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;
}

.redeem__btn:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/deco-flower.png) no-repeat;
  background-size: contain;
}

.redeem__btn:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/deco-starfish.png) no-repeat;
  background-size: contain;
}

.redeem__btn a {
  position: relative;
  width: calc( 100% / 3 - 40px);
  padding: 10px 0px;
  font-size: 20px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  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: 0px solid #27b5d5;
  background-color: #27b5d5;
}

.redeem__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url(../images/deco-flower.png) no-repeat;
  background-size: contain;
}

.redeem__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/deco-starfish.png) no-repeat;
  background-size: contain;
}

.redeem__btn a:hover {
  background-color: #ffc257;
  color: #ffffff;
  text-decoration: none;
  color: #316e6f;
}

@media (max-width: 960px) {
  .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}

@media (max-width: 960px) {
  .redeem__btn a {
    width: 100%;
    margin: 1% auto;
  }
}

.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;
}

/* Where to buy */
.wtb {
  background: #b6f0ff;
  position: relative;
}

.wtb__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.msiwtb {
  background: #b6f0ff !important;
  padding: 0 5% 5% 5%  !important;
}

/* EARN MORE PRIZE */
.earn {
  background: url(../images/blue-bg.jpg) top center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 5% 0 0 0;
}

@media (max-width: 960px) {
  .earn {
    padding-top: 10%;
    background: url(../images/blue-bg.jpg) top right no-repeat;
    background-size: cover;
    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;
}

.earn__flex figure {
  margin: 0 1em;
  position: relative;
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: calc( 100% / 3 - 0px);
  max-width: 600px;
}

.earn__flex figure:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 6px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
          box-shadow: 20px 20px 10px rgba(22, 56, 57, 0.3);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 960px) {
  .earn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .earn__flex figure {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
/*# sourceMappingURL=main.css.map */