@font-face {
  font-family: Montserrat-Black;
  src: url("./fonts/Montserrat/Montserrat-Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("./fonts/Montserrat/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("./fonts/Montserrat/Montserrat-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("./fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Bold;
  src: url("./fonts/Roboto/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
.main {
  margin-top: -1px;
  height: auto;
  background: url("/special/xmas-sales/images/bg/bg1.jpg") no-repeat top center, url("/special/xmas-sales/images/bg/bg2.jpg") repeat top center;
  background-size: 1920px auto;
}
@media (min-width: 1921px) {
  .main {
    width: 100%;
    background-size: 100% auto;
  }
}

h2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 0 0;
  width: 1022px;
  height: 130px;
  text-align: center;
  font-family: Montserrat-Black;
  font-style: italic;
  line-height: 40px;
  font-size: 36px;
  background: url(./images/h2-title-bg.svg) no-repeat center center;
  background-size: 100% 100%;
}
@media ( max-width: 1200px) {
  h2 {
    width: 100%;
    padding: 10px 47px 30px;
    font-size: 24px;
    line-height: 1.2;
    height: auto;
  }
}
@media ( max-width: 768px) {
  h2 {
    padding: 12px 27px 17px;
    background: url(./images/h2-title-bg-m.svg) no-repeat center center;
    background-size: 100% 100%;
  }
}
@media ( max-width: 480px) {
  h2 {
    padding: 7px 20px 20px;
    margin: 0 auto 20px;
    width: calc(100% - 30px);
  }
}
h2 .color-yellow {
  font-size: 38px;
}
@media ( max-width: 1200px) {
  h2 .color-yellow {
    font-size: 24px;
  }
}
@media ( max-width: 480px) {
  .main .container {
    padding: 0;
  }
}

p {
  margin: 0;
}

.xmas {
  position: relative;
}

body[data-expired=true] .email-box {
  position: relative;
}
body[data-expired=true] .email-box::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Sales Promotion has Expired!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
body[data-expired=true] .license-price .discount,
body[data-expired=true] .select-price .discount,
body[data-expired=true] .sing-deals__price .discount,
body[data-expired=true] .bundling__price .discount,
body[data-expired=true] .super-bundle__price .discount {
  display: block;
  font-size: 16px;
}

.product {
  font-family: Arial;
}
.product .product__name, .product .product__plan {
  font-weight: bold;
}
.product .product__name:hover, .product .product__name:focus {
  color: currentColor;
}
.product .product__plan {
  height: 24px;
  width: 110px;
  background-color: #fbc343;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  line-height: 26px;
}
.product .product__desc {
  line-height: 1.5;
}

.sale .sale__plan {
  font-family: Arial;
  font-weight: bold;
  color: #222222;
}

.sale__price .promotion {
  font-family: Helvetica;
  font-weight: 700;
  color: #f34531;
}
@media ( max-width: 480px) {
  .sale__price .promotion {
    font-size: 36px;
    line-height: 42px;
  }
}
.sale__price .origin {
  color: #666666;
  text-decoration: line-through;
}
@media ( max-width: 480px) {
  .sale__price .origin {
    font-size: 20px;
    line-height: 28px;
  }
}

.svg-text {
  font-family: Montserrat-ExtraBold;
}
.svg-text text {
  text-anchor: middle;
  fill: #f6cc35;
}
.svg-text use {
  text-anchor: middle;
  stroke: #2e2e2e;
  stroke-width: 5px;
  stroke-linejoin: round;
}

.ie11 .svg-text use {
  filter: none !important;
}

.btn-buy-group .btn-buy,
.bundle-buy-group .btn-buy {
  display: inline-block;
  position: relative;
  height: 58px;
  width: 184px;
  background-color: #f33e28;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  text-indent: 38px;
  line-height: 60px;
  border-radius: 5px;
  transition: all 0.25s;
  text-decoration: none;
}
@media ( max-width: 768px) {
  .btn-buy-group .btn-buy,
  .bundle-buy-group .btn-buy {
    height: 50px;
    line-height: 52px;
  }
}
.btn-buy-group .btn-buy:hover, .btn-buy-group .btn-buy:focus,
.bundle-buy-group .btn-buy:hover,
.bundle-buy-group .btn-buy:focus {
  transform: translateY(-3px);
}
.btn-buy-group .btn-buy::before,
.bundle-buy-group .btn-buy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  border: 2px solid #ac0c0c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-buy-group .btn-buy.win::after,
.bundle-buy-group .btn-buy.win::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  height: 23px;
  width: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(./images/part-1/win.svg) no-repeat;
}
.btn-buy-group .btn-buy.mac::after,
.bundle-buy-group .btn-buy.mac::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  height: 24px;
  width: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(./images/part-1/mac.svg) no-repeat;
}
.btn-buy-group .btn-buy.win-mac::after,
.bundle-buy-group .btn-buy.win-mac::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  height: 25px;
  width: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(./images/part-3/win-mac.png) no-repeat;
  background-size: 100% auto;
}
.btn-buy-group.btn-buy-group--double,
.bundle-buy-group.btn-buy-group--double {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-buy-group.btn-buy-group--double .btn-buy,
.bundle-buy-group.btn-buy-group--double .btn-buy {
  margin: 8px 12px;
}
.btn-buy-group[data-platform=win].btn-buy-group--single .win, .btn-buy-group[data-platform=win].btn-buy-group--bundle .win,
.bundle-buy-group[data-platform=win].btn-buy-group--single .win,
.bundle-buy-group[data-platform=win].btn-buy-group--bundle .win {
  display: block;
  margin: 0 auto;
}
.btn-buy-group[data-platform=win].btn-buy-group--single .mac, .btn-buy-group[data-platform=win].btn-buy-group--bundle .mac,
.bundle-buy-group[data-platform=win].btn-buy-group--single .mac,
.bundle-buy-group[data-platform=win].btn-buy-group--bundle .mac {
  display: none;
}
@media ( max-width: 480px) {
  .btn-buy-group[data-platform=win].btn-buy-group--single .mac, .btn-buy-group[data-platform=win].btn-buy-group--bundle .mac,
  .bundle-buy-group[data-platform=win].btn-buy-group--single .mac,
  .bundle-buy-group[data-platform=win].btn-buy-group--bundle .mac {
    display: block;
    margin: 15px auto 0;
  }
}
.btn-buy-group[data-platform=win].btn-buy-group--double .win,
.bundle-buy-group[data-platform=win].btn-buy-group--double .win {
  order: 1;
}
.btn-buy-group[data-platform=win].btn-buy-group--double .mac,
.bundle-buy-group[data-platform=win].btn-buy-group--double .mac {
  order: 2;
}
.btn-buy-group[data-platform=mac].btn-buy-group--single .win, .btn-buy-group[data-platform=mac].btn-buy-group--bundle .win,
.bundle-buy-group[data-platform=mac].btn-buy-group--single .win,
.bundle-buy-group[data-platform=mac].btn-buy-group--bundle .win {
  display: none;
}
@media ( max-width: 480px) {
  .btn-buy-group[data-platform=mac].btn-buy-group--single .win, .btn-buy-group[data-platform=mac].btn-buy-group--bundle .win,
  .bundle-buy-group[data-platform=mac].btn-buy-group--single .win,
  .bundle-buy-group[data-platform=mac].btn-buy-group--bundle .win {
    display: block;
    margin: 15px auto 0;
  }
}
.btn-buy-group[data-platform=mac].btn-buy-group--single .mac, .btn-buy-group[data-platform=mac].btn-buy-group--bundle .mac,
.bundle-buy-group[data-platform=mac].btn-buy-group--single .mac,
.bundle-buy-group[data-platform=mac].btn-buy-group--bundle .mac {
  display: block;
  margin: 0 auto;
}
@media ( max-width: 480px) {
  .btn-buy-group[data-platform=mac].btn-buy-group--single .mac, .btn-buy-group[data-platform=mac].btn-buy-group--bundle .mac,
  .bundle-buy-group[data-platform=mac].btn-buy-group--single .mac,
  .bundle-buy-group[data-platform=mac].btn-buy-group--bundle .mac {
    margin: 15px auto 0;
  }
}
.btn-buy-group[data-platform=mac].btn-buy-group--double .win,
.bundle-buy-group[data-platform=mac].btn-buy-group--double .win {
  order: 2;
}
.btn-buy-group[data-platform=mac].btn-buy-group--double .mac,
.bundle-buy-group[data-platform=mac].btn-buy-group--double .mac {
  order: 1;
}
.btn-buy-group p,
.bundle-buy-group p {
  order: 3;
  margin-top: 14px;
  font-family: Arial;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
@media ( max-width: 480px) {
  .btn-buy-group p,
  .bundle-buy-group p {
    display: none;
  }
}
.btn-buy-group p:hover, .btn-buy-group p:focus,
.bundle-buy-group p:hover,
.bundle-buy-group p:focus {
  text-decoration: underline;
}

.share {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.share img:hover {
  fill: #000;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.single__deco {
  position: absolute;
  top: -25px;
  right: 0;
}
@media ( min-width: 992px) and (max-width: 1200px) {
  .single__deco {
    right: -10px;
    transform: scale(0.8);
  }
}
@media ( max-width: 768px) {
  .single__deco {
    transform: scale(1);
  }
}
@media (max-width: 340px) {
  .single__deco {
    transform: scale(0.9);
  }
}
@media (max-width: 600px) {
  .single__deco {
    top: -10px;
    right: 2px;
  }
}
.single__deco .deco-bg {
  height: 73px;
  width: 77px;
}
.single__deco .svg-text {
  position: absolute;
  top: 25px;
  left: 6px;
  font-weight: 900;
  font-style: italic;
}

.f50 {
  font-size: 50px;
}
.f48 {
  font-size: 48px;
}
.f42 {
  font-size: 42px;
}
.f40 {
  font-size: 40px;
}
.f36 {
  font-size: 36px;
}
.f32 {
  font-size: 32px;
}
.f30 {
  font-size: 30px;
}
.f28 {
  font-size: 28px;
}
.f24 {
  font-size: 24px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .rf30 {
    font-size: 30pt;
  }
  .rf27 {
    font-size: 27pt;
  }
  .rf24 {
    font-size: 24pt;
  }
  .rf21 {
    font-size: 21pt;
  }
  .rf17 {
    font-size: 17pt;
  }
  .rf14 {
    font-size: 14pt;
  }
  .rf11 {
    font-size: 11pt;
  }
}

.color-yellow {
  color: #f6cc35;
}
.color-red {
  color: #f33e28;
}
.color-black {
  color: #2e2e2e;
}
.color-grey {
  color: #404040;
}
.color-white {
  color: #fff;
}

.bg-yellow {
  background-color: #fbc343;
}
.bg-light-green {
  background-color: #f6f4e8;
}
.bg-grey {
  background-color: #f7f9f8;
}
.bg-white {
  background-color: #fff;
}

.br20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 840px;
  background: url("/special/xmas-sales/images/banner/banner.jpg") no-repeat center center;
  background-size: auto 100%;
}
@media (min-width: 1919px) {
  .banner {
    background-size: 100% auto;
  }
}
@media ( max-width: 992px) {
  .banner {
    min-height: auto;
    padding-bottom: 175px;
  }
}
@media ( max-width: 480px) {
  .banner {
    padding-bottom: 0;
    min-height: 488px;
  }
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .bg-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media ( max-width: 480px) {
  .banner .bg-img {
    position: relative;
    bottom: 56px;
  }
}
.banner .bg-img img {
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media ( max-width: 992px) {
  .banner .bg-img img {
    height: 700px;
  }
}
@media ( max-width: 480px) {
  .banner .bg-img img {
    height: 456px;
  }
}

.banner-text {
  width: 100%;
  text-align: center;
}

.banner-title {
  margin-top: 103px;
  margin-bottom: 12px;
  font-family: Montserrat-Regular;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
}
@media ( max-width: 1200px) {
  .banner-title {
    margin-bottom: 25px;
    font-size: 50px;
  }
}
@media ( max-width: 992px) {
  .banner-title {
    margin-top: 55px;
  }
}
@media ( max-width: 768px) {
  .banner-title {
    margin-bottom: 15px;
    font-size: 35px;
  }
}
@media ( max-width: 480px) {
  .banner-title {
    margin-top: 50px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
}

.banner-desc {
  margin-top: 20px;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
}
@media ( max-width: 1200px) {
  .banner-desc {
    margin-top: 30px;
    font-size: 26px;
  }
}
@media ( max-width: 992px) {
  .banner-desc {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media ( max-width: 768px) {
  .banner-desc {
    font-size: 20px;
  }
}
@media ( max-width: 480px) {
  .banner-desc {
    margin-top: 4px;
    font-size: 16px;
    line-height: 22px;
  }
}
.banner-desc span {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}
@media ( max-width: 1200px) {
  .banner-desc span {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media ( max-width: 992px) {
  .banner-desc span {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media ( max-width: 480px) {
  .banner-desc span {
    margin-top: 1vw;
    font-size: 10pt;
  }
}

.banner-text img {
  width: 722px;
  height: auto;
}
@media ( max-width: 992px) {
  .banner-text img {
    width: 470px;
  }
}
@media ( max-width: 480px) {
  .banner-text img {
    width: 345px;
  }
}
@media (max-width: 370px) {
  .banner-text img {
    width: 95%;
  }
}

.snow-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.snow {
  position: absolute;
  width: 1.8%;
  height: auto;
  opacity: 0;
}
.snow svg {
  width: 100%;
  height: auto;
}

@keyframes snow {
  66% {
    transform: rotate(540deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.6;
  }
}
@keyframes snow-one {
  100% {
    left: 17%;
    top: 64%;
  }
}
@keyframes snow-two {
  100% {
    left: 43%;
    top: 34%;
  }
}
@keyframes snow-three {
  100% {
    right: 5.9%;
    top: 63%;
  }
}
.snow:first-child {
  left: 15%;
  top: 35%;
  animation: snow 3s ease-out infinite, fade 3s linear infinite, snow-one 3s linear infinite;
}

.snow:nth-child(2) {
  left: 41%;
  top: 5%;
  animation: snow 3s ease-out infinite, fade 3s linear infinite, snow-two 3s linear infinite;
}

.snow:last-child {
  right: 7.9%;
  top: 34%;
  width: 2.6%;
  animation: snow 3s ease-out infinite, fade 3s linear infinite, snow-three 3s linear infinite;
}

.santa-claus {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44.27%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1921px) {
  .santa-claus {
    width: 821px;
    height: auto;
  }
}
@media ( max-width: 480px) {
  .santa-claus {
    bottom: -10px;
    width: 314px;
  }
}
@media (max-width: 340px) {
  .santa-claus {
    z-index: 1;
  }
}

.tree {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 34.6875%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1921px) {
  .tree {
    width: 666px;
    height: auto;
  }
}
@media ( max-width: 768px) {
  .tree {
    bottom: 12%;
    width: 131px;
  }
}

.light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: light 2s linear infinite;
}
@media (min-width: 1921px) {
  .light {
    width: 666px;
    height: auto;
  }
}

@keyframes light {
  0%, 100% {
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
}
.count-down {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.count-down canvas {
  border-radius: 10px;
}
@media ( max-width: 992px) {
  .count-down {
    transform: scale(0.8);
  }
}
@media ( max-width: 480px) {
  .count-down {
    margin-top: -1px;
    transform: scale(0.6);
  }
}
.count-down .days,
.count-down .hours,
.count-down .minutes {
  position: relative;
  margin-right: 32px;
}
.count-down .days:after, .count-down .days:before,
.count-down .hours:after,
.count-down .hours:before,
.count-down .minutes:after,
.count-down .minutes:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  right: -20px;
}
@media ( max-width: 768px) {
  .count-down .days:after, .count-down .days:before,
  .count-down .hours:after,
  .count-down .hours:before,
  .count-down .minutes:after,
  .count-down .minutes:before {
    width: 6px;
    height: 6px;
  }
}
.count-down .days:after,
.count-down .hours:after,
.count-down .minutes:after {
  bottom: 39px;
}
.count-down .days:before,
.count-down .hours:before,
.count-down .minutes:before {
  top: 39px;
}

.banner-end {
  margin-top: 30px;
  color: #FFF;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
@media ( max-width: 768px) {
  .banner-end {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media ( max-width: 480px) {
  .banner-end {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
}

.xmas-nav {
  position: fixed;
  top: 330px;
  left: -230px;
  width: 259px;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.xmas-nav.show {
  left: 0;
}
.xmas-nav.show .active {
  font-weight: 500;
  font-size: 16px;
  background-image: url(./images/bar/default.png);
}
@media ( min-width: 992px) and (max-width: 1200px) {
  .xmas-nav.show {
    left: -140px;
  }
}
.xmas-nav:hover, .xmas-nav:focus {
  left: 0;
}
@media ( max-width: 992px) {
  .xmas-nav {
    display: none !important;
  }
}
.xmas-nav .active {
  background-image: url(./images/bar/active.png);
  font-weight: 700;
  font-size: 17px;
}

.xmas-nav__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.xmas-nav__item {
  position: relative;
  height: 82px;
  margin-top: 16px;
  background-image: url(./images/bar/default.png);
  text-align: center;
  line-height: 82px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.xmas-nav__item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  right: -27px;
  width: 66px;
  height: 56.5px;
  background: url(./images/bar/hat-icon.png) no-repeat center center;
  background-size: 100% auto;
}
.xmas-nav__item:hover {
  background-image: url(./images/bar/active.png);
  font-weight: 700;
  font-size: 17px;
}
.xmas-nav__item a {
  display: block;
  color: #181818;
  text-decoration: none;
}

.xmas-nav__item:first-of-type {
  margin-top: 38px;
}

.free {
  padding-top: 10px;
}
@media ( max-width: 480px) {
  .free {
    padding-top: 40px;
  }
}
.free .container {
  position: relative;
}
.free__title {
  margin-bottom: 20px;
}
@media ( max-width: 768px) {
  .free__title {
    margin-bottom: 20px;
  }
}
.free__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media ( max-width: 480px) {
  .free__wrapper {
    padding: 0 15px;
  }
}
.free__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -215px;
  display: block;
  width: 257px;
  height: 265px;
  background: url("/special/xmas-sales/images/part-2/part2-man.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 1650px) {
  .free__wrapper::after {
    display: none;
  }
}
.free .f24 {
  font-size: 30px;
  line-height: 34px;
}
.free .free-prd-content {
  padding: 40px 78px 35px;
  position: relative;
}
@media ( max-width: 1200px) {
  .free .free-prd-content {
    padding: 40px 20px 35px;
  }
}
@media ( max-width: 768px) {
  .free .free-prd-content {
    padding: 0;
  }
}
.free .bowtie {
  position: absolute;
  right: 0;
  top: 0;
}
@media ( max-width: 1200px) {
  .free .bowtie {
    transform: scale(0.8);
    top: -11px;
    right: -20px;
  }
}
@media ( max-width: 992px) {
  .free .bowtie {
    transform: scale(0.7);
    top: -17px;
    right: -28px;
  }
}
@media ( max-width: 768px) {
  .free .bowtie {
    transform: scale(0.7);
    top: -53px;
    right: -45px;
  }
}
@media ( max-width: 480px) {
  .free .bowtie {
    transform: scale(0.55);
    top: -61px;
    right: -59px;
  }
}
.free .prd-t {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .free .prd-t {
    flex-direction: column;
  }
}
.free .prd-t img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .free .prd-t > a > img {
    width: 80px;
    height: auto;
  }
}
.free .prd-t .part-t-right {
  margin-left: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .free .prd-t .part-t-right {
    margin: 0;
    gap: 10px;
    text-align: center;
  }
}
.free .prd-t .part-t-right h3 {
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .free .prd-t .part-t-right h3 {
    margin: 15px 0 8px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
.free .prd-t .part-t-right h3 a {
  margin-right: 15px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .free .prd-t .part-t-right h3 a {
    margin: 0;
    font-size: 20px;
  }
}
@media ( max-width: 480px) {
  .free .prd-t .part-t-right h3 > img {
    width: 143px;
    height: auto;
  }
}
.free .prd-t .part-t-right .btn-buy-group {
  width: 155px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./images/part-1/new-icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.25s;
}
.free .prd-t .part-t-right .btn-buy-group:hover, .free .prd-t .part-t-right .btn-buy-group:focus {
  transform: translateY(-3px);
}
.free .prd-t .part-t-right .btn-buy-group .download-btn {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  background: linear-gradient(90deg, #00B05A 0%, #ED3F31 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.free .prd-t .part-t-right .btn-buy-group[data-platform=mac] .download-btn.win {
  display: none;
}
.free .prd-t .part-t-right .btn-buy-group[data-platform=win] .download-btn.mac {
  display: none;
}
.free .prd-t .part-t-right .desc {
  margin: 8px 0 0;
  max-width: 800px;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
@media ( max-width: 768px) {
  .free .prd-t .part-t-right .desc {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.free .prd-ul {
  position: relative;
  margin: 18px 0 0;
  padding: 10px 0 10px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 87px;
  border-radius: 10px;
  border: 1px dashed #186B42;
  background: #F8FFFB;
}
@media (max-width: 1360px) {
  .free .prd-ul {
    flex-wrap: nowrap;
    height: auto;
  }
}
@media ( max-width: 1200px) {
  .free .prd-ul {
    flex-direction: column;
  }
}
@media ( max-width: 768px) {
  .free .prd-ul {
    margin: 15px 0 24px;
    padding: 15px 8px 15px 28px;
  }
}
.free .prd-ul ul {
  width: 48%;
  margin: 0;
  padding: 0;
}
@media ( max-width: 1200px) {
  .free .prd-ul ul {
    width: 100%;
  }
}
@media ( max-width: 480px) {
  .free .prd-ul ul:not(:last-child) {
    margin-bottom: 4px;
  }
}
.free .prd-ul li {
  font-family: Helvetica;
  text-align: left;
  color: #404040;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
}
@media ( max-width: 768px) {
  .free .prd-ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.free .prd-ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media ( max-width: 1200px) {
  .free .prd-ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media ( max-width: 480px) {
  .free .prd-ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.free .prd-ul li::marker {
  color: #404040;
}
.free .prd-ul li span {
  font-weight: 400;
}
.free .prd__indicator {
  position: absolute;
  top: 42px;
  left: -32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .free .prd__indicator > *:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media ( max-width: 992px) {
  .free .prd__indicator {
    position: static;
    width: 87%;
    min-width: 325px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 372px) {
  .free .prd__indicator {
    width: 100%;
    min-width: auto;
  }
}
.free .prd__indicator .btn-indicator {
  position: relative;
  min-height: 46px;
  background: #F6F4E8;
  border-radius: 23px;
  padding: 10px 45px 7px 38px;
  cursor: pointer;
  transition: 0.25s ease;
  color: #2E2E2E;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.43;
}
@media ( max-width: 768px) {
  .free .prd__indicator .btn-indicator {
    font-size: 14px;
    padding: 13px 35px 12px 38px;
  }
}
.free .prd__indicator .btn-indicator:hover {
  background: #FBC343;
}
.free .prd__indicator .btn-indicator:hover::before {
  border-color: #F34531;
}
.free .prd__indicator .btn-indicator::before {
  display: inline-block;
  margin-right: 11px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
@media ( max-width: 768px) {
  .free .prd__indicator .btn-indicator::before {
    vertical-align: middle;
  }
}
.free .prd__indicator .btn-indicator.active {
  background: #FBC343;
}
.free .prd__indicator .btn-indicator.active::before {
  border: 2px solid rgb(237, 63, 49);
  padding: 1px;
  background-clip: content-box;
  background-color: rgb(237, 63, 49);
}
.free .prd-wrapper {
  display: block;
  border-radius: 30px;
  background: #FFF;
}
@media ( max-width: 768px) {
  .free .prd-wrapper {
    padding: 36px 15px 20px;
  }
}
.free .prd__info {
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 43px 0 29px 450px;
  text-align: left;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .free .prd__info > *:not(:last-child) {
    margin-right: 42px;
  }
}
@media ( max-width: 992px) {
  .free .prd__info {
    padding: 26px 22px 20px;
    gap: 18px;
  }
}
@media ( max-width: 768px) {
  .free .prd__info {
    align-items: flex-start;
  }
}
@media ( max-width: 768px) {
  .free .prd__logo {
    width: 70px;
    height: 70px;
  }
}
.free .prd__desc {
  color: #404040;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-right: 99px;
}
@media ( max-width: 992px) {
  .free .prd__desc {
    padding: 0;
  }
}
.free .prd__stall-wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 38px 0 40px;
  border-radius: 30px;
  background: #F6F4E8;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .free .prd__stall-wrapper > *:not(:last-child) {
    margin-right: 80px;
  }
}
@media ( max-width: 1200px) {
  .free .prd__stall-wrapper {
    padding: 30px 22px;
    gap: 30px;
  }
}
@media ( max-width: 992px) {
  .free .prd__stall-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media ( max-width: 768px) {
  .free .prd__stall-wrapper {
    padding: 20px 10px;
  }
}
.free .prd__stall {
  position: relative;
  border-radius: 20px;
  background: url(/special/xmas-sales/images/part-1/bg-tree.svg) no-repeat left bottom;
  background-color: #D5F0E3;
  flex: 0 1 299px;
  padding: 24px 0 14px;
}
@media ( max-width: 992px) {
  .free .prd__stall {
    flex: 0 1 100%;
  }
}
@media ( max-width: 480px) {
  .free .prd__stall {
    padding: 24px 0;
  }
}
.free .prd__stall::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='99%' height='99.5%' rx='20' ry='20' fill='none' stroke='%23186B42' stroke-dasharray='6 6' /%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}
@media ( max-width: 992px) {
  .free .prd__stall::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='99.4%' height='99.5%' rx='20' ry='20' fill='none' stroke='%23186B42' stroke-dasharray='6 6' /%3E%3C/svg%3E") no-repeat;
  }
}
@media ( max-width: 480px) {
  .free .prd__stall::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='99%' height='99%' rx='20' ry='20' fill='none' stroke='%23186B42' stroke-dasharray='6 6' /%3E%3C/svg%3E") no-repeat;
  }
}
.free .stall__discount {
  position: absolute;
  top: -30px;
  right: -31px;
  background: url(/special/xmas-sales/images/part-1/discount-free.png) no-repeat center center;
  width: 103px;
  height: 129px;
  background-size: 100% auto;
}
@media ( max-width: 1200px) {
  .free .stall__discount {
    transform: scale(0.8);
  }
}
@media ( max-width: 992px) {
  .free .stall__discount {
    transform: scale(1);
  }
}
@media ( max-width: 480px) {
  .free .stall__discount {
    right: -35px;
    transform: scale(0.9);
  }
}
@media (max-width: 370px) {
  .free .stall__discount {
    right: -44px;
    top: -48px;
    transform: scale(0.6);
  }
}
.free .stall__discount--free {
  background-image: url(/special/xmas-sales/images/part-1/discount-free.png);
}
.free .stall__discount--free .svg-text {
  top: 61px !important;
}
.free .stall__discount .svg-text {
  position: absolute;
  top: 52px;
  left: 59%;
  font-style: italic;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: Montserrat-ExtraBold;
}
.free .stall__license {
  margin-bottom: 18px;
  color: #404040;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media ( max-width: 480px) {
  .free .stall__license {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
}
.free .stall__duration {
  margin-bottom: 15px;
  display: inline-block;
  color: #2E2E2E;
  border-radius: 8px 0;
  background: #FBC343;
  padding: 2px 9px;
  text-align: center;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.free .stall__duration span {
  font-weight: 500;
}
@media ( max-width: 480px) {
  .free .stall__duration {
    font-size: 16px;
  }
}
.free .stall__duration strong {
  font-weight: 700;
}
.free .stall__guarantee {
  margin: 0 auto 10px;
  max-width: 202px;
  text-align: left;
  color: #186B42;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.free .stall__guarantee svg {
  vertical-align: middle;
  margin-right: 8px;
}
@media ( max-width: 992px) {
  .free .stall__guarantee {
    display: flex;
    flex-direction: column;
  }
}
@media ( max-width: 480px) {
  .free .stall__guarantee {
    font-size: 14px;
  }
}
.free .stall__guarantee p {
  min-width: 155px;
  display: inline-block;
  text-align: left;
}
.free .stall__guarantee p:not(:last-child) {
  margin-bottom: 10px;
}
@media ( max-width: 480px) {
  .free .stall__guarantee p:not(:last-child) {
    margin-bottom: 7px;
  }
}
.free .stall__price {
  margin-bottom: 20px;
}
.free .stall__price .price__discount {
  margin-right: 13px;
  color: #F34531;
  font-family: Helvetica;
  font-size: 42px;
  font-weight: 700;
  line-height: 49px; /* 142.857% */
}
@media ( max-width: 480px) {
  .free .stall__price .price__discount {
    font-size: 36px;
  }
}
.free .stall__price .price__original {
  color: #666;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.29px; /* 142.875% */
  text-decoration: line-through;
  vertical-align: super;
}
@media ( max-width: 480px) {
  .free .stall__price .price__original {
    font-size: 20px;
  }
}
.free .stall__btn-group[data-platform=mac] .btn-buy.win {
  display: none;
}
@media ( max-width: 480px) {
  .free .stall__btn-group[data-platform=mac] .btn-buy.win {
    display: block;
    margin: 15px auto 0;
  }
}
@media ( max-width: 480px) {
  .free .stall__btn-group[data-platform=mac] .btn-buy.mac {
    margin: 15px auto 0;
  }
}
.free .stall__btn-group[data-platform=win] .btn-buy.mac {
  display: none;
}
@media ( max-width: 480px) {
  .free .stall__btn-group[data-platform=win] .btn-buy.mac {
    display: block;
    margin: 15px auto 0;
  }
}

.single {
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  font-size: 0;
  overflow: hidden;
}
@media ( max-width: 1200px) {
  .single {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 152px;
  width: 435px;
  background: url(./images/bg/bg-gift.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 1520px) {
  .single::before {
    width: 300px;
    height: 80px;
  }
}
@media ( max-width: 768px) {
  .single::before {
    width: 240px;
    height: 69px;
  }
}
@media ( max-width: 480px) {
  .single::before {
    width: 170px;
    height: 60px;
  }
}
.single::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 191px;
  width: 657px;
  background: url(./images/bg/handsome-man.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 1520px) {
  .single::after {
    width: 300px;
    height: 80px;
  }
}
@media ( max-width: 768px) {
  .single::after {
    width: 240px;
    height: 69px;
  }
}
@media ( max-width: 480px) {
  .single::after {
    width: 199px;
    height: 58px;
  }
}
.single .single__title {
  margin-bottom: 30px;
}
.single .single-inditor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  margin: 33px 0 30px;
  min-height: 56px;
  border-radius: 37px;
  background-color: #3E8C66;
}
@media ( max-width: 768px) {
  .single .single-inditor {
    min-height: auto;
  }
}
@media ( max-width: 480px) {
  .single .single-inditor {
    margin: 30px 0 30px;
  }
}
.single .single-inditor .part2-inditor-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.single .single-inditor .svg-inditor {
  margin-right: 5px;
  stroke: #fff;
}
.single .single-inditor span {
  display: inline-flex;
  justify-content: center;
  padding: 13px 10px;
  min-width: 195px;
  color: #FFFFFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 37px;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .single .single-inditor span {
    min-width: auto;
    font-size: 20px;
    line-height: 24px;
  }
}
@media ( max-width: 480px) {
  .single .single-inditor span {
    min-width: 170px;
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 365px) {
  .single .single-inditor span {
    min-width: auto;
    font-size: 14px;
  }
}
.single .single-inditor span.active {
  background-color: #fff;
  font-weight: 700;
  color: #3E8C66;
}
.single .single-inditor span.active .svg-inditor {
  stroke: #3E8C66;
}
@media ( max-width: 480px) {
  .single .single-content-box {
    padding: 0 15px;
  }
}
.single .single-content-box .row {
  margin: 0 auto;
  display: flex;
}
.single .row {
  position: relative;
  margin-top: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  gap: 40px;
}
@media (max-width: 1520px) {
  .single .row {
    gap: 30px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .single .row > *:nth-child(2n) {
    margin-left: 60px;
  }
  .single .row > *:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media ( max-width: 1200px) {
  .single .row {
    gap: 30px;
  }
}
@media ( max-width: 992px) {
  .single .row {
    margin: 20px 0 0;
    gap: 20px;
  }
}
.single .row::before {
  display: none;
}
.single .card--top2 {
  height: 163px;
}
@media ( max-width: 992px) {
  .single .card--top2 {
    height: auto;
  }
}
.single .card--top {
  display: flex;
  align-items: center;
  padding: 32px 45px 28px;
  background-color: #D5F0E3;
}
@media ( min-width: 1200px) {
  .single .card--top {
    text-align: left;
  }
}
@media ( max-width: 1200px) {
  .single .card--top {
    padding: 35px 15px 20px;
  }
}
@media (max-width: 768px) {
  .single .card--top {
    flex-direction: column;
    padding: 32px 15px 20px;
  }
}
@media (max-width: 360px) {
  .single .card--top {
    padding: 38px 15px 20px;
  }
}
.single .card--bottom {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .single .card--bottom {
    margin-top: 20px;
  }
}
.single .card--bottom:nth-of-type(2) .single__deco {
  left: 0;
  right: auto;
}
@media ( min-width: 992px) and (max-width: 1200px) {
  .single .card--bottom:nth-of-type(2) .single__deco {
    left: -10px;
  }
}
@media (max-width: 600px) {
  .single .card--bottom:nth-of-type(2) .single__deco {
    left: auto;
    right: 2px;
  }
}
@media (max-width: 600px) {
  .single .card--bottom:last-of-type {
    margin-top: 40px;
  }
}
.single .card--bottom:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #3e8c66;
  background: linear-gradient(to bottom, #3e8c66 0%, #3e8c66 41.6%, transparent 41.6%);
  background-size: 1px 12px;
}
@media (max-width: 600px) {
  .single .card {
    width: 100%;
  }
  .single .card:last-child::before {
    top: -14px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #3e8c66;
    background: linear-gradient(to right, #3e8c66 0%, #3e8c66 41.6%, transparent 41.6%);
    background-size: 12px 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.single .single-item {
  position: relative;
  display: inline-block;
  padding: 0 0 32px;
  width: 580px;
  overflow: hidden;
}
@media (max-width: 1520px) {
  .single .single-item {
    width: 555px;
  }
}
@media ( max-width: 1200px) {
  .single .single-item {
    width: 48%;
  }
}
@media ( max-width: 992px) {
  .single .single-item {
    width: 100%;
  }
}
@media ( max-width: 480px) {
  .single .single-item {
    padding: 0 0 20px;
  }
}
.single .single-item .product__desc {
  margin: 5px auto 0;
  line-height: 24px;
}
@media ( max-width: 768px) {
  .single .single-item .product__desc {
    font-size: 16px;
  }
}
@media ( max-width: 480px) {
  .single .single-item .product__desc {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }
}
.single .single__logo, .single .single__content {
  display: inline-block;
  vertical-align: top;
}
.single .single__logo {
  margin-left: 0;
}
@media ( max-width: 480px) {
  .single .single__logo {
    width: 60px;
    height: auto;
  }
}
.single .single__content {
  margin-left: 18px;
  text-align: left;
  width: auto;
}
@media ( max-width: 768px) {
  .single .single__content {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .single .single__content {
    display: block;
    width: auto;
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.single .single__content .btn-buy-group {
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.25s;
}
.single .single__content .btn-buy-group:hover, .single .single__content .btn-buy-group:focus {
  transform: translateY(-3px);
}
.single .single__content .btn-buy-group[data-platform=mac] .download-btn.win {
  display: none;
}
.single .single__content .btn-buy-group[data-platform=win] .download-btn.mac {
  display: none;
}
.single .single__content .product__name {
  margin-right: 6px;
  font-size: 22px;
  line-height: 26px;
}
@media ( max-width: 1200px) {
  .single .single__content .product__name {
    font-size: 20px;
  }
}
.single .sale__plan {
  font-size: 18px;
  line-height: 25px;
}
.single .sale__price {
  margin: 0 0 15px;
}
@media ( max-width: 768px) {
  .single .sale__price {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.single .sale__price .origin {
  margin-left: 15px;
  vertical-align: text-bottom;
}
@media ( max-width: 1200px) {
  .single .sale__price .origin {
    font-size: 18px;
  }
}
.single .sale__duration {
  display: inline-block;
  padding: 1px 10px;
  margin: 10px 0;
  border-radius: 8px 0;
  background: rgba(251, 195, 67, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #404040;
  font-family: Helvetica;
  text-align: center;
}
.single .sale__duration span {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */