/** Shopify CDN: Minification failed

Line 2254:143 Unexpected "`"
Line 2258:0 Expected identifier but found "`"
Line 2264:0 Unexpected "`"

**/

      /* Material icon */
      @import url('https://fonts.googleapis.com/css?family=Material+Icons+Round');

      /* Fonts */
      @import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;600;700;800&display=swap");

      /* Libraries */
      

      /* Reset */
      
                  .pe-content.boxed {
                    width: 100%;
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .pe-content:not(.boxed) .pe-all-blue {
                    width: 100%;
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                  }
                

      .pe-all-blue::before, .pe-content.collection::before {
        content: "";
        display: block;
        clear: both;
      }

      .pe-pirate-cloak {
        line-height: 1;
      }

      .pe-pirate-cloak[data-type="productImage"] {
        line-height: 0;
      }

      .pe-pirate-cloak h1, .pe-pirate-cloak h2, .pe-pirate-cloak h3, .pe-pirate-cloak h4, .pe-pirate-cloak h5, .pe-pirate-cloak h6, .pe-pirate-cloak p {
        margin: 0;
      }

      .pe-pirate-cloak .medium-editor-list {
        list-style: disc;
        list-style-position: inside;
      }

      .pe-pirate-cloak .pe-heading p, .pe-pirate-cloak .pe-text p {
        font-family: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
        color: inherit !important;
      }

      .page-container {
        transform: none;
      }

      /* Utilities */

      .pe-noselect {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
          -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
      }

      @media (min-width: 1201px) {
        .pe-md, .pe-sm {
          display: none;
        }

        .pe-off-lg {
          display: none;
        }
      }

      @media (min-width: 769px) and (max-width: 1200px) {
        .pe-sm {
          display: none;
        }

        .pe-hide-md {
          display: none;
        }

        .pe-off-md {
          display: none;
        }
      }

      @media (max-width: 768px) {
        .pe-hide-sm {
          display: none;
        }

        .pe-off-sm {
          display: none;
        }
      }

      

      
        
                  [data-element-animation="element-scale-up"] {
                    animation-name: element-scale-up !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-up {
                    
            0% {
              transform: scale(1);
            }
            25% {
              transform: scale(1.2);
            }
            50% {
              transform: scale(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-horizontal"] {
                    animation-name: element-scale-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-horizontal {
                    
            0% {
              transform: scaleX(1);
            }
            25% {
              transform: scaleX(1.2);
            }
            50% {
              transform: scaleX(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-vertical"] {
                    animation-name: element-scale-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-vertical {
                    
            0% {
              transform: scaleY(1);
            }
            25% {
              transform: scaleY(1.2);
            }
            50% {
              transform: scaleY(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-shake"] {
                    animation-name: element-scale-shake !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-shake {
                    
            0%, 50% {
              transform: scale(1) rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: scale(1.2) rotate(6deg);
            }
            10%, 25% {
              transform: scale(1.2) rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: scale(1.2) rotate(10deg);
            }
            40% {
              transform: scale(1.2) rotate(-6deg);
            }
            45% {
              transform: scale(1.2) rotate(6deg);
            }
          
                  }
                

                  [data-element-animation="element-slide-left"] {
                    animation-name: element-slide-left !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-left {
                    
            0% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            50% {
              transform: translateX(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-right"] {
                    animation-name: element-slide-right !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-right {
                    
            0% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(10px);
            }
            50% {
              transform: translateX(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-top"] {
                    animation-name: element-slide-top !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-top {
                    
            0% {
              transform: translateY(0);
            }
            25% {
              transform: translateY(-10px);
            }
            50% {
              transform: translateY(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-bottom"] {
                    animation-name: element-slide-bottom !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-bottom {
                    
            0% {
              transform: translateY(0);
            }
            25% {
              transform: translateY(10px);
            }
            50% {
              transform: translateY(0);
            }
          
                  }
                

                  [data-element-animation="element-shake-horizontal"] {
                    animation-name: element-shake-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-horizontal {
                    
            0%, 50% {
              transform: translateX(0);
            }
            7.5%, 22.5% {
              transform: translateX(-5px);
            }
            15%, 30% {
              transform: translateX(5px);
            }
            37.5% {
              transform: translateX(-3px);
            }
            45% {
              transform: translateX(3px);
            }
          
                  }
                

                  [data-element-animation="element-shake-vertical"] {
                    animation-name: element-shake-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-vertical {
                    
            0%, 50% {
              transform: translateY(0);
            }
            7.5%, 22.5% {
              transform: translateY(-5px);
            }
            15%, 30% {
              transform: translateY(5px);
            }
            37.5% {
              transform: translateY(-3px);
            }
            45% {
              transform: translateY(3px);
            }
          
                  }
                

                  [data-element-animation="element-shake-top"] {
                    animation-name: element-shake-top !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-top {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 0;
            }
            5% {
              transform: rotate(3deg);
            }
            10%, 25% {
              transform: rotate(-5deg);
            }
            17.5%, 32.5% {
              transform: rotate(5deg);
            }
            40% {
              transform: rotate(-3deg);
            }
            45% {
              transform: rotate(3deg);
            }
          
                  }
                

                  [data-element-animation="element-shake-bottom"] {
                    animation-name: element-shake-bottom !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-bottom {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 100%;
            }
            5% {
              transform: rotate(3deg);
            }
            10%, 25% {
              transform: rotate(-5deg);
            }
            17.5%, 32.5% {
              transform: rotate(5deg);
            }
            40% {
              transform: rotate(-3deg);
            }
            45% {
              transform: rotate(3deg);
            }
          
                  }
                

                  [data-element-animation="element-shake-lr"] {
                    animation-name: element-shake-lr !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-lr {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: rotate(6deg);
            }
            10%, 25% {
              transform: rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: rotate(10deg);
            }
            40% {
              transform: rotate(-6deg);
            }
            45% {
              transform: rotate(6deg);
            }
          
                  }
                

                  [data-element-animation="element-blink-flash"] {
                    animation-name: element-blink-flash !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-blink-flash {
                    
            0% { opacity: 1; } 
            5% { opacity: .1; }
            10% { opacity: 1; }
            100% { opacity: 1; }
          
                  }
                

                  [data-element-animation="element-blink-double-flash"] {
                    animation-name: element-blink-double-flash !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-blink-double-flash {
                    
            0% { opacity: 1; } 
            4% { opacity: .1; }
            8% { opacity: 1; }
            12% { opacity: .1; }
            16% { opacity: 1; }
            100% { opacity: 1; }
          
                  }
                

                  [data-element-animation="element-jello-horizontal"] {
                    animation-name: element-jello-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-jello-horizontal {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(1.25, 0.75, 1);
            }
            20% {
              transform: scale3d(0.75, 1.25, 1);
            }
            25% {
              transform: scale3d(1.15, 0.85, 1);
            }
            32.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
            37.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
          
                  }
                

                  [data-element-animation="element-jello-vertical"] {
                    animation-name: element-jello-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-jello-vertical {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(0.75, 1.25, 1);
            }
            20% {
              transform: scale3d(1.25, 0.75, 1);
            }
            25% {
              transform: scale3d(0.85, 1.15, 1);
            }
            32.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
            37.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
          
                  }
                

                  [data-element-animation="element-rotate-center"] {
                    animation-name: element-rotate-center !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-center {
                    
            0% {
              transform: rotate(0);
            }
            50%, 100% {
              transform: rotate(360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-horizontal"] {
                    animation-name: element-rotate-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-horizontal {
                    
            0% {
              transform: rotateX(0);
            }
            50%, 100% {
              transform: rotateX(-360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-vertical"] {
                    animation-name: element-rotate-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-vertical {
                    
            0% {
              transform: rotateY(0);
            }
            50%, 100% {
              transform: rotateY(360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-scale"] {
                    animation-name: element-rotate-scale !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-scale {
                    
            0% {
              transform: scale(1) rotateZ(0);
            }
            25% {
              transform: scale(1.2) rotateZ(180deg);
            }
            50%, 100% {
              transform: scale(1) rotateZ(360deg);
            }
          
                  }
                

         
                  [data-scroll-animation="scroll-fade-in"].pe-animate {
                    animation-name: scroll-fade-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fade-in {
                    
            0% {
              opacity: 0;
            }
            50% {
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-flip-in"].pe-animate {
                    animation-name: scroll-flip-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-flip-in {
                    
            0% {
              transform: rotateX(80deg);
              opacity: 0;
            }
            50% {
              transform: rotateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-rotate-in"].pe-animate {
                    animation-name: scroll-rotate-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-rotate-in {
                    
            0% {
              transform: rotate(-45deg);
              opacity: 0;
            }
            50% {
              transform: rotate(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-left"].pe-animate {
                    animation-name: scroll-slide-in-left;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-left {
                    
            0% {
              transform: translateX(-50px);
              opacity: 0;
            }
            50% {
              transform: translateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-right"].pe-animate {
                    animation-name: scroll-slide-in-right;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-right {
                    
            0% {
              transform: translateX(50px);
              opacity: 0;
            }
            50% {
              transform: translateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-top"].pe-animate {
                    animation-name: scroll-slide-in-top;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-top {
                    
            0% {
              transform: translateY(-50px);
              opacity: 0;
            }
            50% {
              transform: translateY(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-bottom"].pe-animate {
                    animation-name: scroll-slide-in-bottom;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-bottom {
                    
            0% {
              transform: translateY(50px);
              opacity: 0;
            }
            50% {
              transform: translateY(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-up"].pe-animate {
                    animation-name: scroll-scale-up;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-up {
                    
            0% {
              transform: scale(0.6);
            }
            50%, 100% {
              transform: scale(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-horizontal"].pe-animate {
                    animation-name: scroll-scale-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-horizontal {
                    
            0% {
              transform: scaleX(0.6);
            }
            50%, 100% {
              transform: scaleX(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-vertical"].pe-animate {
                    animation-name: scroll-scale-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-vertical {
                    
            0% {
              transform: scaleY(0.6);
            }
            50%, 100% {
              transform: scaleY(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-shake"].pe-animate {
                    animation-name: scroll-scale-shake;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-shake {
                    
            0%, 50% {
              transform: scale(1) rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: scale(1.2) rotate(6deg);
            }
            10%, 25% {
              transform: scale(1.2) rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: scale(1.2) rotate(10deg);
            }
            40% {
              transform: scale(1.2) rotate(-6deg);
            }
            45% {
              transform: scale(1.2) rotate(6deg);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-fast-shake-horizontal"].pe-animate {
                    animation-name: scroll-fast-shake-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fast-shake-horizontal {
                    
            0% {
              transform: translateX(0);
            }
            3%, 18% {
              transform: translateX(5px);
            }
            6%, 21% {
              transform: translateX(-5px);
            }
            9%, 24%  {
              transform: translateX(5px);
            }
            12%, 27% {
              transform: translateX(-5px);
            }
            15%, 30% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-fast-shake-vertical"].pe-animate {
                    animation-name: scroll-fast-shake-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fast-shake-vertical {
                    
            0% {
              transform: translateY(0);
            }
            3%, 18% {
              transform: translateY(-5px);
            }
            6%, 21% {
              transform: translateY(5px);
            }
            9%, 24% {
              transform: translateY(-5px);
            }
            12%, 27% {
              transform: translateY(5px);
            }
            15%, 30% {
              transform: translateY(0);
            }
            100% {
              transform: translateY(0);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-jello-horizontal"].pe-animate {
                    animation-name: scroll-jello-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-jello-horizontal {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(1.25, 0.75, 1);
            }
            20% {
              transform: scale3d(0.75, 1.25, 1);
            }
            25% {
              transform: scale3d(1.15, 0.85, 1);
            }
            32.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
            37.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-jello-vertical"].pe-animate {
                    animation-name: scroll-jello-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-jello-vertical {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(0.75, 1.25, 1);
            }
            20% {
              transform: scale3d(1.25, 0.75, 1);
            }
            25% {
              transform: scale3d(0.85, 1.15, 1);
            }
            32.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
            37.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
          
                  }
                
      

      

      
        #pext-htq56 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-htq56[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-htq56[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-htq56[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-htq56[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-htq56 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-htq56 .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-htq56[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-htq56[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-htq56[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-htq56[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-htq56[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-htq56[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-htq56[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-htq56[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-gzyhy {
  opacity: 1;
  margin: 20px 0px 20px 0px;
}

#pext-gzyhy[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-gzyhy .pe-button{
  text-align: center;
}

#pext-gzyhy .pe-button button,
#pext-gzyhy .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-gzyhy .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Bitter;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  word-spacing: 0.2px;
  background-color: #5CFF00;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 6px 50px 6px 50px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-gzyhy .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Bitter;
  font-weight: 800;
  line-height: 1;
}

#pext-gzyhy[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-gzyhy[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-gzyhy[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #5CFF00;
}

#pext-gzyhy[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-gzyhy .pe-button button .material-icons-round {
  font-size: calc(26px + 4px);
}

#pext-gzyhy[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-gzyhy[data-border-enable="true"] .pe-button button {
  border-width: 4px;
  border-style: Solid;
  border-color: #FFFFFF;
  border-radius: 16px !important;
}
        
        
        
        

        .pe-all-blue.editing #pext-vvycb .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-vvycb {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-vvycb[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-vvycb[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-vvycb[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-vvycb[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

@keyframes moveTruck {
  0%   { left: -20px; }
  100% { left: 100px; }
}
        
        
        
        

        #pext-3z2aj {
  margin: 0px;
  opacity: 1;
}

#pext-3z2aj div:empty:not(.pe-grand-line) {
  display: flex;
}

#pext-3z2aj video:empty:not(.pe-grand-line) {
  display: flex;
}

#pext-3z2aj[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-3z2aj[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-3z2aj .pe-html-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

/* Reset theme css */
#pext-3z2aj .pe-html-video .pe-html-video-player {
  max-width: unset !important;
  aspect-ratio: auto;
}

#pext-3z2aj .pe-html-video .pe-html-video-player::before {
  display: none;
}

#pext-3z2aj .pe-html-video .pe-html-video-player {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: unset !important;
  z-index: 1;
}
        
        
        
        

        #pext-sm1aw {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-sm1aw[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-sm1aw[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-sm1aw[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-sm1aw[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-sm1aw .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-sm1aw .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-sm1aw[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-sm1aw[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-sm1aw[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-sm1aw[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-sm1aw[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-sm1aw[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-sm1aw[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-sm1aw[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-egmqz {
  opacity: 1;
  margin: 20px 0px 20px 0px;
}

#pext-egmqz[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-egmqz .pe-button{
  text-align: center;
}

#pext-egmqz .pe-button button,
#pext-egmqz .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-egmqz .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Bitter;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  word-spacing: 0.2px;
  background-color: #5CFF00;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 6px 50px 6px 50px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-egmqz .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Bitter;
  font-weight: 800;
  line-height: 1;
}

#pext-egmqz[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-egmqz[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-egmqz[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #5CFF00;
}

#pext-egmqz[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-egmqz .pe-button button .material-icons-round {
  font-size: calc(26px + 4px);
}

#pext-egmqz[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-egmqz[data-border-enable="true"] .pe-button button {
  border-width: 4px;
  border-style: Solid;
  border-color: #FFFFFF;
  border-radius: 16px !important;
}
        
        
        
        

        #pext-jj4wn {
  margin: 0px;
  opacity: 1;
}

#pext-jj4wn div:empty:not(.pe-grand-line) {
  display: flex;
}

#pext-jj4wn video:empty:not(.pe-grand-line) {
  display: flex;
}

#pext-jj4wn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-jj4wn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-jj4wn .pe-html-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

/* Reset theme css */
#pext-jj4wn .pe-html-video .pe-html-video-player {
  max-width: unset !important;
  aspect-ratio: auto;
}

#pext-jj4wn .pe-html-video .pe-html-video-player::before {
  display: none;
}

#pext-jj4wn .pe-html-video .pe-html-video-player {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: unset !important;
  z-index: 1;
}
        
        
        
        

        #pext-af1k1 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-af1k1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-af1k1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-af1k1[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-af1k1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-af1k1 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-af1k1 .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-af1k1[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-af1k1[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-af1k1[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-af1k1[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-af1k1[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-af1k1[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-af1k1[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-af1k1[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-fmjdn {
  opacity: 1;
  margin: 20px 0px 20px 0px;
}

#pext-fmjdn[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-fmjdn .pe-button{
  text-align: center;
}

#pext-fmjdn .pe-button button,
#pext-fmjdn .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-fmjdn .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Bitter;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  word-spacing: 0.2px;
  background-color: #5CFF00;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 6px 50px 6px 50px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-fmjdn .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Bitter;
  font-weight: 800;
  line-height: 1;
}

#pext-fmjdn[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-fmjdn[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-fmjdn[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #5CFF00;
}

#pext-fmjdn[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-fmjdn .pe-button button .material-icons-round {
  font-size: calc(26px + 4px);
}

#pext-fmjdn[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-fmjdn[data-border-enable="true"] .pe-button button {
  border-width: 4px;
  border-style: Solid;
  border-color: #FFFFFF;
  border-radius: 16px !important;
}
        
        
        
        

        #pext-zv2t1 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-zv2t1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-zv2t1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-zv2t1[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-zv2t1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zv2t1 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-zv2t1 .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-zv2t1[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-zv2t1[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-zv2t1[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-zv2t1[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-zv2t1[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-zv2t1[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-zv2t1[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-zv2t1[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-65jec {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-65jec[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-65jec[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-65jec[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-65jec[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-65jec .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-65jec .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-65jec[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-65jec[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-65jec[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-65jec[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-65jec[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-65jec[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-65jec[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-65jec[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-ut6rb {
  opacity: 1;
  margin: 20px 0px 20px 0px;
}

#pext-ut6rb[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ut6rb .pe-button{
  text-align: center;
}

#pext-ut6rb .pe-button button,
#pext-ut6rb .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-ut6rb .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Bitter;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  word-spacing: 0.2px;
  background-color: #5CFF00;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 6px 50px 6px 50px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-ut6rb .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Bitter;
  font-weight: 800;
  line-height: 1;
}

#pext-ut6rb[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-ut6rb[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-ut6rb[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #5CFF00;
}

#pext-ut6rb[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-ut6rb .pe-button button .material-icons-round {
  font-size: calc(26px + 4px);
}

#pext-ut6rb[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-ut6rb[data-border-enable="true"] .pe-button button {
  border-width: 4px;
  border-style: Solid;
  border-color: #FFFFFF;
  border-radius: 16px !important;
}
        
        
        
        

        #pext-4gpu4 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-4gpu4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-4gpu4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-4gpu4[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-4gpu4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-4gpu4 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-4gpu4 .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-4gpu4[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-4gpu4[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-4gpu4[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-4gpu4[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-4gpu4[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-4gpu4[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-4gpu4[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-4gpu4[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-jx9tz {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-jx9tz[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-jx9tz[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-jx9tz[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-jx9tz[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-jx9tz .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-jx9tz .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-jx9tz[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-jx9tz[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-jx9tz[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-jx9tz[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-jx9tz[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-jx9tz[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-jx9tz[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-jx9tz[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        #pext-tmbfd {
  opacity: 1;
  margin: 20px 0px 20px 0px;
}

#pext-tmbfd[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-tmbfd .pe-button{
  text-align: center;
}

#pext-tmbfd .pe-button button,
#pext-tmbfd .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-tmbfd .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Bitter;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  word-spacing: 0.2px;
  background-color: #5CFF00;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 6px 50px 6px 50px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-tmbfd .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Bitter;
  font-weight: 800;
  line-height: 1;
}

#pext-tmbfd[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-tmbfd[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-tmbfd[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #5CFF00;
}

#pext-tmbfd[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-tmbfd .pe-button button .material-icons-round {
  font-size: calc(26px + 4px);
}

#pext-tmbfd[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-tmbfd[data-border-enable="true"] .pe-button button {
  border-width: 4px;
  border-style: Solid;
  border-color: #FFFFFF;
  border-radius: 16px !important;
}
        
        
        
        

        #pext-fj14m {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-fj14m[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-fj14m[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-fj14m[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-fj14m[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-fj14m .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-fj14m .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-fj14m[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-fj14m[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-fj14m[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-fj14m[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-fj14m[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-fj14m[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-fj14m[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-fj14m[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        

        .pe-all-blue.editing #pext-nvcmk .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-nvcmk {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-nvcmk[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-nvcmk[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-nvcmk[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-nvcmk[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#rk-sales.vitals-fake{position:relative;}
#rk-sales .rk{position:fixed;left:16px;bottom:16px;display:flex;align-items:center;gap:12px;background:rgba(17,24,39,.55);backdrop-filter:blur(10px)saturate(120%);border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 28px rgba(0,0,0,.35);color:#fff;padding:12px 18px;border-radius:20px;text-decoration:none;max-width:calc(100vw - 32px);z-index:9999;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px)scale(.985);animation:rk-window 276s linear infinite both;}
#rk-sales .pic{width:52px;height:52px;border-radius:12px;overflow:hidden;flex:0 0 52px;border:2px solid #00e676;background:#fff;box-shadow:0 0 0 3px rgba(0,230,118,.18);}
#rk-sales .pic img{width:100%;height:100%;object-fit:cover;display:block;}
#rk-sales .txt{font:14px/1.25 Arial,sans-serif;text-shadow:0 1px 1px rgba(0,0,0,.25);}
#rk-sales .txt b{font-weight:700;}
#rk-sales .verif{font-size:12px;color:#c5f5c5;margin-top:4px;text-shadow:0 1px 1px rgba(0,0,0,.2);}
#rk-sales .rk-x{position:fixed;bottom:60px;left:22px;width:22px;height:22px;border-radius:50%;background:rgba(17,24,39,.6);backdrop-filter:blur(8px);color:#fff;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);box-shadow:0 6px 16px rgba(0,0,0,.35);font-size:14px;cursor:pointer;z-index:9999;user-select:none;}
@keyframes rk-window{0%{opacity:0;visibility:hidden;transform:translateY(8px)scale(.985);}0.3%{opacity:1;visibility:visible;transform:translateY(0)scale(1);}1.75%{opacity:1;}2.05%{opacity:0;visibility:hidden;transform:translateY(8px)scale(.985);}100%{opacity:0;visibility:hidden;transform:translateY(8px)scale(.985);}}
#rk-sales .item1{animation-delay:0s;}#rk-sales .item2{animation-delay:23s;}#rk-sales .item3{animation-delay:46s;}#rk-sales .item4{animation-delay:69s;}#rk-sales .item5{animation-delay:92s;}#rk-sales .item6{animation-delay:115s;}#rk-sales .item7{animation-delay:138s;}#rk-sales .item8{animation-delay:161s;}#rk-sales .item9{animation-delay:184s;}#rk-sales .item10{animation-delay:207s;}#rk-sales .item11{animation-delay:230s;}#rk-sales .item12{animation-delay:253s;}
@media(max-width:560px){#rk-sales .rk{left:12px;right:12px;bottom:12px;}#rk-sales .rk-x{left:12px;bottom:56px;}#rk-sales .txt{font-size:13px;}}```
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #rk-sales .item1{animation-delay:0s;}
```
                }
              
        
                @media (max-width: 768px) {
                  #rk-sales .item1{animation-delay:0s;}
```
                }
              
        
        

        .pe-all-blue.editing #pext-cge1m .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-cge1m {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-cge1m[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-cge1m[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-cge1m[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-cge1m[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-cge1m {}
        
        
        
        

        .pe-all-blue.editing #pext-ojv50 .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-ojv50 {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-ojv50[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ojv50[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ojv50[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ojv50[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ojv50 :root{
  --rkpro-h:52px;
  --rkpro-border-w:4px;
}#pext-ojv50 .rkpro-bar{
  position:fixed;top:0;left:0;right:0;z-index:9999;
  height:calc(var(--rkpro-h) + env(safe-area-inset-top) + var(--rkpro-border-w));
  background:#ffffff;
  border-bottom:4px solid #22c55e;
  padding-top:env(safe-area-inset-top);
  box-shadow:0 3px 10px rgba(0,0,0,0.4);
}#pext-ojv50 .rkpro-spacer{
  height:calc(var(--rkpro-h) + env(safe-area-inset-top) + var(--rkpro-border-w));
}#pext-ojv50 .rkpro-inner{
  height:var(--rkpro-h);
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}#pext-ojv50 .rkpro-score{
  font-size:15px;
  font-weight:700;
  color:#14532d;
}#pext-ojv50 .rkpro-sep{
  color:#d1d5db;
  font-weight:300;
  font-size:18px;
}#pext-ojv50 .rkpro-meta{
  font-size:13px;
  color:#14532d;
  white-space:nowrap;
}#pext-ojv50 .rkpro-meta strong{
  color:#14532d;
}#pext-ojv50 .rkpro-googlelogo{
  height:36px;
  width:auto;
  display:inline-block;
  object-fit:contain;
  vertical-align:middle;
}@media(max-width:480px){
  #pext-ojv50 :root{--rkpro-h:46px;}
  #pext-ojv50 .rkpro-score{font-size:13px;}
  #pext-ojv50 .rkpro-meta{font-size:12px;}
  #pext-ojv50 .rkpro-googlelogo{height:28px;}
}@media(max-width:360px){
  #pext-ojv50 .rkpro-googlelogo{height:24px;}
  #pext-ojv50 .rkpro-meta strong:last-child{display:none;}
}
        
        
        
        

          .pe-all-blue {
  padding: 0px;
  font-family: inherit;
}

.pe-all-blue a {
  color: #2196F3;
  text-decoration: none;
}

.pe-all-blue a:hover {
  color: #2196F3CC;
  text-decoration: none;
}
          
          
        

          
          
          
        

          .pe-announcement-bar {
  position: relative;
  display: flex;
  padding: 5px 0px 5px 0px;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pe-announcement-bar.pe-ab-sticky {
  position: relative !important;
  top: 0;
  z-index: 9999;
  transition: top 0.3s ease-in-out;
}

.pe-announcement-bar.pe-ab-sticky.pe-ab-on-scroll-up {
  top: 0px;
}

.pe-announcement-bar.pe-ab-sticky.pe-ab-on-scroll-down {
  top: 0px;
}

.pe-announcement-bar.pad-right {
  padding-right: 48px;
}

.pe-announcement-bar .pe-announcement-content {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  margin:0px 40px 0px 40px;
  width: 100%;
}

.pe-announcement-bar .pe-announcement-message {
  font-family: inherit;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: left;
  font-weight: 800;
}

.pe-announcement-bar .pe-announcement-button {
  margin-left: 12px;
  flex-shrink: 0;
}

.pe-announcement-bar .pe-announcement-button button {
  font-size: 16px;
  padding: 8px 12px;
  font-family: inherit;
  color: #333333;
  background-color: #E0E0E0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.25;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: left;
  font-weight: normal;
  
}

.pe-announcement-bar.pe-ab-btn-effect .pe-announcement-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color , background-color ;
}

.pe-announcement-bar .pe-annoucement-close {
  position: absolute;
  right: 16px;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
}

.pe-announcement-bar .pe-annoucement-close:hover {
  opacity: 0.8;
}
          
          
        

          .pe-currency-converter {
  font-family: inherit;
  color: #333333;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  position: fixed;
  left: 24px;
  bottom: 24px;
  box-shadow: 0px 0px 5px #00000033;
  z-index: 99999999;
}

.pe-currency-converter .pe-active-currency {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
}

.pe-currency-converter .pe-active-currency .pe-currency-caret {
  margin-left: 8px;
  transition: all 0.2s;
}

.pe-currency-converter .pe-available-currencies {
  background-color: white;
  position: absolute;
  bottom: 48px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 8px 0;
  box-shadow: 0px 0px 5px #00000033;
  display: none;
}

.pe-currency-converter .pe-available-currency {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
}

.pe-currency-converter .pe-available-currency:hover {
  background-color: #E0E0E080;
}

.pe-currency-converter .pe-currency-flag {
  display: inline-block;
}

.pe-currency-converter .pe-currency-name {
  margin-left: 12px;
}

.pe-currency-converter .pe-active-currency.active .pe-currency-caret {
  transform: rotate(180deg);
}

.pe-currency-converter .pe-active-currency.active + .pe-available-currencies {
  display: block;
}
          
          
        

          .pe-addon-wrapper .pe-addon .pe-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background-color: #DCDCDC;
  color: #242424;
  font-size: 24px;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  transition: background-color .3s, opacity .5s, visibility .5s, padding .5s;
  text-decoration: none !important;
  z-index: 9999;
}

.pe-addon-wrapper .pe-addon .pe-back-to-top .pe-back-to-top-icon{ 
  font-size: 24px;
}

.pe-addon-wrapper[data-back-to-top-position="center"] .pe-addon .pe-back-to-top {
  right: calc(100%/2);
  transform: translateX(50%);
}

.pe-addon-wrapper[data-back-to-top-position="left"] .pe-addon .pe-back-to-top {
  right: inherit;
  left: 24px;
}

.pe-addon-wrapper .pe-addon .pe-back-to-top:hover {
  cursor: pointer;
  background-color: #242424;
  color: #FFFFFF;
}
          
          
        

      