.pixel-bn {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 340px;
  height: 56px;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.tab-button-pixel {
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  color: #000000;
  border-right: 3px solid #000000;
  padding: 18px 24px;
  background-color: #f3e03b;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.tabs-pixel {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: max-content;
}

.tab-button-pixel.active-pixel {
  font-family: var(--font-imb-bold);
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  border: 5px solid #000000;
  box-shadow: -8px 8px 0px 0px #000000;
  position: relative;
  z-index: 1;
}
.elementor-element .tab-content-pixel {
  display: none;
}

.tab-content-pixel.active-pixel {
  display: block;
}
.service-invisible-pixel {
  display: none;
  margin-top: 12px;
  padding: 10px;
  border: 2px dashed #666;
}
.service-invisible-pixel.visible-pixel {
  display: block;
}

.pixel-hide-title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-self: center;
}

.pixel-hide-title p {
  font-family: var(--font-imb-regular);
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  position: relative;
}

.elementor-element.pixel-heding-line {
  position: relative;
}

.elementor-element.pixel-heding-line::after,
.elementor-element.pixel-heding-line::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/11/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
}

.elementor-element.reward-line {
  overflow-y: hidden;
  position: relative;
}

.elementor-element.reward-line::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/09/ll.svg);
  height: 3px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.reward-line::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/09/ll.svg);
  height: 3px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.pixel-heding-line::after {
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.pixel-heding-line::before {
  top: 0;
  animation: slideLine 100s linear infinite reverse;
  -webkit-animation: slideLine 100s linear infinite reverse;
}

.elementor-element.pixel-heding-line-bottom {
  position: relative;
}

.elementor-element.pixel-heding-line-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.pixel-heding-line-ab:after {
  content: "";
  position: absolute;
  width: 1000%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 104px;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite reverse;
  left: -100%;
}

.elementor-element.pixel-heding-line-ab:before {
  content: "";
  position: absolute;
  width: 1000%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  top: 104px;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite reverse;
  left: -100%;
}

@keyframes slideLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.pixel-addons p {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.pixel-row-left {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left-fluffy {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left-fluffy > div p:first-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 145%;
  color: #000000;
}

.pixel-row-left-fluffy > div p:last-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  text-transform: lowercase;
  color: #000000;
}

.pixel-row-right {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 145%;
  color: #000000;
}

.pixel-row-right p {
  font-family: var(--font-imb-semibold);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  text-transform: lowercase;
  color: #000000;
}

.pixel-bn-yellow {
  font-family: var(--font-imb-semibold);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 408px;
  height: 56px;
  background-color: #f3e03b;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.pixel-bottom-text-home {
  width: 1050px;
}

.pixel-bottom-text-home p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
}

.title-reward {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
}

.how-it-works {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.hiw-c p {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
}

.hiw-c img {
  width: 50px;
  gap: 50px;
}

.hiw-c {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.hiw {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.ep-c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  padding: 16px 8px;
}

.ep-c p {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}

.ep-c span {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 145%;
  font-family: var(--font-imb-semibold);
  text-align: center;
}

.ep > div {
  flex: 1;
}

.ep {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.reward-title-h1 {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
}

.pups-reward-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pups-reward-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.pups-reward-col img {
  width: 48px;
}

.pups-reward-col p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 28px;
  line-height: 145%;
}

.pups-reward-box-col > div:last-child p:first-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 28px;
  line-height: 145%;
  width: max-content;
}

.pups-reward-box-col > div:last-child p:last-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
}

.pups-reward-box-col > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pups-reward-box {
  display: flex;
  flex-direction: row;
  gap: 68px;
}

.pups-reward-box > div {
  flex: 1;
}

.pups-reward-box-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.pixel-row-left span {
  font-family: var(--font-imb-semibold);
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
}

.level-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 30px 0 0 0;
}

.level-up span {
  font-family: var(--font-imb-regular);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}

.wh-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footerRight .wh-box p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
}

.pl-page-h1 p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 30px;
  padding: 20px 0;
}

.pl-page-h2 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  font-family: var(--font-imb-regular);
  text-wrap-style: balance;
  padding: 0 0 0 40px;
}

.pl-page-h2 a {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  font-family: var(--font-imb-regular);
  text-wrap-style: balance;
}

.pl-page-t p {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  font-family: var(--font-imb-medium);
}

.pl-page-c p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  font-family: var(--font-imb-regular);
  text-wrap-style: balance;
}

.pl-page-info {
  padding: 0 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pl-page-info p {
  padding: 0;
}

@media (min-width: 1281px) {
  .footerRight .wh-box p {
    width: max-content;
  }
}

@media (hover: hover) {
  .pixel-bn-yellow:hover,
  .sub-btn:hover,
  .main-navigation button:hover {
    transform: translate3d(-4px, -4px, 0);
    box-shadow: -8px 8px 0px #000000;
    -webkit-transform: translate3d(-4px, -4px, 0);
    -moz-transform: translate3d(-4px, -4px, 0);
    -ms-transform: translate3d(-4px, -4px, 0);
    -o-transform: translate3d(-4px, -4px, 0);
  }

  .tab-button-pixel:not(.active-pixel):hover {
    transform: translate3d(0px, -4px, 0);
    z-index: 2;
    box-shadow: -8px 8px 0px #000000;
    -webkit-transform: translate3d(0px, -4px, 0);
    -moz-transform: translate3d(0px, -4px, 0);
    -ms-transform: translate3d(0px, -4px, 0);
    -o-transform: translate3d(0px, -4px, 0);
  }

  .pixel-bn:hover {
    transform: translate3d(-4px, -4px, 0);
    box-shadow: -8px 8px 0px #000000;
    -webkit-transform: translate3d(-4px, -4px, 0);
    -moz-transform: translate3d(-4px, -4px, 0);
    -ms-transform: translate3d(-4px, -4px, 0);
    -o-transform: translate3d(-4px, -4px, 0);
  }
}

@media (min-width: 1150px) and (max-width: 1900px) {
  .home-one-section > div:first-child {
    min-height: 568px;
  }
	
	    #fix-h.home-one-section > div:first-child {
        min-height: auto;
    }

  .home-one-section > div:last-child {
    width: 960px;
    place-self: center;
  }

  .home-one-section > div:last-child > div > div {
    width: 100%;
  }

  #btn-w {
    width: 960px;
  }

  .tabs-pixel {
    width: 100%;
  }

  .tab-button-pixel {
    font-size: 18px;
    height: 56px;
    flex: 1;
    text-align: center;
  }

  .tab-button-pixel.active-pixel {
    font-size: 18px;
    box-shadow: -4.36px 4.36px 0px 0px #000000;
    border: 1.5px solid #000000;
  }

  .home-two-section > div,
  .home-three-section > div {
    width: 960px;
    place-self: center;
  }

  .pixel-hide-title p {
    width: 925px;
    font-size: 18px;
  }

  .pixel-hide-title {
    align-items: flex-start;
  }

  .pixel-hide-title img {
    width: 20px;
    max-height: 32px;
    position: relative;
    top: 2.75px;
  }

  .pixel-addons p {
    font-size: 48px;
  }

  .pixel-row-left-fluffy > div p:first-child {
    font-size: 30px;
  }

  .pixel-row-left-fluffy > div p:last-child,
  .pixel-row-right p {
    font-size: 20px;
  }

  .pixel-row-left-fluffy img {
    width: 48px;
    height: 48px;
  }

  .pixel-row-right img {
    width: 100px;
  }

  .elementor .elementor-element.home-four-section > div > div > div > div img,
  .elementor .elementor-element.home-four-section > div:last-child {
    height: 332px;
  }

  .elementor .elementor-element.home-four-section > div:last-child img {
    width: 462px;
    height: 82px;
  }

  .pixel-bottom-text-home {
    width: 708px;
  }

  .pixel-bottom-text-home p {
    font-size: 48px;
  }

  .home-two-section {
    padding: 30px 0;
  }

  #scale img {
    height: 50px;
  }

  /* .tab-content-pixel > div > div {
    padding: 0;
    gap: 24px;
  } */
  /* 
  .elementor-element.pixel-div > div > div > div {
    padding: 0;
    gap: 24px;
  } */

  .pixel-row-left p {
    font-size: 36px;
  }

  .main-navigation button {
    height: 40px;
  }

  .site-logo {
    width: 200px;
    height: 45px;
  }

  .elementor-element-250795e .elementor-background-video-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
  }

  .main-navigation ul a {
    word-spacing: -7px;
  }
}

.elementor-element.pixel-heding-line::before,
.elementor-element.pixel-heding-line-bottom:after,
.elementor-element.pixel-heding-line-ab:after,
.elementor-element.pixel-heding-line-ab:before {
  background-image: url(/wp-content/uploads/2025/09/ll.svg);
  height: 4px;
}

.elementor-element.pixel-heding-line::after {
  background-image: url(/wp-content/uploads/2025/09/ll.svg);
  height: 4px;
}

button.pixel-bn {
  width: 222px;
  position: relative;
  /* transform: translateX(-50%);
    left: 50%; */
}

@media (max-width: 768px) {
  /** **/
  #addons-box > div > div:last-child {
    align-self: center;
  }
  #addons-box > div div {
    flex: 1;
  }

  .pixel-row-left span {
    font-size: 18px;
  }
  /** **/

  .pixel-bottom-text-home p {
    font-size: 24px;
    width: -webkit-fill-available;
    word-wrap: break-word;
  }

  .pixel-bottom-text-home,
  .pixel-bn-yellow,
  .pixel-bn {
    width: 100%;
  }

  /** **/
  /* .tabs-pixel {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0 16px 20px 16px;
  } */

  /** **/
  .tab-button-pixel.active-pixel,
  .tab-button-pixel {
    flex: 1;
    text-align: center;
    font-size: 14px;
  }

  .tab-button-pixel {
    height: 68px;
    padding: 0;
  }

  .tabs-pixel {
    width: 100%;
  }

  .tab-button-pixel.active-pixel {
    box-shadow: -4.36px 4.36px 0px 0px #000000;
  }

  .pixel-hide-title p {
    font-size: 12px;
    line-height: 145%;
    text-align: start;
    width: 358px;
  }

  /* .pixel-hide-title img {
    position: relative;
    height: 23px;
    width: 10px;
    left: 35px;
    top: 6px;
  } */

  .pixel-hide-title {
    align-items: flex-start;
    gap: 0;
    justify-items: center;
  }

  .pixel-hide-title img {
    position: relative;
    top: 4px;
    left: -5px;
  }

  .elementor-element.pixel-heding-line::before,
  .elementor-element.pixel-heding-line-bottom:after,
  .elementor-element.pixel-heding-line-ab:after,
  .elementor-element.pixel-heding-line-ab:before {
    background-image: url(/wp-content/uploads/2025/09/ll.svg);
    height: 2px;
  }

  .elementor-element.pixel-heding-line::after {
    background-image: url(/wp-content/uploads/2025/09/ll.svg);
    height: 2px;
  }

  .pixel-addons p {
    font-size: 28px;
  }

  .pixel-row-left-fluffy > div p:first-child,
  .pixel-row-left p {
    font-size: 20px;
  }

  .pixel-row-left-fluffy > div p:last-child,
  .pixel-row-right p {
    font-size: 14px;
  }

  .pixel-row-left-fluffy img,
  .pixel-row-left img {
    width: 28px;
    height: 28px;
  }

  .pixel-row-left-fluffy,
  .pixel-row-right,
  .pixel-row-left {
    gap: 10.5px;
  }

  .pixel-row-right img {
    width: 72px;
    height: 44px;
  }

  .tab-content-pixel > div {
    gap: 20px;
  }

  .tab-content-pixel > div > div {
    padding: 0;
    gap: 16px;
  }

  .elementor-element .pixel-heding-line-ab {
    gap: 36px;
    padding: 80px 0;
  }

  .elementor-element.pixel-heding-line-ab:before {
    top: 40px;
  }

  .elementor-element.pixel-heding-line-ab:after {
    bottom: 40px;
  }

  .elementor-element.pixel-div > div > div.active-pixel {
    display: flex;
    gap: 20px;
  }

  .elementor-element.pixel-div > div > div > div {
    padding: 0;
    gap: 16px;
  }

  /* .tab-content-pixel > div > div > div > div:first-child {
    margin: -16px 0 0 0;
  } */

  .header-mob > img {
    width: 60px;
  }

  .pixel-bottom-text-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  button.pixel-bn {
    width: 50%;
    position: relative;
    top: -60px;
    transform: translateX(-50%);
    left: 50%;
  }

  .elementor-element.pixel-heding-line,
  .elementor-element.pixel-heding-line,
  .elementor-element.pixel-heding-line,
  .elementor-element.pixel-heding-line,
  .elementor-element.pixel-heding-line-bottom,
  .elementor-element.pixel-heding-line-ab,
  .elementor-element.pixel-heding-line-ab {
    overflow: hidden;
  }

  /** **/
  .pl-page-t p {
    font-size: 20px;
  }

  .pl-page-h2 p,
  .pl-page-c p {
    font-size: 16px;
    padding: 0;
  }

  .pl-page-h1 p {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
  }

  .pl-page-info {
    padding: 0;
  }

  .pl-page-h2 a {
    padding: 0;
    font-size: 16px;
  }

  .pl-page-info {
    gap: 0;
  }
}
