@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.juicy {
    font-family: "Poppins";
  }
img{
  max-width: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.juicy *{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
    .juicy:after {
      padding-top: 56.25%;
      display: block;
      content: "";
    }
  }
.juicy .scene::-webkit-scrollbar {
    display: none;
  }
.juicy .point-all .p{
  position: absolute;
  width: 25px;
}
@media (min-width: 1024px){
  .juicy .point-all .p{
    width: 1.8%;
  }
}
.juicy .point-all .p a {
    display: block;
  }
.juicy .point-all .p a img{
  width: 100%;
}
@-webkit-keyframes flash{
  0%{
    opacity: 1;
  }
  50%{
    opacity: .8;
  }
  100%{
    opacity: 1;
  }
}
@keyframes flash{
  0%{
    opacity: 1;
  }
  50%{
    opacity: .8;
  }
  100%{
    opacity: 1;
  }
}
.juicy .point-all .p a img{
  -webkit-animation: flash .3s linear infinite;
          animation: flash .3s linear infinite;
}
.juicy .point-all .p .lab{
  position: absolute;
  top: 50%;
  margin-top: -60%;
    background: url("/content/dam/b2c/en-us/campaigns/gaming-projector/img/line.gif") 0% 50%/999px 1px repeat-x;
}
.juicy .point-all .p .lab span {
    font-size: 1.0416666667vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 0 1.0416666667vw;
    position: relative;
    display: block;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(255 71 19 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
.juicy .point-all .p .lab.left {
    padding-right: 0.4166666667vw;
    margin-left: 10px;
    --tw-translate-x: -100%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.juicy .point-all .p .lab.right {
    padding-left: 0.4166666667vw;
    left: 100%;
    margin-left: -10px;
  }
.juicy .point-all .p .line{
  position: absolute;
  top: 50%;
  margin-top: -.5px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 19 / var(--tw-bg-opacity));
    width: 4.6875vw;
}
.juicy .point-all .p .line.left {
    left: -4.6875vw;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
.juicy .point-all .p .line.right{
  left: 100%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.juicy .map .frame {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
            box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
  }
.juicy .tit{
  position: relative;
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0) 100%);
}
.juicy .tit:before, .juicy .tit:after{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 71, 19, 0)), color-stop(15%, rgba(255, 71, 19, 0.6)), color-stop(85%, rgba(255, 71, 19, 0.6)), to(rgba(255, 71, 19, 0)));
    background: linear-gradient(90deg, rgba(255, 71, 19, 0) 0%, rgba(255, 71, 19, 0.6) 15%, rgba(255, 71, 19, 0.6) 85%, rgba(255, 71, 19, 0) 100%);
}
.juicy .tit:after{
  top: auto;
  bottom: 0px;
}
@media (min-width: 1024px) {
    .juicy .notice {
      bottom: 11.4583333333vw;
    }
    .juicy .notice p{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  }
.juicy .pp .con{
  position: relative;
  width: 351px;
}
.juicy .pp .con .bg{
  position: absolute;
  left: 0px;
  top: 40px;
  height: calc(100% - 40px);
  width: 100%;
}
.juicy .pp .con .bg .for-mob .border-bg {
    border-width: 0 18px 18px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.7);
    height: 0px;
    width: 100%;
  }
.juicy .pp .con .bg .for-mob .border-bg:before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0px;
  --tw-content: "";
  content: var(--tw-content);
    width: calc(100% - 36px);
    border-width: 18px 18px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
.juicy .pp .con .bg .for-mob .border-bg:after{
  position: absolute;
  left: 0px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
    top: 18px;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.7);
}
.juicy .pp .con .bg .for-mob .corner{
  position: absolute;
  width: 43px;
}
.juicy .pp .con .bg .for-mob .line{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(232 74 32 / var(--tw-bg-opacity));
}
.juicy .pp .con .inner{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.juicy .pp .con .inner .tit{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  line-height: 1.25;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.9)), color-stop(85%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.9) 85%, rgba(0, 0, 0, 0) 100%);
}
.juicy .pp .con .inner .tit:before, .juicy .pp .con .inner .tit:after{
  height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 71, 19, 0)), color-stop(15%, rgb(255, 71, 19)), color-stop(85%, rgb(255, 71, 19)), to(rgba(255, 71, 19, 0)));
    background: linear-gradient(90deg, rgba(255, 71, 19, 0) 0%, rgb(255, 71, 19) 15%, rgb(255, 71, 19) 85%, rgba(255, 71, 19, 0) 100%);
}
.juicy .pp .con .inner .tit span {
    text-shadow: 0 0 5px #ff4713, 0 0 5px #ff4713, 0 0 5px #ff4713;
    font-size: 19px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.juicy .pp .con .inner a.tit {
    margin: 0 auto 50px;
  }
.juicy .pp .con .inner a.tit span {
    text-shadow: none;
    --tw-text-opacity: 1;
    color: rgb(255 71 19 / var(--tw-text-opacity));
  }
.juicy .pp .con .inner a.tit:before, .juicy .pp .con .inner a.tit:after{
  height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 71, 19, 0)), color-stop(15%, rgba(255, 71, 19, 0.6)), color-stop(85%, rgba(255, 71, 19, 0.6)), to(rgba(255, 71, 19, 0)));
    background: linear-gradient(90deg, rgba(255, 71, 19, 0) 0%, rgba(255, 71, 19, 0.6) 15%, rgba(255, 71, 19, 0.6) 85%, rgba(255, 71, 19, 0) 100%);
}
.juicy .pp .con .inner small{
  margin-bottom: 10px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 71 19 / var(--tw-text-opacity));
}
.juicy .pp .con .inner .txt{
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.juicy .pp .con .skill {
    text-shadow: 0 0 5px #ff4713, 0 0 5px #ff4713, 0 0 5px #ff4713;
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 22px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.juicy .pp .con a.x{
  position: absolute;
  right: 10px;
  top: 50px;
}
.juicy .pp .con a.x img{
  width: 21px;
}
@media (min-width: 1024px) {
    .juicy .pp .con{
    margin-top: -7%;
    width: 1406px;
  }
    .juicy .pp .con .bg{
    top: auto;
    bottom: 0px;
    height: calc(100% - 48px);
    width: 100%;
  }
    .juicy .pp .con .bg .border, .juicy .pp .con .bg .border-bg {
      display: block;
    }
    .juicy .pp .con .bg .b-border, .juicy .pp .con .bg .b-border-bg {
      display: none;
    }
    .juicy .pp .con .inner{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
    .juicy .pp .con .inner .tit{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 95px;
    width: 1008px;
  }
    .juicy .pp .con .inner .tit:before, .juicy .pp .con .inner .tit:after{
    height: 5px;
  }
    .juicy .pp .con .inner .tit span{
    font-size: 48px;
  }
    .juicy .pp .con .inner a.tit{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    height: 92px;
    width: 323px;
  }
    .juicy .pp .con .inner a.tit span {
      text-shadow: none;
      font-size: 30px;
      --tw-text-opacity: 1;
      color: rgb(255 71 19 / var(--tw-text-opacity));
    }
    .juicy .pp .con .inner a.tit:before, .juicy .pp .con .inner a.tit:after{
    height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 71, 19, 0)), color-stop(15%, rgba(255, 71, 19, 0.6)), color-stop(85%, rgba(255, 71, 19, 0.6)), to(rgba(255, 71, 19, 0)));
      background: linear-gradient(90deg, rgba(255, 71, 19, 0) 0%, rgba(255, 71, 19, 0.6) 15%, rgba(255, 71, 19, 0.6) 85%, rgba(255, 71, 19, 0) 100%);
  }
    .juicy .pp .con .inner small{
    margin-bottom: 30px;
    font-size: 48px;
  }
    .juicy .pp .con .inner .txt{
    margin-bottom: 30px;
    font-size: 18px;
  }
    .juicy .pp .con a.x{
    right: 30px;
    top: 73px;
  }
    .juicy .pp .con a.x img{
    width: 45px;
  }
    .juicy .pp .con.b{
    margin-top: 0px;
    height: 382px;
    width: 658px;
  }
    .juicy .pp .con.b .bg{
    height: 100%;
    width: 100%;
  }
    .juicy .pp .con.b .bg .border, .juicy .pp .con.b .bg .border-bg {
      display: none;
    }
    .juicy .pp .con.b .bg .b-border, .juicy .pp .con.b .bg .b-border-bg {
      display: block;
    }
    .juicy .pp .con.b .inner{
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
    .juicy .pp .con.b a.x{
    top: 30px;
  }
  }
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-\[50\%\]{
  left: 50%;
}
.top-\[50\%\]{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.left-\[47\.8\%\]{
  left: 47.8%;
}
.top-\[62\.7\%\]{
  top: 62.7%;
}
.left-\[34\.9\%\]{
  left: 34.9%;
}
.top-\[37\.3\%\]{
  top: 37.3%;
}
.left-\[56\.5\%\]{
  left: 56.5%;
}
.top-\[52\.7\%\]{
  top: 52.7%;
}
.top-\[4\.9\%\]{
  top: 4.9%;
}
.left-\[60\.7\%\]{
  left: 60.7%;
}
.top-\[77\.9\%\]{
  top: 77.9%;
}
.top-\[68\.8\%\]{
  top: 68.8%;
}
.left-\[18\.2\%\]{
  left: 18.2%;
}
.top-\[55\.3\%\]{
  top: 55.3%;
}
.left-\[82\.1\%\]{
  left: 82.1%;
}
.top-\[58\.3\%\]{
  top: 58.3%;
}
.left-\[9\.3\%\]{
  left: 9.3%;
}
.top-\[71\.2\%\]{
  top: 71.2%;
}
.left-\[7\.6\%\]{
  left: 7.6%;
}
.top-\[20\.3\%\]{
  top: 20.3%;
}
.left-\[87\.9\%\]{
  left: 87.9%;
}
.top-\[74\.6\%\]{
  top: 74.6%;
}
.bottom-0{
  bottom: 0px;
}
.left-\[5px\]{
  left: 5px;
}
.top-\[5px\]{
  top: 5px;
}
.right-0{
  right: 0px;
}
.left-\[\.5px\]{
  left: .5px;
}
.top-\[8\%\]{
  top: 8%;
}
.right-\[\.5px\]{
  right: .5px;
}
.top-\[\.5px\]{
  top: .5px;
}
.left-\[8\%\]{
  left: 8%;
}
.bottom-\[\.5px\]{
  bottom: .5px;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.left-full{
  left: 100%;
}
.top-auto{
  top: auto;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[-10px\]{
  top: -10px;
}
.right-\[10px\]{
  right: 10px;
}
.top-\[50px\]{
  top: 50px;
}
.right-\[30px\]{
  right: 30px;
}
.top-\[73px\]{
  top: 73px;
}
.top-\[30px\]{
  top: 30px;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-\[-15px\]{
  margin-left: -15px;
  margin-right: -15px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.ml-\[-12px\]{
  margin-left: -12px;
}
.mt-\[-12px\]{
  margin-top: -12px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.\!mb-\[30px\]{
  margin-bottom: 30px !important;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.\!mt-\[35px\]{
  margin-top: 35px !important;
}
.mt-\[-60\%\]{
  margin-top: -60%;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[-10px\]{
  margin-left: -10px;
}
.mt-\[-\.5px\]{
  margin-top: -.5px;
}
.mt-0{
  margin-top: 0px;
}
.mt-\[-7\%\]{
  margin-top: -7%;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-\[582px\]{
  height: 582px;
}
.h-full{
  height: 100%;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[61px\]{
  height: 61px;
}
.h-\[84\%\]{
  height: 84%;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}
.h-\[65px\]{
  height: 65px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[calc\(100\%-48px\)\]{
  height: calc(100% - 48px);
}
.h-\[95px\]{
  height: 95px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[92px\]{
  height: 92px;
}
.h-\[382px\]{
  height: 382px;
}
.w-full{
  width: 100%;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[216px\]{
  width: 216px;
}
.w-\[28px\]{
  width: 28px;
}
.w-1\/3{
  width: 33.333333%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[84\%\]{
  width: 84%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[351px\]{
  width: 351px;
}
.w-\[43px\]{
  width: 43px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[1406px\]{
  width: 1406px;
}
.w-\[1008px\]{
  width: 1008px;
}
.w-\[323px\]{
  width: 323px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[658px\]{
  width: 658px;
}
.max-w-full{
  max-width: 100%;
}
.flex-\[0_0_33\.33\%\]{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.origin-top-left{
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.origin-\[100\%_50\%\]{
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.origin-\[0\%_50\%\]{
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\]{
  --tw-translate-x: 50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-100\%\]{
  --tw-translate-x: -100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[-1\]{
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.5\]{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0{
  --tw-scale-x: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[-1\]{
  --tw-scale-y: -1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes loading{
  100%{
    background-position: -288px;
  }
}
@keyframes loading{
  100%{
    background-position: -288px;
  }
}
.animate-loading{
  -webkit-animation: loading 0.8s steps(12) infinite;
          animation: loading 0.8s steps(12) infinite;
}
.resize{
  resize: both;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.border-none{
  border-style: none;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 71 19 / var(--tw-border-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 1\)\]{
  background-color: rgba(0,0,0,1);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.8\)\]{
  background-color: rgba(0,0,0,.8);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 19 / var(--tw-bg-opacity));
}
.bg-\[\#e84a20\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 74 32 / var(--tw-bg-opacity));
}
.bg-\[url\(\/content\/dam\/b2c\/en-us\/campaigns\/gaming-projector\/img\/loading\.png\)\]{
  background-image: url(/content/dam/b2c/en-us/campaigns/gaming-projector/img/loading.png);
}
.p-0{
  padding: 0px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[28px\]{
  font-size: 28px;
}
.\!text-\[15px\]{
  font-size: 15px !important;
}
.text-\[10px\]{
  font-size: 10px;
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[30px\]{
  font-size: 30px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 71 19 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}
.data-active\:\!ml-0[data-active="true"]{
  margin-left: 0px !important;
}
.data-active\:scale-x-\[1\][data-active="true"]{
  --tw-scale-x: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-active\:scale-y-\[1\][data-active="true"]{
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-active\:scale-x-\[-1\][data-active="true"]{
  --tw-scale-x: -1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-active\:opacity-100[data-active="true"]{
  opacity: 1;
}
.data-active\:\!opacity-0[data-active="true"]{
  opacity: 0 !important;
}
@media (min-width: 1024px){
  .lg\:visible{
    visibility: visible;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:\!absolute{
    position: absolute !important;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:left-\[81\%\]{
    left: 81%;
  }
  .lg\:top-\[31\.7\%\]{
    top: 31.7%;
  }
  .lg\:left-\[32\.1\%\]{
    left: 32.1%;
  }
  .lg\:top-\[23\.6\%\]{
    top: 23.6%;
  }
  .lg\:left-\[57\.7\%\]{
    left: 57.7%;
  }
  .lg\:top-\[46\%\]{
    top: 46%;
  }
  .lg\:left-\[48\.8\%\]{
    left: 48.8%;
  }
  .lg\:top-\[4\.4\%\]{
    top: 4.4%;
  }
  .lg\:left-\[64\.6\%\]{
    left: 64.6%;
  }
  .lg\:top-\[79\.1\%\]{
    top: 79.1%;
  }
  .lg\:left-\[63\%\]{
    left: 63%;
  }
  .lg\:top-\[70\.2\%\]{
    top: 70.2%;
  }
  .lg\:left-\[13\.8\%\]{
    left: 13.8%;
  }
  .lg\:top-\[52\.9\%\]{
    top: 52.9%;
  }
  .lg\:left-\[88\.7\%\]{
    left: 88.7%;
  }
  .lg\:top-\[57\.6\%\]{
    top: 57.6%;
  }
  .lg\:left-\[6\.3\%\]{
    left: 6.3%;
  }
  .lg\:top-\[81\.3\%\]{
    top: 81.3%;
  }
  .lg\:left-\[2\.4\%\]{
    left: 2.4%;
  }
  .lg\:top-\[25\.3\%\]{
    top: 25.3%;
  }
  .lg\:left-\[93\.5\%\]{
    left: 93.5%;
  }
  .lg\:top-\[81\%\]{
    top: 81%;
  }
  .lg\:\!left-1\/2{
    left: 50% !important;
  }
  .lg\:\!bottom-0{
    bottom: 0px !important;
  }
  .lg\:\!left-\[24\.5\%\]{
    left: 24.5% !important;
  }
  .lg\:\!top-\[41\.6\%\]{
    top: 41.6% !important;
  }
  .lg\:\!top-\[-80px\]{
    top: -80px !important;
  }
  .lg\:\!left-\[19\.7\%\]{
    left: 19.7% !important;
  }
  .lg\:\!top-\[23\.9\%\]{
    top: 23.9% !important;
  }
  .lg\:\!left-\[50\.2\%\]{
    left: 50.2% !important;
  }
  .lg\:\!top-\[28\.8\%\]{
    top: 28.8% !important;
  }
  .lg\:\!left-\[12\.2\%\]{
    left: 12.2% !important;
  }
  .lg\:\!top-\[52\.3\%\]{
    top: 52.3% !important;
  }
  .lg\:\!left-\[8\.8\%\]{
    left: 8.8% !important;
  }
  .lg\:\!top-\[22\.1\%\]{
    top: 22.1% !important;
  }
  .lg\:\!left-\[55\%\]{
    left: 55% !important;
  }
  .lg\:\!top-\[52\.2\%\]{
    top: 52.2% !important;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .lg\:mb-\[65px\]{
    margin-bottom: 65px;
  }
  .lg\:\!mb-0{
    margin-bottom: 0px !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:\!mb-\[80px\]{
    margin-bottom: 80px !important;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:\!mt-0{
    margin-top: 0px !important;
  }
  .lg\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .lg\:\!mb-\[50px\]{
    margin-bottom: 50px !important;
  }
  .lg\:\!block{
    display: block !important;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:\!hidden{
    display: none !important;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-\[604px\]{
    height: 604px;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[102px\]{
    width: 102px;
  }
  .lg\:w-\[89px\]{
    width: 89px;
  }
  .lg\:w-\[45px\]{
    width: 45px;
  }
  .lg\:w-\[1\.8\%\]{
    width: 1.8%;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:flex-\[0_0_33\.33\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .lg\:flex-\[0_0_66\.66\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  .lg\:flex-\[0_0_16\.67\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.67%;
            flex: 0 0 16.67%;
  }
  .lg\:\!translate-x-\[-50\%\]{
    --tw-translate-x: -50% !important;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg\:flex-nowrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:pr-\[45px\]{
    padding-right: 45px;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:\!pt-0{
    padding-top: 0px !important;
  }
  .lg\:\!text-left{
    text-align: left !important;
  }
  .lg\:text-\[72px\]{
    font-size: 72px;
  }
  .lg\:\!text-\[36px\]{
    font-size: 36px !important;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:\!text-\[48px\]{
    font-size: 48px !important;
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:data-active\:opacity-100[data-active="true"]{
    opacity: 1;
  }
}