@font-face {
    font-family: 'CenturyGothic';
    src: url('https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC.woff') format("woff"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC.TTF') format("truetype"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'CenturyGothic-B';
    src: url('https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHICB.woff') format("woff"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHICB.TTF') format("truetype"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHICB.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'CenturyGothic-BI';
    src: url('https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-BI.woff') format("woff"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-BI.TTF') format("truetype"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-BI.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'CenturyGothic-I';
    src: url('https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-I.woff') format("woff"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-I.TTF') format("truetype"), url('.https://storage-asset.msi.com/global/picture/image/feature/nb/gs/GS76-TigerLake/fonts/GOTHIC-I.eot') format("embedded-opentype");
}

.delighter.sequence .item {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.delighter.sequence.started .item {
    opacity: 1;
}

.delighter.sequence.started .item:nth-child(1) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .1s;
    transition: all 0.5s ease-out .1s;
}

.delighter.sequence.started .item:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .3s;
    transition: all 0.5s ease-out .3s;
}

.delighter.sequence.started .item:nth-child(3) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .5s;
    transition: all 0.5s ease-out .5s;
}

.delighter.sequence.started .item:nth-child(4) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .7s;
    transition: all 0.5s ease-out .7s;
}

.delighter.sequence.started .item:nth-child(5) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .9s;
    transition: all 0.5s ease-out .9s;
}

.delighter.right {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(10%);
    transform: translate(10%);
    opacity: 1;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.top {
    -webkit-transform: translatey(30%);
    transform: translatey(30%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.top.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.bottom {
    -webkit-transform: translatey(-30%);
    transform: translatey(-30%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.bottom.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.fadein.started {
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .delighter.left,
    .delighter.right,
    .delighter.top,
    .delighter.bottom {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
}

* {
    margin: 0;
    padding: 0;
}

.hide {
    display: none !important;
}

.perfectMatch {
    font-size: 24px;
    font-family: "CenturyGothic", sans-serif;
    position: relative;
}

.perfectMatch h1,
.perfectMatch h2,
.perfectMatch h3,
.perfectMatch h4,
.perfectMatch h5 {
    font-family: "CenturyGothic-B", sans-serif;
}


/*
.perfectMatch h1 {
  font-size: 60px;
  padding: 10px 0 30px 0;
}

.perfectMatch h2 {
  text-transform: uppercase;
  font-size: 36px;
  padding: 10px 0;
}

.perfectMatch h3 {
  text-transform: uppercase;
  font-size: 30px;
  padding: 10px 0;
}

.perfectMatch h5 {
  text-transform: uppercase;
  font-size: 21px;
  padding: 10px 0;
}

.perfectMatch img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
*/

.perfectMatch img.imglg {
    display: inline-block;
}

.perfectMatch img.imgmd {
    display: none;
}

.perfectMatch img.imgxs {
    display: none;
}

.perfectMatch .box-xs {
    display: none;
}

.perfectMatch p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.perfectMatch p.note {
    color: #4d4d4d;
    font-size: 18px;
}

.perfectMatch a.btn-regular {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #027c7d;
    color: #027c7d;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .5s all;
    transition: .5s all;
}

.perfectMatch a.btn-regular:hover {
    color: #fff;
    background: #027c7d;
}

.perfectMatch ul li.none {
    list-style: none !important;
    margin-left: 0px;
    font-size: 24px !important;
}

.perfectMatch .wrapper {
    width: 80%;
    max-width: 2560px;
    margin: 0 auto;
}

.perfectMatch .wrapper-md {
    width: 50%;
    max-width: 2560px;
    margin: 0 auto;
}

.perfectMatch .wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.perfectMatch .deepgreen {
    color: #019fa1;
}

.perfectMatch .deepgreen-2 {
    color: #027c7d;
}

.perfectMatch.sp,
.perfectMatch .sp {
    padding: 6% 0;
}

.perfectMatch.splg,
.perfectMatch .splg {
    padding: 10% 0;
}

.perfectMatch.sptop,
.perfectMatch .sptop {
    padding-top: 6%;
}

.perfectMatch.spbt,
.perfectMatch .spbt {}

.perfectMatch.splgtop,
.perfectMatch .splgtop {
    padding-top: 10%;
}

.perfectMatch.splgbt,
.perfectMatch .splgbt {
    padding-bottom: 10%;
}

.perfectMatch.center,
.perfectMatch .center {
    text-align: center;
}

.perfectMatch .slick-prev:before,
.perfectMatch .slick-next:before {
    font-family: 'slick';
    font-size: 80px;
    line-height: 1;
    opacity: .75;
    color: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.perfectMatch .slick-prev:before {
    content: '\2039';
}

.perfectMatch .slick-next:before {
    content: '\203A';
}

.perfectMatch .slick-prev,
.perfectMatch .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.perfectMatch .slick-next {
    right: -65px;
}

.perfectMatch .slick-prev {
    left: -65px;
}

.perfectMatch .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px !important;
    height: 50px !important;
}

.perfectMatch .slick-dots li {
    width: 50px;
    height: 8px;
    margin-left: 0;
}

.perfectMatch .slick-dots li button {
    width: 50px;
    height: 8px;
}

.perfectMatch .slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 50px;
    height: 8px;
    content: '' !important;
    text-align: center;
    opacity: .25;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.perfectMatch .slick-dots li:nth-child(1) button::before {
    background: #fba900;
}

.perfectMatch .slick-dots li:nth-child(2) button::before {
    background: #ff3e3e;
}

.perfectMatch .slick-dots li:nth-child(3) button::before {
    background: #bc24d7;
}

.perfectMatch .slick-dots li.slick-active button::before {
    opacity: 1;
}

.perfectMatch .btn-tab {
    font-size: 32px;
    font-family: "DINCond-Bold", "cwTeXHei", "Microsoft JhengHei";
}

@media screen and (max-width: 1920px) {
    .perfectMatch img {
        vertical-align: top;
        /*&.imgmd
                display: inline-block */
    }
    .perfectMatch img.imglg {
        display: inline-block;
    }
    .perfectMatch img.imgxs {
        display: none;
    }
}

@media screen and (max-width: 1680px) {
    .perfectMatch h1 {
        font-size: 50px;
        padding: 10px 0 30px 0;
    }
    .perfectMatch h2 {
        font-size: 32px;
        padding: 10px 0;
    }
    .perfectMatch h3 {
        font-size: 30px;
        padding: 10px 0;
    }
    .perfectMatch .btn-tab {
        font-size: 28px;
    }
    .perfectMatch p {
        font-size: 20px;
    }
    .perfectMatch ul li {
        font-size: 20px;
    }
    .perfectMatch a.btn-regular {
        font-size: 20px;
        padding: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .perfectMatch {
        /*a
            &.btn-regular

                font-size: $fn-article-sm
                border-radius: 8px
                padding: 10px

                &:hover
                    background: rgba(255,255,255,.4) */
    }
    .perfectMatch h1 {
        font-size: 40px;
        padding: 10px 0 30px 0;
    }
    .perfectMatch h2 {
        font-size: 32px;
        padding: 10px 0;
    }
    .perfectMatch h3 {
        font-size: 30px;
        padding: 10px 0;
    }
    .perfectMatch p {
        font-size: 18px;
    }
    .perfectMatch ul li {
        font-size: 18px;
    }
    .perfectMatch .btn-tab {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .perfectMatch h3 {
        font-size: 24px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 960px) {
    .perfectMatch h1 {
        font-size: 30px;
        padding: 10px 0;
    }
    .perfectMatch h2 {
        font-size: 32px;
    }
    .perfectMatch h3 {
        font-size: 20px;
        padding: 10px 0;
    }
    .perfectMatch p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.4;
    }
    .perfectMatch p.note {
        color: #4d4d4d;
        font-size: 14.4px;
    }
    .perfectMatch a.btn-regular {
        font-size: 16px;
    }
    .perfectMatch img {
        vertical-align: top;
    }
    .perfectMatch img.imglg {
        display: none;
    }
    .perfectMatch img.imgxs {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .perfectMatch .box-xs {
        display: block;
    }
}

@media screen and (max-width: 680px) {
    .perfectMatch img {
        vertical-align: top;
        /*&.imgmd
                display: none */
    }
    .perfectMatch img.imglg {
        display: none;
    }
    .perfectMatch img.imgxs {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .perfectMatch .btn-tab {
        font-size: 16.8px;
    }
}

@media screen and (max-width: 414px) {
    .perfectMatch img {
        vertical-align: top;
    }
    .perfectMatch img.imglg {
        display: none;
    }
    .perfectMatch img.imgmd {
        display: none;
    }
    .perfectMatch img.imgxs {
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    .perfectMatch img {
        vertical-align: top;
    }
    .perfectMatch img.imglg {
        display: none;
    }
    .perfectMatch img.imgmd {
        display: none;
    }
    .perfectMatch img.imgxs {
        display: inline-block;
    }
}

@-webkit-keyframes onFlashing {
    0% {
        background: #9f6705;
    }
    50% {
        background: #f8a412;
    }
    100% {
        background: #9f6705;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content {
    width: 90% !important;
    max-width: 1920px !important;
}

.perfectMatch {
    position: relative;
}

.perfectMatch__buynow {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 8;
}

.perfectMatch__buynow a.btn-buynow {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 150px;
    background: #ff3e3e;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-animation: onFlashing ease-in 1.5s infinite;
    animation: onFlashing ease-in 1.5s infinite;
}

.perfectMatch__buynow a.btn-buynow:hover {
    background: #ff5858;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
}

.perfectMatch__buynow a.btn-buynow:hover img {
    opacity: 1;
}

.perfectMatch__kv h1 {
    display: none;
}


/* US Edit */

.perfectMatch__kv .pcmr-logo {
    display: block;
    position: absolute;
    width: 100px;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.perfectMatch__kv .wrapper-full {
    position: relative;
    overflow: hidden;
}

.perfectMatch__kv--bg {
    position: relative;
    z-index: 1;
}

.perfectMatch__kv--bg img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.perfectMatch__img img {
    display: block;
}

.perfectMatch__kv--title {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 2;
    left: 0;
}

.perfectMatch__kv--title img {
    width: 50%;
}

.perfectMatch__nav {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 4;
    -webkit-transition: .5s all;
    transition: .5s all;
    text-transform: uppercase;
}

.perfectMatch__nav .logo {
    opacity: 0;
}

.perfectMatch__nav .logo img {
    height: 60px;
    max-width: 100%;
}

.perfectMatch__nav.fixed {
    padding: 1vh 0vh 1vh 0;
    height: 80px;
    text-align: center;
    top: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 7;
}

.perfectMatch__nav.fixed .logo {
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3vh;
    position: absolute;
    display: inline-block;
}

.perfectMatch__nav .item {
    border-radius: 50px;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.perfectMatch__nav .item.active {
    background: rgba(255, 255, 255, 0.3);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
}

.perfectMatch__nav .item.active a {
    color: white;
}

.perfectMatch__nav .item a {
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border: 1px solid #ccc;
}

.perfectMatch__nav--tab {
    display: inline-block;
}

.perfectMatch__panel {
    position: relative;
    /*&.panel-1
            height: 100vh
            background: #ff0000 */
}

.perfectMatch__panel.active {
    display: block;
}

.perfectMatch__panel--video {
    position: relative;
}

.perfectMatch__panel--video .video-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10%;
    position: absolute;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.perfectMatch__panel--video .video-btn:hover {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff);
}

.perfectMatch__panel--video .video-bg img {
    width: 100%;
    max-width: 100%;
}

.perfectMatch__panel--visual img {
    width: 100%;
    max-width: 100%;
}

.perfectMatch__panel--subnav {
    position: relative;
    z-index: 3;
}

.perfectMatch__panel--subnav .subtab {
    z-index: 2;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 4%;
    -webkit-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
    outline: 0;
    border: 0;
}

.perfectMatch__panel--subnav .subtab::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.perfectMatch__panel--subnav .subtab img {
    display: inline-block;
    width: 100%;
}

.perfectMatch__panel--subnav .subtab a {
    cursor: pointer;
    border: 0;
    outline: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    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;
    top: 0;
    left: 0;
}

.perfectMatch__panel--subnav .subtab.slick-current {
    z-index: 3;
    margin-top: 0;
}

.perfectMatch__panel--subnav .subtab.slick-current a {
    height: 80%;
    padding-top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.perfectMatch__panel--subnav .subtab.slick-current::after {
    display: none;
}

.perfectMatch__panel--subpanel {
    z-index: 2;
    position: relative;
    background: #fff;
    margin-top: -7.9%;
    border-radius: 30px;
    padding: 7% 2.5% 2.5% 2.5%;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
}

.perfectMatch__panel--subpanel .xs-title {
    width: 100%;
    position: relative;
    z-index: 7;
    border-radius: 24px 24px 0 0;
    margin-bottom: 2vh;
}

.perfectMatch__panel--subpanel .xs-title-yellow {
    background: #fba900;
    background: radial-gradient(circle, #fba900 0%, #ee8f00 100%);
}

.perfectMatch__panel--subpanel .xs-title-red {
    background: #ff3e3e;
    background: radial-gradient(circle, #ff3e3e 0%, #e93939 100%);
}

.perfectMatch__panel--subpanel .xs-title-purple {
    background: #bc24d7;
    background: radial-gradient(circle, #bc24d7 0%, #88099f 100%);
}

.perfectMatch__panel--subpanel .xs-title h3 {
    height: 60%;
    color: #fff;
    width: 100%;
    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;
}

.perfectMatch__panel--subpanel .subpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.perfectMatch__panel--subpanel .subpanel .leftbox {
    position: relative;
}

.perfectMatch__panel--subpanel .subpanel .leftbox::after {
    margin: 0 5px;
    display: inline-block;
    width: 2px;
    background: #ccc;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.perfectMatch__panel--subpanel .subpanel-features {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.perfectMatch__panel--subpanel .subpanel-features ul li.none {
    margin-top: 16px;
}

.perfectMatch__panel--subpanel .subpanel-features ul li.none:first-child {
    margin-top: 0;
}

.perfectMatch__panel--subpanel .subpanel-features .leftbox {
    width: 50%;
    padding: 0 5%;
}

.perfectMatch__panel--subpanel .subpanel-features .rightbox {
    width: 50%;
    padding: 0 5%;
}

.perfectMatch__panel--subpanel .subpanel-models {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.perfectMatch__panel--subpanel .subpanel-models .models-wrapper {
    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;
}

.perfectMatch__panel--subpanel .subpanel-models .models-wrapper a {
    border: 0;
    outline: 0;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.perfectMatch__panel--subpanel .subpanel-models .models-wrapper a.item {
    display: inline-block;
}

.perfectMatch__panel--subpanel .subpanel-models .models-wrapper a.item.single {
    width: 90%;
}

.perfectMatch__panel--subpanel .subpanel-models .models-wrapper a.item:hover {
    color: black;
    border-radius: 30px;
    background: #eee;
}

.perfectMatch__panel--subpanel .subpanel-models-creator .leftbox {
    text-align: center;
    width: 72%;
    padding: 0 1%;
}

.perfectMatch__panel--subpanel .subpanel-models-creator .rightbox {
    text-align: center;
    width: 28%;
    padding: 0 1%;
}

.perfectMatch__panel--subpanel .subpanel-models-gaming .leftbox {
    text-align: center;
    width: 50%;
    padding: 0 1%;
}

.perfectMatch__panel--subpanel .subpanel-models-gaming .rightbox {
    text-align: center;
    width: 50%;
    padding: 0 1%;
}

.perfectMatch__panel--subpanel .subpanel-actors {
    -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;
}

.perfectMatch__panel--subpanel .subpanel-actors-wrapper {
    margin-top: 2vh;
    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;
}

.perfectMatch__panel--subpanel .subpanel-actors-wrapper .item {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 10px;
}

.perfectMatch__panel--subpanel .subpanel-actors-wrapper .item img {
    display: inline-block;
    width: 90%;
}

.perfectMatch__prizes {
    position: relative;
    color: #fff;
}

.perfectMatch__prizes--txtbox {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.perfectMatch__prizes--txtbox ul {
    list-style: none !important;
}

.perfectMatch__prizes--txtbox ul li {
    margin-left: 0 !important;
    display: inline-block;
    letter-spacing: 5px;
    list-style: none !important;
    text-transform: uppercase;
    font-family: 'AgencyFB-Reg' !important;
    font-size: 30px;
}

.perfectMatch__prizes--txtbox ul li::after {
    content: "/";
    padding: 0 3vw;
}

.perfectMatch__prizes--txtbox ul li:last-child::after {
    display: none;
}

.perfectMatch__prizes--bg img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.perfectMatch__etailer {
    width: 80%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.perfectMatch__etailer--links {
    margin-top: 2vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.perfectMatch__etailer--links a.etailer {
    position: relative;
    margin: 30px;
    width: 15%;
    border-radius: 15px;
    background: #e0e0e0;
    background: linear-gradient(330deg, #e0e0e0 0%, white 57%, #f3f3f3 100%);
    border: 1px solid #eee;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

.perfectMatch__etailer--links a.etailer img {
    max-width: 80%;
    opacity: 1;
}

.perfectMatch__etailer--links a.etailer::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.perfectMatch__etailer--links a.etailer .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5%;
    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;
}

.perfectMatch__etailer--links a.etailer:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
}

.perfectMatch__etailer--links a.etailer:hover img {
    opacity: 1;
}

@media screen and (max-width: 4096px) {
    .perfectMatch__panel--subpanel {
        margin-top: -7.2%;
    }
}

@media screen and (max-width: 3840px) {
    .perfectMatch__panel--subpanel {
        margin-top: -6.8%;
    }
}

@media screen and (max-width: 3600px) {
    .perfectMatch__panel--subpanel {
        margin-top: -6.3%;
    }
}

@media screen and (max-width: 3440px) {
    .perfectMatch__panel--subpanel {
        margin-top: -6%;
    }
}

@media screen and (max-width: 3300px) {
    .perfectMatch__panel--subpanel {
        margin-top: -5.6%;
    }
}

@media screen and (max-width: 2560px) {
    .perfectMatch__panel--subpanel {
        margin-top: -5.6%;
    }
}

@media screen and (max-width: 1920px) {
    .perfectMatch__panel--subpanel {
        margin-top: -5.6%;
    }
    .perfectMatch__etailer {
        width: 100%;
    }
    .perfectMatch__etailer--links a.etailer {
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        margin: 20px;
        width: 15%;
    }
}

@media screen and (max-width: 1680px) {
    .perfectMatch__prizes--txtbox {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1536px) {
    .perfectMatch__panel .wrapper {
        width: 90%;
    }
    .perfectMatch__panel .wrapper-md {
        width: 70%;
    }
    .perfectMatch__prizes--txtbox {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .perfectMatch__etailer {
        width: 100%;
    }
    .perfectMatch__etailer--links a.etailer {
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        margin: 10px;
        width: 15%;
    }
}

@media screen and (max-width: 1366px) {
    .perfectMatch__buynow {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .perfectMatch__panel .wrapper {
        width: 90%;
    }
    .perfectMatch__panel .wrapper-md {
        width: 70%;
    }
    .perfectMatch__panel--subpanel {
        margin-top: -6.9%;
    }
    .perfectMatch__prizes--txtbox {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media screen and (max-width: 1140px) {
    .perfectMatch__panel .wrapper {
        width: 90%;
    }
    .perfectMatch__panel .wrapper-md {
        width: 70%;
    }
    .perfectMatch__panel--subpanel {
        margin-top: -6.9%;
    }
    .perfectMatch__prizes--txtbox {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .perfectMatch__prizes--txtbox em {
        font-size: 110px;
    }
    .perfectMatch__prizes--txtbox ul li {
        letter-spacing: 3px;
        font-family: 'AgencyFB-Reg' !important;
        font-size: 18px;
    }
    .perfectMatch__prizes--txtbox ul li::after {
        content: "/";
        padding: 0 2vw;
    }
}

@media screen and (max-width: 960px) {
    .perfectMatch__kv--bg {
        margin: 0 -150px;
    }
    .perfectMatch__kv--title img {
        width: 90%;
    }
    .perfectMatch__nav.fixed {
        padding: 1vh 0;
        text-align: center;
        height: 70px;
    }
    .perfectMatch__nav.fixed .logo {
        display: none;
    }
    .perfectMatch__nav .item {
        -webkit-transition: .5s all;
        transition: .5s all;
        color: #fff;
    }
    .perfectMatch__nav .item.active {
        background: rgba(255, 255, 255, 0.3);
    }
    .perfectMatch__nav .item a {
        display: inline-block;
        padding: 8px 18px;
        color: #fff;
        text-decoration: none;
        border: 1px solid #ccc;
    }
    .perfectMatch__panel .wrapper {
        width: 90%;
    }
    .perfectMatch__panel .wrapper-md {
        width: 80%;
    }
    .perfectMatch__panel--video .video-bg {
        margin: 0 -150px 0 0;
    }
    .perfectMatch__panel--video .video-btn {
        width: 20%;
    }
    .perfectMatch__panel--visual {
        margin: 0 -80px;
    }
    .perfectMatch__panel--subpanel {
        margin-top: -7.9%;
    }
    .perfectMatch__panel--subpanel .subpanel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .perfectMatch__panel--subpanel .subpanel .leftbox {
        width: 100%;
        position: relative;
    }
    .perfectMatch__panel--subpanel .subpanel .leftbox::after {
        display: inline-block;
        height: 2px;
        content: "";
        position: relative;
        bottom: 0;
        left: 0;
        margin: 5px 0;
        height: 2px;
        width: 100%;
    }
    .perfectMatch__panel--subpanel .subpanel .right {
        width: 90%;
    }
    .perfectMatch__panel--subpanel .subpanel-features {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .perfectMatch__panel--subpanel .subpanel-features .leftbox {
        width: 100%;
    }
    .perfectMatch__panel--subpanel .subpanel-features .rightbox {
        width: 100%;
    }
    .perfectMatch__panel--subpanel .subpanel-models {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .perfectMatch__panel--subpanel .subpanel-models .models-wrapper {
        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;
    }
    .perfectMatch__panel--subpanel .subpanel-models .models-wrapper a.item:hover {
        border-radius: 20px;
    }
    .perfectMatch__panel--subpanel .subpanel-models-gaming .models-wrapper a.item {
        width: 50%;
    }
    .perfectMatch__panel--subpanel .subpanel-models-creator .models-wrapper a.item {
        width: 33.333333%;
    }
    .perfectMatch__panel--subpanel .subpanel-models-creator .models-wrapper a.item.single {
        width: 33.333333%;
    }
    .perfectMatch__panel--subpanel .subpanel-models-pro .models-wrapper a.item {
        width: 33.333333%;
    }
    .perfectMatch__panel--subpanel .subpanel-models-pro .models-wrapper a.item.single {
        width: 33.333333%;
    }
    .perfectMatch__panel--subpanel .subpanel-models .leftbox {
        text-align: center;
        width: 100%;
        padding: 0 5%;
    }
    .perfectMatch__panel--subpanel .subpanel-models .leftbox::after {
        margin: 5px 0;
        height: 2px;
        width: 100%;
    }
    .perfectMatch__panel--subpanel .subpanel-models .rightbox {
        text-align: center;
        width: 100%;
        padding: 0 5%;
    }
    .perfectMatch__panel--subpanel .subpanel-actors-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .perfectMatch__panel--subpanel .subpanel-actors-wrapper .item {
        width: 50%;
        padding: 2%;
    }
    .perfectMatch__panel--subpanel .subpanel-actors-wrapper .item img {
        width: 80%;
    }
    .perfectMatch__prizes--bg {
        margin-left: -150px;
        margin-right: -150px;
    }
    .perfectMatch__etailer {
        width: 100%;
    }
    .perfectMatch__etailer--links {
        margin-bottom: 10%;
    }
    .perfectMatch__etailer--links a.etailer {
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        margin: 10px;
        width: 15%;
    }
    .perfectMatch__etailer--links a.etailer:hover {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
    }
    .perfectMatch__etailer--links a.etailer:hover img {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .perfectMatch {
        overflow-x: hidden;
    }
    .perfectMatch__panel .wrapper {
        width: 80%;
    }
    .perfectMatch__panel--subnav,
    .perfectMatch__panel .gaming-subnav,
    .perfectMatch__panel .creator-subnav,
    .perfectMatch__panel .pro-subnav {
        display: none;
    }
    .perfectMatch__panel--subpanel {
        margin-top: 3vh;
        padding: 4%;
    }
    .perfectMatch__prizes {
        text-align: center;
    }
    .perfectMatch__prizes--txtbox {
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .perfectMatch__prizes--txtbox em {
        letter-spacing: 1rem;
        font-size: 80px;
    }
    .perfectMatch__prizes--txtbox ul li {
        letter-spacing: 2px;
        font-family: 'AgencyFB-Reg' !important;
        font-size: 15px;
    }
    .perfectMatch__prizes--txtbox ul li::after {
        content: "/";
        padding: 0 .75vw;
    }
    .perfectMatch__etailer--links {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .perfectMatch__kv--bg {
        margin: 0 -70px;
    }
    .perfectMatch__nav.fixed {
        height: 50px;
    }
    .perfectMatch__nav .item a {
        padding: 8px 20px;
    }
    .perfectMatch__prizes {
        text-align: center;
    }
    .perfectMatch__prizes--txtbox {
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .perfectMatch__prizes--txtbox em {
        letter-spacing: 1rem;
        font-size: 60px;
    }
    .perfectMatch__prizes--txtbox ul li {
        letter-spacing: 2px;
        font-family: 'AgencyFB-Reg' !important;
        font-size: 15px;
    }
    .perfectMatch__prizes--txtbox ul li::after {
        content: "/";
        padding: 0 .75vw;
    }
    .perfectMatch__etailer {
        width: 100%;
    }
    .perfectMatch__etailer--links {
        margin-bottom: 10%;
    }
    .perfectMatch__etailer--links a.etailer {
        -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
        margin: 10px;
        width: 24%;
    }
    .perfectMatch__etailer--links a.etailer:hover {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
    }
    .perfectMatch__etailer--links a.etailer:hover img {
        opacity: 1;
    }
}

@-webkit-keyframes onFlashing {
    0% {
        background: #ff3e3e;
    }
    50% {
        background: #d70000;
    }
    100% {
        background: #ff3e3e;
    }
}


/*# sourceMappingURL=perfectMatch.css.map */


/* US */

#page-wrap {
    /* overflow-x: hidden; */
    position: relative;
}

.perfectMatch__products {
    width: 100%;
    max-width: 1280px;
    padding: 2em 0;
    margin: 0 auto;
}

.perfectMatch__products h1 {
    margin-bottom: 1em;
}

.perfectMatch__products ul.product-list {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0rem;
    text-align: center;
    list-style-position: inside;
}

.perfectMatch__products ul.product-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 0;
    font-size: 1.25rem;
}

@media (max-width:720px) {
    .perfectMatch__products ul.product-list li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}

@media (min-width:721px) and (max-width:1080px) {
    .perfectMatch__products ul.product-list li {
        width: calc(33.33% - 20px);
    }
    .perfectMatch__products ul.product-list li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
}

@media (min-width:1081px) {
    .perfectMatch__products ul.product-list li {
        width: calc(25% - 20px);
    }
    .perfectMatch__products ul.product-list li:nth-child(4n) {
        margin: 0 0 20px 0;
    }
}

.perfectMatch__products ul.product-list li a {
    display: block;
    background: #e1e1e1;
    padding: 1em 20px 1.5em;
    border-radius: 5px;
    color: #111;
    font-family: "CenturyGothic-B", sans-serif;
    text-decoration: none;
    text-align: center;
}

.perfectMatch__products ul.product-list li a:hover {
    background: #f0f0f0;
}

.perfectMatch__products ul.product-list li a img {
    display: block;
    width: 100%;
    margin: 0 auto .5em;
}


/* US */

.perfectMatch__prizes .enter-section {
    background: #111;
    padding-bottom: 5%;
}

.perfectMatch__prizes .enter-section h1 {
    margin: 0 auto;
    padding: 0 0 .5em;
}

.perfectMatch__prizes .enter-section h2 {
    margin: 0 auto;
    font-size: 1.25em;
    text-transform: none;
}

@media(max-width:500px) {
    .perfectMatch__prizes .enter-section h2 {
        font-size: 24px;
    }
}

.perfectMatch__prizes .enter-section h3 {
    text-transform: none;
}

.perfectMatch__prizes .enter-section h3 small {
    display: block;
    margin: 0 auto .25em;
    text-align: center;
    text-transform: none;
    font-family: 'CenturyGothic', sans-serif;
    font-size: .625em;
    letter-spacing: 1px;
}

.enter-intro {
    text-align: center;
    padding: 3em 20px;
}

.how-to-enter {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: auto;
    padding: 3em 20px;
    color: #111;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.how-to-enter table {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    border-spacing: 20px;
}

.how-to-enter table tr td:first-child {
    padding-right: 20px;
    border-right: 2px solid #ddd;
}

.how-to-enter table strong {
    font-family: 'CenturyGothic-B', sans-serif;
    font-weight: normal;
}

.how-to-enter table a {
    color: #111;
}

.how-to-enter table a:hover {
    color: #ccc;
}

.how-to-enter .tc-link {
    display: inline-block;
    margin: 1em auto 0;
    color: #111;
    font-size: .625em;
    text-align: center;
}

.how-to-enter .tc-link:hover {
    color: #ccc;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 3em auto;
    background: #ddd;
}

.how-to-enter ol {
    margin: 1em auto 1.5em;
    font-family: "CenturyGothic-B", sans-serif;
    font-size: .75em;
    list-style-type: decimal;
    list-style-position: inside;
}

.how-to-enter .prize__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    margin: 2% 0;
}

.how-to-enter ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

@media(min-width:881px) {
    .how-to-enter ol {
        width: calc(100% - 40px);
        max-width: 760px;
        text-align: left;
        list-style-position: outside;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .how-to-enter ol li {
        list-style-position: outside;
    }
}