/*--------------------------------------------------------------
Grid Reset
----------------------------------------------------------------*/
/* Slick Slide */
/* Header Default */
/*--------------------------------------------------------------
BLOG GRID
----------------------------------------------------------------

--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/
@import "service";
@import "portfolio";
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/

#menu-menu-one-page-3 {
	display:none;
}
.hidden {
	display: none!important;
}

img.pxl-item--image {
    min-height: 40px;
    width: 100%;
}

.policy-content h1 {
	padding-bottom: 40px;
}

.policy-content h2, .policy-content h3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.policy-content p {
	padding-bottom: 10px;
}

.policy-content ul, .policy-content ol {
	padding-bottom: 20px;
	padding-left:10px;
}

 /* Base styles */
        .overlay-image {
            position: absolute;
            bottom: -45%; /* Mobile default */
            left: 0;
            right: 0;
            width: 100%;
            height: auto;
        }

        /* iPad Pro and larger tablets */
        @media screen and (min-width: 1024px) and (max-width: 1439px) {
            .overlay-image {
                bottom: -85%;
            }
        }

        /* Standard tablet range */
        @media screen and (min-width: 768px) and (max-width: 1023px) {
            .overlay-image {
                bottom: -45%;
            }
        }

        /* iPad Pro specific (if needed for exact targeting) */
        @media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape),
               screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
            .overlay-image {
                bottom: -100%;
            }
        }

        /* Desktop 1440px and above */
        @media screen and (min-width: 1440px) {
            .overlay-image {
                bottom: -50%;
            }
        }

        /* Mobile devices (up to 767px) */
        @media screen and (max-width: 767px) {
            .overlay-image {
                bottom: -45%;
            }
        }

/* Icon Box */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none !important;
  }
}
@keyframes pxl_scale {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl_phone_ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.pxl-phone-ring svg, .pxl-phone-ring i {
  animation: pxl_phone_ring 3s linear infinite;
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes pxl_spin_center {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin_center {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin_center {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin_center {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pxl_spin_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pxl-image-spin img {
  animation: pxl_spin 12s linear infinite;
}
@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 8s linear infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.6, 0.6);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
}
.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 3000ms linear infinite;
}
@-ms-keyframes pxl_spin_reverse {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.pxl-image-spin-reverse img {
  animation: pxl_spin_reverse 12s linear infinite;
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes pxl_bounce_in {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.pxl-image-bounce {
  animation: pxl_bounce 1s ease-out infinite;
  -webkit-animation: pxl_bounce 1s ease-out infinite;
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_float_one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}
@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 1.2s ease infinite alternate;
}
@keyframes pxl_bottom_top {
  0%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  75% {
    transform: translateY(-40px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s linear infinite;
  -webkit-animation: pxl_bottom_top 12s linear infinite;
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_effect3 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}
@keyframes move-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes move-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_keyword_slideIn {
  from {
    transform: translateY(65%) rotateX(-95deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxl_keyword_slideOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-65%) rotateX(95deg);
    opacity: 0;
  }
}
@keyframes pxl_path_animation1 {
  0% {
    d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z");
  }
  15% {
    d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z");
  }
  25% {
    d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z");
  }
  35% {
    d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z");
  }
  50% {
    d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z");
  }
  75% {
    d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z");
  }
  100% {
    d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z");
  }
}
@-webkit-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-moz-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-o-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.pxl-animation-round {
  animation: pxl_animation_round 4s infinite linear;
  -webkit-animation: pxl_animation_round 4s infinite linear;
}
@keyframes pxl_kenburns {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
  98.4375% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 46%;
  }
}
@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 27%;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBot {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes toTop {
  0% {
    top: 100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes team_scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-30px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(30px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(-30px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  35% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  0%, 100% {
    transform: rotate(0);
  }
}
@keyframes bounceIn {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pxl-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@keyframes lineFadeIn {
  0% {
    opacity: 0.12;
    transform: translateY(-50%) rotate(-18deg);
  }
  50% {
    opacity: 0.68;
    transform: translateY(-50%) rotate(-18deg);
  }
  100% {
    opacity: 0.12;
    transform: translateY(-50%) rotate(-18deg);
  }
}
@keyframes crossUp {
  0% {
    opacity: 0;
    transform: translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes pxl_squares {
  /* Testimonial Marquee */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_text_slide_t {
  0% {
    -webkit-transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(0%, -100%);
  }
}
@keyframes pxl_text_slide_t {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
@-webkit-keyframes pxl_text_slide_b {
  0% {
    -webkit-transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0);
  }
}
@keyframes pxl_text_slide_b {
  0% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0);
  }
}
.text-slide-to-top {
  -webkit-animation: pxl_text_slide_t 10s linear infinite;
  animation: pxl_text_slide_t 10s linear infinite;
}
.text-slide-to-bottom {
  -webkit-animation: pxl_text_slide_b 10s linear infinite;
  animation: pxl_text_slide_b 10s linear infinite;
  /* End Testimonial Marquee */
}
@keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl_squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pxl_scale2 {
  0% {
    transform: scale(0);
    opacity: 0.67;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pxl_scale2 {
  0% {
    transform: scale(0);
    opacity: 0.67;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pxl_scale_center_bottom {
  0% {
    transform: scale(0);
    transform-origin: center bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: center bottom;
  }
}
@keyframes pxl_scale_left_bottom {
  0% {
    transform: scale(0.3);
    transform-origin: left bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
  }
  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0;
  }
}
@keyframes clip-path-circle {
  0% {
    clip-path: circle(0% at center);
  }
  100% {
    clip-path: circle(100% at center);
  }
}
@-webkit-keyframes pxl_fade_in_move {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale3d(0.1, 1, 1);
    transform: scale3d(0.1, 1, 1);
  }
  100% {
    opacity: 0.14;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pxl_fade_in_move {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale3d(0.1, 1, 1);
    transform: scale3d(0.1, 1, 1);
  }
  100% {
    opacity: 0.14;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pxl_fade_out_move {
  0% {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0.14;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}
@keyframes pxl_fade_out_move {
  /* Effect Direction Hover */
  0% {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0.14;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}
@keyframes rotate3d-in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 180deg);
  }
}
@keyframes rotate3d-out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
.rotate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-in-top 0.3s linear 0ms 1 forwards;
}
.rotate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: rotate3d-in-right 0.3s linear 0ms 1 forwards;
}
.rotate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-in-bottom 0.3s linear 0ms 1 forwards;
}
.rotate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-in-left 0.3s linear 0ms 1 forwards;
}
.rotate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-out-top 0.3s linear 0ms 1 forwards;
}
.rotate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: rotate3d-out-right 0.3s linear 0ms 1 forwards;
}
.rotate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-out-bottom 0.3s linear 0ms 1 forwards;
}
.rotate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-out-left 0.3s linear 0ms 1 forwards;
}
@keyframes translate3d-in-top {
  from {
    transform: translate3d(0, -101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-right {
  from {
    transform: translate3d(101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-bottom {
  from {
    transform: translate3d(0, 101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-left {
  from {
    transform: translate3d(-101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-out-top {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -101%, 0);
  }
}
@keyframes translate3d-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(101%, 0, 0);
  }
}
@keyframes translate3d-out-bottom {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 101%, 0);
  }
}
@keyframes translate3d-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-101%, 0, 0);
  }
}
.translate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-in-top 0.3s linear 0ms 1 forwards;
}
.translate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: translate3d-in-right 0.3s linear 0ms 1 forwards;
}
.translate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-in-bottom 0.3s linear 0ms 1 forwards;
}
.translate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-in-left 0.3s linear 0ms 1 forwards;
}
.translate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-out-top 0.3s linear 0ms 1 forwards;
}
.translate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: translate3d-out-right 0.3s linear 0ms 1 forwards;
}
.translate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-out-bottom 0.3s linear 0ms 1 forwards;
}
.translate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-out-left 0.3s linear 0ms 1 forwards;
}
.text-effect-rotatex-in {
  perspective: 4000px;
}
.text-effect-slide-in, .text-effect-slide-out {
  /* End Effect Direction Hover */
  /* Effect Marquee */
}
.text-effect-slide-in .pxl-line, .text-effect-slide-out .pxl-line {
  overflow: hidden;
  display: inline-flex !important;
  flex-wrap: wrap;
}
.text-effect-slide-in .pxl-word, .text-effect-slide-out .pxl-word {
  overflow: hidden;
  display: inline-flex !important;
}
.text-effect-slide-in .pxl-char, .text-effect-slide-out .pxl-char {
  overflow: hidden;
  display: inline-flex !important;
}
@keyframes slide-ltr {
  to {
    transform: translateX(calc(var(--width)));
  }
}
@keyframes slide-rtl {
  to {
    transform: translateX(calc(-1 * (var(--width) )));
  }
}
.pxl-slide-ltr, .pxl-marquee.pxl-marquee1 .pxl-item--inner.ltr .pxl-item--list {
  animation: slide-ltr 20s linear infinite;
}
.pxl-slide-rtl, .pxl-marquee.pxl-marquee1 .pxl-item--inner.rtl .pxl-item--list {
  animation: slide-rtl 20s linear infinite;
  /* End Effect Marquee */
  /* Custom Slip Navigation */
}
@keyframes slip-rtl {
  0%, 100% {
    right: -5px;
  }
  50% {
    right: 10px;
  }
}
@keyframes slip-ltr {
  /* End Custom Slip Navigation */
  /* Hover Arrow */
  0%, 100% {
    left: -5px;
  }
  50% {
    left: 10px;
  }
}
@keyframes hover-arrow {
  /* End Hover Arrow */
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(20px);
    opacity: 0;
  }
  51% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.pxl-text-editor.first--letter {
  /* Post Grid/Carousel */
}
.pxl-text-editor.first--letter p::first-letter {
  font-size: 32px;
  font-weight: 500;
}
.pxl-post-blog {
  /* End Post Grid/Carousel */
  /* Accordion */
}
.pxl-post-blog.post-layout-post-1 {
  /* Post Layout 2 */
}
.pxl-post-blog.post-layout-post-1 .pxl-swiper-slider .pxl-carousel-inner, .pxl-post-blog.post-layout-post-1 .pxl-swiper-slider .pxl-swiper-container {
  overflow: visible;
}
.pxl-post-blog.post-layout-post-1 .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* End Custom Carousel */
  /* Custom Pagination */
}
.pxl-post-blog.post-layout-post-1 .pxl-swiper-dots .pxl-swiper-pagination-bullet span {
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #94d96b 50%) !important;
  /* End Custom Pagination */
}
.pxl-post-blog.post-layout-post-1 .pxl-post--inner {
  border-radius: 30px;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  overflow: hidden;
}
.pxl-post-blog.post-layout-post-1 .pxl-item--content {
  position: relative;
  background: #fff;
  padding: 20px 0 46px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-post-1 .pxl-item--content {
    padding-bottom: 30px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-item--author {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 35px 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .pxl-post-blog.post-layout-post-1 .pxl-item--author {
    padding-left: 15px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-author--avatar {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border: 2px solid #cde4ce;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-post-blog.post-layout-post-1 .pxl-user--name {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-1 .pxl-user--name {
    font-size: 18px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-user--position {
  color: #646464;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  margin-top: -5px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-1 .pxl-user--position {
    font-size: 12px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-post--date {
  position: absolute;
  top: -25px;
  right: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  align-content: center;
  border-radius: 10px;
  border-bottom: 4px solid var(--third-color);
  background: var(--secondary-color);
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
.pxl-post-blog.post-layout-post-1 .pxl-post--title, .pxl-post-blog.post-layout-post-1 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-1 .pxl-post--button {
  padding-left: 52px;
  padding-right: 35px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-post-1 .pxl-post--title, .pxl-post-blog.post-layout-post-1 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-1 .pxl-post--button {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-blog.post-layout-post-1 .pxl-post--title, .pxl-post-blog.post-layout-post-1 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-1 .pxl-post--button {
    padding: 0 15px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-post--title {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-post-1 .pxl-post--title {
    font-size: 22px;
    margin-top: 18px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-item--excerpt {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-post-1 .pxl-item--excerpt {
    font-size: 14px;
    margin-top: 14px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-post--button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--link-color);
  width: fit-content;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  margin-top: 17px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-post-1 .pxl-post--button a {
    font-size: 14px;
    margin-top: 14px;
  }
}
.pxl-post-blog.post-layout-post-1 .pxl-post--button a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--link-color);
  transition: none;
}
.pxl-post-blog.post-layout-post-1 .pxl-post--button a svg path {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-post-1 .pxl-post--button a:hover:before {
  width: 85%;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-post-2 {
  /* Service Layout 1*/
}
.pxl-post-blog.post-layout-post-2 .pxl-post--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--inner {
    display: grid;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-post--featured {
  max-width: 410px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--featured {
    max-width: 345px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--featured {
    max-width: 100%;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-item--author, .pxl-post-blog.post-layout-post-2 .pxl-post--title, .pxl-post-blog.post-layout-post-2 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-2 .pxl-post--button {
  padding-left: 35px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-item--author, .pxl-post-blog.post-layout-post-2 .pxl-post--title, .pxl-post-blog.post-layout-post-2 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-2 .pxl-post--button {
    padding-left: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-post-2 .pxl-item--author, .pxl-post-blog.post-layout-post-2 .pxl-post--title, .pxl-post-blog.post-layout-post-2 .pxl-item--excerpt, .pxl-post-blog.post-layout-post-2 .pxl-post--button {
    padding-left: 0;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-item--author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-item--author {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-post-2 .pxl-item--author {
    margin-top: 15px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-author--avatar {
  width: 44px;
  height: 44px;
  border: 2px solid #cde4ce;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-post-blog.post-layout-post-2 .pxl-user--name {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-user--name {
    font-size: 18px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-user--position {
  color: #646464;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  margin-top: -5px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-user--position {
    font-size: 12px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-post--title {
  margin-top: 17px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--title {
    margin-top: 10px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-post--title a {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--title a {
    font-size: 20px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-item--excerpt {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 20px;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-item--excerpt {
    font-size: 15px;
    margin-top: 12px;
  }
}
.pxl-post-blog.post-layout-post-2 .pxl-post--button a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--link-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875;
  margin-top: 23px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-post-2 .pxl-post--button a svg path {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1201px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--button a {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-post-2 .pxl-post--button a {
    margin-bottom: 15px;
  }
}
.pxl-post-blog.post-layout-service-1 {
  /* Service Layout 2 */
}
.pxl-post-blog.post-layout-service-1 .pxl-swiper-slider .pxl-carousel-inner, .pxl-post-blog.post-layout-service-1 .pxl-swiper-slider .pxl-swiper-container {
  overflow: visible;
}
.pxl-post-blog.post-layout-service-1 .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* End Custom Carousel */
}
.pxl-post-blog.post-layout-service-1 .pxl-post--inner {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  overflow: hidden;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--featured {
  overflow: hidden;
  position: relative;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--featured:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 50%;
  left: -150%;
  opacity: 0.6;
  transform: translateY(-50%) rotate(15deg);
  z-index: 2;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--featured img {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--holder {
  padding: 0 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-1 .pxl-post--holder {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
.pxl-post-blog.post-layout-service-1 .pxl-post--icon {
  position: relative;
  z-index: 9;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #cde4ce;
  background: #fff;
  margin-top: -44px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--icon img {
  width: auto;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--title {
  color: var(--link-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
  padding: 7px 0;
}
.pxl-post-blog.post-layout-service-1 .pxl-item--excerpt {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding-bottom: 30px;
}
.pxl-post-blog.post-layout-service-1 .btn-readmore {
  color: #fff;
  background: var(--link-color);
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  padding: 0 40px;
}
.pxl-post-blog.post-layout-service-1 .btn-readmore .item-spotlight {
  background: var(--third-color);
}
.pxl-post-blog.post-layout-service-1 .pxl-post--inner:hover {
  cursor: pointer;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--inner:hover .pxl-post--featured img {
  transform: scale(1.1);
}
.pxl-post-blog.post-layout-service-1 .pxl-post--inner:hover .pxl-post--featured:before {
  left: 150%;
  transition: all 0.6s linear;
}
.pxl-post-blog.post-layout-service-1 .pxl-post--inner:hover .pxl-post--icon {
  border-color: var(--primary-color);
}
.pxl-post-blog.post-layout-service-2 {
  /* Service Layout 3 */
}
.pxl-post-blog.post-layout-service-2 .pxl-post--featured {
  overflow: hidden;
  -webkit-mask-image: url('../img/service-mask-img.png');
  mask-image: url('../img/service-mask-img.png');
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
}
.pxl-post-blog.post-layout-service-2 .pxl-post--holder {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  margin-top: -190px;
  margin-left: 43px;
  padding: 43px 32px 35px 52px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-2 .pxl-post--holder {
    padding: 43px 25px 25px;
    margin-left: 25px;
  }
}
.pxl-post-blog.post-layout-service-2 .pxl-post--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 32px;
  transform: translate(0%, -50%);
  z-index: 9;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #dfffcb;
  background: var(--primary-color);
  -webkit-transition: all 0.6s linear;
  -khtml-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-2 .pxl-post--icon {
    width: 64px;
    height: 64px;
  }
}
.pxl-post-blog.post-layout-service-2 .pxl-post--icon img {
  width: auto;
}
.pxl-post-blog.post-layout-service-2 .pxl-item--category {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.846;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.pxl-post-blog.post-layout-service-2 .pxl-item--category a {
  color: inherit;
}
.pxl-post-blog.post-layout-service-2 .pxl-post--title {
  color: var(--link-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
  padding-bottom: 13px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-2 .pxl-post--title {
    font-size: 23px;
    padding-bottom: 10px;
  }
}
.pxl-post-blog.post-layout-service-2 .pxl-item--excerpt {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding-bottom: 17px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-2 .pxl-item--excerpt {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
.pxl-post-blog.post-layout-service-2 .btn-readmore {
  color: var(--primary-color);
  background: #cde4ce;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  padding: 0 40px;
  margin-bottom: 17px;
}
.pxl-post-blog.post-layout-service-2 .btn-readmore:hover {
  color: #fff;
}
.pxl-post-blog.post-layout-service-2 .btn-readmore .item-spotlight {
  background: var(--primary-color);
}
.pxl-post-blog.post-layout-service-2 .pxl-post--featured, .pxl-post-blog.post-layout-service-2 .pxl-post--holder {
  cursor: pointer;
}
.pxl-post-blog.post-layout-service-3 {
  /* Portfolio Layout 1 */
}
.pxl-post-blog.post-layout-service-3 .pxl-post--featured a {
  z-index: 9;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--featured img {
  max-height: 434px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  border-radius: 10px;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:before, .pxl-post-blog.post-layout-service-3 .pxl-post--inner:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #295c43 0%, rgba(0, 0, 0, 0.00) 79.95%);
  border-radius: inherit;
  z-index: 7;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:after {
  opacity: 0;
  background: rgba(11, 61, 44, 0.79);
}
.pxl-post-blog.post-layout-service-3 .pxl-post--holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 54px 43px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--icon:before, .pxl-post-blog.post-layout-service-3 .pxl-post--icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(230, 255, 246, 0.20);
  border: 1px dashed #fff;
  border-radius: inherit;
  z-index: -1;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--icon:after {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #fff;
  border: none !important;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--icon img {
  width: auto;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
  margin-top: 22px;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--button {
  margin-top: 22px;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--button .btn {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  gap: 10px;
  padding: 0 22px;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--button .btn:hover {
  color: var(--primary-color);
}
.pxl-post-blog.post-layout-service-3 .pxl-post--button .btn:hover svg path {
  fill: var(--primary-color);
}
.pxl-post-blog.post-layout-service-3 .pxl-post--button .btn .item-spotlight {
  background-color: #94d96b;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover:before {
  opacity: 0;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover:after {
  opacity: 1;
  width: calc(100% - 46px);
  height: calc(100% - 50px);
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover .pxl-post--featured img {
  transform: scale(1.1) rotate(1deg);
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover .pxl-post--holder {
  bottom: 18px;
  left: 26px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover .pxl-post--holder {
    bottom: 15px;
    left: 10px;
  }
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover .pxl-post--icon {
  opacity: 1;
}
.pxl-post-blog.post-layout-service-3 .pxl-post--inner:hover .pxl-post--icon:before {
  animation: pxl_spin_custom 5s linear infinite;
}
.pxl-post-blog.post-layout-portfolio-1 {
  /* Portfolio Layout 2 */
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 0;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--featured img {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 44px;
  padding-bottom: 41px;
  margin-right: 154px;
  border-radius: 0 30px 0 0;
  background: #e5f3e0;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 9;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-1 .pxl-post--holder {
    padding: 30px;
    margin-right: 54px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-post-blog.post-layout-portfolio-1 .pxl-post--holder {
    padding: 25px;
    margin-right: 30px;
  }
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--holder:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-item--category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--primary-color);
  padding: 0 18px;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-item--category a {
  font-family: "Outfit", Sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 27px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-1 .pxl-item--category a {
    font-size: 12px;
  }
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--title {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-top: 17px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-1 .pxl-post--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-post-blog.post-layout-portfolio-1 .pxl-post--title {
    font-size: 22px;
  }
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner:hover .pxl-post--featured img {
  transform: scale(1.1);
  filter: blur(5px);
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner:hover .pxl-post--holder:before {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 1;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner:hover .pxl-item--category {
  background: #fff;
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner:hover .pxl-item--category a {
  color: var(--secondary-color);
}
.pxl-post-blog.post-layout-portfolio-1 .pxl-post--inner:hover .pxl-post--title {
  color: #fff;
}
.pxl-post-blog.post-layout-portfolio-2 {
  /* Portfolio Layout 3 */
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:before, .pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0b3d2c 0%, rgba(131, 131, 131, 0.00) 84.55%);
  opacity: 1;
  z-index: 7;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:after {
  height: 0;
  background: linear-gradient(0deg, #2a7d2e 24.15%, rgba(70, 84, 77, 0.00) 100%);
  opacity: 0;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--featured img {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--holder {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 45px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-2 .pxl-post--holder {
    padding: 30px 15px;
  }
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-item--category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--third-color);
  padding: 0 18px;
  transition: all 0.3s linear;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-item--category a {
  font-family: "Outfit", Sans-serif;
  color: var(--link-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 27px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-2 .pxl-item--category a {
    font-size: 12px;
  }
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 17px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-2 .pxl-post--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-post-blog.post-layout-portfolio-2 .pxl-post--title {
    font-size: 22px;
  }
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--button a {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--button a:hover svg {
  animation: pxl_scale_left_bottom 0.3s ease;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:hover:after {
  height: 100%;
  opacity: 1;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:hover:before {
  opacity: 0;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:hover .pxl-post--featured img {
  transform: scale(1.1);
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:hover .pxl-item--category {
  color: var(--secondary-color);
  background: #fff;
}
.pxl-post-blog.post-layout-portfolio-2 .pxl-post--inner:hover .pxl-post--button a {
  opacity: 1;
  transform: translate(0);
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner {
  overflow: visible;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-container {
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-container {
    margin: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper {
  display: flex;
  min-height: 555px;
  height: 555px;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style-type: none;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper {
    flex-direction: column;
    transform: translate3d(0, 0, 0) !important;
    min-height: 800px;
    height: 800px;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
  padding: 0;
  flex: 2.1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: flex 1s ease;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: visible;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1400px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
    flex: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
    width: 100% !important;
    border-right-color: transparent !important;
    border-bottom: 1px solid #104b59;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
    border-bottom: 1px solid #104b59;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide:last-child {
  border: 0px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide:last-child .pxl-post--title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title {
  position: absolute;
  width: fit-content;
  height: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 76px;
  margin: 0;
  color: var(--secondary-color);
  z-index: 99;
  transform: translateX(-50%);
  pointer-events: visible;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: unset;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--link-color);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.22222;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
    transform: rotate(0deg);
    width: 100%;
    max-height: 70px;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title > span {
    font-size: 20px !important;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .arrow {
    order: 2;
    width: 40px;
    height: 40px;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .pxl-item-featured {
  max-width: 60px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .pxl-item-featured img {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 1600px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .pxl-item-featured {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title .pxl-item-featured {
    max-width: 30px;
    left: 20px;
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title:hover > a {
  color: #fff;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-post--title:hover img {
  opacity: 0;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner {
  position: relative;
  z-index: 30;
  align-self: flex-end;
  height: 100%;
  width: 100%;
  transition: opacity 0.35s 0.1s ease-out;
  opacity: 0;
  pointer-events: none;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-auto-flow: column;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  height: 100%;
  width: 100%;
  grid-template-columns: 43.4% 56.6%;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    grid-template-columns: 100% 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder {
  padding: 0 40px;
  margin-bottom: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 400px;
}
@media screen and (max-width: 1400px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder {
    min-width: 340px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder {
    padding: 0;
    min-width: 0px;
    margin: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--category {
  margin-bottom: 16px;
  padding: 0 24px;
  border-radius: 100px;
  background-color: #cde4ce;
  display: inline-flex;
  width: max-content;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--category a {
  color: var(--link-color);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--readmore .btn {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  background: var(--third-color);
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--readmore .btn:hover {
  background-color: var(--primary-color);
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
  color: var(--secondary-color);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    line-height: 1.4 !important;
    font-size: 30px !important;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--content {
  color: #505d7b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 50px;
  max-width: 339px;
}
@media screen and (max-width: 1280px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--content {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--content {
    max-width: 600px;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured {
    position: static;
    display: none;
    height: auto;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured a {
    opacity: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured a img {
  z-index: 2;
  height: 100%;
  width: auto;
  border-radius: 20px;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured .count {
  position: absolute;
  bottom: -63px;
  left: 0;
  color: rgba(255, 255, 255, 0.30);
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: Inter;
  font-size: 140px;
  font-weight: 600;
  line-height: 1.1;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured .count {
    bottom: 0;
    left: unset;
    right: 0;
    transform: translate(0);
    writing-mode: horizontal-tb;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
  flex: 7.9;
  cursor: default;
}
@media screen and (min-width: 1201px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
    border-color: transparent !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
    flex: 3.5;
    z-index: 2;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-post--title {
  opacity: 0;
  width: 0;
  padding-left: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-post--title {
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner {
  opacity: 1;
  pointer-events: visible;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner .pxl-item--holder {
    width: 100%;
    max-width: 100%;
  }
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--category {
    transform: translateY(0);
  }
  .pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    transform: translateY(0);
    transition-delay: 0.5s;
  }
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner .pxl-item--featured {
  display: flex;
  justify-content: end;
}
.pxl-post-blog.post-layout-portfolio-3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner .pxl-item--inner .pxl-item--featured a {
  pointer-events: auto !important;
}
.pxl-accordion {
  /* End Accordion */
  /* Contact Form */
}
.pxl-accordion.pxl-accordion1 .pxl--item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(180, 193, 208, 0.25);
  margin-bottom: 27px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-accordion.pxl-accordion1 .pxl--item:last-child {
  margin-bottom: 0 !important;
}
.pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--title {
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -1px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px;
  padding-right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--title {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--content {
  display: none;
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  margin-right: 70px;
  margin-left: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--content {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--content {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-accordion--content {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 20px;
  }
}
.pxl-accordion.pxl-accordion1 .pxl--item .pxl-icon--plus {
  position: absolute;
  right: 25px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #edfbe6;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-icon--plus {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion.pxl-accordion1 .pxl--item .pxl-icon--plus {
    right: 15px;
  }
}
.pxl-accordion.pxl-accordion1 .pxl--item.active {
  background: #edfbe6;
  border: 1px solid #94d96b;
  border-width: 1px 1px 6px 1px;
}
.pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-accordion--title {
  padding: 30px 35px 18px;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-accordion--title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-accordion--title {
    padding: 30px 15px 18px;
  }
}
.pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-icon--plus {
  background: #fff;
}
.pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-icon--plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-accordion.pxl-accordion1 .pxl--item.active .pxl-icon--plus:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pxl-contact-form {
  /* Case Experience */
}
.pxl-contact-form .contact-form1 {
  position: relative;
}
.pxl-contact-form .contact-form1 input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 48px;
  padding: 0 27px;
  border-radius: 100px;
}
.pxl-contact-form .contact-form1 button:not(.btn) {
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 100px;
  padding: 0 30px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.pxl-contact-form .contact-form1 .wpcf7-not-valid-tip {
  bottom: -17px;
}
.pxl-contact-form .contact-form2 input[type="email"], .pxl-contact-form .contact-form2 input[type="text"], .pxl-contact-form .contact-form2 input[type="date"], .pxl-contact-form .contact-form2 textarea {
  border: none;
  border-radius: 100px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #646464;
  background: #fff;
  padding: 16px 25px;
  margin-bottom: 30px;
}
.pxl-contact-form .contact-form2 textarea {
  border-radius: 20px;
  height: 127px;
}
.pxl-contact-form .contact-form2 button {
  color: var(--link-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  border-radius: 100px;
  background: var(--third-color);
  padding: 0 70px;
}
.pxl-contact-form .contact-form2 button:hover {
  color: #fff;
  background: var(--primary-color);
}
.pxl-contact-form .contact-form3 {
  position: relative;
}
.pxl-contact-form .contact-form3 input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 58px;
  padding: 0 27px;
  border-radius: 100px;
  background: #fff;
  color: #798393;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.pxl-contact-form .contact-form3 button:not(.btn) {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-contact-form .contact-form4 {
  margin: 0 -12px;
}
.pxl-contact-form .contact-form4 .pxl-col {
  padding: 0 12px;
}
.pxl-contact-form .contact-form4 .pxl-ctf-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.pxl-contact-form .contact-form4 button[type="submit"] {
  position: relative;
  width: 100%;
  background: var(--link-color);
  border-radius: 100px;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 56px;
  margin-top: 10px;
}
.pxl-contact-form .contact-form4 button[type="submit"]:hover {
  color: var(--link-color);
}
.pxl-contact-form .contact-form4 button[type="submit"] .item-spotlight {
  background: var(--link-color-hover);
}
.pxl-contact-form .contact-form4 input[type="text"], .pxl-contact-form .contact-form4 input[type="tel"], .pxl-contact-form .contact-form4 input[type="email"], .pxl-contact-form .contact-form4 select, .pxl-contact-form .contact-form4 .pxl-select-higthlight {
  color: #646464;
  background: #fff;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 100px;
  padding: 0 13px 0 23px;
  margin-bottom: 28px;
}
.pxl-contact-form .contact-form4 .pxl-select-higthlight.active {
  border-radius: 10px;
}
.pxl-contact-form .contact-form4 input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  background-color: #17511a;
  margin-bottom: 22px;
}
.pxl-contact-form .contact-form5 {
  margin: 0 -12px;
}
.pxl-contact-form .contact-form5 .pxl-col {
  padding: 0 12px;
}
.pxl-contact-form .contact-form5 .pxl-ctf-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.pxl-contact-form .contact-form5 button[type="submit"] {
  position: relative;
  width: 100%;
  background: #4faa7e;
  border-radius: 100px;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
}
.pxl-contact-form .contact-form5 button[type="submit"]:hover {
  color: var(--link-color);
}
.pxl-contact-form .contact-form5 button[type="submit"] .item-spotlight {
  background: var(--link-color-hover);
}
.pxl-contact-form .contact-form5 input[type="text"], .pxl-contact-form .contact-form5 input[type="tel"], .pxl-contact-form .contact-form5 input[type="email"], .pxl-contact-form .contact-form5 select {
  color: #646464;
  background: #fff;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 100px;
  padding: 0 13px 0 23px;
  margin-bottom: 28px;
}
.pxl-experience {
  /* End Case Experience */
  /* Process Carousel */
}
.pxl-experience.pxl-experience1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width : 155px;
  height: 155px;
  border-radius: 40px 0px;
  background: var(--link-color-hover);
}
.pxl-experience.pxl-experience1:before {
  position: absolute;
  content: '';
  width: 49px;
  height: 23px;
  background: #51952a;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}
.pxl-experience.pxl-experience1 .pxl-item--inner {
  text-align: center;
  padding: 0 20px;
}
.pxl-experience.pxl-experience1 .pxl-item--title {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.12px;
}
.pxl-experience.pxl-experience1 .pxl-item--desc {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-process-carousel {
  /* End Process Carousel */
  /* Case Team Carousel / Team Grid */
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--image {
  position: relative;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--image a {
  position: relative;
  z-index: 9;
  display: block;
  padding: 33px;
  max-width: 246px;
  margin: auto;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--image a .pxl--image {
  display: block;
  border-radius: 50%;
  border: 6px solid #cde4ce;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--image a .pxl--image img {
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-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;
  transition: all 0.5s ease-in-out;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-icon-bg svg {
  width: 100%;
  height: 100%;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-icon-bg svg path {
  transition: all 0.3s linear;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--inner {
  text-align: center;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--number {
  position: relative;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--number:after {
  position: absolute;
  content: '';
  width: 150%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cde4ce;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl--number {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--secondary-color);
  z-index: 9;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--title {
  color: var(--secondary-color);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 43px;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 18px;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-swiper-slide:hover .pxl-icon-bg svg path {
  fill-opacity: 1;
  fill: var(--primary-color);
  animation: clip-path-circle 1s linear forwards;
}
.pxl-process-carousel.pxl-process-carousel1 .pxl-swiper-slide:hover .pxl--image img {
  transform: scale(1.1) rotate(5deg);
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--image {
  position: relative;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--image a {
  position: relative;
  z-index: 9;
  display: block;
  padding: 33px;
  max-width: 246px;
  margin: auto;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--image a .pxl--image {
  display: block;
  border-radius: 50%;
  border: 6px solid #cde4ce;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--image a .pxl--image img {
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-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;
  transition: all 0.5s ease-in-out;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-icon-bg svg {
  width: 100%;
  height: 100%;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-icon-bg svg path {
  transition: all 0.3s linear;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--inner {
  text-align: center;
  margin-top: -65px;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl--number {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--secondary-color);
  z-index: 9;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--title {
  color: var(--secondary-color);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 43px;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 18px;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-swiper-slide:hover .pxl-icon-bg svg path {
  fill-opacity: 1;
  fill: var(--primary-color);
  animation: clip-path-circle 1s linear forwards;
}
.pxl-process-carousel.pxl-process-carousel2 .pxl-swiper-slide:hover .pxl--image img {
  transform: scale(1.1) rotate(5deg);
}
.pxl-team {
  /* End Team Carousel / Team Grid */
  /* Info Box */
}
.pxl-team.pxl-team-carousel1, .pxl-team.pxl-team-grid1 {
  padding: 15px;
  overflow: hidden;
  margin: 0 -15px;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide, .pxl-team.pxl-team-grid1 .pxl-swiper-slide, .pxl-team.pxl-team-carousel1 .pxl-carousel-inner, .pxl-team.pxl-team-grid1 .pxl-carousel-inner, .pxl-team.pxl-team-carousel1 .pxl-swiper-container, .pxl-team.pxl-team-grid1 .pxl-swiper-container {
  overflow: visible;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-container, .pxl-team.pxl-team-grid1 .pxl-swiper-container {
  margin: 0 -8px;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-container .pxl-swiper-slide, .pxl-team.pxl-team-grid1 .pxl-swiper-container .pxl-swiper-slide {
  padding: 0 8px;
}
.pxl-team.pxl-team-carousel1 .pxl-item--inner, .pxl-team.pxl-team-grid1 .pxl-item--inner {
  position: relative;
}
.pxl-team.pxl-team-carousel1 .pxl-item--image, .pxl-team.pxl-team-grid1 .pxl-item--image {
  position: relative;
}
.pxl-team.pxl-team-carousel1 .pxl-item--image a, .pxl-team.pxl-team-grid1 .pxl-item--image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.pxl-team.pxl-team-carousel1 .pxl-item--image img, .pxl-team.pxl-team-grid1 .pxl-item--image img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-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;
  transition: all 0.5s ease-in-out;
}
.pxl-team.pxl-team-carousel1 .pxl--content, .pxl-team.pxl-team-grid1 .pxl--content {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  padding: 17px 0;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-team.pxl-team-carousel1 .pxl-item--title, .pxl-team.pxl-team-grid1 .pxl-item--title {
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
}
.pxl-team.pxl-team-carousel1 .pxl-item--position, .pxl-team.pxl-team-grid1 .pxl-item--position {
  color: #646464;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.846;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-team.pxl-team-carousel1 .pxl-item--social, .pxl-team.pxl-team-grid1 .pxl-item--social {
  position: absolute;
  left: 50%;
  bottom: 19px;
  transform: translate(-50%, 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-team.pxl-team-carousel1 .pxl-item--social a, .pxl-team.pxl-team-grid1 .pxl-item--social a {
  width: 13px;
  height: 13px;
  background: #fff;
  color: var(--link-color);
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl-item--image img, .pxl-team.pxl-team-grid1 .pxl-swiper-slide:hover .pxl-item--image img, .pxl-team.pxl-team-carousel1 .pxl-grid-item:hover .pxl-item--image img, .pxl-team.pxl-team-grid1 .pxl-grid-item:hover .pxl-item--image img {
  transform: scale(1.05);
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl--content, .pxl-team.pxl-team-grid1 .pxl-swiper-slide:hover .pxl--content, .pxl-team.pxl-team-carousel1 .pxl-grid-item:hover .pxl--content, .pxl-team.pxl-team-grid1 .pxl-grid-item:hover .pxl--content {
  background: var(--link-color);
  transform: translateX(-50%) scale(1.05);
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl--content .pxl-item--title, .pxl-team.pxl-team-grid1 .pxl-swiper-slide:hover .pxl--content .pxl-item--title, .pxl-team.pxl-team-carousel1 .pxl-grid-item:hover .pxl--content .pxl-item--title, .pxl-team.pxl-team-grid1 .pxl-grid-item:hover .pxl--content .pxl-item--title {
  color: #fff;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl--content .pxl-item--position, .pxl-team.pxl-team-grid1 .pxl-swiper-slide:hover .pxl--content .pxl-item--position, .pxl-team.pxl-team-carousel1 .pxl-grid-item:hover .pxl--content .pxl-item--position, .pxl-team.pxl-team-grid1 .pxl-grid-item:hover .pxl--content .pxl-item--position {
  color: #fff;
  padding-bottom: 20px;
}
.pxl-team.pxl-team-carousel1 .pxl-swiper-slide:hover .pxl--content .pxl-item--social, .pxl-team.pxl-team-grid1 .pxl-swiper-slide:hover .pxl--content .pxl-item--social, .pxl-team.pxl-team-carousel1 .pxl-grid-item:hover .pxl--content .pxl-item--social, .pxl-team.pxl-team-grid1 .pxl-grid-item:hover .pxl--content .pxl-item--social {
  opacity: 1;
  transform: translate(-50%, 0px);
}
.pxl-info-box1 {
  display: flex;
  align-items: center;
  padding: 32px;
  background-image: url('../img/bg-post1.1.jpg');
  border-radius: 8px;
  /* End Info Box */
  /* Case Testimonial Carousel */
}
.pxl-info-box1 .pxl-item--bg {
  width: 140px;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 28px;
}
.pxl-info-box1 .pxl-name--author {
  color: #202020;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 16px;
}
.pxl-info-box1 .pxl-item--desc {
  max-width: 498px;
}
.pxl-testimonial-carousel {
  /* End Case Testimonial Carousel */
  /* Case Tabs */
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-carousel-inner, .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-container {
  overflow: visible;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide:after, .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide:before {
  position: absolute;
  content: '';
  width: calc(100% - 64px);
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(175, 189, 226, 0.25);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide:before {
  top: 0;
  width: calc(100% - 82px);
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: -2;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 143px;
  padding: 63px 88px 63px 110px;
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(175, 189, 226, 0.25);
  background: #fff;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--inner {
    padding: 63px 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--inner {
    padding: 40px 20px;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--inner {
    display: block;
    text-align: center;
    padding: 30px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--image img {
  max-height: 330px;
  max-width: 330px;
  border-radius: 50%;
  border: 6px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--image img {
    max-height: 200px;
    max-width: 200px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-icon--quote {
  position: absolute;
  top: 63px;
  left: 35%;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-icon--quote {
    left: 32%;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-icon--quote svg {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-icon--quote {
    display: none;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--desc {
  max-width: 631px;
  font-family: 'Inter';
  color: #646464;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3855;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--desc {
    max-width: unset;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-info--author {
    text-align: start;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--title {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.222;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--title {
    font-size: 30px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--position {
  color: var(--link-color);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.01px;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--position {
    font-size: 16px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--star {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 26px;
  background: var(--primary-color);
  border-radius: 100px 0 0 100px;
  padding: 10px 53px 10px 18px;
  transform: translateX(100%);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--star {
    font-size: 22px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--star {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--star {
    display: none;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-info--author, .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-item--desc {
  filter: blur(10px);
  -webkit-transition: all 0.6s ease-in-out;
  -khtml-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active:before {
  top: 26px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active:after {
  top: 13px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--star {
  transform: translateX(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-info--author, .pxl-testimonial-carousel.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--desc {
  filter: blur(0);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-swiper-slide {
  padding-top: 45px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--inner {
  padding: 0 55px;
  background: #295c43;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--inner {
    padding: 0 30px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -38px;
  transform: translateY(-50%);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--image .pxl-image--author {
  position: relative;
  max-width: 86px;
  max-height: 86px;
  border-radius: 50%;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--image .pxl-image--author:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(50% + 5px);
  background: var(--primary-color);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transform: translateX(-50%);
  z-index: 1;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--image .pxl-image--author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--holder {
  padding-bottom: 29px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--desc {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
  margin-top: 33px;
  opacity: 0;
  transform: translateY(10px) rotateX(90deg);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-info--author {
  opacity: 0;
  transform: translateX(10px);
  -webkit-transition: all 0.3s linear 0.5s;
  -khtml-transition: all 0.3s linear 0.5s;
  -moz-transition: all 0.3s linear 0.5s;
  -ms-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--title {
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--position {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.846;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--star {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--third-color);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s linear 0.5s !important;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .pxl-item--star .pxl-title--rating {
  color: #fff;
  margin-right: 8px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-slide-active .pxl-item--desc {
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-slide-active .pxl-item--star, .pxl-testimonial-carousel.pxl-testimonial-carousel2 .swiper-slide-active .pxl-info--author {
  transform: translateX(0);
  opacity: 1;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--inner {
  text-align: center;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--image {
  position: relative;
  padding: 60px 0 26px;
  z-index: 9;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--image img {
  max-width: 132px;
  border: 7px solid var(--third-color);
  border-radius: 50%;
  filter: blur(10px);
  -webkit-transition: all 1s linear;
  -khtml-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-icon--quote {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--desc {
  color: #646464;
  font-family: Inter;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.46145;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s linear 0.15s;
  -khtml-transition: all 0.3s linear 0.15s;
  -moz-transition: all 0.3s linear 0.15s;
  -ms-transition: all 0.3s linear 0.15s;
  -o-transition: all 0.3s linear 0.15s;
  transition: all 0.3s linear 0.15s;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-info--author {
  margin-top: 26px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--title {
  color: #0b3d2c;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1px;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s linear 0.25s;
  -khtml-transition: all 0.3s linear 0.25s;
  -moz-transition: all 0.3s linear 0.25s;
  -ms-transition: all 0.3s linear 0.25s;
  -o-transition: all 0.3s linear 0.25s;
  transition: all 0.3s linear 0.25s;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--position {
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
  margin-top: 8px;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s linear 0.35s;
  -khtml-transition: all 0.3s linear 0.35s;
  -moz-transition: all 0.3s linear 0.35s;
  -ms-transition: all 0.3s linear 0.35s;
  -o-transition: all 0.3s linear 0.35s;
  transition: all 0.3s linear 0.35s;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots-wrap .pxl-swiper-dots {
  margin-top: 65px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .swiper-slide-active .pxl-item--image img {
  filter: blur(0);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .swiper-slide-active .pxl-item--desc, .pxl-testimonial-carousel.pxl-testimonial-carousel3 .swiper-slide-active .pxl-item--title, .pxl-testimonial-carousel.pxl-testimonial-carousel3 .swiper-slide-active .pxl-item--position {
  transform: translateY(0);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots .pxl-swiper-pagination-bullet span {
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #4faa7e 50%) !important;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots .pxl-swiper-pagination-bullet:after {
  background-color: #e0f0e3 !important;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-carousel-inner, .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-container {
  overflow: visible;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide:after, .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide:before {
  position: absolute;
  content: '';
  width: calc(100% - 64px);
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(42, 125, 46, 0.36);
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(175, 189, 226, 0.25);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide:before {
  top: 0;
  width: calc(100% - 102px);
  background: rgba(42, 125, 46, 0.28);
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--inner {
  position: relative;
  text-align: center;
  padding: 43px 66px;
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(175, 189, 226, 0.25);
  background: var(--primary-color);
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--star {
  display: inline-flex;
  gap: 5px;
  padding: 9px;
  color: #fff;
  border: 1px solid #94d96b;
  border-radius: 5px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  margin-top: 23px;
  display: flex;
  justify-content: center;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--desc p {
  max-width: 425px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 24px;
  margin-top: 20px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--image img {
  max-height: 68px;
  max-width: 68px;
  border-radius: 50%;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--title {
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--position {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.84;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide.swiper-slide-active:before {
  top: 26px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide.swiper-slide-active:after {
  top: 13px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--star {
  transform: translateX(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-info--author, .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--desc {
  filter: blur(0);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  color: var(--link-color);
  background: #dfffcb;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  color: #dfffcb;
  background: var(--link-color);
}
.pxl-testimonial-carousel .pxl-swiper-arrow-wrap {
  margin: 0;
}
.pxl-testimonial-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  color: var(--link-color);
  background: #cde4ce;
  border-radius: 50%;
  z-index: 9;
}
.pxl-testimonial-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.pxl-testimonial-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1400px) {
  .pxl-testimonial-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    z-index: -1;
    opacity: 0;
  }
}
.pxl-tabs {
  /* End Case Tabs */
  /* Case Booking */
}
.pxl-tabs.pxl-tabs1 {
  /* Layout 2 */
}
.pxl-tabs.pxl-tabs1 .pxl-tabs--inner {
  text-align: center;
}
.pxl-tabs.pxl-tabs1 .pxl-tabs--title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px;
  border: 1px dashed #94d96b;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .pxl-tabs.pxl-tabs1 .pxl-tabs--title {
    gap: 6px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs.pxl-tabs1 .pxl-tabs--title {
    display: grid;
    justify-content: unset;
    border-radius: 30px;
  }
}
.pxl-tabs.pxl-tabs1 .pxl-tab--title {
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  position: relative;
  color: #0b3d2c;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  border: 1px dashed transparent;
  border-radius: 100px;
  padding: 17px 33px;
  z-index: 9;
  /* End Layout 1 */
}
@media screen and (max-width: 1024px) {
  .pxl-tabs.pxl-tabs1 .pxl-tab--title {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.pxl-tabs.pxl-tabs1 .pxl-tab--title .direction-item {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #94d96b;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-tabs.pxl-tabs1 .pxl-tab--title .direction-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--primary-color);
  border-radius: inherit;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-tabs.pxl-tabs2 {
  /* End Layout 2 */
}
.pxl-tabs.pxl-tabs2 .pxl-tabs--inner {
  display: flex;
  align-items: center;
  gap: 59px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .pxl-tabs.pxl-tabs2 .pxl-tabs--inner {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs.pxl-tabs2 .pxl-tabs--content {
    margin-left: 15px;
  }
}
.pxl-tabs.pxl-tabs2 .pxl-tabs--title {
  display: grid;
}
.pxl-tabs.pxl-tabs2 .pxl-tab--title {
  gap: 14px;
  min-width: 250px;
  padding-left: 48px;
  color: #fff;
  line-height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-tabs.pxl-tabs2 .pxl-tab--title.active, .pxl-tabs.pxl-tabs2 .pxl-tab--title.prev {
  border-bottom-color: transparent;
}
.pxl-tabs.pxl-tabs2 .direction-item {
  background: var(--link-color);
  border-radius: 0 60px 60px 0;
}
.pxl-tabs .pxl-tab--content {
  display: none;
  width: 100%;
}
.pxl-tabs .pxl-tab--title.active .direction-item {
  opacity: 1;
  transform: translate(0) !important;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor > .elementor {
  margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-tab--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(30px);
}
.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0px);
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.pxl-booking {
  /* End Case Booking */
  /* Case Pricing */
}
.pxl-booking.pxl-booking1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  position: relative;
}
.pxl-booking.pxl-booking1:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/about-booking.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  animation : pxl_spin 20s linear infinite;
}
.pxl-booking.pxl-booking1 .pxl-item--inner {
  text-align: center;
}
.pxl-booking.pxl-booking1 .pxl-item--title {
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.681px;
  max-width: 90px;
  padding-top: 20px;
}
.pxl-pricing {
  /* End Case Pricing */
  /* Case Video Player */
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner {
  border-radius: 15px;
  position: relative;
  border: 1px solid #e0e8f4;
  z-index: 9;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading {
  margin: 0 16px;
  border-bottom: 1px solid #e0e8f4;
  padding-bottom: 20px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 25px;
  color: var(--secondary-color);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
  background: #cde4ce;
  border-radius: 100px;
  width: fit-content;
  min-width: 184px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--heading {
  color: var(--secondary-color);
  text-align: center;
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  padding-top: 45px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--desc {
  color: var(--secondary-color);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  padding-top: 7px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--price {
  display: grid;
  align-items: center;
  justify-content: center;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--price .pxl--price {
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.12px;
  padding-top: 32px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--heading .pxl-item--price .pxl--billing-cycle {
  color: var(--secondary-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content {
  display: grid;
  justify-content: center;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--feature {
  list-style: none;
  margin-top: 38px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--feature li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--secondary-color);
  margin-bottom: 19px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--feature li:last-child {
  margin-bottom: 0 !important;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--feature li.not-feature-item {
  color: rgba(21, 61, 11, 0.67);
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--feature li.not-feature-item svg {
  opacity: 0;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--button {
  margin-top: 40px;
  margin-bottom: 55px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--button a {
  color: var(--secondary-color);
  background: #cde4ce;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  padding: 0 48px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner .pxl-pricing--content .pxl-pricing--button a:hover {
  color: #cde4ce;
  background: var(--secondary-color);
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: var(--primary-color);
  border-radius: 25px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-overlay--color {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-overlay--color:before, .pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-overlay--color:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 61, 44, .82);
  z-index: 1;
  border-radius: inherit;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-overlay--color:after {
  background-image: url('../img/pricing-bg1.jpg');
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading {
  border-bottom-color: rgba(255, 255, 255, 0.37);
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading .pxl-item--title {
  top: 0;
  opacity: 1;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading .pxl-item--heading, .pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading .pxl-item--desc {
  color: #fff;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading .pxl-item--price .pxl--price, .pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--heading .pxl-item--price .pxl--billing-cycle {
  color: #fff;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--content .pxl-pricing--feature li {
  color: #fff;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--content .pxl-pricing--feature li svg path {
  stroke: #fff;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--content .pxl-pricing--feature li.not-feature-item {
  color: #dfffcb;
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--content .pxl-pricing--button a {
  color: #fff;
  background: var(--primary-color);
}
.pxl-pricing.pxl-pricing1 .pxl-item--inner.featured-plan .pxl-pricing--content .pxl-pricing--button a:hover {
  color: var(--primary-color);
  background: #cde4ce;
}
.pxl-video-player1 {
  /* End Case Video Player */
  /* Case Index Box */
}
.pxl-video-player1 .pxl-overlay-color, .pxl-video-player1 .pxl-video--imagebg .bg-image, .pxl-video-player1 .localvideo-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-video-player1 .pxl-overlay-color {
  z-index: 88;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap.p-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-video-player1 .pxl-video--imagebg {
  position: relative;
  overflow: hidden;
}
.pxl-video-player1 .pxl-video--imagebg .bg-image {
  bottom: -60px;
}
.pxl-video-player1 .localvideo-bg {
  position: relative;
  height: 100vh;
}
.pxl-video-player1 .localvideo-bg video {
  object-fit: cover;
}
@media (max-width: 1366px) {
  .pxl-video-player1 .localvideo-bg video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pxl-video-player1 .btn-video-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.pxl-video-player1 .pxl-video--inner {
  position: relative;
  overflow: hidden;
}
.pxl-video-player1 .pxl-video--inner .pxl-video--holder {
  animation: pxl_scale_in_out 30s linear infinite;
}
.pxl-video-player1 .pxl-video--inner .pxl-video--holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--third-color);
  border-radius: inherit;
}
.pxl-video-player1 .pxl-video--inner .pxl-video--holder .pxl-video--image, .pxl-video-player1 .pxl-video--inner .pxl-video--holder img {
  border-radius: inherit;
  object-fit: cover;
}
.pxl-video-player1 .pxl-item--title {
  color: ;
  margin: 0 15px 37px;
}
.pxl-video-player1 .btn-video {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 50%;
  color: var(--secondary-color);
  font-size: 16px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: var(--third-color);
}
.pxl-video-player1 .btn-video:hover {
  transform: scale(0.9);
}
.pxl-video-player1 .btn-video .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: pxl_squares 3.9s linear 0s infinite;
  -webkit-animation: pxl_squares 3.9s linear 0s infinite;
  -ms-animation: pxl_squares 3.9s linear 0s infinite;
  -o-animation: pxl_squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.pxl-video-player1 .btn-video .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pxl-video-player1 .btn-video .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.pxl-index-box {
  /* End Case Index Box */
  /* Case List Categories */
}
.pxl-index-box.pxl-index-box1 .pxl-item--inner {
  display: flex;
  gap: 23px;
}
.pxl-index-box.pxl-index-box1 .pxl-index--number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-index-box.pxl-index-box1 .pxl-item--title {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.pxl-index-box.pxl-index-box1 .pxl-item--desc {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 10px;
}
.pxl-list--categories {
  /* End Case List Categories */
  /* Case Marquee */
}
.pxl-list--categories.pxl-list--categories .pxl--item {
  position: relative;
  padding: 0 35px 0 24px;
  border-radius: 100px;
  border: 1px solid #cde4ce;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
  overflow: hidden;
}
.pxl-list--categories.pxl-list--categories .pxl--item:last-child {
  margin-bottom: 0 !important;
}
.pxl-list--categories.pxl-list--categories .pxl--item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: inherit;
  background: var(--secondary-color);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-list--categories.pxl-list--categories .pxl--item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pxl-list--categories.pxl-list--categories .pxl--item .pxl-icon--arrow {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.pxl-list--categories.pxl-list--categories .pxl--item .pxl-icon--arrow svg path {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-list--categories.pxl-list--categories .pxl--item .pxl-item--icon svg g#no-hover path {
  fill: #94d96b !important;
}
.pxl-list--categories.pxl-list--categories .pxl--item .pxl-item--icon svg path {
  fill: var(--secondary-color);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-list--categories.pxl-list--categories .pxl--item .pxl-item--label {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-list--categories.pxl-list--categories .pxl--item:hover .pxl-item--label {
  color: #fff;
}
.pxl-list--categories.pxl-list--categories .pxl--item:hover .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-list--categories.pxl-list--categories .pxl--item:hover:before {
  width: 100%;
}
.pxl-list--categories.pxl-list--categories .pxl--item:hover .pxl-icon--arrow svg path {
  stroke: #fff;
}
.pxl-marquee {
  /* End Case Marquee */
  /* Case Progressbar */
}
.pxl-marquee.pxl-overflow-hidden {
  overflow-x: clip;
}
.pxl-marquee.pxl-marquee1 .pxl-item--label {
  --bg-color: #b0b0b0;
  --width: 284px;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--label.pxl-show-line .pxl-label--text {
  position: relative;
  padding-inline: 23px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--label.pxl-show-line .pxl-label--text::after, .pxl-marquee.pxl-marquee1 .pxl-item--label.pxl-show-line .pxl-label--text::before {
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  max-width: var(--width);
  height: 1px;
  background-color: var(--bg-color);
  left: 0;
  transform: translate(-100%, -50%);
}
.pxl-marquee.pxl-marquee1 .pxl-item--label.pxl-show-line .pxl-label--text::after {
  left: auto;
  right: 0;
  transform: translate(100%, -50%);
}
.pxl-marquee.pxl-marquee1 .pxl-item--label .pxl-title--highlight {
  color: var(--primary-color);
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.44px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--container {
  width: 100%;
  position: relative;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner {
  --x: 100px;
  --gap: 50px;
  --width: 100%;
  position: relative;
  width: 100%;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.infinite {
  --width: calc(100% + var(--gap));
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.ltr {
  justify-content: end;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.rtl {
  justify-content: start;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.pause-on-hover:hover .pxl-item--list {
  animation-play-state: paused;
}
.pxl-marquee.pxl-marquee1 .pxl-item--list {
  display: inline-flex;
  flex: 0 0 var(--width);
  will-change: transform;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pxl-marquee.pxl-marquee1 .pxl-item--list.main {
  padding-right: var(--gap);
}
.pxl-marquee.pxl-marquee1 .pxl-item--single {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner {
  width: 100%;
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single + .pxl-item--single {
  padding-left: var(--x);
}
.pxl-marquee.pxl-marquee1 .pxl-item--icon, .pxl-marquee.pxl-marquee1 .pxl-item--image {
  position: relative;
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--icon img, .pxl-marquee.pxl-marquee1 .pxl-item--image img {
  height: 100%;
}
.pxl-marquee.pxl-marquee1 .pxl-item--icon i, .pxl-marquee.pxl-marquee1 .pxl-item--image i, .pxl-marquee.pxl-marquee1 .pxl-item--icon img, .pxl-marquee.pxl-marquee1 .pxl-item--image img, .pxl-marquee.pxl-marquee1 .pxl-item--icon svg path, .pxl-marquee.pxl-marquee1 .pxl-item--image svg path {
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--icon::after, .pxl-marquee.pxl-marquee1 .pxl-item--image::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  filter: blur(8px);
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--bg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-marquee.pxl-marquee1 .pxl-item--overlay {
  --gradient-color-from: rgba(0, 28, 23, 0.00);
  --gradient-color-to: #001c17;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, var(--gradient-color-from) 4.1%, var(--gradient-color-to) 100%);
}
.pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--icon i, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--image i, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--icon img, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--image img, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--icon svg, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--image svg {
  transform: translateY(-10px);
}
.pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--icon::after, .pxl-marquee.pxl-marquee1.pxl-marquee-style1 .pxl-item--single:hover .pxl-item--image::after {
  opacity: 1;
}
.pxl-progressbar {
  /* End Case Progressbar */
  /* Case Wheel Spin */
}
.pxl-progressbar.pxl-progressbar-1 .pxl--title {
  color: var(--link-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-progressbar.pxl-progressbar-1 .pxl--percentage {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-progressbar.pxl-progressbar-1 .pxl-progressbar--wrap {
  background: #edfbe6;
  border: 1px solid #cde4ce;
  height: 24px;
}
.pxl-progressbar.pxl-progressbar-1 .pxl--progressbar {
  background: #295c43;
  height: 14px;
}
.pxl-wheel-spin {
  /* End Case Wheel Spin */
  /* Case Slide Home */
}
.pxl-wheel-spin .pxl-item--container, .pxl-wheel-spin .pxl-item--inner {
  position: relative;
}
.pxl-wheel-spin .pxl-item--list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  visibility: hidden;
}
.pxl-wheel-spin .pxl-item--list.active, .pxl-wheel-spin .pxl-item--list.pre, .pxl-wheel-spin .pxl-item--list.next {
  visibility: visible;
  cursor: pointer;
}
.pxl-wheel-spin .pxl-item--list.active .pxl-item--icon, .pxl-wheel-spin .pxl-item--list.pre .pxl-item--icon, .pxl-wheel-spin .pxl-item--list.next .pxl-item--icon, .pxl-wheel-spin .pxl-item--list.active .pxl-item--content, .pxl-wheel-spin .pxl-item--list.pre .pxl-item--content, .pxl-wheel-spin .pxl-item--list.next .pxl-item--content {
  opacity: 1;
}
.pxl-wheel-spin .pxl-item--icon {
  width: 105px;
  min-width: 105px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .pxl-wheel-spin .pxl-item--icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.pxl-wheel-spin .pxl-item--icon:before, .pxl-wheel-spin .pxl-item--icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(230, 255, 246, 0.20);
  border: 1px dashed var(--primary-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-wheel-spin .pxl-item--icon:after {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background: #edfbe6;
  border: none !important;
}
.pxl-wheel-spin .pxl-item--icon i, .pxl-wheel-spin .pxl-item--icon svg {
  width: auto;
}
.pxl-wheel-spin .pxl-item--icon i, .pxl-wheel-spin .pxl-item--icon svg path {
  color: var(--primary-color);
  fill: var(--primary-color);
}
.pxl-wheel-spin .pxl-item--content {
  position: absolute;
  left: calc(50% + 78px);
  top: 0;
  width: 100%;
  max-width: 460px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-wheel-spin .pxl-item--content {
    left: calc(50% + 65px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-wheel-spin .pxl-item--content {
    left: calc(50% + 55px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-wheel-spin .pxl-item--content {
    max-width: 400px;
  }
}
.pxl-wheel-spin .pxl-item--title {
  color: var(--link-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1200px) {
  .pxl-wheel-spin .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-wheel-spin .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 21px;
  user-select: none;
}
@media screen and (max-width: 1200px) {
  .pxl-wheel-spin .pxl-item--description {
    font-size: 16px;
    margin-top: 12px;
  }
}
.pxl-wheel-spin #circle-svg {
  height: 700px;
  overflow: visible;
  width: 700px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-wheel-spin .st0 {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 2;
  stroke-miterlimit: 1;
  /* Active */
}
.pxl-wheel-spin .pxl-item--list.active .pxl-item--icon:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transition: all 0.3s linear 0.5s;
  -khtml-transition: all 0.3s linear 0.5s;
  -moz-transition: all 0.3s linear 0.5s;
  -ms-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
.pxl-slide--home {
  /* End Case Slide Home */
  /* Case Project Information */
}
.pxl-slide--home.pxl-slide--home1 .pxl-carousel-inner, .pxl-slide--home.pxl-slide--home1 .pxl-swiper-container {
  overflow: visible;
}
.pxl-slide--home.pxl-slide--home1 .pxl-item--inner {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item--inner {
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }
}
.pxl-slide--home.pxl-slide--home1 .pxl-item-featured {
  text-align: center;
}
.pxl-slide--home.pxl-slide--home1 .pxl-item-featured .pxl-item--image {
  width: 602px;
  transform: scale(0);
  transform-origin: center bottom;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item-featured .pxl-item--image {
    width: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item-featured .pxl-item--image {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item-featured .pxl-item--image {
    width: auto;
    max-width: 350px;
  }
}
.pxl-slide--home.pxl-slide--home1 .pxl--button-featured {
  position: relative;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  text-align: start;
  gap: 13px;
  color: #17511a;
  background: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  max-width: 337px;
  border-radius: 100px;
  padding: 28px 33px;
  margin-top: -35px;
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home1 .pxl--button-featured {
    padding: 20px;
  }
}
.pxl-slide--home.pxl-slide--home1 .pxl--button-featured .pxl-icon--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #94d96b;
}
.pxl-slide--home.pxl-slide--home1 .pxl-item--content {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item--content {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home1 .pxl-item--content {
    margin: 30px 0;
    order: -1;
  }
}
.pxl-slide--home.pxl-slide--home1 .pxl-sub--heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b3d2c;
  background: #cde4ce;
  border-radius: 40px;
  padding: 0 14px;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home1 .pxl--heading {
  color: #0b3d2c;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.0625;
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .pxl-slide--home.pxl-slide--home1 .pxl--heading {
    font-size: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .pxl-slide--home.pxl-slide--home1 .pxl--heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home1 .pxl--heading {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slide--home.pxl-slide--home1 .pxl--heading {
    font-size: 42px;
  }
}
.pxl-slide--home.pxl-slide--home1 .pxl--description {
  color: #0b3d2c;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 668px;
  margin-top: 25px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home1 .pxl-text--button {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  margin-top: 35px;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl-item-featured .pxl-item--image {
  transform: scale(1);
  transition-delay: 0.7s;
}
.pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl-sub--heading, .pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl--heading, .pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl--description, .pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl-text--button {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition-delay: 0.3s;
}
.pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl-sub--heading {
  transition-delay: 0.15s;
}
.pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl--description {
  transition-delay: 0.5s;
}
.pxl-slide--home.pxl-slide--home1 .swiper-slide-active .pxl-text--button {
  transition-delay: 0.7s;
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--inner {
  display: flex;
  gap: 20px;
  margin-top: 220px;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home2 .pxl-item--inner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home2 .pxl-item--inner {
    margin: 0;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--content {
  display: flex;
  flex-direction: column;
  width: 51.5%;
  margin: 55px 0;
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home2 .pxl-item--content {
    width: 100%;
    margin: 35px 0 75px;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl-sub--heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 40px;
  padding: 0 14px;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  width: fit-content;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home2 .pxl-sub--heading svg {
  color: var(--primary-color);
}
.pxl-slide--home.pxl-slide--home2 .pxl--heading {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.0625;
  letter-spacing: -2px;
  text-transform: capitalize;
  max-width: 700px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .pxl-slide--home.pxl-slide--home2 .pxl--heading {
    font-size: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home2 .pxl--heading {
    font-size: 58px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home2 .pxl--heading {
    font-size: 48px;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl--description {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 668px;
  margin-top: 28px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home2 .pxl--description {
    font-size: 18px;
    margin-top: 20px;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl-text--button {
  color: var(--link-color);
  background: var(--third-color);
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  margin-top: 37px;
  margin-bottom: 20px;
  padding: 0 55px;
  width: fit-content;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home2 .pxl-text--button {
    font-size: 16px;
    padding: 0 35px;
    margin-top: 25px;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl-item-featured {
  width: 48.5%;
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home2 .pxl-item-featured {
    display: none;
  }
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--image {
  position: relative;
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--image:before, .pxl-slide--home.pxl-slide--home2 .pxl-item--image:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 50% 50% 80px 50%;
  border: 17px solid #94d96b;
  background: rgba(82, 140, 48, 0.6);
  box-shadow: -8.911px 35.642px 35.642px 0px rgba(82, 140, 48, 0.28);
  z-index: -1;
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--image:after {
  background-image: url('../img/home4-featured-bg1.webp');
  background-position: center center;
  background-size: cover;
  z-index: -2;
}
.pxl-slide--home.pxl-slide--home2 .pxl-item--image img {
  position: relative;
  left: 90px;
  max-width: 623px;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-sub--heading, .pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl--heading, .pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl--description, .pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-text--button {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition-delay: 0.3s;
}
.pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-sub--heading {
  transition-delay: 0.15s;
}
.pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl--description {
  transition-delay: 0.5s;
}
.pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-text--button {
  transition-delay: 0.7s;
}
.pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-item--image img {
  left: 60px;
  opacity: 1;
  transition-delay: 1.2s;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home2 .swiper-slide-visible .pxl-item--image img {
    left: 45px;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-item--inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 157px;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home3 .pxl-item--inner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home3 .pxl-item--inner {
    margin: 0;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-item--content {
  display: flex;
  flex-direction: column;
  width: 54%%;
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home3 .pxl-item--content {
    width: 100%;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-sub--heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 40px;
  padding: 0 14px;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.4px;
  width: fit-content;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home3 .pxl-sub--heading svg {
  color: var(--link-color);
}
.pxl-slide--home.pxl-slide--home3 .pxl--heading {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.0625;
  letter-spacing: -2px;
  text-transform: capitalize;
  max-width: 700px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .pxl-slide--home.pxl-slide--home3 .pxl--heading {
    font-size: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home3 .pxl--heading {
    font-size: 58px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slide--home.pxl-slide--home3 .pxl--heading {
    font-size: 48px;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl--description {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 668px;
  margin-top: 28px;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home3 .pxl--description {
    font-size: 18px;
    margin-top: 20px;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-text--button {
  color: #fff;
  background: #4faa7e;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  margin-top: 37px;
  margin-bottom: 20px;
  padding: 0 55px;
  width: fit-content;
  opacity: 0;
  transform: translateY(-10px) scaleY(0);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-slide--home.pxl-slide--home3 .pxl-text--button {
    font-size: 16px;
    padding: 0 35px;
    margin-top: 25px;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-item-featured {
  width: 46%;
}
@media screen and (max-width: 991px) {
  .pxl-slide--home.pxl-slide--home3 .pxl-item-featured {
    display: none;
  }
}
.pxl-slide--home.pxl-slide--home3 .pxl-item--image {
  position: relative;
}
.pxl-slide--home.pxl-slide--home3 .pxl-item--image:before {
  position: absolute;
  content: '';
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 681px;
  background-image: url('../img/bullion coins small.webp');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}
.pxl-slide--home.pxl-slide--home3 .pxl-item--image img {
  position: relative;
  bottom: -20px;
  max-width: 623px;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl-sub--heading, .pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl--heading, .pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl--description, .pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl-text--button {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition-delay: 0.3s;
}
.pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl-sub--heading {
  transition-delay: 0.15s;
}
.pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl--description {
  transition-delay: 0.5s;
}
.pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl-text--button {
  transition-delay: 0.7s;
}
.pxl-slide--home.pxl-slide--home3 .swiper-slide-visible .pxl-item--image img {
  bottom: 0px;
  opacity: 1;
  transition-delay: 1.2s;
}
.pxl-project-information {
  /* End Case Project Information */
  /* Case Showcase */
}
.pxl-project-information a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.pxl-project-information.pxl-project-information1 .pxl--item {
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid #e0e8f4;
  padding: 21px 0;
}
.pxl-project-information.pxl-project-information1 .pxl--item:last-child {
  border: none !important;
}
.pxl-project-information.pxl-project-information1 .pxl-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #2a7d2e;
}
.pxl-project-information.pxl-project-information1 .pxl-sub--heading {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
.pxl-project-information.pxl-project-information1 .pxl-item--title {
  color: #0b3d2c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.pxl-showcase {
  /* End Case Showcase 

/* Slide Revolution - Custom Bullet*/
}
.pxl-showcase .pxl-item--showcase {
  padding: 20px;
}
.pxl-showcase.pxl-showcase1 .pxl-item--inner {
  row-gap: 25px;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase {
  --height: 300px;
  position: relative;
  width: 100%;
  min-height: var(--height);
  border: 3px solid var(--primary-color);
  overflow: hidden;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase::before {
  content: '';
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  transition: inherit;
  z-index: 1;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase:hover {
  border-color: var(--third-color);
  border-radius: 0;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase:hover::before {
  opacity: 1;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase:hover .pxl-item--image {
  transform: translateY(calc(-100% + var(--height)));
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase:hover .pxl-item--btn {
  transform: scale(1);
  opacity: 1;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase.coming-soon {
  pointer-events: none;
}
.pxl-showcase.pxl-showcase1 .pxl-item--showcase.coming-soon:before {
  background: rgba(32, 32, 32, .6);
  backdrop-filter: blur(5px);
  opacity: 1;
}
.pxl-showcase.pxl-showcase1 .pxl-item--image {
  -webkit-transition: transform 5s linear;
  -khtml-transition: transform 5s linear;
  -moz-transition: transform 5s linear;
  -ms-transition: transform 5s linear;
  -o-transition: transform 5s linear;
  transition: transform 5s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 10px;
}
.pxl-showcase.pxl-showcase1 .pxl-item--image img {
  width: 100%;
}
.pxl-showcase.pxl-showcase1 .pxl-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.pxl-showcase.pxl-showcase1 .pxl-item--btn {
  border-radius: 10px;
  font-size: 14px;
  transform: scale(0);
  opacity: 0;
  line-height: 46px;
  padding-inline: 28px;
  color: #fff;
  z-index: 9;
  min-width: 140px;
  background-color: var(--primary-color);
}
.pxl-showcase.pxl-showcase1 .pxl-item--btn.pxl-item--btn2 {
  background-color: var(--third-color);
}
.pxl-showcase.pxl-showcase1 .pxl-item--btn.pxl-item--btn2:hover {
  color: var(--third-color);
  background-color: #fff;
}
.pxl-showcase.pxl-showcase1 .pxl-item--btn:hover {
  color: var(--primary-color);
  background-color: #fff;
}
.pxl-showcase.pxl-showcase1 .pxl-item--title {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .pxl-showcase.pxl-showcase1 .pxl-item--title {
    font-size: 15px;
  }
}
.pxl-showcase.pxl-showcase2 .pxl-item--inner {
  row-gap: 25px;
}
.pxl-showcase.pxl-showcase2 .pxl-item--showcase {
  --height: 300px;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.pxl-showcase.pxl-showcase2 .pxl-item--showcase:hover {
  border-radius: 0;
}
.pxl-showcase.pxl-showcase2 .pxl-item--showcase:hover .pxl-item--image {
  transform: translateY(calc(-100% + var(--height)));
}
.pxl-showcase.pxl-showcase2 .pxl-item--showcase.coming-soon {
  pointer-events: none;
  background-image: url('../img/is-coming-landing.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.pxl-showcase.pxl-showcase2 .pxl-item--showcase.coming-soon .pxl-item--feature {
  box-shadow: none;
}
.pxl-showcase.pxl-showcase2 .pxl-item--feature {
  position: relative;
  min-height: var(--height);
  border-radius: 15px;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.pxl-showcase.pxl-showcase2 .pxl-item--image {
  -webkit-transition: transform 5s linear;
  -khtml-transition: transform 5s linear;
  -moz-transition: transform 5s linear;
  -ms-transition: transform 5s linear;
  -o-transition: transform 5s linear;
  transition: transform 5s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 10px;
}
.pxl-showcase.pxl-showcase2 .pxl-item--image img {
  width: 100%;
}
.pxl-showcase.pxl-showcase2 .pxl-item--image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.pxl-showcase.pxl-showcase2 .pxl-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 9;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .pxl-showcase.pxl-showcase2 .pxl-btn-group {
    margin-top: 18px;
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-showcase.pxl-showcase2 .pxl-btn-group {
    gap: 35px;
  }
}
.pxl-showcase.pxl-showcase2 .pxl-item--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  z-index: 9;
  padding: 0;
  color: #646464;
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  .pxl-showcase.pxl-showcase2 .pxl-item--btn {
    font-size: 20px;
    gap: 8px;
  }
}
.pxl-showcase.pxl-showcase2 .pxl-item--btn svg {
  color: inherit;
}
.pxl-showcase.pxl-showcase2 .pxl-item--btn:hover svg {
  animation: hover-arrow 0.5s ease;
}
.pxl-showcase.pxl-showcase2 .pxl-item--btn:hover svg path {
  fill: #646464;
}
.pxl-showcase.pxl-showcase2 .pxl-item--title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1px;
}
.pxl-showcase.pxl-showcase2 .pxl-item--coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1px;
}
.sr7-bullets.greenola {
  /* End Custom Bullet */
}
@media (max-width: 1650px) {
  .sr7-bullets.greenola {
    display: none !important;
  }
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
  margin-top: 6px;
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-lg-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.pxl-grid .pxl-post--featured, .pxl-post-carousel .pxl-post--featured, .pxl-post-modern .pxl-post--featured, .pxl-swiper-slider .pxl-post--featured {
  position: relative;
}
.pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link {
  z-index: 99;
}
.pxl-grid .pxl-post--image img, .pxl-post-carousel .pxl-post--image img, .pxl-post-modern .pxl-post--image img, .pxl-swiper-slider .pxl-post--image img, .pxl-grid .pxl-post--featured img, .pxl-post-carousel .pxl-post--featured img, .pxl-post-modern .pxl-post--featured img, .pxl-swiper-slider .pxl-post--featured img {
  width: 100%;
}
.pxl-grid .pxl-post--title a, .pxl-post-carousel .pxl-post--title a, .pxl-post-modern .pxl-post--title a, .pxl-swiper-slider .pxl-post--title a {
  color: inherit;
}
.pxl-grid .pxl-post--title a:hover, .pxl-post-carousel .pxl-post--title a:hover, .pxl-post-modern .pxl-post--title a:hover, .pxl-swiper-slider .pxl-post--title a:hover {
  color: inherit;
}
.pxl-grid .pxl-post--category, .pxl-post-carousel .pxl-post--category, .pxl-post-modern .pxl-post--category, .pxl-swiper-slider .pxl-post--category {
  position: relative;
}
.pxl-grid .pxl-post--category.link-none:before, .pxl-post-carousel .pxl-post--category.link-none:before, .pxl-post-modern .pxl-post--category.link-none:before, .pxl-swiper-slider .pxl-post--category.link-none:before, .pxl-grid .pxl-post--category.deactive-click:before, .pxl-post-carousel .pxl-post--category.deactive-click:before, .pxl-post-modern .pxl-post--category.deactive-click:before, .pxl-swiper-slider .pxl-post--category.deactive-click:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-grid .pxl-post--category a, .pxl-post-carousel .pxl-post--category a, .pxl-post-modern .pxl-post--category a, .pxl-swiper-slider .pxl-post--category a {
  color: inherit;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry {
  margin: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
  padding: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner {
  margin-bottom: 0;
}
.pxl-load-more {
  /* Grid Filter Style */
}
.pxl-load-more .pxl-load-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -10px;
  opacity: 0;
}
.pxl-load-more .pxl-loadmore-text {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pxl-load-more .pxl-loadmore-text svg {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-load-more.loading .pxl-load-icon {
  opacity: 1;
}
.pxl-load-more.loading .pxl-loadmore-text {
  opacity: 0;
}
.pxl-load-more .btn:hover .pxl-loadmore-text svg {
  transform: rotate(90deg);
}
.pxl-grid-filter {
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  /* End Grid Filter Style */
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter {
    gap: 8px;
  }
}
.pxl-grid-filter .filter-item {
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.pxl-grid-filter .pxl--filter-inner {
  display: inline-flex;
  flex-wrap: wrap;
}
.pxl-grid-filter.style-1 {
  margin-bottom: 48px;
}
.pxl-grid-filter.style-1 .filter-item {
  padding: 0 28px;
  position: relative;
  border: 2px solid #fe4040;
  overflow: hidden;
  line-height: 52px;
  border-radius: 8px;
  color: #fe4040;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
}
.pxl-grid-filter.style-1 .filter-item:last-child {
  margin-right: 0;
}
.pxl-grid-filter.style-1 .filter-item:before, .pxl-grid-filter.style-1 .filter-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fe4040;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  border-radius: inherit;
}
.pxl-grid-filter.style-1 .filter-item.active {
  color: #fff;
}
.pxl-grid-filter.style-1 .filter-item.active:before, .pxl-grid-filter.style-1 .filter-item.active:after {
  width: 120%;
  opacity: 1;
}
.pxl-grid-filter.style-2 {
  margin-bottom: 0;
}
.pxl-grid-filter.style-2 .filter-item {
  line-height: 48px;
  color: rgba(32, 32, 32, .72);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.16px;
  border-radius: 8px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.pxl-grid-filter.style-2 .filter-item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background: #00bd39;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  border-radius: inherit;
  z-index: -1;
}
.pxl-grid-filter.style-2 .filter-item.active, .pxl-grid-filter.style-2 .filter-item:hover {
  color: #fff;
}
.pxl-grid-filter.style-2 .filter-item.active:before, .pxl-grid-filter.style-2 .filter-item:hover:before {
  width: 100%;
}
.pxl-products--inner {
  margin-bottom: 32px !important;
}
.pxl-products--inner .woocommerce-product-content .woocommerce-sg-product-excerpt {
  color: rgba(32, 32, 32, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-products--inner .woocommerce-product-content .woocommerce-sg-product-excerpt {
  margin-bottom: 18px;
}
.slick-slider {
  overflow: hidden;
  /* End Slick */
  /*--------------------------------------------------------------
Carousel Reset
----------------------------------------------------------------*/
}
.slick-slider .slick-track {
  display: flex;
}
.swiper-slide-active {
  z-index: 99;
}
.pxl-carousel-inner {
  overflow: hidden;
}
.pxl-carousel-inner img {
  width: 100%;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide, .pxl-swiper-container.swiper-container-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active, .pxl-swiper-container.swiper-container-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides {
  font-size: 18px;
  font-weight: 700;
  color: #cccabf;
  margin: 0 14px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide:before, .pxl-swiper-pagination .pxl-swiper-total-slides:before {
  content: '0';
}
.pxl-swiper-pagination .pxl-swiper-current-slide {
  color: #0a1316;
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.pxl-swiper-slider {
  position: relative;
}
.pxl-swiper-slider.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
  padding: 0 15px;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
  padding: 0 15px;
}
.swiper-container-vertical {
  height: 300px;
}
.swiper-container-vertical .pxl-swiper-wrapper, .swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-vertical .pxl-swiper-slide, .swiper-container-vertical .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-slider-mode="fade"] .swiper-slide-active {
  z-index: 9;
}
.swiper-creative .pxl-swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
  transition-property: transform;
}
.swiper-3d .pxl-swiper-wrapper {
  transform-style: preserve-3d;
  transform: translate3d(0px, 0, 0);
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .pxl-swiper-slide {
  transform-style: preserve-3d;
}
.pxl--hide-arrow .pxl-swiper-arrow-wrap {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
}
.swiper-vertical {
  touch-action: pan-x;
  height: 100vh;
}
.swiper-vertical > .pxl-swiper-wrapper {
  flex-direction: column;
}
.swiper-vertical.swiper-backface-hidden .pxl-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-filter-wrap .filter-item:before {
  content: '';
  width: 11px;
  height: 41px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  -khtml-transform: translate(-50%, -50%) scaleY(0);
  -moz-transform: translate(-50%, -50%) scaleY(0);
  -ms-transform: translate(-50%, -50%) scaleY(0);
  -o-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.swiper-filter-wrap .filter-item span {
  color: #010927;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  -khtml-transform: translate(-50%, -50%) scaleY(1);
  -moz-transform: translate(-50%, -50%) scaleY(1);
  -ms-transform: translate(-50%, -50%) scaleY(1);
  -o-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}
.pxl-swiper-slider .pxl-post--image img, .pxl-swiper-slider .pxl-post--featured img {
  width: 100%;
}
.pxl-swiper-slider .pxl-post--title a, .pxl-swiper-slider .pxl-post--category a {
  color: inherit;
}
.pxl-swiper-slider .pxl-post--title a:hover, .pxl-swiper-slider .pxl-post--category a:hover {
  color: inherit;
}
.pxl-swiper-fraction-first, .pxl-swiper-fraction-last {
  font-size: 20px;
  font-weight: 700;
  color: #040505;
  margin: 0 16px;
  display: inline-flex;
  /* Slick Arrow */
  /*End Slick Arrow*/
  /* Arrows Carousel */
}
.pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  /* End Arrows Carousel */
  /* Case Navigation Carousel */
}
@media screen and (max-width: 767px) {
  .pxl-swiper-arrow-wrap {
    margin-top: 30px;
  }
}
.pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  cursor: pointer;
  /* Swiper Arrow Style */
}
.pxl-swiper-arrow-wrap.style-1 {
  position: relative;
  gap: 13px;
}
.pxl-swiper-arrow-wrap.style-1:before, .pxl-swiper-arrow-wrap.style-1:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 57px);
  height: 1px;
  background: #cde4ce;
}
.pxl-swiper-arrow-wrap.style-1:after {
  left: unset;
  right: 0;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
  position: relative;
  color: var(--link-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid var(--link-color);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled) {
  border-color: transparent;
  box-shadow: 0px 0px 30px 0px rgba(137, 151, 186, 0.25);
  scale: 0.95;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled):after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.pxl-swiper-arrow-wrap.style-2 {
  gap: 15px;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cde4ce;
  backdrop-filter: blur(6px);
  border-radius: 50%;
  color: var(--link-color);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
  color: #cde4ce;
  background: var(--primary-color);
}
.pxl-swiper-arrow-wrap.style-3 {
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 9;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.20);
  border: 2px solid #fff;
  border-radius: 50%;
  backdrop-filter: blur(5.5px);
  box-sizing: border-box;
  color: #fff;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow:hover {
  background: #fff;
  color: #202020;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow-prev {
  transform: translateX(-50%);
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow-next {
  transform: translateX(50%);
}
.pxl-swiper-arrow-wrap .swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.pxl-navigation-carousel {
  /* End Case Navigation Carousel */
  /* Pagination - Dots */
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow {
    width: 45px;
    height: 45px;
  }
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow svg, .pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow i {
  color: var(--primary-color);
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow svg path, .pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow i path {
  fill: var(--primary-color);
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: var(--primary-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled) svg, .pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled) i {
  color: #fff;
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled) svg path, .pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled) i path {
  fill: #fff;
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .pxl-swiper-arrow:hover:not(.swiper-button-disabled):before {
  width: 200%;
  height: 200%;
}
.pxl-navigation-carousel.pxl-navigation-carousel1 .swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow svg {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow:hover span, .pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow:hover svg path {
  color: var(--third-color);
  fill: var(--third-color);
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--prev {
  padding-right: 45px;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--prev svg {
  right: 0;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--prev:hover svg {
  animation: slip-rtl 1.5s ease infinite;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--next {
  padding-left: 45px;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--next svg {
  left: 0;
}
.pxl-navigation-carousel.pxl-navigation-carousel2 .pxl-swiper-arrow.pxl-arrow--next:hover svg {
  animation: slip-ltr 1.5s ease infinite;
}
.pxl-navigation-carousel .pxl-swiper-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-navigation-carousel .pxl-swiper-arrows {
    gap: 12px;
  }
}
.pxl-navigation-carousel .pxl-swiper-arrow {
  cursor: pointer;
}
.pxl-swiper-dots {
  /* End Pagination - Dots */
}
.pxl-swiper-dots.pxl-swiper-pagination-bullets span {
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-swiper-dots.pxl-swiper-pagination-progressbar {
  height: 1px;
  background-color: #454545;
  width: 100%;
  position: relative;
  /* Swiper Dots Style */
}
.pxl-swiper-dots.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background-color: var(--primary-color);
  display: inline-flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left top;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
  text-align: center;
  margin: 45px 10px 0 10px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:before, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  border-radius: 25px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:before {
  background-color: var(--primary-color);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--primary-color)), to(var(--primary-color)));
  background-image: -webkit-linear-gradient(to right, var(--primary-color), var(--primary-color));
  background-image: -moz-linear-gradient(to right, var(--primary-color), var(--primary-color));
  background-image: -ms-linear-gradient(to right, var(--primary-color), var(--primary-color));
  background-image: -o-linear-gradient(to right, var(--primary-color), var(--primary-color));
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--primary-color)', gradientType='1');
  width: 25px;
  height: 25px;
  top: -9px;
  left: -9px;
  z-index: -2;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:after {
  background-color: #fff;
  width: 21px;
  height: 21px;
  top: -7px;
  left: -7px;
  z-index: -1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-image: -webkit-linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #b2ccfe 50%);
  background-image: -moz-linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #b2ccfe 50%);
  background-image: -ms-linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #b2ccfe 50%);
  background-image: -o-linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #b2ccfe 50%);
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, #b2ccfe 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-position: 0%;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.pxl-carousel-inner .pxl-item--image img {
  width: 100%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --radial-gradient: circle at center;
  --color-start-pos: 0%;
  --color-end-pos: 100%;
  --rotate: 180deg;
  --white: #fff;
  --light-blue-grey-1: #f5f7fa;
  --dark-blue-1: #003973;
  --dark-2: #072032;
  --text-1: #646464;
  --text-2: #9b9b9b;
  --text-3: #b0b6bc;
  --light-green-1: #e4f3e2;
  --light-green-2: #e7f8f0;
  --boarder-grey-1: #d7d7d7;
  --text-3: #b0b6bc;
  --dark-1: #1e2227;
  --red: #fe6462;
  --yellow: #fec51b;
  --bg-color: var(--primary-color);
  --hover-bg-color: var(--secondary-color);
  --border-color: #d7d7d7;
  --border-size: 0;
  --size: 10px;
  --spacing: 15px;
  --color: var(--primary-color);
  --hover-color: #fff;
  --gap: 15px;
  --width: 100%;
  --heigh: 100%;
  --x: 15px;
  --y: 15px;
  --right: 0px;
  --left: 0px;
  --top: 0px;
  --bottom: 0px;
  --s: 5s;
}
.pxl-wapper {
  overflow: clip;
}
#pxl-main .pxl-content-wrap.no-sidebar {
  margin: 0;
  /* Custom Wordpress Container */
}
.elementor-editor-preview, .elementor-editor-active {
  /* End Custom Wordpress Container */
}
.elementor-editor-preview .pxl-section-bg-parallax, .elementor-editor-active .pxl-section-bg-parallax {
  z-index: -1;
}
.elementor-editor-preview .elementor-shape, .elementor-editor-active .elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.elementor-editor-preview .elementor-shape.elementor-shape-top, .elementor-editor-active .elementor-shape.elementor-shape-top {
  top: 0;
}
.elementor-editor-preview .elementor-shape.elementor-shape-bottom, .elementor-editor-active .elementor-shape.elementor-shape-bottom {
  bottom: 0;
  transform: rotate(180deg);
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #646464;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: var(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.ft-secondary, blockquote:not(.pxl-blockquote), blockquote:not(.pxl-blockquote) cite, .widget_recent_comments ul, .widget_recent_comments ol, .widget_rss .rsswidget, .widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2, .widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments, .pxl-wg-categories .pxl-category--inner span, .pxl-contact-info-widget .pxl-phone--number, .pxl-contact-form .pxl-form--label, .btn {
  font-family: , sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tenor Sans', sans-serif;
  color: #2a7d2e;
  font-weight: 400;
  clear: both;
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin: 0;
  padding: 0;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 48px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 24px;
  line-height: 1.4545;
}
h6, .h6, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .title, .widget_products ul.product_list_widget li .product-title, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity input, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal bdi, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields label, .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
  font-size: 18px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
p {
  margin: 0;
}
.grid-sizer {
  display: none;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--primary-color);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: var(--primary-color);
  border: none;
  padding: 2px;
  text-decoration: none;
}
pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-position: inside;
  white-space: normal;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote:not(.pxl-blockquote) {
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid var(--gradient-color-from);
  border-right: 5px solid var(--gradient-color-to);
  border-radius: 10px;
  overflow: hidden;
}
blockquote:not(.pxl-blockquote):before {
  content: '';
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}
blockquote:not(.pxl-blockquote) cite:before {
  content: '';
  width: 65px;
  height: 2px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
blockquote:not(.pxl-blockquote) .pxl-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}
blockquote:not(.pxl-blockquote) p {
  margin-bottom: 0 !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
  display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
button {
  font-size: 16px;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
  /* Recoleta Font */
}
@font-face {
  font-family: 'Rowan Variable';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/rowan-variable/Rowan-Light.woff.woff2') format('woff2'), url('../fonts/rowan-variable/Rowan-Light.woff.woff') format('woff');
}
@font-face {
  font-family: 'Rowan Variable';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/rowan-variable/Rowan-Regular.woff2') format('woff2'), url('../fonts/rowan-variable/Rowan-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Rowan Variable';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/rowan-variable/Rowan-Medium.woff2') format('woff2'), url('../fonts/rowan-variable/Rowan-Medium.woff') format('woff');
}
@font-face {
  font-family: 'BrittanySignature';
  font-style: normal;
  src: url('../fonts/BrittanySignature/BrittanySignature.ttf') format('truetype');
}
.ft-theme-custom1 {
  font-family: 'Julietta-Messie' !important;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: inherit;
  }
}
.admin-bar #smooth-wrapper #pxl-wapper {
  padding-top: 32px;
}
@media screen and (min-width: 1400px) {
  .col-xxl-3 {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1201px) {
  #pxl-wapper .container {
    max-width: 1350px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-wapper .container {
    max-width: 100%;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
#pxl-wapper #pxl-sidebar-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
  left: calc(50% + 15px);
  transform: translate(-50%, 0);
  position: relative;
}
@media screen and (max-width: 1200px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth > .elementor-container {
  max-width: 1170px !important;
  margin: auto;
}
#pxl-main {
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  #pxl-main {
    overflow-x: clip;
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #pxl-main {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
}
.elementor-page:not(.single-post):not(.single-product) #pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page.single-product .woocommerce-Tabs-panel > .elementor {
  margin: 0 -15px;
}
@media screen and (min-width: 1201px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    top: 0 !important;
  }
}
body.elementor-editor-active {
  /* Custom Container */
}
body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
  top: 0 !important;
}
body.elementor-editor-active .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.elementor-page, .single, .search, .error404, .archive, .wp-singular {
  /* End Custom Container */
  /* Footer Standard Blog */
}
.elementor-page #pxl-content-area.col-12, .single #pxl-content-area.col-12, .search #pxl-content-area.col-12, .error404 #pxl-content-area.col-12, .archive #pxl-content-area.col-12, .wp-singular #pxl-content-area.col-12, .elementor-page #pxl-footer-elementor .row > .col-12, .single #pxl-footer-elementor .row > .col-12, .search #pxl-footer-elementor .row > .col-12, .error404 #pxl-footer-elementor .row > .col-12, .archive #pxl-footer-elementor .row > .col-12, .wp-singular #pxl-footer-elementor .row > .col-12 {
  padding: 0;
  min-height: 0px;
}
.blog #pxl-footer-elementor .row > .col-12 {
  padding: 0;
  min-height: 0;
  /* End Footer Standard Blog  */
}
.single-post .pxl-item--excerpt > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-full {
  z-index: 1;
}
.pxl-bg-color-full .pxl-section-overlay-color {
  z-index: -1;
  content: '';
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-bg-color-skew {
  z-index: 1;
}
.pxl-bg-color-skew .pxl-section-overlay-color {
  z-index: -1;
  content: '';
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  transform: skewX(-12deg);
  max-width: 1160px;
  margin: auto;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-elementor {
    overflow: hidden;
  }
}
#pxl-page-title-default {
  background-color: #f5f6f6;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default {
    padding: 90px 0;
  }
}
#pxl-page-title-default .row {
  align-items: center;
}
#pxl-page-title-default .pxl-page-title {
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
  }
}
#pxl-page-title-default .ptitle-col-right {
  justify-content: flex-end;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .ptitle-col-right {
    justify-content: center;
  }
}
#pxl-footer-default {
  margin-top: 15px;
  padding: 44px 0;
  background-color: #151a25;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}
.pxl-scroll-top {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 9999;
  color: #fff;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  box-shadow: inset 0 0 0 2px #d4d4d4;
}
@media screen and (max-width: 991px) {
  .pxl-scroll-top {
    right: 25px;
  }
}
.pxl-scroll-top:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #01062e;
  border-radius: 100%;
}
.pxl-scroll-top .pxl-scroll-progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxl-scroll-top .pxl-scroll-progress-circle path {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pxl-scroll-top.pxl-on {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .pxl-scroll-top.pxl-on {
    bottom: 25px;
  }
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
  color: #fff;
}
@keyframes pxl_scroll_top_effect {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes pxl_scroll_bottom_effect {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1024px) {
  .section-bg-bl-lg {
    background-position: left bottom !important;
  }
}
#pxl-footer-elementor .pxl-footer-hide {
  display: none !important;
}
#pxl-footer-elementor .footer-elementor-inner > .container {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #pxl-footer-elementor {
    overflow-x: clip;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
    overflow: hidden;
  }
}
.pxl-footer-fixed #pxl-header-elementor, .pxl-footer-fixed #pxl-page-title-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-active .elementor-inner-section > .elementor-element-overlay > .elementor-editor-element-settings {
  margin-left: 84px;
}
.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
  margin-left: 12px;
}
.elementor-editor-active .elementor-section-wrap.ui-sortable {
  margin-top: 30px;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--primary-color);
  width: 60px;
  height: 120px;
  opacity: 1;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}
@media screen and (min-width: 1201px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.pxl-row-divider-active {
  z-index: 1;
}
.pxl-row-divider-active > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-active .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.pxl-row-divider-wave-animation-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  height: 150px;
}
.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
  bottom: -1px;
  height: 150px;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-right .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
  bottom: -1px;
}
.pxl-row-divider-angle-bottom-left .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
  bottom: -1px;
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-curved-top .pxl-row-angle {
  top: -1px;
}
.pxl-row-divider-curved-top .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-curved-bottom .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pxl-row-divider-curved-bottom .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1490px;
  margin: 0 auto;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical > div {
  background-color: #303233;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
  left: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
  left: 20%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
  left: 40%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
  left: 60%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
  left: 80%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
  right: 0;
}
.pxl-row-divider-rounded-top:before, .pxl-row-divider-rounded-top:after {
  content: '';
  position: absolute;
  height: 53px;
  background-color: #fff;
  top: -53px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:before, .pxl-row-divider-rounded-top:after {
    top: -30px;
    height: 30px;
  }
}
.pxl-row-divider-rounded-top:before {
  left: 0;
  border-radius: 28px 53px 0 0;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:before {
    border-radius: 15px 30px 0 0;
  }
}
.pxl-row-divider-rounded-top:after {
  right: 0;
  border-radius: 53px 28px 0 0;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:after {
    border-radius: 30px 15px 0 0;
  }
}
.pxl-curved-arrow {
  position: absolute;
  height: 48px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pxl-curved-arrow.pxl-curved-arrow-top {
  top: -48px;
}
.pxl-curved-arrow.pxl-curved-arrow-bottom {
  bottom: -48px;
  transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-top, .pxl-curved-arrow-inner-bottom {
  height: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pxl-curved-arrow-inner-top {
  top: 0;
  transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-bottom {
  bottom: 0;
}
.pxl-divider-border {
  position: absolute;
  top: 62px;
  left: 70px;
  right: 70px;
  bottom: 52px;
}
@media screen and (max-width: 1200px) {
  .pxl-divider-border {
    left: 15px;
    right: 15px;
  }
}
.pxl-divider-border .pxl-divider-border-top, .pxl-divider-border .pxl-divider-border-bottom {
  background-color: #fff;
  height: 12px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-divider-border .pxl-divider-border-top, .pxl-divider-border .pxl-divider-border-bottom {
    height: 8px;
  }
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
  content: '';
  height: 94px;
  background-color: #fff;
  width: 12px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
    width: 8px;
  }
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before {
  left: 0;
}
.pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
  right: 0;
}
.pxl-divider-border .pxl-divider-border-top {
  top: 0;
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-top:after {
  top: 0;
}
.pxl-divider-border .pxl-divider-border-bottom {
  bottom: 0;
}
.pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-bottom:after {
  bottom: 0;
}
.pxl-row-divider-top, .pxl-row-divider-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pxl-row-divider-top {
  top: -2px;
}
.pxl-row-divider-bottom {
  bottom: -2px;
}
.pxl-row-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes pxl_folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes pxl_loader_prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes pxl_loader_anim {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px 0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}
@keyframes pxl_loaderFlash {
  0% {
    background-color: rgba(42, 125, 46, 0.28);
    box-shadow: 32px 0 rgba(42, 125, 46, 0.28), -32px 0 var(--primary-color);
  }
  50% {
    background-color: var(--primary-color);
    box-shadow: 32px 0 rgba(42, 125, 46, 0.28), -32px 0 rgba(42, 125, 46, 0.28);
  }
  100% {
    background-color: rgba(42, 125, 46, 0.28);
    box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(42, 125, 46, 0.28);
  }
}
@keyframes pxl_animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes pxl_loader_photography {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_loader_rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate3 {
  /*  Site Loader */
  /*  Mouse Move Animation */
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.pxl-cursor {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
  position: absolute;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  opacity: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 6px;
}
.pxl-cursor .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--secondary-color);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after {
  content: "\f10b";
  font-family: "Caseicon";
  font-size: 10px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after {
  margin-left: 10px;
}
.pxl-cursor .pxl-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
  background-color: rgba(var(--primary-color-rgb),0.25);
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower:before {
  display: none;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f10e";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* PXL Popup */
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}
.pxl-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}
.pxl-cookie-policy a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.pxl-cookie-policy .pxl-item--icon {
  min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
  max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before, .pxl-cookie-policy .pxl-item--close:after {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy .pxl-item--close {
    top: 10px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.pxl-cookie-policy.pxl-active {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.pxl-cookie-policy.pxl-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}
.pxl-popup--close.style2 {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-popup--close.style2:before, .pxl-popup--close.style2:after {
  background-color: #878787;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
  background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
  /* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
  right: auto;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
  right: 0;
  left: auto;
}
.pxl-section-overlay-image .pxl-overlay--image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
  right: 140px;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    display: none;
  }
}
.pxl-section-effect-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-section-effect-images .pxl-item--image {
  position: absolute;
}
body.rtl {
  /* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f110";
}
body.rtl .pxl-cookie-policy {
  padding-left: 58px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-cookie-policy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.rtl .pxl-cookie-policy .pxl-item--close {
  right: auto;
  left: 10px;
}
.pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 60px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-page-popup .pxl-popup--conent {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 80vh;
}
.pxl-page-popup .pxl-popup--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pxl-page-popup .pxl-popup--close .pxl-close {
  border-width: 0px;
}
@media screen and (max-width: 1400px) {
  .pxl-page-popup .pxl-popup--close {
    top: 20px;
    right: 20px;
  }
  .pxl-page-popup .pxl-popup--close .pxl-close {
    border-width: 3px;
  }
}
.admin-bar .pxl-page-popup {
  top: 32px;
  /* End Page Popup */
  /* Waves Animation */
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-page-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .pxl-page-popup {
    top: 0;
  }
}
.pxl-section-waves1 {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-section-waves1 {
    height: 80px;
  }
}
.pxl-wave-parallax > use {
  animation: pxl-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #ebeef6;
}
.pxl-wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.pxl-wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.4;
}
.pxl-wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.3;
}
.pxl-wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes pxl-move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
@media screen and (max-width: 767px) {
  /* Section Parallax */  body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
    top: 0;
    left: 0;
  }
}
.pxl-section-bg-parallax, .pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay {
  z-index: 2;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay + .pxl-section-bg-parallax, body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay .pxl-column-bg-parallax {
  z-index: 1;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section > .elementor-container {
  z-index: 3;
}
.pxl-section-parallax-overflow, .pxl-section-overflow-hidden {
  overflow: hidden !important;
}
.elementor-column.pxl-column-overflow-hidden-yes {
  overflow: hidden !important;
}
.pxl-zoom-point-true {
  z-index: 1;
}
.pxl-zoom-point-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pxl-zoom-point {
  width: 240px;
  height: 240px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -240px;
  margin: auto;
  left: 0;
}
.pxl-zoom-point .pxl-item--overlay {
  width: 100%;
  height: 100%;
  background-color: #151a25;
  z-index: -1;
  -webkit-border-radius: 240px;
  -khtml-border-radius: 240px;
  -moz-border-radius: 240px;
  -ms-border-radius: 240px;
  -o-border-radius: 240px;
  border-radius: 240px;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
@-webkit-keyframes pxl_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes px_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.pxl-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.pxl-loader.style-1 .pxl-loader-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}
.pxl-loader.style-1 .pxl-loader-spinner > div {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: px_bouncedelay 1.4s infinite ease-in-out both;
  animation: px_bouncedelay 1.4s infinite ease-in-out both;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.pxl-loader.style-2 {
  background-color: #000;
}
.pxl-loader.style-2 .loader-circle {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  direction: ltr;
}
.pxl-loader.style-2 .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: pxl_spin 1.2s infinite linear;
}
.pxl-loader.style-2 .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.44)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.44)', endColorStr='rgba(255, 255, 255, 0)');
  background-color: transparent;
  position: relative;
}
.pxl-loader.style-2 .loader-line-mask .loader-line:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #000;
  z-index: 99;
  border-radius: inherit;
}
.pxl-loader.style-2 .loader-logo {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  text-align: center;
}
.pxl-loader.style-2 .loader-logo img {
  height: 42px;
  width: auto;
  opacity: 0.87;
}
.elementor > .pin-spacer {
  width: 100% !important;
}
.elementor > .pin-spacer > .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
}
.elementor-editor-active .pin-spacer > .elementor-element {
  position: static !important;
  height: auto !important;
  max-height: 100% !important;
}
.pxl-section-fix-bottom {
  z-index: 999;
}
.scroll-top-active > .elementor-section {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
@media screen and (max-width: 1260px) {
  .pxl-section-fix-bottom .pxl-section-overlay-color {
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  body:not(.elementor-editor-active) .pxl-hide-sr-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-hide-sr-md {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.loader-dark #pxl-loadding {
  background-color: #000;
}
.loader-dark #pxl-loadding .pxl-loader-spinner > div {
  background-color: #fff;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
body.rtl .pxl-hidden-panel-popup {
  right: auto;
  left: 0;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right {
  margin-right: 0;
  margin-left: -30px;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
body.rtl .pxl-hidden-panel-popup.active.pxl-pos-right .pxl-popup--conent {
  transform: translateX(0%);
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 40px;
}
body.rtl .pxl-page-popup .pxl-popup--close {
  right: auto;
  left: 30px;
}
.pxl-overlay-shake {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pxl-overlay-shake .pxl-overlay--color {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: width 0.7s, padding-top 0.7s;
  top: 55px;
  left: 35px;
}
.pxl-overlay-shake:hover .pxl-overlay--color {
  width: calc(100% * 4) !important;
  padding-top: calc(100% * 4);
}
.pxl-box-hover1 .pxl-item--inner {
  position: relative;
  z-index: 1;
}
.pxl-box-hover1 .pxl-item--inner:before, .pxl-box-hover1 .pxl-item--inner:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-box-hover1 .pxl-item--inner:before {
  left: 0;
  right: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
}
.pxl-box-hover1 .pxl-item--inner:after {
  opacity: 0.3;
  left: 25px;
  right: 25px;
  z-index: -2;
  height: 16px;
  top: 100%;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  transform: scaleY(0);
  transform-origin: top center;
}
.pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-box-hover1 .pxl-item--inner:hover:after {
  transform: scaleY(1);
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.hover-imge-effect1 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect1 a {
  display: block;
}
.hover-imge-effect1 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-imge-effect2 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect2 img {
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1.01, 1.01);
}
.hover-imge-effect2-up {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect2-up img {
  -webkit-transition: all 0.6s;
  -khtml-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hover-imge-effect3 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect3 img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-imge-effect4 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect4 .hover-item {
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
.hover-imge-effect4 .hover-item.hover-item1 {
  top: 0;
  left: 0;
}
.hover-imge-effect4 .hover-item.hover-item2 {
  top: 0;
  left: 50%;
}
.hover-imge-effect4 .hover-item.hover-item3 {
  left: 50%;
  top: 50%;
}
.hover-imge-effect4 .hover-item.hover-item4 {
  left: 0;
  top: 50%;
}
.pxl-post--inner:hover .hover-imge-effect1 a:before, .pxl-item--inner:hover .hover-imge-effect1 a:before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-post--inner:hover .hover-imge-effect2 img, .pxl-item--inner:hover .hover-imge-effect2 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pxl-post--inner:hover .hover-imge-effect3 img, .pxl-item--inner:hover .hover-imge-effect3 img {
  -webkit-transform: scale(1.06);
  -khtml-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item1, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
  left: 50%;
  top: 0;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item2, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item3, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
  left: 0%;
  top: 50%;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item4, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
  left: 0%;
  top: 0%;
  opacity: 1;
}
.pxl-flipbox {
  position: relative;
  perspective: 1200px;
}
.pxl-flipbox .pxl-flipbox--front, .pxl-flipbox .pxl-flipbox--back {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-flipbox .pxl-flipbox--back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg) translateZ(1px);
  z-index: 99;
}
.pxl-flipbox .pxl-flipbox--wrap {
  position: relative;
  transition-property: box-shadow, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.pxl-flipbox:hover .pxl-flipbox--wrap {
  transform: rotateY(180deg);
  transform-origin: 50% 50%;
}
body.rtl {
  /* Effect Direction */
}
body.rtl .pxl-box-hover1 .pxl-item--inner:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.hover-translate3d-direction {
  position: relative;
  perspective: 400px;
  overflow: hidden;
}
.hover-translate3d-direction .direction-item {
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
}
.hover-rotate3d-direction {
  perspective: 400px;
  overflow: hidden;
}
.hover-rotate3d-direction .direction-item {
  transform: rotate3d(1, 0, 0, 90deg);
  pointer-events: none;
}
.hover-rotate3d-direction[data-direction="vertical"] .direction-item {
  transform: rotate3d(0, 1, 0, 90deg);
}
.direction-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--secondary-color);
  /* End Effect Direction */
  /* Effect Spotlight Scale */
}
.btn-spotlight-scale {
  position: relative;
  overflow: hidden;
  z-index: 2;
  /* End Effect Spotlight Scale */
}
.btn-spotlight-scale .item-spotlight {
  position: absolute;
  width: 25px;
  height: 25px;
  scale: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: var(--link-color);
  z-index: -1;
}
.z-index-1 {
  z-index: 1;
}
.pxl-transition {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-fl-middle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-icon-middle {
  position: relative;
}
.pxl-icon-middle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-button-video1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: #fff;
}
.pxl-button-video1:hover {
  color: #fff;
}
.pxl-crs-visible {
  overflow: visible;
}
.pxl-crs-visible .pxl-swiper-container {
  overflow: visible;
}
.pxl-crs-visible .pxl-swiper-slide {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-crs-visible .pxl-swiper-slide.swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
}
.pxl-overflow--hidden {
  overflow: hidden;
}
.pxl-border-radius--40 {
  border-radius: 40px;
}
.pxl-hidden {
  display: none;
}
.color-white {
  color: #fff;
}
.btn-flex {
  display: inline-flex;
  align-items: center;
}
.btn-flex i {
  display: inline-flex;
}
.ps-relative {
  position: relative;
}
.field-dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-dflex-center, .pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner, .pxl-square-box, .woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail a, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity input, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon .button, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .button, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p .button, body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order, .woosw-list table.woosw-items .woosw-item td.woosw-item--image a, .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li, .woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-dflex-center-v, .pxl-marquee.pxl-marquee1 .pxl-item--inner {
  display: inline-flex;
  align-items: center;
}
.pxl-text-nowrap {
  white-space: nowrap;
}
.pxl-imgfilter-wrap {
  overflow: hidden;
}
.pxl-imgfilter-wrap .pxl-item--imgfilter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(8px);
}
.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
  background-color: rgba(253, 253, 251, 0.1);
}
.pxl--hover-slideup {
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl--hover-slideup:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pxl--effect-slide:after {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl--effect-slide:hover:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.d-inline-block {
  display: inline-block;
}
.pxl-d-flex {
  display: inline-flex;
}
.pxl-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-text-center .pxl-link-page1 .pxl-item--inner {
    justify-content: center;
  }
}
.pxl-text-left {
  text-align: left;
}
.pxl-text-right {
  text-align: right;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-icon--plus:before {
  width: 12px;
  height: 2px;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 12px;
}
.pxl-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-icon--minus:before {
  width: 10px;
  height: 2px;
}
.pxl-item--dots span {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
}
.pxl-parallax-scroll {
  position: relative;
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
}
.pxl-flex-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pxl-flex-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-flex-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pxl-flex-center, body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty, .pxl-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link, .pxl-imgfilter-wrap .pxl-item--imgfilter:before, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-wg-categories .pxl-category--inner:before, .pxl-wg-categories .pxl-category--inner a, .pxl-wg-categories .pxl-category--inner .pxl-category--img, .pxl-contact-info-widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-skew {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-color);
  transform: skew(-9deg);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-item--flex, #pxl-search-popup .pxl-item--conent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit;
}
.pxl-pabsolute-full, .pxl-marquee.pxl-marquee1 .pxl-item--link, .pxl-showcase.pxl-showcase1 .pxl-item--showcase::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-square-box, .woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn {
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
}
.pxl-round-box, .woocommerce #pxl-content-area div.product .woocommerce-social-share a, .woocommerce > div.product .woocommerce-social-share a {
  --size: 50px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}
.pxl-transition-linear, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details, #pxl-cart-sidebar .pxl-close, .woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn {
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.color-primary {
  color: var(--primary-color);
  fill: var(--primary-color);
}
.color-secondary {
  color: var(--secondary-color);
  fill: var(--secondary-color);
}
.text-gradient, .swiper-filter-wrap .filter-item.active span, blockquote:not(.pxl-blockquote) cite, .pxl-contact-info-widget .pxl-item--icon i, .pxl-post-list1 .pxl-item--readmore i, .pxl-link .pxl-type-gradient .pxl-link--icon i, .pxl-contact-form .pxl-form--label span {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-first {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.text-gradient-move {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.text-gradient3 {
  background-color: var(--gradient-color-to);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -o-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient2 {
  background-image: -webkit-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.pxl-icon-color-gradient i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bg {
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient, .pxl-contact-info-widget .pxl-item--icon {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.bg-gradient2 {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-cursor--cta {
  cursor: pointer;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1201px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-hide-lg2 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pxl-hide-sm {
    display: none !important;
  }
}
.pxl-initial--position {
  position: absolute;
  transition: all 0.3s linear;
  z-index: 99;
}
.pxl-sz-10 {
  font-size: 10px;
}
.pxl-sz-11 {
  font-size: 11px;
}
.pxl-sz-12 {
  font-size: 12px;
}
.pxl-sz-13 {
  font-size: 13px;
}
.pxl-sz-14 {
  font-size: 14px;
}
.pxl-sz-15 {
  font-size: 15px;
}
.pxl-sz-16 {
  font-size: 16px;
}
.pxl-sz-17 {
  font-size: 17px;
}
.pxl-sz-18 {
  font-size: 18px;
}
.pxl-sz-19 {
  font-size: 19px;
}
.pxl-sz-20 {
  font-size: 20px;
}
.pxl-sz-21 {
  font-size: 21px;
}
.pxl-sz-22 {
  font-size: 22px;
}
.pxl-sz-23 {
  font-size: 23px;
}
.pxl-sz-24 {
  font-size: 24px;
}
.pxl-sz-25 {
  font-size: 25px;
}
.section-mega-active .pxl-custom-header:hover {
  border-radius: 50px 50px 0 0;
}
.pxl-custom-header {
  position: relative !important;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  /* Header Elementor */
}
#pxl-header-default .row {
  align-items: center;
}
@media screen and (min-width: 1201px) {
  #pxl-header-default .row > div {
    padding: 0 15px;
  }
}
#pxl-header-default .container {
  max-width: 1775px;
}
#pxl-header-default .pxl-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#pxl-header-default .pxl-header-branding a {
  display: inline-flex;
}
#pxl-header-default .pxl-header-branding img {
  height: 47px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
@media screen and (min-width: 1201px) {
  #pxl-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
  #pxl-header-elementor .col-12 {
    min-height: 0px;
  }
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-main {
  position: relative;
  z-index: 999;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-120%);
  -khtml-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-inner-section, #pxl-header-elementor .elementor-widget:not(.elementor-absolute), #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap, #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-element {
  position: static;
}
.pxl-header-mobile-elementor {
  opacity: 0;
  /* Header Menu */
}
.pxl-header-mobile-elementor.px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1201px) {
  /* Header Tablet/Mobile */  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f150";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary.pxl-primary-menu-not-set > li > a {
    line-height: 83px;
  }
  .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary li {
    position: relative;
    color: #5e6e6e;
  }
  .pxl-menu-primary li a {
    font-size: 15px;
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
  }
  .pxl-menu-primary > li:first-child {
    margin-left : 0 !important;
  }
  .pxl-menu-primary > li:last-child {
    margin-right: 0 !important;
  }
  .pxl-menu-primary > li > a {
    line-height: 83px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #202020;
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 18px 0;
  }
  .pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    padding: 10px 30px;
    display: block;
  }
  .pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover, .pxl-menu-primary .sub-menu li.current_page_item > a, .pxl-menu-primary .children li.current_page_item > a, .pxl-menu-primary .sub-menu li.current-menu-item > a, .pxl-menu-primary .children li.current-menu-item > a, .pxl-menu-primary .sub-menu li.current_page_ancestor > a, .pxl-menu-primary .children li.current_page_ancestor > a, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a, .pxl-menu-primary .children li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu li:last-child > a, .pxl-menu-primary .children li:last-child > a {
    border-bottom: none;
  }
  .pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    content: "\f136";
    right: auto;
    left: 0;
  }
  .pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary li:hover > .sub-menu, .pxl-menu-primary li:hover > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-menu-primary .sub-menu li:hover > .sub-menu {
    margin-top: -18px;
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    height: 47px;
  }
  #pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 40px 35px;
  }
  .pxl-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .pxl-menu-toggle:before {
    content: "\f150";
    font-family: "Caseicon";
  }
  .pxl-menu-toggle.active:before {
    content: "\f13d";
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li.menu-item, .pxl-menu-primary li.pxl-item--link {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a, .pxl-menu-primary li.pxl-item--link > a {
    display: block;
    line-height: 46px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.pxl-item--link > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.pxl-item--link > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.pxl-item--link.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.pxl-item--link.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.pxl-item--link.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a, .pxl-menu-primary li.pxl-item--link.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
    margin-top: 20px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner {
    height: auto !important;
    display: block;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor .pxl-showcase-grid .pxl-grid-inner .pxl-grid-item {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 35px;
  }
  .pxl-logo-mobile img {
    height: 42px;
  }
  .pxl-logo-mobile .pxl-logo--light {
    display: none;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 44px;
    border: none;
    padding: 0 22px;
    color: #000;
    background-color: #f8f8f8;
  }
  .pxl-header-mobile-search .search-field:focus {
    color: var(--primary-color);
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 44px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: none;
    color: #000;
    border: none;
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
    background-color: transparent;
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    position: relative;
    z-index: 999;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark {
    background-color: #0b0c10;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-logo-mobile .pxl-logo--dark {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-logo-mobile .pxl-logo--light {
    display: block;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark.pxl-header-mobile-fixed {
    background-color: #0b0c10;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:after, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:before {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
    background-color: #000;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.67);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.08);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a:hover, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a.current, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor > a {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
  }
  #pxl-header-elementor #pxl-header-mobile .pxl-header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-sticky {
    visibility: visible;
    opacity: 1;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
  }
}
@media screen and (max-width: 767px) {
  /* Hidden Panel */  .pxl-header-menu {
    width: 100%;
  }
}
.pxl-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-hidden-panel-popup {
    display: none;
  }
}
.pxl-hidden-panel-popup .pxl-popup--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.76);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  cursor: pointer;
}
.pxl-hidden-panel-popup .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.pxl-hidden-panel-popup .pxl-popup--conent {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: #fff;
}
.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 470px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -30px;
}
.pxl-hidden-panel-popup.active {
  visibility: visible;
}
.pxl-hidden-panel-popup.active .pxl-popup--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-popup--overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeInMove;
  animation-name: PXLfadeInMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeOutMove;
  animation-name: PXLfadeOutMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.pxl-anchor-divider {
  overflow: hidden;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative;
}
.pxl-anchor-divider .pxl-icon-line {
  height: 3px;
  position: absolute;
  right: 0;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-divider .pxl-icon-line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before {
  -webkit-transform: translate3d(100%, 0, 0);
  -khtml-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
  top: 0;
  width: 22px;
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 16px;
  bottom: 0;
}
.pxl-anchor-button {
  cursor: pointer;
}
.pxl-anchor-button.style-2 {
  height: 46px;
  width: 46px;
  border-radius: 46px;
  border: 2px solid rgba(207, 207, 207, 0.45);
  background-color: rgba(83, 82, 84, 0.45);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider {
  height: 16px;
  width: 25px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
  height: 2px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
  background-color: #fff;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
  width: 19px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
  top: 7px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 14px;
}
.pxl-anchor-button .pxl-anchor-theme-style1 {
  position: relative;
  width: 29px;
  height: 26px;
  cursor: pointer;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span {
  position: absolute;
  width: 13px;
  height: 12px;
  border: 2px solid #141515;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(1) {
  top: 0;
  left: 0;
  border-radius: 13px 0 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(2) {
  top: 0;
  right: 0;
  border-radius: 0 13px 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-radius: 0 0 13px 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 13px;
}
.pxl-anchor-button .pxl-anchor-theme-style1:hover span {
  border-color: var(--primary-color);
}
.pxl-anchor-button.type-icon {
  display: inline-flex;
  align-items: center;
  color: #2c2c2b;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-anchor-button.type-icon:hover {
  color: var(--primary-color);
}
.pxl-anchor-button.type-icon label {
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
}
.pxl-anchor-button.type-icon i {
  font-size: 20px;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar .pxl-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-menu {
    top: 46px;
  }
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  /* Header Left Sidebar */
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.px-header--left_sidebar.px-header-sidebar-style1, .px-header--left_sidebar.px-header--left_shadow {
  -webkit-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -khtml-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -moz-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -ms-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -o-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
}
.px-header--left_sidebar.px-header-sidebar-style2 {
  overflow: hidden;
}
.px-header--left_sidebar.px-header-sidebar-style2 .pxl-header-content {
  overflow-y: scroll;
  height: 100vh;
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@media screen and (max-width: 1260px) {
  .bd-px-header--left_sidebar:not(.elementor-editor-active) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1201px) {
  .bd-px-header--left_sidebar .pxl-content-wrap.no-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main .elementor > .elementor-section, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .elementor > .elementor-section, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor .elementor > .elementor-section {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .container {
    max-width: 100%;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-wapper #pxl-main {
    margin-bottom: 0 !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-footer-elementor {
    position: static;
  }
  .admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
    top: 32px;
  }
}
.single-post #pxl-main {
  padding: 152px 0;
}
@media screen and (max-width: 767px) {
  .single-post #pxl-main {
    padding: 60px 0;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.pxl---post .pxl-item--image > a:not(.post-button-video) {
  display: block;
  width: 100%;
}
.pxl---post.product .pxl-item--meta {
  display: none !important;
}
.pxl--back-to-blog-page {
  padding-bottom: 59px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.pxl--back-to-blog-page i {
  color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl--back-to-blog-page:hover i {
  color: var(--link-color-hover);
}
.pxl-blog--inner .pxl-blog-meta {
  padding: 0 15px;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 25px 32px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner {
    gap: 24px;
    padding: 10px 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner {
    gap: 18px;
    flex-wrap: wrap;
  }
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--author a, .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--author, .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--comment a, .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--comment, .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--date, .pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-post--view {
  display: inline-flex;
  align-items: center;
  color: #646464;
  gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--date i {
  color: var(--secondary-color);
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner a {
  color: #716f73;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner a:hover {
  color: var(--primary-color);
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-post--author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-post--author .pxl-author--avatar img {
  max-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-post--author .pxl-author--name {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.pxl-blog--inner .pxl-blog-meta .pxl-blog-meta-inner .pxl-post--author .pxl-text--highlight {
  color: var(--secondary-color);
}
.pxl-blog--inner .pxl-blog-meta .pxl-item--title-entry {
  max-width: 1072px;
  color: var(--secondary-color);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.168;
  letter-spacing: -2px;
}
@media screen and (max-width: 1024px) {
  .pxl-blog--inner .pxl-blog-meta .pxl-item--title-entry {
    max-width: 750px;
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-blog--inner .pxl-blog-meta .pxl-item--title-entry {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-blog--inner .pxl-blog-meta .pxl-item--title-entry {
    font-size: 42px;
  }
}
.pxl-blog--inner .pxl-item--image img {
  width: 100%;
  max-height: 640px;
  border-radius: 12px;
}
.pxl---post > .pxl-item--content {
  margin-bottom: 44px;
}
.pxl---post.pxl-item--archive .post-button-video {
  display: inline-flex;
}
.pxl---post .post-button-video {
  display: none;
}
.pxl-item--archive .pxl-swiper-slide {
  padding: 0;
}
.pxl-item--archive .pxl-item--image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.pxl-item--archive .pxl-item--image img {
  max-height: 320px;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -khtml-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: scale(1.01, 1.01);
}
.pxl-item--archive .pxl-item--image:hover img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-item--archive.pxl-item--standard {
  margin-bottom: 50px;
  box-shadow: 0px 91.255px 152.091px 0px rgba(104, 104, 104, 0.07);
  border-radius: 20px;
  overflow: hidden;
}
.pxl-item--archive.pxl-item--standard .pxl-item--image {
  border-radius: 0;
}
.pxl-item--archive.pxl-item--standard .pxl-item--holder {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 60px;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta {
  margin-top: 39px;
  padding-bottom: 33px;
  padding-left: 54px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-blog-meta {
    padding-left: 15px;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner {
    gap: 12px;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner .pxl-item--author {
  display: flex;
  align-items: center;
  gap: 13px;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-author--avatar img {
  border-radius: 50%;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 2px solid #cde4ce;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-user--name a {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-user--position {
  color: #646464;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  margin-top: -5px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--title, .pxl-item--archive.pxl-item--standard .pxl-item--excerpt, .pxl-item--archive.pxl-item--standard .pxl-item--readmore {
  margin: 0 52px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--title, .pxl-item--archive.pxl-item--standard .pxl-item--excerpt, .pxl-item--archive.pxl-item--standard .pxl-item--readmore {
    margin: 0 15px;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-item--title {
  margin-top: 24px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--title a {
  color: var(--link-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1px;
  overflow-wrap: break-word;
}
.pxl-item--archive.pxl-item--standard .pxl-item--excerpt {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 22px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore {
  margin-top: 14px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore a {
  display: inline-flex;
  align-items: center;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .pxl--btn-text {
  color: var(--link-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .pxl--btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .pxl--btn-icon .pxl-icon--before, .pxl-item--archive.pxl-item--standard .pxl-item--readmore .pxl--btn-icon .pxl-icon--after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .pxl--btn-icon .pxl-icon--before {
  transform: translate(-200%, -50%);
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .btn-icon-box:hover {
  color: #2a7d2e;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .btn-icon-box:hover .pxl--btn-icon .pxl-icon--after {
  transform: translate(200%, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore .btn-icon-box:hover .pxl--btn-icon .pxl-icon--before {
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-item--archive.pxl-item--standard:not(:hover) .pxl-item--readmore .btn {
  background-color: #454545;
}
.btn-video-style2 {
  --btn-video--color : #fff;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--btn-video--color);
  filter: drop-shadow(0px 7px 28px rgba(0, 0, 0, 0.10));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  border-radius: 80px;
  z-index: 99;
  /* End Blog Layout */
}
@media screen and (max-width: 767px) {
  .btn-video-style2 {
    width: 65px;
    height: 65px;
    font-size: 18px;
  }
}
.btn-video-style2:before, .btn-video-style2:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--btn-video--color);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.btn-video-style2:after {
  animation: pxl_pulse_border 1500ms ease-out infinite 750ms;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite 750ms;
}
.btn-video-style2:hover, .btn-video-style2:focus {
  color: #fff;
}
.btn-video-style2 i {
  color: #2a7d2e;
  font-size: 12px;
}
.single-post .pxl---post .pxl-item--meta {
  text-align: center;
}
.single-post .section-hidde-single-post {
  display: none;
}
.pxl-post-list1 {
  list-style: none;
  margin: 0 0 23px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.pxl-post-list1 li:before {
  content: "\f119";
  font-family: "Caseicon";
  margin-right: 16px;
  font-size: 13px;
}
.pxl-post-list1 li + li {
  margin-top: 10px;
}
.pxl--post-footer {
  padding: 0 15px;
}
.pxl--tag-post {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 64px;
  padding: 31px 0;
  border-top: 1px solid #edfbe6;
  border-bottom: 1px solid #edfbe6;
}
@media screen and (max-width: 575px) {
  .pxl--tag-post {
    display: grid;
    gap: 20px;
  }
}
.pxl--tag-post .pxl---title {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.pxl--tag-post .pxl--tags {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pxl--tag-post .pxl--tags {
    flex-wrap: wrap;
  }
}
.pxl--tag-post .pxl--tags a {
  line-height: 40px;
  display: inline-block;
  padding: 0 18px;
  background-color: rgba(45, 45, 45, 0.05);
  color: #716f73;
  font-size: 14px;
  position: relative;
  margin-right: 12px;
  z-index: 1;
  border-radius: 5px;
}
.pxl--tag-post .pxl--tags a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl--tag-post .pxl--tags a:hover {
  color: #fff;
}
.pxl--tag-post .pxl--tags a:hover:before {
  opacity: 1;
}
.pxl--tag-post .pxl--social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.pxl--tag-post .pxl--social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color);
  background-color: var(--third-color);
  text-transform: uppercase;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 21px;
  border-radius: 4px;
}
.pxl--tag-post .pxl--social a:last-child {
  margin-right: 0;
}
.pxl--tag-post .pxl--social a.btn-copy-link {
  background-color: #dfe1e5;
  color: #000;
}
.pxl--tag-post .pxl--social a:hover {
  color: #fff;
  background: var(--primary-color);
}
.pxl-info--author .pxl-post--author-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 35px;
  margin-bottom: 58px;
  border-radius: 15px;
  background-color: #cde4ce;
  border: 1px solid #b3cfc2;
}
@media screen and (max-width: 575px) {
  .pxl-info--author .pxl-post--author-info {
    display: block;
  }
}
.pxl-info--author .pxl-post--author-info .pxl-post--author-image {
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-info--author .pxl-post--author-info .pxl-post--author-image {
    margin-bottom: 15px;
  }
}
.pxl-info--author .pxl-post--author-info .pxl-post--author-image img {
  border-radius: inherit;
  border: 3px solid #fff;
}
.pxl-info--author .pxl-post--author-meta .pxl-user--name {
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.pxl-info--author .pxl-post--author-meta .pxl-post--author-description {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  max-width: 542px;
}
.pxl-info--author .pxl-post--author-meta .pxl-post--author-social {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
.pxl-pagination-wrap, .woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-pagination-wrap .page-numbers, .woocommerce-pagination .page-numbers {
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 100px;
}
.pxl-pagination-wrap .page-numbers i, .woocommerce-pagination .page-numbers i {
  font-size: 13px;
  color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers.prev, .woocommerce-pagination .page-numbers.prev, .pxl-pagination-wrap .page-numbers.next, .woocommerce-pagination .page-numbers.next {
  background: unset !important;
}
.pxl-pagination-wrap .page-numbers.current, .woocommerce-pagination .page-numbers.current, .pxl-pagination-wrap .page-numbers:hover, .woocommerce-pagination .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-pagination-wrap .page-numbers.dots, .woocommerce-pagination .page-numbers.dots {
  background: transparent;
}
.pxl-pagination-wrap .pxl-pagination-links, .woocommerce-pagination .pxl-pagination-links {
  margin-top: 50px;
  display: inline-flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .pxl-pagination-wrap .pxl-pagination-links, .woocommerce-pagination .pxl-pagination-links {
    margin-top: 20px;
  }
}
.pxl-post--navigation {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 32px 0;
  margin: 30px 0;
}
.pxl-post--navigation .pxl-navigation--image {
  width: 130px;
  min-width: 130px;
  border-radius: 130px;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pxl-post--navigation .pxl-navigation--image {
    width: 110px;
    min-width: 110px;
    border-radius: 110px;
    height: 110px;
  }
}
.pxl-post--navigation .pxl-navigation--image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 2;
}
.pxl-post--navigation .pxl-navigation--image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 1;
}
.pxl-post--navigation .pxl-navigation--image .pxl-navigation--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-post--navigation .pxl-navigation--date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 7px;
}
.pxl-post--navigation .pxl-navigation--title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4444;
  font-weight: 600;
  color: #000001;
}
.pxl-post--navigation .pxl-navigation--title a {
  color: inherit;
}
.pxl-post--navigation .pxl-navigation--title a:hover {
  color: inherit;
}
.pxl-post--navigation .pxl-navigation--icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 88;
}
@media screen and (max-width: 1200px) {
  .pxl-post--navigation .pxl-navigation--icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border-width: 3px;
    font-size: 20px;
  }
}
.pxl-post--navigation .pxl-navigation--col {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl-navigation--col {
    width: 100%;
  }
}
.pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
  border-left: 1px solid rgba(84, 86, 97, 0.22);
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
    border: none;
    margin-top: 20px;
  }
}
.pxl-post--navigation .pxl-navigation--col:hover .pxl-navigation--image:before {
  opacity: 0.5;
}
.pxl-post--navigation .pxl-navigation--col:hover .pxl-navigation--image:after {
  opacity: 0;
}
.pxl-custom-swiper {
  overflow: hidden;
  position: relative;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
  border-radius: 8px 8px 0 0;
}
.pxl-post-gallery-slider .pxl-custom-swiper img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 26px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 26px;
}
.page-template-default .pxl-sidebar-page {
  margin-top: 110px;
}
@media screen and (max-width: 1260px) {
  .page-template-default .pxl-sidebar-page {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-default .pxl-sidebar-page {
    margin-top: 40px;
  }
}
.error404 #pxl-main {
  padding: 0;
}
.error404 #pxl-main .pxl-content--404 {
  padding: 126px 0 115px;
  background-color: #edfbe6;
  background-size: cover;
  background-position: center;
}
.error404 #pxl-main .pxl-error-inner {
  padding: 0 15px;
}
.error404 #pxl-main .pxl-error-heading {
  margin: 0 auto;
  padding: 0 50px;
  z-index: 9;
  color: var(--link-color);
  font-size: 264px;
  font-weight: 400;
  letter-spacing: -2px;
}
.error404 #pxl-main .pxl-error-sub-heading {
  color: var(--link-color);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.167;
  letter-spacing: -0.96px;
  margin-top: 10px;
}
.error404 #pxl-main .pxl-error-description {
  color: #646464;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  margin-top: 17px;
}
.error404 #pxl-main .searchform-wrap {
  position: relative;
  max-width: 723px;
  margin: 48px auto 36px;
}
.error404 #pxl-main .searchform-wrap input {
  height: 58px;
  border: none;
  border-radius: 100px;
  background: #fff;
  padding-left: 25px;
  color: #798393;
}
.error404 #pxl-main .searchform-wrap button {
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 54px;
  height: 54px;
  background: var(--secondary-color);
  color: #fff;
}
.error404 #pxl-main .searchform-wrap button svg {
  color: #fff;
}
.error404 #pxl-main .searchform-wrap button:hover {
  background-color: var(--secondary-color);
}
.error404 #pxl-main .content-row {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-links {
  margin-top: 24px;
  clear: left;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 15px 0 0;
  color: #080808;
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-post-row {
  padding-top: 4px;
  margin-bottom: -56px;
}
.pxl-post-row > div {
  margin-bottom: 30px;
}
.pxl-post-row > div > p {
  margin-bottom: 0 !important;
}
.pxl-content-wrap.no-sidebar .pxl-content-top {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.pxl-related-post .related-post--title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 54px;
  margin-top: 142px;
}
@media screen and (max-width: 1280px) {
  .pxl-related-post .related-post--title {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-related-post .related-post--title {
    margin-top: 75px;
  }
}
.pxl-related-post .item-featured a img {
  width: 100%;
  max-height: 279px;
  transition: all 0.6s ease;
}
.pxl-related-post .item-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .pxl-related-post .item-title {
    font-size: 20px;
  }
}
.pxl-related-post .item-featured {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.pxl-related-post .item-featured a img {
  transition: all 0.6s ease;
}
.pxl-related-post .item-featured a:hover img {
  transform: scale(1.07);
}
.pxl-related-post .item-featured .item--date {
  position: absolute;
  top: 16px;
  right: 16px;
  width: fit-content;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  text-align: center;
  padding: 16px;
  line-height: 0.71;
  color: #202020;
  z-index: 9;
}
.pxl-related-post .item-featured .item--date .item--day {
  font-size: 32px;
  margin-bottom: 8px;
}
.pxl-related-post .item-featured .item--date .item--month {
  font-size: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.pxl-related-post .pxl--category {
  margin: 18px 0 10px;
}
.pxl-related-post .pxl--category a {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.pxl-related-post .pxl--category i {
  color: #fe6462;
  font-size: 18px;
}
@media screen and (min-width: 1201px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .admin-bar .pxl-sidebar-sticky {
    top: 72px;
  }
}
.widget .widget-title {
  margin-bottom: 41px;
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.48px;
  position: relative;
}
.widget .widget-title:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 3px;
  background: var(--third-color);
  bottom: -22px;
  left: 0;
}
.widget.woocommerce .widget-title:before {
  background: var(--primary-color);
}
.comments-title, .comment-reply-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2222;
  letter-spacing: -0.72px;
  margin-bottom: 60px;
  position: relative;
}
.comments-title:before, .comment-reply-title:before {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 52px;
  height: 3px;
  background-color: var(--third-color);
}
.pxl-sidebar-area .widget {
  padding: 38px;
  padding-bottom: 48px;
  background: #fff;
  box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-sidebar-area .widget {
    padding: 25px 15px;
  }
}
.pxl-sidebar-area .widget + .widget {
  margin-top: 34px;
}
.widget_search {
  padding: 0 !important;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-submit {
  height: 48px;
  width: 48px;
  font-weight: 400;
  background-color: var(--secondary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.widget_search .search-submit:before, .widget_search .search-submit:after {
  display: none;
}
.widget_search .search-field {
  background-color: #fff;
  font-size: 16px;
  padding: 0 70px 0 21px;
  height: 64px;
  color: #646464;
  border-radius: 100px;
  border: 1px solid #cde4ce;
}
.widget_search .search-field:hover, .widget_search .search-field:focus {
  color: var(--secondary-color);
}
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li, .widget_recent_entries ul li {
  margin-top: 20px;
}
.widget_product_categories ul li:first-child, .widget_categories ul li:first-child, .widget_nav_menu ul li:first-child, .widget_pages ul li:first-child, .widget_archive ul li:first-child, .widget_meta ul li:first-child, .widget_recent_entries ul li:first-child {
  margin-top: 28px;
}
.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
  color: rgba(32, 32, 32, .72);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #646464;
}
.widget_product_categories ul li a .title, .widget_categories ul li a .title, .widget_nav_menu ul li a .title, .widget_pages ul li a .title, .widget_archive ul li a .title, .widget_meta ul li a .title, .widget_recent_entries ul li a .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #454545 50%);
  background-image: -moz-linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #454545 50%);
  background-image: -ms-linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #454545 50%);
  background-image: -o-linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #454545 50%);
  background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #454545 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.2s ease-in-out;
}
.widget_product_categories ul li .pxl-count span, .widget_categories ul li .pxl-count span, .widget_nav_menu ul li .pxl-count span, .widget_pages ul li .pxl-count span, .widget_archive ul li .pxl-count span, .widget_meta ul li .pxl-count span, .widget_recent_entries ul li .pxl-count span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--third-color), var(--third-color) 50%, #454545 50%);
  background-image: -moz-linear-gradient(to right, var(--third-color), var(--third-color) 50%, #454545 50%);
  background-image: -ms-linear-gradient(to right, var(--third-color), var(--third-color) 50%, #454545 50%);
  background-image: -o-linear-gradient(to right, var(--third-color), var(--third-color) 50%, #454545 50%);
  background-image: linear-gradient(to right, var(--third-color), var(--third-color) 50%, #454545 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.2s ease-in-out;
}
.widget_product_categories ul li.current-menu-item > a .title, .widget_categories ul li.current-menu-item > a .title, .widget_nav_menu ul li.current-menu-item > a .title, .widget_pages ul li.current-menu-item > a .title, .widget_archive ul li.current-menu-item > a .title, .widget_meta ul li.current-menu-item > a .title, .widget_recent_entries ul li.current-menu-item > a .title, .widget_product_categories ul li.current-cat > a .title, .widget_categories ul li.current-cat > a .title, .widget_nav_menu ul li.current-cat > a .title, .widget_pages ul li.current-cat > a .title, .widget_archive ul li.current-cat > a .title, .widget_meta ul li.current-cat > a .title, .widget_recent_entries ul li.current-cat > a .title, .widget_product_categories ul li.current-cat-parent > a .title, .widget_categories ul li.current-cat-parent > a .title, .widget_nav_menu ul li.current-cat-parent > a .title, .widget_pages ul li.current-cat-parent > a .title, .widget_archive ul li.current-cat-parent > a .title, .widget_meta ul li.current-cat-parent > a .title, .widget_recent_entries ul li.current-cat-parent > a .title, .widget_product_categories ul li > a:hover .title, .widget_categories ul li > a:hover .title, .widget_nav_menu ul li > a:hover .title, .widget_pages ul li > a:hover .title, .widget_archive ul li > a:hover .title, .widget_meta ul li > a:hover .title, .widget_recent_entries ul li > a:hover .title, .widget_product_categories ul li.current-menu-item > a .pxl-count span, .widget_categories ul li.current-menu-item > a .pxl-count span, .widget_nav_menu ul li.current-menu-item > a .pxl-count span, .widget_pages ul li.current-menu-item > a .pxl-count span, .widget_archive ul li.current-menu-item > a .pxl-count span, .widget_meta ul li.current-menu-item > a .pxl-count span, .widget_recent_entries ul li.current-menu-item > a .pxl-count span, .widget_product_categories ul li.current-cat > a .pxl-count span, .widget_categories ul li.current-cat > a .pxl-count span, .widget_nav_menu ul li.current-cat > a .pxl-count span, .widget_pages ul li.current-cat > a .pxl-count span, .widget_archive ul li.current-cat > a .pxl-count span, .widget_meta ul li.current-cat > a .pxl-count span, .widget_recent_entries ul li.current-cat > a .pxl-count span, .widget_product_categories ul li.current-cat-parent > a .pxl-count span, .widget_categories ul li.current-cat-parent > a .pxl-count span, .widget_nav_menu ul li.current-cat-parent > a .pxl-count span, .widget_pages ul li.current-cat-parent > a .pxl-count span, .widget_archive ul li.current-cat-parent > a .pxl-count span, .widget_meta ul li.current-cat-parent > a .pxl-count span, .widget_recent_entries ul li.current-cat-parent > a .pxl-count span, .widget_product_categories ul li > a:hover .pxl-count span, .widget_categories ul li > a:hover .pxl-count span, .widget_nav_menu ul li > a:hover .pxl-count span, .widget_pages ul li > a:hover .pxl-count span, .widget_archive ul li > a:hover .pxl-count span, .widget_meta ul li > a:hover .pxl-count span, .widget_recent_entries ul li > a:hover .pxl-count span {
  background-position: 0%;
}
.widget_product_categories ul li.current-menu-item > a .pxl-count, .widget_categories ul li.current-menu-item > a .pxl-count, .widget_nav_menu ul li.current-menu-item > a .pxl-count, .widget_pages ul li.current-menu-item > a .pxl-count, .widget_archive ul li.current-menu-item > a .pxl-count, .widget_meta ul li.current-menu-item > a .pxl-count, .widget_recent_entries ul li.current-menu-item > a .pxl-count, .widget_product_categories ul li.current-cat > a .pxl-count, .widget_categories ul li.current-cat > a .pxl-count, .widget_nav_menu ul li.current-cat > a .pxl-count, .widget_pages ul li.current-cat > a .pxl-count, .widget_archive ul li.current-cat > a .pxl-count, .widget_meta ul li.current-cat > a .pxl-count, .widget_recent_entries ul li.current-cat > a .pxl-count, .widget_product_categories ul li.current-cat-parent > a .pxl-count, .widget_categories ul li.current-cat-parent > a .pxl-count, .widget_nav_menu ul li.current-cat-parent > a .pxl-count, .widget_pages ul li.current-cat-parent > a .pxl-count, .widget_archive ul li.current-cat-parent > a .pxl-count, .widget_meta ul li.current-cat-parent > a .pxl-count, .widget_recent_entries ul li.current-cat-parent > a .pxl-count, .widget_product_categories ul li > a:hover .pxl-count, .widget_categories ul li > a:hover .pxl-count, .widget_nav_menu ul li > a:hover .pxl-count, .widget_pages ul li > a:hover .pxl-count, .widget_archive ul li > a:hover .pxl-count, .widget_meta ul li > a:hover .pxl-count, .widget_recent_entries ul li > a:hover .pxl-count {
  background-color: transparent;
}
.widget_product_categories ul li.current-menu-item > a .pxl-count:before, .widget_categories ul li.current-menu-item > a .pxl-count:before, .widget_nav_menu ul li.current-menu-item > a .pxl-count:before, .widget_pages ul li.current-menu-item > a .pxl-count:before, .widget_archive ul li.current-menu-item > a .pxl-count:before, .widget_meta ul li.current-menu-item > a .pxl-count:before, .widget_recent_entries ul li.current-menu-item > a .pxl-count:before, .widget_product_categories ul li.current-cat > a .pxl-count:before, .widget_categories ul li.current-cat > a .pxl-count:before, .widget_nav_menu ul li.current-cat > a .pxl-count:before, .widget_pages ul li.current-cat > a .pxl-count:before, .widget_archive ul li.current-cat > a .pxl-count:before, .widget_meta ul li.current-cat > a .pxl-count:before, .widget_recent_entries ul li.current-cat > a .pxl-count:before, .widget_product_categories ul li.current-cat-parent > a .pxl-count:before, .widget_categories ul li.current-cat-parent > a .pxl-count:before, .widget_nav_menu ul li.current-cat-parent > a .pxl-count:before, .widget_pages ul li.current-cat-parent > a .pxl-count:before, .widget_archive ul li.current-cat-parent > a .pxl-count:before, .widget_meta ul li.current-cat-parent > a .pxl-count:before, .widget_recent_entries ul li.current-cat-parent > a .pxl-count:before, .widget_product_categories ul li > a:hover .pxl-count:before, .widget_categories ul li > a:hover .pxl-count:before, .widget_nav_menu ul li > a:hover .pxl-count:before, .widget_pages ul li > a:hover .pxl-count:before, .widget_archive ul li > a:hover .pxl-count:before, .widget_meta ul li > a:hover .pxl-count:before, .widget_recent_entries ul li > a:hover .pxl-count:before {
  opacity: 0.1;
}
.widget_product_categories ul li.current-menu-item > a:after, .widget_categories ul li.current-menu-item > a:after, .widget_nav_menu ul li.current-menu-item > a:after, .widget_pages ul li.current-menu-item > a:after, .widget_archive ul li.current-menu-item > a:after, .widget_meta ul li.current-menu-item > a:after, .widget_recent_entries ul li.current-menu-item > a:after, .widget_product_categories ul li.current-cat > a:after, .widget_categories ul li.current-cat > a:after, .widget_nav_menu ul li.current-cat > a:after, .widget_pages ul li.current-cat > a:after, .widget_archive ul li.current-cat > a:after, .widget_meta ul li.current-cat > a:after, .widget_recent_entries ul li.current-cat > a:after, .widget_product_categories ul li.current-cat-parent > a:after, .widget_categories ul li.current-cat-parent > a:after, .widget_nav_menu ul li.current-cat-parent > a:after, .widget_pages ul li.current-cat-parent > a:after, .widget_archive ul li.current-cat-parent > a:after, .widget_meta ul li.current-cat-parent > a:after, .widget_recent_entries ul li.current-cat-parent > a:after, .widget_product_categories ul li > a:hover:after, .widget_categories ul li > a:hover:after, .widget_nav_menu ul li > a:hover:after, .widget_pages ul li > a:hover:after, .widget_archive ul li > a:hover:after, .widget_meta ul li > a:hover:after, .widget_recent_entries ul li > a:hover:after {
  bottom: -2px;
}
.widget_product_categories ul li .sub-menu, .widget_categories ul li .sub-menu, .widget_nav_menu ul li .sub-menu, .widget_pages ul li .sub-menu, .widget_archive ul li .sub-menu, .widget_meta ul li .sub-menu, .widget_recent_entries ul li .sub-menu, .widget_product_categories ul li .children, .widget_categories ul li .children, .widget_nav_menu ul li .children, .widget_pages ul li .children, .widget_archive ul li .children, .widget_meta ul li .children, .widget_recent_entries ul li .children {
  margin-top: 12px;
}
.widget.widget_categories ul li a {
  border-bottom-style: dotted;
}
.widget.widget_categories ul li:last-child a {
  border-bottom: 0px;
}
.widget .tagcloud {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.widget .tagcloud a {
  font-family: "Inter";
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px !important;
  text-transform: uppercase;
  color: var(--secondary-color);
  padding: 0 23px;
  line-height: 44px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid var(--secondary-color);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget .tagcloud a:hover {
  color: #fff;
  background: var(--secondary-color);
}
.widget.woocommerce .tagcloud a {
  border: none;
  border-radius: 0;
  color: var(--link-color);
  background: #cde4ce;
}
.widget.woocommerce .tagcloud a:hover {
  color: #fff;
  background: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-item--img {
  overflow: hidden;
  border-radius: 5px;
  width: 148px;
  min-width: 148px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .widget_pxl_recent_posts .pxl-item--img {
    width: 102px;
    min-width: 102px;
  }
}
.widget_pxl_recent_posts .pxl-item--img img {
  min-height: 102px;
}
.widget_pxl_recent_posts .pxl-item--title {
  color: var(--link-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: -1px;
  max-width: 152px;
  margin-bottom: 10px;
}
.widget_pxl_recent_posts .pxl-item--date {
  color: var(--third-color);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.84;
  text-transform: uppercase;
}
.widget_pxl_recent_posts .pxl-item--meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .widget_pxl_recent_posts .pxl-item--meta {
    display: inline-block;
  }
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15);
}
.widget_pxl_recent_posts .pxl--item + .pxl--item {
  margin-top: 27px;
}
.widget_pxl_recent_posts .pxl--item:last-child {
  padding-bottom: 0;
  border: 0;
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
#pxl-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 15px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 26px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 26px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
  color: inherit;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
  color: var(--primary-color);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
  margin-top: 18px;
}
.widget_rss .rss-widget-title {
  color: inherit;
}
.widget_rss ul, .widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--primary-color);
}
.widget_block ul, .widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2 {
  font-size: 22px;
  margin-bottom: 27px;
  position: relative;
  color: #080808;
  font-weight: 700;
  display: block;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 600;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
  color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #666;
}
.widget_block .wp-block-latest-comments a {
  color: #080808;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  height: 60px;
  width: 60px;
  background: transparent;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  color: #222;
  line-height: 60px;
  z-index: 1;
  font-size: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #ececf0;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f12c";
  font-family: "Caseicon";
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: #ececf0;
  color: #222;
  padding-left: 24px;
}
.widget_archive .nice-select ul.list {
  max-width: 320px;
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-wg-categories {
  margin: -20px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-wg-categories .pxl-category {
  padding: 0 10px;
  margin-top: 20px;
}
.pxl-wg-categories .pxl-category--inner {
  min-height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories .pxl-category--inner {
    min-height: 120px;
  }
}
.pxl-wg-categories .pxl-category--inner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 12;
}
.pxl-wg-categories .pxl-category--inner a {
  z-index: 99;
}
.pxl-wg-categories .pxl-category--inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 88;
}
.pxl-wg-categories .pxl-category--inner .pxl-category--img {
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-wg-categories.columns-2 .pxl-category {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories.columns-2 .pxl-category {
    width: 100%;
  }
}
.pxl-contact-info-widget {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 62px 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.pxl-contact-info-widget .pxl-phone--number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .pxl-contact-info-widget .pxl-phone--number {
    font-size: 28px;
  }
}
.pxl-contact-info-widget .pxl-item--icon {
  height: 62px;
  width: 62px;
  background-color: red;
  border-radius: 62px;
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.pxl-contact-info-widget .pxl-item--icon:before {
  content: '';
  background-color: #020626;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 100%;
  z-index: -1;
}
.pxl-contact-info-widget .pxl-item--icon i.active {
  animation: pxl_zigzag 0.8s ease-out infinite;
  -webkit-animation: pxl_zigzag 0.8s ease-out infinite;
}
.pxl-contact-info-widget .pxl-phone--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info-widget:before {
  z-index: -1;
  background-color: rgba(2, 6, 38, 0.85);
}
body.rtl .widget .widget-title {
  padding-left: 0;
  padding-right: 42px;
}
body.rtl .widget .widget-title:before {
  left: auto;
  right: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #dddee2;
  color: rgba(255, 255, 255, 0.72);
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  outline: none;
  font-family: Inter;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus {
  outline: 0;
  color: #fff;
  border-color: var(--primary-color);
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 60px;
}
textarea {
  height: 154px;
  margin: 0;
  border-radius: 0;
}
.wpcf7-form br {
  display: none;
}
.pxl-contact-form .wpcf7-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  border-radius: 6px;
  padding: 5px 10px !important;
  width: fit-content;
}
.comments-area {
  padding: 0 15px;
}
.comments-area .comment-respond .logged-in-as {
  font-size: 16px;
  margin-bottom: 0;
}
.comments-area .comment-respond .logged-in-as a {
  color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: var(--primary-color);
}
.comments-area .comment-respond .logged-in-as a:nth-child(2) {
  font-weight: 700;
  text-decoration: underline;
}
.comments-area .no-comments {
  display: none;
}
.comment-list {
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.comment-list li {
  padding-top: 15px;
}
.comment-list li .children {
  margin-bottom: 0;
}
.comment-list li .children li {
  list-style: none;
  padding-left: 98px;
}
@media screen and (max-width: 1200px) {
  .comment-list li .children li {
    padding-left: 0;
  }
}
.comment-list > li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
.comment-list #respond {
  margin-top: 28px;
  margin-bottom: 40px;
}
.comment-list #respond .comment-reply-title {
  font-size: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-image {
  width: 99px;
  min-width: 99px;
}
.comment-image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .comment-image {
    margin-bottom: 12px;
  }
}
.comment-title {
  font-size: 20px;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .comment-title {
    font-size: 18px;
  }
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: inherit;
}
.comment-date {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--third-color);
  display: block;
}
@media screen and (max-width: 575px) {
  .comment-content {
    font-size: 16px;
    line-height: 1.625;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: #646464;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  max-width: 582px;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 14px;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.comment-reply a {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
  position: relative;
}
.comment-reply a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comment-reply a:hover {
  color: var(--primary-color);
}
.comment-reply a:hover:before {
  width: 100%;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 52px;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
    padding-bottom: 40px;
  }
}
.comment-holder {
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .comment-holder {
    display: block;
  }
}
.comment-meta {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form > .row {
  order: 1;
  width: 100%;
}
.comment-form input[type="text"], .comment-form textarea {
  color: #646464;
  border: 1px solid #cde4ce;
  border-radius: 100px;
  padding: 16px 27px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
.comment-form textarea {
  border-radius: 20px;
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
  margin-top: 23px;
}
.comment-form .comment-form-cookies-consent {
  order: 3;
}
.comment-form .form-submit {
  order: 4;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.comment-form .form-submit .btn .pxl--btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color);
  background-color: var(--third-color);
  border-radius: 100px;
  line-height: 62px;
  padding: 0 60px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comment-form .form-submit .btn .pxl--btn-text:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.single-post .comment-form .row {
  margin: 0;
}
.single-post .comment-form .row > div {
  margin-top: 22px;
  padding: 0;
}
.single-post .comment-form .row .comment-form-author {
  padding-right: 17px;
}
@media screen and (max-width: 575px) {
  .single-post .comment-form .row .comment-form-author {
    padding: 0;
  }
}
.single-post .comment-form .row .comment-form-email {
  padding-left: 17px;
}
@media screen and (max-width: 575px) {
  .single-post .comment-form .row .comment-form-email {
    padding: 0;
  }
}
.comment-form-cookies-consent {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 26px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #222;
  /* Select Style */
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
  border-radius: 0px;
}
.comment-form-cookies-consent label:after {
  content: '\f112';
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: var(--primary-color);
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 7px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
  margin: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.pxl-select .pxl-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.pxl-select .pxl-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
  display: none;
}
.pxl-select .pxl-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #888;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}
.pxl-form-date .wpcf7-form-control-wrap:after, .pxl-form-date .pxl-item-group:after {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.nice-select:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select ul.list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 101;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-width: 350px;
  max-height: 246px;
  overflow-y: auto;
}
.nice-select ul.list li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.nice-select ul.list li:hover {
  color: #101010;
  background-color: rgba(0, 0, 0, 0.04);
}
.nice-select.open:before {
  transform: translate(0, -50%) scaleY(-1);
}
.nice-select.open ul.list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.comment-reply-title small a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  padding: 0 22px;
  background-color: var(--primary-color);
  display: inline-flex;
  margin: 15px 12px;
  border-radius: 50px;
}
.post-password-form {
  /* Select 2 */
}
.post-password-form input[type="password"] {
  margin-top: 6px;
}
.post-password-form input[type="submit"] {
  margin-top: 10px;
}
.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  height: 60px;
  background-color: #f5f6f6;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding: 0;
  padding-left: 22px;
  font-size: 16px;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: inherit;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--primary-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--secondary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--primary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  color: var(--primary-color);
}
.pxl-file-upload-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper {
    display: block;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button {
  white-space: nowrap;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #16232b;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
  background: #222;
}
.pxl-file-upload-wrapper .pxl-file-upload-input {
  width: auto;
  font-size: 16px;
  color: #0a1320;
  background: none;
  font-weight: 500;
  padding: 0 22px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-input {
    padding: 0;
  }
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="password"], body.rtl input[type="search"], body.rtl input[type="tel"], body.rtl input[type="number"], body.rtl input[type="range"], body.rtl input[type="date"], body.rtl input[type="month"], body.rtl input[type="week"], body.rtl input[type="time"], body.rtl input[type="datetime"], body.rtl input[type="datetime-local"], body.rtl input[type="color"], body.rtl textarea, body.rtl select, body.rtl .pxl-select-higthlight, body.rtl .nice-select, body.rtl .wpcf7 input[type="url"], body.rtl .wpcf7 input[type="email"], body.rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}
body.rtl .pxl-select .pxl-select-higthlight::before {
  right: auto;
  left: 8px;
}
@media screen and (max-width: 777px) {
  .revslider-initialised .rv-description {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 575px) {
  .revslider-initialised .rv-description {
    font-size: 16px !important;
  }
}
.revslider-initialised .tc-text-shadow1 {
  text-shadow: 0 5px 8px rgba(19, 19, 19, 0.23) !important;
}
@media screen and (max-width: 767px) {
  .revslider-initialised .tp-thumbs.theme-style1 {
    display: none !important;
  }
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb {
  opacity: 1;
  border-radius: 175px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  transform: scale(0.7);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb .tp-thumb-image {
  border-radius: 175px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb .tp-thumb-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.48);
  z-index: 9;
  border-radius: inherit;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected {
  transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected {
    transform: scale(0.85);
  }
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected .tp-thumb-image {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected .tp-thumb-image:before {
  opacity: 0;
}
.pxl-heading {
  display: flex;
}
.pxl-heading .pxl-item--subtitle {
  margin-bottom: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-heading .pxl-item--subtitle .pxl-item--subtext {
  white-space: nowrap;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.pxl-heading .pxl-item--subtitle .pxl-item--subtext.sub_title_color_gradient {
  background: linear-gradient(180deg, rgba(13, 23, 63, 0.32) 0%, rgba(255, 255, 255, 0.22) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-1 {
  position: relative;
  padding: 0 18px;
  background: var(--primary-color);
  border-radius: 100px;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-1:before, .pxl-heading .pxl-item--subtitle.px-sub-title-1 .pxl-icon--svg {
  position: absolute;
  content: '';
  top: 4px;
  right: 1px;
  transform: translate(50%, -50%);
}
.pxl-heading .pxl-item--subtitle.px-sub-title-1:before {
  top: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-1 .pxl-icon--svg svg {
  animation: pxl_scale_center_bottom 0.6s linear;
}
.pxl-heading .pxl-title--highlight {
  color: var(--primary-color);
}
.pxl-heading .pxl-heading--text div {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-post-list1 .pxl-item--image {
  position: absolute;
  max-width: 180px;
  border: 3px solid var(--primary-color);
  left: -130px;
  transform: rotate(-16deg);
  bottom: -28px;
  z-index: 100;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  margin-left: -30px;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--image {
    display: none;
  }
}
.pxl-post-list1 .pxl-item--title {
  --tab-title-color: #000;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.16;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-post-list1 .pxl-item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-list1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-post-list1 .pxl-item--title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.pxl-post-list1 .pxl-item--number {
  color: #575757;
  font-size: 20px;
  font-weight: 700;
  min-width: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--number {
    min-width: 35px;
  }
}
.pxl-post-list1 .pxl-item--readmore {
  font-size: 58px;
  transform: rotate(-45deg);
  margin-right: 30px;
  opacity: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pxl-post-list1 .pxl-item--readmore {
    font-size: 45px;
  }
}
.pxl-post-list1 .pxl-item--readmore:hover {
  transform: rotate(0deg);
}
.pxl-post-list1 .pxl-item--holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.pxl-post-list1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  .pxl-post-list1 .pxl-item--bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
  }
}
.pxl-post-list1 .pxl-post--item {
  display: flex;
  align-items: center;
  padding: 20px 6px;
  min-height: 161px;
  position: relative;
  z-index: 1;
}
.pxl-post-list1 .pxl-post--item:before, .pxl-post-list1 .pxl-post--item:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #323232;
  bottom: 0;
  right: 0;
}
.pxl-post-list1 .pxl-post--item:after {
  width: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: var(--primary-color);
  z-index: 2;
}
.pxl-post-list1 .pxl-post--item:last-child:before {
  opacity: 0;
}
.pxl-post-list1 .pxl-post--item:hover:after {
  width: 100%;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--title span {
  background-position: 0%;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--image {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--readmore {
  margin-right: 0;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-post--item:hover .pxl-item--bg {
    transform: scaleY(1);
  }
  .pxl-post-list1 .pxl-post--item:hover .pxl-item--number {
    color: #fff;
  }
}
.pxl-logo a {
  display: inline-block;
  position: relative;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-search .searchform-wrap {
  display: flex;
  align-items: center;
}
.pxl-search button:not(.btn) {
  display: inline-flex;
  align-items: center;
  background: unset;
  padding: 0;
  line-height: normal;
}
.pxl-search button:not(.btn):hover {
  background: unset;
}
.pxl-search i {
  margin-right: 6px;
  color: #fe6462;
}
.pxl-search input[type="text"] {
  background-color: unset;
  border: none;
  padding: 0;
  color: rgba(32, 32, 32, 0.48);
  font-size: 16px;
  font-weight: 400;
}
.pxl-list .pxl--item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.pxl-list .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list .pxl--item.icon-after .pxl-item--content {
  order: -1;
}
.pxl-list .pxl-item--meta .pxl-item--icon {
  display: flex;
  align-items: center;
}
.pxl-list .pxl-empty {
  font-size: 14px;
  font-weight: 500;
  color: rgba(32, 32, 32, 0.64);
}
.pxl-list .pxl-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
}
@media max-lg {
  .pxl-list .pxl-content {
    font-size: 14px;
  }
}
.pxl-link-wrap .pxl-widget-title.style-divider {
  padding-bottom: 10px;
  position: relative;
}
.pxl-link-wrap .pxl-widget-title.style-divider:before, .pxl-link-wrap .pxl-widget-title.style-divider:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.pxl-link-wrap .pxl-widget-title.style-divider:after {
  width: 20%;
  background: #fff;
}
.pxl-link-wrap:hover .style-divider:after {
  width: 100%;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link li:first-child {
  border-top: 0 !important;
}
.pxl-link li:last-child {
  border-bottom: 0 !important;
}
.pxl-link a {
  display: flex;
  font-family: Inter;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.pxl-link a:hover {
  color: var(--primary-color);
}
.pxl-link a.icon-after .pxl-link--text {
  order: -1;
}
.pxl-link .pxl-link--icon {
  min-width: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.pxl-link.type-vertical li + li {
  margin-top: 16px;
}
.pxl-link.type-horizontal {
  display: flex;
  flex-wrap: wrap;
  /* Style */
}
.pxl-link.type-horizontal li {
  margin: 0 10px;
}
.pxl-link.style-hover-divider .pxl-link--text {
  position: relative;
}
.pxl-link.style-hover-divider .pxl-link--text:before {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider .pxl-link--text:hover:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-link.style-hover-divider2 .pxl-link--text {
  position: relative;
}
.pxl-link.style-hover-divider2 .pxl-link--text:before, .pxl-link.style-hover-divider2 .pxl-link--text:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 0;
  background-color: var(--primary-color);
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider2 .pxl-link--text:before {
  left: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:after {
  right: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:hover:before, .pxl-link.style-hover-divider2 .pxl-link--text:hover:after {
  width: 50%;
}
.pxl-link.style-hover-divider2 li.active .pxl-link--text:before, .pxl-link.style-hover-divider2 li.active .pxl-link--text:after {
  width: 50%;
}
.pxl-link.style-square-shape1 a {
  font-size: 17px;
  position: relative;
}
.pxl-link.style-square-shape1 a:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  opacity: 0;
}
.pxl-link.style-square-shape1 a:hover {
  padding-left: 20px;
}
.pxl-link.style-square-shape1 a:hover:before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.pxl-link.style-square-shape1.type-vertical li + li {
  margin-top: 19px;
}
.pxl-link.style-square-shape1 li.active a:before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.pxl-link.style-characters.type-horizontal li {
  margin: 0;
}
.pxl-link.style-characters.type-horizontal li a {
  display: inline-flex;
  align-items: center;
}
.pxl-link.style-characters.type-horizontal li a:before {
  content: '*';
  margin: 0 13px;
  font-size: 120%;
  position: relative;
  top: -4px;
}
.pxl-link.style-round-box .pxl-link--icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 17px;
  z-index: 99;
}
.pxl-link.style-round-box .pxl-link--icon:before, .pxl-link.style-round-box .pxl-link--icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}
.pxl-link.style-round-box .pxl-link--icon:before {
  opacity: 0.1;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-link.style-round-box .pxl-link--icon:after {
  opacity: 0;
  background-color: var(--primary-color);
}
.pxl-link.style-round-box .pxl-link--icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: 0%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-link.style-round-box a {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 60px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-link.style-round-box a {
    padding-left: 20px;
  }
}
.pxl-link.style-round-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-link.style-round-box a:hover {
  color: #fff;
}
.pxl-link.style-round-box a:hover:before {
  opacity: 1;
}
.pxl-link.style-round-box a:hover .pxl-link--icon:before {
  opacity: 0;
}
.pxl-link.style-round-box a:hover .pxl-link--icon:after {
  opacity: 1;
}
.pxl-link.style-round-box a:hover .pxl-link--icon i {
  background-position: -100%;
}
.pxl-link.style-round-box .pxl-item--link + .pxl-item--link {
  margin-top: 12px;
}
.pxl-image-single .pxl-item--inner.one-line {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-image-single .pxl-item--inner.one-line {
    display: unset;
    text-align: center;
  }
}
.pxl-image-single .pxl-item--image.f_img img {
  max-height: 538px;
  width: 100%;
}
.pxl-image-single .pxl-overlay-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 88;
}
.pxl-breadcrumb-wrap {
  display: flex;
  /* Case Progressbar */
}
.pxl-breadcrumb-wrap .pxl-breadcrumb {
  list-style: none;
  display: flex;
  width: fit-content;
  padding: 18px 46px;
  border-radius: 100px;
  border: 1px solid rgba(42, 59, 78, 0.60);
  background: rgba(255, 255, 255, 0.20);
  position: relative;
}
@media screen and (max-width: 991px) {
  .pxl-breadcrumb-wrap .pxl-breadcrumb {
    padding: 15px 40px;
  }
}
.pxl-breadcrumb-wrap .pxl-breadcrumb:before, .pxl-breadcrumb-wrap .pxl-breadcrumb:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--link-color);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .pxl-breadcrumb-wrap .pxl-breadcrumb:before, .pxl-breadcrumb-wrap .pxl-breadcrumb:after {
    width: 12px;
    height: 12px;
  }
}
.pxl-breadcrumb-wrap .pxl-breadcrumb:after {
  left: unset;
  right: 16px;
}
.pxl-breadcrumb-wrap li {
  display: none;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
  position: relative;
  padding-right: 26px;
}
@media screen and (max-width: 991px) {
  .pxl-breadcrumb-wrap li {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-breadcrumb-wrap li {
    font-size: 18px;
  }
}
.pxl-breadcrumb-wrap li:before {
  position: absolute;
  content: '.';
  right: 13px;
  bottom: 0;
}
.pxl-breadcrumb-wrap li:last-child {
  padding: 0;
}
.pxl-breadcrumb-wrap li:last-child:before {
  display: none;
}
.pxl-breadcrumb-wrap li:first-child, .pxl-breadcrumb-wrap li:last-child {
  display: list-item;
}
.pxl-breadcrumb-wrap a {
  display: flex;
  align-items: center;
}
.pxl-breadcrumb-wrap a i {
  margin: 0 8px;
}
.pxl-breadcrumb-wrap .breadcrumb-hidden {
  color: #fff;
}
.pxl-breadcrumb-wrap .breadcrumb-hidden:hover {
  color: var(--link-color-hover);
}
.pxl-progressbar-1 {
  /* End Case Progress Bar */
  /* Case Counter */
}
.pxl-progressbar-1 .pxl--progressbar {
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  width: 0;
}
.pxl-progressbar-1 .pxl--progressbar.vertical {
  -webkit-transition: height 1.4s ease;
  -khtml-transition: height 1.4s ease;
  -moz-transition: height 1.4s ease;
  -ms-transition: height 1.4s ease;
  -o-transition: height 1.4s ease;
  transition: height 1.4s ease;
  height: 0;
}
.pxl-progressbar-1 .pxl-item--icon {
  width: 57px;
  height: 57px;
  font-size: 28px;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 46px rgba(18, 18, 18, 0.14);
}
.pxl-progressbar-1 .pxl--meta {
  margin-bottom: 3px;
}
.pxl-progressbar-1 .pxl-progressbar--wrap {
  display: flex;
  align-items: center;
  height: 18px;
  background-color: #fff;
  border: 1.5px solid #cde4ce;
  border-radius: 20px;
}
.pxl-progressbar-1 .pxl--progressbar {
  height: 9px;
  background: var(--secondary-color);
  margin-left: 4px;
  border-radius: 10px;
}
.pxl-progressbar-1 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-progressbar-1 .pxl--item + .pxl--item {
  margin-top: 19px;
}
.pxl-counter {
  /* End Case Counter */
  /* Case Image Box */
}
.pxl-counter.pxl-counter1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px;
  border-radius: 200px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1 {
    padding: 15px;
  }
}
.pxl-counter.pxl-counter1 .pxl-counter--icon {
  width: 102px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--third-color);
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1 .pxl-counter--icon {
    width: 75px;
    height: 75px;
  }
  .pxl-counter.pxl-counter1 .pxl-counter--icon svg {
    width: 40px;
  }
}
.pxl-counter.pxl-counter1 .pxl-counter--number {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1 .pxl-counter--number {
    font-size: 32px;
  }
}
.pxl-counter.pxl-counter1 .pxl-counter--title {
  color: var(--secondary-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.pxl-counter.pxl-counter2 .pxl-counter--holder {
  display: flex;
  align-items: center;
  list-style: none;
}
.pxl-counter.pxl-counter2 .pxl-item--single img, .pxl-counter.pxl-counter2 .pxl-counter--holder {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  border: 3px solid #cde4ce;
  background: var(--secondary-color);
}
.pxl-counter.pxl-counter2 .pxl-counter--number {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
}
.pxl-counter.pxl-counter2 li + li {
  margin-left: -22px;
}
.pxl-counter .pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-digit, .pxl-counter .pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counter .pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counter .pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counter .pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counter .pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counter .pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counter .pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-image-box {
  position: relative;
  /* End Case Image Box */
  /* Case Image Carousel */
}
.pxl-image-box .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-image-box img {
  border-radius: 548px 0 0 0;
}
.pxl-image-box .pxl-item--group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: -12px;
  transform: translateY(-100%);
}
@media screen and (max-width: 991px) {
  .pxl-image-box .pxl-item--group {
    transform: translateY(-50%);
  }
}
.pxl-image-box .pxl--line {
  width: 67px;
  height: 1px;
  background-color: #c89d66;
}
.pxl-image-box .pxl-item--label {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .pxl-image-box .pxl-item--label {
    font-size: 18px;
  }
}
.pxl-image-box .pxl-item--description {
  color: rgba(64, 64, 70, .72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .pxl-image-box .pxl-item--description {
    font-size: 14px;
  }
}
.elementor-lightbox .swiper .elementor-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  /* End Case Image Carousel */
  /* Case Icon List */
}
.pxl-icon-list {
  /* End Case Icon List */
  /* Case Countdown */
}
.pxl-icon-list span, .pxl-icon-list i, .pxl-icon-list svg {
  transition : all 0.3s linear;
}
.pxl-icon-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-icon-list span {
  font-weight: 400;
}
.pxl-icon-list.style-1 a {
  width: 220px;
  height: 120px;
  border-radius: 100px;
  background-color: #f2efea;
}
@media screen and (max-width: 1024px) {
  .pxl-icon-list.style-1 a {
    width: 180px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-icon-list.style-1 a {
    width: 140px;
    height: 80px;
  }
}
.pxl-icon-list.style-2 {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: -12px 12px 36px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.pxl-icon-list.style-2 a {
  color: #1d1d3d;
  border-right: 1px solid #eee;
}
.pxl-icon-list.style-2 a:last-child {
  border: none !important;
}
.pxl-icon-list.style-2 a:hover {
  color: var(--primary-color);
}
.pxl-icon-list.icon-vertical {
  display: flex;
  flex-wrap: wrap;
}
.pxl-icon-list.icon-horizontal span {
  margin-left: 9px;
}
.pxl-countdown {
  /* End Case Countdown */
}
.pxl-countdown.style1 {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 22px;
}
.pxl-countdown.style1 .countdown-item {
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .pxl-countdown.style1 .countdown-item {
    padding: 0;
  }
}
.pxl-countdown.style1 .countdown-item:before {
  position: absolute;
  content: ':';
  left: 0;
  top: -5px;
  font-family: "Inter";
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .pxl-countdown.style1 .countdown-item:before {
    display: none;
  }
}
.pxl-countdown.style1 .countdown-item:first-child:before {
  display: none;
}
.pxl-countdown.style1 .countdown-item .countdown-amount {
  color: var(--link-color);
  text-align: center;
  font-family: "Tenor Sans";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 480px) {
  .pxl-countdown.style1 .countdown-item .countdown-amount {
    font-size: 42px;
  }
}
.pxl-countdown.style1 .countdown-item .countdown-period {
  color: #fff;
  font-family: "Public Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .pxl-countdown.style1 .countdown-item .countdown-period {
    font-size: 15px;
  }
}
.pxl-commitment .pxl-title {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pxl-commitment .pxl-title {
    font-size: 36px;
  }
}
.pxl-commitment .pxl-desc {
  color: #202020;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-commitment .pxl-desc {
    font-size: 16px;
  }
}
.pxl-commitment .pxl--items {
  margin-bottom: 20px;
}
.pxl-commitment .pxl--items:last-child {
  margin-bottom: 30px;
}
.pxl-commitment .pxl-ordinal--numbers {
  position: relative;
  color: rgba(0, 133, 58, 0.30);
  font-size: 60px;
  line-height: 1;
}
.pxl-commitment .pxl-ordinal--numbers .pxl-title--commit {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 26px;
  line-height: 1.07;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .pxl-commitment .pxl-ordinal--numbers .pxl-title--commit {
    font-size: 20px;
  }
}
.pxl-commitment .pxl-desc--commit {
  line-height: 1.5556;
  margin-top: 16px;
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .pxl-commitment .pxl-desc--commit {
    font-size: 16px;
  }
}
.pxl-commitment .pxl--button i, .pxl-commitment .pxl--button svg {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-commitment .pxl--button:hover i, .pxl-commitment .pxl--button:hover svg {
  transform: rotate(90deg);
}
.pxl-contact-form .pxl-form--label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}
.pxl-contact-form .pxl-form--label span {
  display: inline-block;
  margin: 0 14px;
}
.pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .wpcf7-heading {
  font-size: 24px;
  padding-top: 17px;
}
.pxl-contact-form .wpcf7-acceptance {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px;
  color: #666;
  display: block;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #cfcfcf;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input, .pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 20px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  z-index: 1;
  background-color: #f5f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "\f112";
  font-family: "Caseicon";
  position: absolute;
  left: 5px;
  font-size: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input {
  opacity: 0;
  z-index: 3;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.pxl-contact-form .pxl--form-icon {
  opacity: 0;
  position: absolute;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-contact-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
  font-size: 14px;
  color: #a0a0a0;
  z-index: 99;
  opacity: 1;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.top-spacer {
  top: 24px;
  -webkit-transform: translate(0, 0%);
  -khtml-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.pxl-contact-form .pxl-icon-pos-right.pxl-form-date .wpcf7-form-control-wrap:after {
  display: none;
}
.pxl-contact-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  bottom: 8px;
}
.pxl-contact-form .wpcf7-form {
  overflow: visible;
}
.pxl-contact-form .wpcf7-form .wpcf7-response-output {
  margin: 40px 0 0;
  border-width: 2px;
  font-size: 15px;
  padding: 8px 16px;
  color: #fff;
  border: none;
  background-color: var(--primary-color);
}
.pxl-contact-form .pxl--item > p {
  margin: 0;
}
.pxl-contact-form .pxl-form-label {
  color: #100900;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}
.pxl-contact-form .text-right > p {
  text-align: right;
}
.pxl-contact-form .wpcf7-form-control.wpcf7-radio {
  background: none !important;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio {
  margin: -10px -7px 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item {
  padding: 0 7px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label {
  display: inline-flex;
  position: relative;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  color: #999a99;
  padding: 0 24px;
  line-height: 58px;
  position: relative;
  background-color: #202526;
  display: inline-flex;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item [type="radio"]:checked + .wpcf7-list-item-label {
  box-shadow: 0 0 0 2px var(--primary-color) inset;
  color: #fff;
}
.pxl-close-popup {
  background-color: transparent;
  border-width: 4px;
  display: block;
  /* Icon Search */
}
.pxl-close-popup:before, .pxl-close-popup:after {
  background-color: #000;
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  font-size: 21px;
  position: relative;
}
.pxl-search-popup-button i, .pxl-cart-sidebar-button i {
  color: #8a8a8a;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-search-popup-button.style-box .pxl_cart_counter, .pxl-cart-sidebar-button.style-box .pxl_cart_counter {
  top: -13px;
  right: -13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.pxl-search-popup-button .pxl_cart_counter, .pxl-cart-sidebar-button .pxl_cart_counter {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  bottom: 0;
  right: -14px;
}
.pxl-search-popup-button {
  /* End Icon Search */
  /* Search Popup */
  /* search popup */
}
.pxl-search-popup-button.style-box, .pxl-search-popup-button.style-box-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  line-height: 34px;
  color: var(--secondary-color);
  font-size: 20px;
}
.pxl-search-popup-button.style-box-bd {
  border: 1px solid #000;
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#pxl-search-popup .pxl-item--logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pxl-search-popup .pxl-item--logo img {
  max-height: 41px;
}
#pxl-search-popup .pxl-item--close {
  position: absolute;
  top: 0;
  right: 60px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-width: 11px;
  z-index: 99;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  #pxl-search-popup .pxl-item--close {
    top: 20px !important;
    right: auto;
    left: 50%;
    transform: translatex(-50%);
  }
}
#pxl-search-popup .pxl-item--close:before, #pxl-search-popup .pxl-item--close:after {
  background-color: #fff;
}
#pxl-search-popup .pxl-item--conent {
  position: absolute;
  padding: 0 15px;
  top: -400px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 250px;
  will-change: top, box-shadow;
  background-color: rgba(13, 73, 53, 0.8);
  -webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -khtml-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -moz-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -ms-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -o-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#pxl-search-popup .pxl-item--conent form {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1400px) {
  #pxl-search-popup .pxl-item--conent form {
    max-width: 1000px;
  }
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 95px;
  padding: 0 40px 0 0;
  font-size: 25px;
  font-weight: 400;
  border: none;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 575px) {
  #pxl-search-popup .pxl-item--conent form .search-field {
    font-size: 20px;
    height: 70px;
  }
}
#pxl-search-popup .pxl-item--conent form .search-field:focus {
  background: none;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  border: none;
  background: none;
  font-size: 25px;
  line-height: 92px;
  color: #fff;
  opacity: 0.9;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pxl-search-popup .pxl--search-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
  visibility: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  -khtml-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: left center;
}
#pxl-search-popup .pxl-item--overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pxl-search-popup.active {
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--logo, #pxl-search-popup.active .pxl-item--close {
  top: 15px;
  -webkit-animation-name: pxl_fadein;
  animation-name: pxl_fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  top: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -khtml-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -moz-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -ms-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -o-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
#pxl-search-popup.active .pxl-item--conent form {
  -webkit-animation-name: pxl_fadein;
  animation-name: pxl_fadein;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl--search-divider {
  -webkit-animation-name: pxl_fade_in_move;
  animation-name: pxl_fade_in_move;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.pxl-search-out-anim #pxl-search-popup {
  /* Search Popup */
  /* Search Form */
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form {
  -webkit-animation-name: pxl_fadeout;
  animation-name: pxl_fadeout;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form .pxl--search-divider {
  -webkit-animation-name: pxl_fade_out_move;
  animation-name: pxl_fade_out_move;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--logo, .pxl-search-out-anim #pxl-search-popup .pxl-item--close {
  -webkit-animation-name: pxl_fadeout;
  animation-name: pxl_fadeout;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  visibility: visible;
}
.pxl-search-form1 {
  /* End Search Form */
}
.pxl-search-form1.style-1 .pxl-searchform-wrap {
  position: relative;
}
.pxl-search-form1.style-1 .pxl-search-submit {
  height: 60px;
  width: 60px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 60px 60px 0;
  -khtml-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -ms-border-radius: 0 60px 60px 0;
  -o-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  padding: 0;
  position: absolute;
  color: #fff;
  line-height: 60px;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  border: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:before, .pxl-search-form1.style-1 .pxl-search-submit:after {
  display: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:hover {
  background-position: right center;
}
.pxl-search-form1.style-1 .pxl-search-field {
  background-color: #fff;
  border-radius: 60px;
  font-size: 16px;
  padding-left: 21px;
  padding-right: 21px;
  border: 1px solid #d9d9d9;
  color: rgba(69, 69, 69, 0.55);
}
.pxl-search-form1.style-2 .pxl-search-field {
  font-size: 32px;
  color: #454545;
  padding: 0;
  border: none;
  background-color: transparent;
  height: 58px;
  font-weight: 500;
  border-radius: 0px;
}
.pxl-search-form1.style-2 .pxl-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 58px;
  padding: 0;
  border: none;
  box-shadow: none;
  width: 58px;
  color: var(--primary-color);
  background: none;
  font-size: 26px;
  margin: 0 -15px;
  background: none;
}
.pxl-search-form1.style-2 .pxl-search-submit:hover, .pxl-search-form1.style-2 .pxl-search-submit:focus {
  color: var(--primary-color);
  background: none;
}
.pxl-search-form1.style-2 .pxl-searchform-divider {
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  transform-origin: left center;
}
.pxl-search-form1.style-2 .pxl-searchform-wrap {
  position: relative;
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
  display: none !important;
}
button {
  cursor: pointer;
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
.product-remove {
  position: relative;
}
.product-remove a.remove {
  font-size: 0px;
  --size: 36px;
  min-width: var(--size);
  min-height: var(--size);
  width: var(--size);
  border-radius: var(--size);
  background-color: var(--primary-color);
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 15px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--secondary-color);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce.widget {
  border-radius: 0;
}
.woocommerce input[type="text"] {
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-notices-wrapper, .woocommerce .woocommerce-NoticeGroup {
  width: 100%;
  flex: 0 0 100%;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  width: 100%;
  background-color: rgba(215, 215, 215, .75);
  color: var(--secondary-color);
}
.woocommerce #pxl-sidebar-area {
  margin: 0;
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 36px 34px 32px 32px;
}
.woocommerce #pxl-sidebar-area .widget .widget-title {
  margin-bottom: 51px;
}
.woocommerce #pxl-sidebar-area .widget_product_search {
  padding: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
  --size: 67px;
  display: flex;
  align-items: center;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 0;
  min-width: var(--size);
  height: var(--size);
  background-color: var(--primary-color);
  position: relative;
  color: #fff;
}
.woocommerce #pxl-sidebar-area .widget_product_search button::before {
  content: "\f002";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  width: 100%;
  left: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
  line-height: calc(var(--size) - 2px);
  padding: 0 20px;
  color: var(--text-1);
  border: 1px solid #e0e8f4;
  border-radius: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories {
  margin-block: -13.5px 11px;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item {
  margin-top: 10px;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e0e8f4;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .title {
  padding: 0;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .pxl-count {
  color: var(--text-1);
  font-family: 'Inter';
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item.current-cat a .title, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:hover a .title, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item.current-cat a .pxl-count, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:hover a .pxl-count {
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:last-child a {
  border: 0;
  padding: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .clear {
  display: none;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 2px;
  background-color: #e4f3e2;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #cde4ce;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
  --size: 11px;
  background-color: var(--primary-color);
  top: 50%;
  width: var(--size);
  height: var(--size);
  transform: translateY(-50%);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 12px;
  gap: 15px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 27px;
  padding: 0 20px;
  color: #fff;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  border-radius: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  color: #646464;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider {
  margin-bottom: 8px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav {
  --y: 9px;
  margin-block: 0;
  position: relative;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  transform: translateY(-50%);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .widget-title {
  margin-bottom: 40px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .woocommerce-widget-layered-nav-list {
  position: relative;
  z-index: 9;
  margin-block: calc(-1 * var(--y));
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term + .wc-layered-nav-term a {
  border-top: 1px dashed #e0e8f4;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  padding-block: var(--y);
  padding-left: 22.5px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .title {
  padding: 0;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .pxl-count {
  font-family: 'Inter';
  color: var(--text-1);
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::after, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::before {
  content: '';
  --size: 14px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2.5px;
  border: 1px solid rgba(121, 131, 147, .2);
  background-color: transparent;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::before {
  background-color: var(--primary-color);
  opacity: 0;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a::before, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a::before {
  content: '';
  opacity: 1;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a .pxl-count, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a .pxl-count {
  color: var(--primary-color);
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  height: 50px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 35px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
  color: inherit;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--primary-color);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border: none;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce #pxl-wrapper .quantity, .woocommerce-page #pxl-wrapper .quantity {
  position: relative;
  display: inline-flex;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.woocommerce #pxl-wrapper .quantity .qty, .woocommerce-page #pxl-wrapper .quantity .qty {
  padding: 0 16px;
  border: 1px solid #e2e2e2;
  color: #767677;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  -moz-appearance: textfield;
  height: 50px;
  width: 100px;
}
.woocommerce #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #pxl-wrapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.widget_products ul.product_list_widget li {
  display: flex;
  gap: 15px;
  padding: 0;
}
.widget_products ul.product_list_widget li::before, .widget_products ul.product_list_widget li::after {
  display: none;
}
.widget_products ul.product_list_widget li + li {
  margin-top: 11.5px;
}
.widget_products ul.product_list_widget li .product-single {
  position: relative;
  display: flex;
  gap: 15px;
}
.widget_products ul.product_list_widget li .product-single .product-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.widget_products ul.product_list_widget li .product-single:hover .product-title {
  color: var(--primary-color);
}
.widget_products ul.product_list_widget li .pxl-item--img {
  min-height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38%;
  max-width: 38%;
  border: 1px solid var(--light-green-2);
}
.widget_products ul.product_list_widget li .pxl-item--img img {
  width: 100%;
  max-width: 61px;
  margin: 0;
}
.widget_products ul.product_list_widget li .product-info {
  padding-block: 14px 0;
  flex: 0 0 55%;
  max-width: 200px;
}
.widget_products ul.product_list_widget li .product-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.widget_products ul.product_list_widget li bdi, .widget_products ul.product_list_widget li .amount {
  color: var(--text-1);
}
.widget_products ul.product_list_widget li ins {
  background-color: transparent;
  padding-inline: 2px;
}
.widget_products ul.product_list_widget li ins bdi {
  color: var(--primary-color);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: ;
}
#shop-breadcrumb ul li a:hover {
  color: var(--primary-color);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce .star-rating span::before {
  color: #2a7d2e;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
@media screen and (min-width: 992px) {
  .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 101;
  column-gap: 30px;
  row-gap: 10px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 29px;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-group {
  display: inline-flex;
  align-items: center;
  gap: 33.5px;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types {
  gap: 10px;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button {
  display: inline-flex;
  align-items: center;
  height: 25.5px;
  padding-block: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button svg {
  fill: #c6c6c6;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button.active svg {
  fill: var(--primary-color);
}
.woocommerce .woocommerce-topbar .woocommerce-result-count {
  color: var(--dark-2);
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-topbar .nice-select {
  line-height: 53px;
  color: var(--dark-2);
  min-width: 319px;
  padding-inline: 0;
  border: none;
  border-radius: none;
}
.woocommerce .woocommerce-topbar .nice-select::before {
  font-size: 10px;
  right: 14px;
}
.woocommerce li.product > a {
  display: none;
}
.woocommerce .btn-change-layout {
  cursor: pointer;
}
.woocommerce .btn-change-layout.active svg path, .woocommerce .btn-change-layout:hover svg path {
  fill: var(--primary-color);
}
.woocommerce ul.products {
  --x: 16.5px;
  --y: 24px;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product {
    margin: 0 !important;
  }
}
.woocommerce ul.products.list {
  --x: 15px;
  --y: 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.list li.product {
    width: calc(100%) !important;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner {
    flex-direction: column;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  height: 100%;
  margin: 0;
  width: 100%;
  max-width: 300px;
  padding: 90.5px 54px 73px 51px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header img {
  width: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
    max-width: 250px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
    max-width: none;
  }
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header img {
    max-width: 200px;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
  flex-basis: 50%;
  flex-grow: 1;
  padding: 7px 15px 20px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 15px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .pxl-content-top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
    padding: 5px 0px 10px 25px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
    flex-basis: 100%;
    padding: 10px 0;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-main {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-group {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .star-rating {
  margin: 0;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .rating-star {
  display: inline-flex;
  align-items: center;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .rating-count {
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.3px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-categories {
  margin-bottom: 9px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-group {
  margin-bottom: 5px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description {
  display: block;
  padding-top: 17px;
  border-top: 1px solid var(--boarder-grey-1);
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description .short-descripion-text {
  display: block;
  max-width: 550px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline {
  display: block;
  padding: 0 !important;
  border: none !important;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline .add_to_cart_button {
  padding-inline: 46px;
  line-height: 47px;
  color: var(--white, #fff);
  text-align: center;
  font-family: 'Tenor Sans';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline .added_to_cart.wc-forward {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner {
  background-color: #fff;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header {
  border: 1px solid var(--boarder-grey-1);
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 359px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header img {
  max-height: 200px;
  max-width: 220px;
  width: 100%;
  margin: 0 !important;
  transition: inherit;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header:hover img {
  scale: 1.15;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges {
  position: absolute;
  left: 11px;
  top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges .new, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges .onsale {
  display: block !important;
  position: static;
  padding: 0;
  border-radius: 0;
  min-height: 25px;
  min-width: auto;
  padding-inline: 13.5px;
  color: var(--white, #fff);
  font-family: 'Inter';
  font-size: 13px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  background-color: var(--primary-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges .onsale {
  background-color: var(--primary-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-group {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 7px;
  flex-wrap: wrap;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title {
  color: var(--link-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: end;
  gap: 5px;
  margin: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price bdi {
  color: var(--primary-color);
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del {
  opacity: 1;
  text-decoration: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del bdi {
  font-size: 16px;
  color: #999;
  --currrent-color: currentcolor;
  position: relative;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del bdi::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--currrent-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price ins {
  padding: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-categories a {
  color: #646464;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-categories a:hover {
  color: var(--primary-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content del, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content ins, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline > .amount {
  display: none;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce .woocommerce-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.single-product section.related {
  margin-top: 77px;
}
.single-product section.related h2 {
  font-family: 'Tenor Sans';
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
.single-product section.related ul.products {
  margin-top: 38px;
}
.single-product section.related ul.products li.product {
  margin: 0 !important;
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product #pxl-content-area div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product .up-sells.upsells {
  margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
  font-size: 32px;
  margin-bottom: 23px;
}
.single-product .product-type-grouped form.cart .button {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .single-product .product-type-grouped .quantity .qty {
    width: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
    top: 150px;
  }
}
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Caseicon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f136";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f14d";
}
#wpcas-area .wpcas-area-top {
  --height: 60px;
  background-color: var(--primary-color);
  color: #fff;
  height: var(--height);
  line-height: var(--height);
  text-transform: capitalize;
}
#wpcas-area .wpcas-area-top > span {
  font-size: 20px;
}
#wpcas-area .wpcas-area-top .wpcas-close {
  color: #fff;
  height: var(--height);
  line-height: var(--height);
  width: var(--height);
}
#wpcas-area .wpcas-area-top .wpcas-close::before {
  height: inherit;
  line-height: inherit;
  width: inherit;
}
#wpcas-area .wpcas-search .wpcas-search-input .wpcas-search-input-inner {
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
  padding: 0;
}
#wpcas-area .wpcas-search .wpcas-search-input .wpcas-search-input-inner:focus {
  border-color: var(--primary-color);
}
#wpcas-area .wpcas-search .wpcas-search-input #wpcas_search_keyword {
  font-size: 15px;
}
#wpcas-area .wpcas-search .wpcas-search-input #wpcas_search_cats {
  font-size: 15px;
}
#wpcas-area .wpcas-search .wpcas-search-result .wpcas-product-info .wpcas-product-name {
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  font-weight: 700;
}
body.woocommerce-cart #pxl-main {
  padding: 93px 0 140px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart__submit-button {
  color: #fff;
  background-color: var(--secondary-color);
  width: 100%;
  border-radius: 200px;
  margin-top: 25px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-components-product-price__value {
  border-radius: 50px;
  padding-inline: 10px;
}
@media screen and (max-width: 480px) {
  body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart-items__row {
    grid-template-rows: 1fr;
  }
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-heading {
  margin-bottom: 70px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-heading.wc-block-cart__empty-cart__title {
  margin-bottom: 10px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-button a {
  color: #fff;
  background-color: var(--secondary-color);
  width: 100%;
  border-radius: 200px;
  line-height: 50px;
  font-size: 16px;
  width: fit-content;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-button a:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-grid__product-title {
  font-size: 18px;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
  --border-color: var(--boarder-grey-1);
  margin-bottom: 100px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead {
  width: 100%;
  padding-bottom: 21px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  padding: 10px 10px 21px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-quantity, body.woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-subtotal {
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    border: 1px solid #d7d7d7;
    padding: 30px;
  }
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr + tr {
    margin-top: 15px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  border-bottom: 1px solid var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    width: 100% !important;
    border: none;
    display: inline-flex;
    align-items: center;
    text-align: left !important;
    padding-block: 10px;
    padding-inline: 0;
    gap: 20px;
    justify-content: space-between;
    background-color: transparent;
    flex-wrap: wrap;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td::before {
  color: var(--dark-blue-2);
  font-family: Tenor Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
  padding: 12px 10px 16px 0;
  width: 16%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail a {
  width: 100%;
  max-width: 98px;
  min-height: 121px;
  border: 1px solid var(--border-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail a img {
  width: 100%;
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    display: inline-block;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  width: 25.3%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price {
  color: var(--secondary-color);
  width: 23%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity {
  width: 13.1%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity-label {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity {
  position: relative;
  width: fit-content;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity input {
  width: 146px;
  line-height: 42px;
  border: 1px solid var(--border-color);
  border-radius: 0;
  color: var(--secondary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal ::after {
  display: inline-block;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal bdi {
  color: var(--secondary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove {
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove a {
  float: right;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: end;
    padding-right: 10px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  padding: 0;
  padding-top: 17px;
  width: 100%;
  border-bottom: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: 25px;
  padding: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon::after {
  display: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code {
  border: none;
  background-color: #fff;
  line-height: 43px;
  padding: 0 20px;
  flex-basis: 253px;
  border-radius: 100px;
  border: 1px solid var(--text-1);
  color: var(--text-1, #5c6972);
  margin: 0;
  text-transform: capitalize;
  min-width: 253px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code:focus, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code:hover {
  border-color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code {
    flex-grow: 1;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon .button {
  width: 174px;
  min-width: 174px;
  line-height: 43px;
  border-radius: 100px;
  border: 1px solid var(--text-1);
  text-transform: uppercase;
  background-color: transparent;
  color: var(--secondary-color);
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon .button:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .button {
  float: right;
  width: fit-content;
  line-height: 45px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--primary-color);
  color: var(--white);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  padding-inline: 29px;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: var(--secondary-color);
  padding: 46px 35px 67px 61px;
  border-radius: 0;
  width: 100%;
  max-width: 653px;
  float: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 50px 30px;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 24px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td bdi {
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td {
  padding: 15px 13px 23px;
  color: #fff;
  font-family: "Inter";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping {
    flex-direction: column;
    align-items: start;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td {
    padding: 0;
    padding-bottom: 20px;
    text-align: left !important;
    width: 100%;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td .selection {
    text-align: left;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
  flex: 0 0 37.5%;
  padding-left: 0;
  padding-bottom: 15px;
  border: none;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
    display: inherit;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
  flex: 0 0 62.5%;
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td::before, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td::after {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td bdi {
  color: #fff;
  font-family: 'Tenor Sans';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.44px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td #shipping_method {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-destination {
  color: #fff;
  font-family: "Inter";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-destination strong {
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
  color: #fff;
  font-family: "Inter";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button::after {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field label {
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field input {
  margin: 0;
  padding: 0 18px;
  border: none;
  color: var(--secondary-color);
  border-radius: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field {
  padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p .button {
  float: right;
  line-height: 45px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--primary-color);
  color: var(--white);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  padding-inline: 29px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p .button:hover {
  background-color: #fff;
  color: var(--secondary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 40px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  padding: 0;
  width: 259px;
  height: 44px;
  border-radius: 100px;
  background-color: #fff;
  color: var(--secondary-color);
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.select2-container .select2-search {
  padding-block: 15px;
}
.select2-container .select2-dropdown {
  padding-inline: 18px;
}
.select2-container .select2-search__field {
  border-radius: 7px;
}
.wp-block-woocommerce-checkout .wc-block-components-main {
  width: 100% !important;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  display: none;
}
.woocommerce .woocommerce-form-coupon-toggle, .woocommerce .clear {
  display: none;
}
.woocommerce form.checkout_coupon {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0;
  column-gap: 25.5px;
  row-gap: 10px;
  border: none;
  border-radius: 20px;
  background-color: var(--primary-color);
  padding: 28px 30px 31px;
  margin-bottom: 53px;
  overflow: hidden;
}
.woocommerce form.checkout_coupon::before, .woocommerce form.checkout_coupon::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: var(--primary-color);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon {
    justify-content: start;
  }
}
.woocommerce form.checkout_coupon::after {
  left: auto;
  right: 0;
}
.woocommerce form.checkout_coupon p.form-row {
  width: fit-content;
  margin: 0;
}
.woocommerce form.checkout_coupon p:not(.form-row) {
  margin: 0;
  color: #fff;
  font-family: 'Tenor Sans';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.44px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon p:not(.form-row) {
    width: 100%;
  }
}
.woocommerce form.checkout_coupon p #coupon_code {
  width: 100%;
  max-width: 253px;
  height: 45px;
  flex-shrink: 0;
  padding-inline: 20px 20px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
}
.woocommerce form.checkout_coupon p .button {
  display: none;
  border-radius: 7px;
  font-family: 'Tenor Sans';
  font-size: 14px;
  opacity: 1;
  color: var(--link-color);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon p .button {
    opacity: 1;
  }
}
.woocommerce-checkout .container {
  padding: 15px;
}
.woocommerce-checkout .container .pxl-content-wrap {
  padding: 0;
}
.woocommerce-checkout .container .pxl-content-wrap .pxl-content-area {
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout {
  --x: 15px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li {
  color: var(--secondary-color);
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li strong {
  font-weight: 600;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review_heading, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields h3, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  padding-bottom: 8.8px;
  position: relative;
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review_heading::before, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields h3::before, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59.72px;
  height: 1.991px;
  background-color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #customer_details {
  margin: 0;
  flex: 0 0 55%;
  max-width: 637px;
  padding-right: var(--x);
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #customer_details {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 54px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-first {
  width: 50%;
  padding-right: 10px;
  padding-top: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-last {
  width: 50%;
  padding-left: 10px;
  padding-top: 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-first {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-last {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields label, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields label {
  font-size: 16px;
  line-height: 1.625;
  color: var(--secondary-color);
  margin-bottom: 9px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields label .required, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields label .required {
  color: inherit;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state {
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state:hover {
  border: 1px solid var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection {
  height: 50px;
  width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details #billing_address_2_field {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields label {
  line-height: 1.5;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments {
  width: 100%;
  height: 90.79px;
  border-radius: 6px;
  border: 0.998px solid #b0b6bc;
  padding: 14px 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
  width: 100%;
  flex: 0 0 45%;
  max-width: 500px;
  padding-left: var(--x);
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
  width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"] {
  position: relative;
  margin: 0;
  appearance: none;
  min-width: 11px;
  min-height: 11px;
  border: 1px solid var(--text-1);
  border-radius: 50%;
  cursor: pointer;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]::before {
  content: '';
  min-width: 5px;
  min-height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  border-radius: inherit;
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover {
  border-color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked::before, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover::before {
  opacity: 1;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked ~ label, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover ~ label {
  color: var(--primary-color) !important;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table {
  border: none;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table thead th {
  border: none;
  border-bottom: 1px solid var(--boarder-grey-1);
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  padding: 0;
  padding-bottom: 16px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table thead th.product-total {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td {
  border: none;
  border-bottom: 1px solid var(--boarder-grey-1);
  padding: 0;
  padding-block: 14px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-name {
  width: calc(100% - 110px);
  color: var(--text-1);
  font-family: "Inter";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-name strong {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-total {
  width: 110px;
  text-align: right;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.36px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr th {
  border: none;
  padding: 0;
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  border: none;
  border-bottom: 1px solid var(--boarder-grey-1);
  height: 56px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr td {
  text-align: right;
  border: none;
  padding: 0;
  height: 56px;
  border: none;
  border-bottom: 1px solid var(--boarder-grey-1);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.cart-subtotal bdi {
  color: var(--secondary-color);
  font-family: "Tenor Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.36px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.order-total bdi {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping th {
  width: auto;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping td {
  width: 100%;
  max-width: 320px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method li bdi {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method label {
  cursor: pointer;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.84615;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment {
  background-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li {
  position: relative;
  margin-block: 15px;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li label {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box::before, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box::after {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box p {
  color: var(--text-1);
  font-family: "Inter";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.34px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order .woocommerce-privacy-policy-text p {
  color: var(--text-1);
  font-family: "Inter";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  padding-block: 30px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order {
  float: none;
  margin-top: 10px;
  border-radius: 100px;
  background-color: var(--primary-color);
  backdrop-filter: blur(14.96546px);
  min-width: 262px;
  height: 64px;
  letter-spacing: 0;
  color: var(--white, #fff);
  font-family: 'Tenor Sans';
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order:hover {
  background-color: var(--secondary-color);
}
.woocommerce-account .woocommerce {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 50px;
}
.woocommerce-account .woocommerce #customer_login::before, .woocommerce-account .woocommerce #customer_login::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .col-1, .woocommerce-account .woocommerce #customer_login .col-2 {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  padding: 0;
}
.woocommerce-account .woocommerce #customer_login .col-1 > h2, .woocommerce-account .woocommerce #customer_login .col-2 > h2 {
  color: #072032;
  font-family: 'Tenor Sans';
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login .col-1, .woocommerce-account .woocommerce #customer_login .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form {
  margin: 0;
  border: none;
  background-color: var(--secondary-color);
  padding: 30px 50px;
  border-radius: 10px;
}
@media  {
  .woocommerce-account .woocommerce #customer_login .woocommerce-form {
    padding: 30px;
  }
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p {
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p::before, .woocommerce-account .woocommerce #customer_login .woocommerce-form p::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p + p {
  margin-top: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.form-row:not(.form-row-wide) {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password {
  font-size: 16px;
  color: #fff;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password a {
  color: inherit;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password a:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input {
  color: var(--secondary-color);
  transition-duration: 0.25s;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input::after {
  color: inherit;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input.display-password, .woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label {
  color: var(--white, #fff);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label.woocommerce-form-login__rememberme {
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label .required {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label.woocommerce-form-login__rememberme {
  font-weight: 400;
  font-family: "Inter";
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="text"], .woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="email"], .woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="password"] {
  width: 100%;
  border-radius: 6px;
  background-color: var(--white, #fff);
  height: 50px;
  padding-inline: 20px;
  border: none;
  border-radius: 10px;
  color: var(--Text-1, #5c6972);
  font-family: "Tenor Sans";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button {
  height: 48px;
  padding-inline: 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  border-radius: 10px;
  font-family: 'Tenor Sans';
  margin: 0;
  white-space: nowrap;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:hover, .woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:active, .woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:focus {
  background-color: #fff;
  color: var(--primary-color);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text {
  margin-top: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text p {
  font-size: 16px;
  color: #fff;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a {
  color: var(--primary-color);
  position: relative;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a::before {
  content: '';
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--primary-color);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex-basis: 30%;
  max-width: 30%;
  position: sticky;
  top: 50px;
  left: 0;
  height: fit-content;
  background-color: var(--secondary-color);
  padding: 30px 50px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
    padding: 30px;
    top: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover a {
  background-color: var(--primary-color);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li + li {
  margin-top: 1px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex-basis: 70%;
  max-width: 70%;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
  color: var(--text-1);
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.34px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  color: var(--secondary-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address {
  max-width: none;
  width: 100%;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address + .woocommerce-Address {
  margin-top: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > h2 {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > a {
  display: block;
  padding-inline: 32px;
  line-height: 48px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  float: none;
  width: fit-content;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > a:hover {
  background-color: var(--secondary-color);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses address {
  display: block;
  font-size: 17px;
  color: var(--text-1);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form > h2 {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.44px !important;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding-inline: 15px;
  margin-bottom: 13px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
  max-width: 50%;
  flex: 0 0 50%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row > span {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label {
  display: block;
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label .required {
  color: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single {
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  border: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input {
  line-height: 50px;
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input:focus {
  border-color: var(--primary-color);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  padding: 30px 0 10px;
  width: 100%;
  margin: 20px 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button {
  float: right;
  font-size: 16px;
  font-family: 'Tenor Sans';
  letter-spacing: 0;
  font-weight: 600;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: var(--primary-color);
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: var(--primary-color);
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  padding: 0 12px;
  width: 70px;
  height: 50px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: var(--secondary-color) !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password {
  /* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: var(--secondary-color);
  padding: 30px 50px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0px;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-radius: 6px;
  border: 0.995px solid var(--boarder-grey-1);
  line-height: 48px;
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Inter";
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #fff;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: var(--primary-color);
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.woocommerce-lost-password .woocommerce-ResetPassword label .required {
  color: inherit;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  font-family: 'Tenor Sans';
  padding-inline: 32px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.woosw-popup {
  /* Wishlist */
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.woosw-list {
  max-width: 860px;
  margin: auto;
  /* Product Quick View Popup */
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
  position: absolute;
}
.woosw-list table.woosw-items {
  border: none;
  overflow-y: auto;
}
.woosw-list table.woosw-items .woosw-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.woosw-list table.woosw-items .woosw-item td {
  border: none;
  background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--remove {
  flex: 0 0 40px;
  max-width: 40px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--remove span:before {
  color: var(--secondary-color);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image {
  flex: 0 0 200px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image a {
  min-height: 120px;
  border: 1px solid #d7d7d7;
  height: 100%;
  padding: 10px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image a img {
  max-width: 100px;
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--image {
    flex: 0 0 150px;
  }
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info {
  flex: 0 0 calc(100% - ( 163px + 200px + 40px));
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--info {
    flex: 0 0 calc(100% - ( 150px + 40px ));
  }
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price {
  font-size: 15px;
  color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price ins {
  background-color: transparent;
  color: inherit;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price del {
  color: var(--text-1);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--time {
  font-size: 14px;
  font-weight: 500;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions {
  flex: 0 0 163px;
  max-width: 163px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_button {
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--actions {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline {
    padding-left: 40px;
    padding-bottom: 15px;
  }
}
.woosq-popup .quantity .qty {
  width: auto;
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary {
  padding: 0;
}
.woosq-popup div.product .entry-summary .summary-content {
  padding-left: 30px;
  padding-right: 30px;
}
.woosq-popup div.product .entry-summary .entry-title {
  font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
  width: 100%;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
  opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border-radius: 0px;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  background-color: transparent !important;
  line-height: normal;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button:hover {
  text-decoration: underline;
  color: var(--primary-color) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: rgba(var(--primary-color-rgb),0.1);
  border-color: var(--primary-color);
}
.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-woocommerce-page .container {
  max-width: 1200px;
}
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 200px;
  border: none;
  font-size: 15px;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: var(--primary-color);
}
.add_to_cart_button {
  border-radius: 200px;
}
#calc_shipping_city_field, #calc_shipping_postcode {
  border: 1px solid #e2e2e2;
  line-height: 48px;
  padding: 0;
  padding-inline: 15px;
}
#calc_shipping_postcode {
  margin-top: 12px;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-close {
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 34px;
  background-color: var(--secondary-color);
  position: relative;
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-close.remove_from_cart_button {
  background-color: var(--primary-color);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#pxl-cart-sidebar .pxl-close.remove_from_cart_button::after, #pxl-cart-sidebar .pxl-close.remove_from_cart_button::before {
  width: 15px;
}
#pxl-cart-sidebar .pxl-close::after, #pxl-cart-sidebar .pxl-close::before {
  content: '';
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
  background-color: #fff;
  transition: inherit;
}
#pxl-cart-sidebar .pxl-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#pxl-cart-sidebar .pxl-close:hover::after, #pxl-cart-sidebar .pxl-close:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  flex-grow: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  position: sticky;
  background-color: #fff;
  top: 0;
  left: 0;
  padding-block: 20px;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 1.5px solid var(--boarder-grey-1);
  z-index: 9999;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 0 30px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  max-width: 350px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  width: 100%;
  gap: 7px;
  padding-right: 25px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: var(--primary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
  display: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  background-color: #fff;
  border-top: 1px solid var(--boarder-grey-1);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: "Inter";
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #4aab3d;
  border-color: var(--primary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
  color: var(--secondary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.add_to_cart_inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
.add_to_cart_inline .product_type_variable {
  white-space: nowrap;
}
.woocommerce input::-webkit-outer-spin-button, .woocommerce input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce input[type=number] {
  -moz-appearance: textfield;
  width: 100%;
}
.woocommerce .quantity-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .quantity-icon.pxl-icon--minus {
  left: 29px;
}
.woocommerce .quantity-icon.pxl-icon--plus {
  right: 29px;
}
.woocommerce #pxl-main {
  padding: 100px 0 142px;
}
.woocommerce #pxl-main .pxl-content-wrap {
  --x: 10px;
  margin: 0 calc(-1 * var(--x));
}
.woocommerce #pxl-main .pxl-content-wrap .pxl-content-area {
  padding: 0 var(--x);
}
.woocommerce #pxl-main .pxl-content-wrap .pxl-sidebar-area {
  padding: 19px var(--x) 0;
}
.woocommerce #pxl-main .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.woocommerce #pxl-main .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.woocommerce #pxl-main .woocommerce-message {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding-right: 140px;
  color: var(--secondary-color);
}
.woocommerce #pxl-main .woocommerce-message::before {
  position: relative;
  top: 0;
  left: 0;
}
.woocommerce #pxl-main .woocommerce-message::after {
  display: none;
}
.woocommerce #pxl-main .woocommerce-message .button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-main .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .woocommerce #pxl-main .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-main .col-lg-9 {
    margin-bottom: 85px;
  }
  .woocommerce #pxl-main .col-lg-9, .woocommerce #pxl-main .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce ul.products {
  --x: 16.5px;
  --y: 24.5px;
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--x));
  margin-block: calc(-1 * var(--y));
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products {
    --x: 15px;
    --y: 20px;
  }
}
.woocommerce ul.products li.product {
  margin: 0;
  padding-inline: var(--x);
  padding-block: var(--y);
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products {
    --x: 10px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20%);
    width: -webkit-calc(20%);
    width: -ms-calc(20%);
    width: -o-calc(20%);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25%);
    width: -webkit-calc(25%);
    width: -ms-calc(25%);
    width: -o-calc(25%);
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-wrap, .woocommerce > div.product .woocommerce-summary-wrap {
  margin-bottom: 16px;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child, .woocommerce > div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
  --x: 156px;
  position: relative;
  padding-left: calc(35px + var(--x));
  flex: 0 0 53.5%;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .onsale, .woocommerce > div.product .woocommerce-gallery .onsale {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-badges, .woocommerce > div.product .woocommerce-gallery .woocommerce-badges {
  position: absolute;
  left: 11px;
  top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-badges .new, .woocommerce > div.product .woocommerce-gallery .woocommerce-badges .new, .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-badges .onsale, .woocommerce > div.product .woocommerce-gallery .woocommerce-badges .onsale {
  display: inline-block;
  position: static;
  padding: 0;
  border-radius: 0;
  min-height: 27px;
  min-width: auto;
  padding-inline: 11px;
  color: var(--white, #fff);
  font-family: 'Inter';
  font-size: 13px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 27px;
  background-color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-badges .onsale, .woocommerce > div.product .woocommerce-gallery .woocommerce-badges .onsale {
  background-color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li i, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li p:last-child, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li + li, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery {
  margin-bottom: 0;
  position: static;
  width: 100% !important;
  border: 0px solid var(--boarder-grey-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-viewport, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-viewport {
  border: 1px solid var(--boarder-grey-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  max-width: var(--x);
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav {
    position: relative;
    left: 0;
    max-width: none;
    display: flex;
    margin-top: 15px;
    gap: 15px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
  float: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li img, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li img {
  padding: 36.5px 20px;
  width: 100%;
  border: 1px solid var(--boarder-grey-1);
  opacity: 1;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li img.flex-active, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li + li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li + li {
  margin-top: 19.5px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li + li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li + li {
    margin: 0;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #000;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:before, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:before {
  content: "\f136";
  font-family: "Caseicon";
  font-size: 12px;
  display: inline-flex;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:hover, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.12);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  overflow: hidden;
  padding: 30px 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 604px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a img, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    min-height: auto;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 15px;
  right: 30px;
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-inner, .woocommerce > div.product .woocommerce-summary-inner {
  flex: 0 0 46.5%;
  max-width: 46.5%;
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-inner .entry-summary, .woocommerce > div.product .woocommerce-summary-inner .entry-summary {
  padding-left: 27px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-inner .entry-summary, .woocommerce > div.product .woocommerce-summary-inner .entry-summary {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-inner, .woocommerce > div.product .woocommerce-summary-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce #pxl-content-area div.product .woosc-btn, .woocommerce > div.product .woosc-btn, .woocommerce #pxl-content-area div.product .woosw-btn, .woocommerce > div.product .woosw-btn {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-title, .woocommerce > div.product .woocommerce-sg-product-title {
  margin-top: 14px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title {
    font-size: 36px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating, .woocommerce > div.product .woocommerce-sg-product-rating {
  margin-bottom: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating .woocommerce-product-rating, .woocommerce > div.product .woocommerce-sg-product-rating .woocommerce-product-rating {
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating .woocommerce-review-link, .woocommerce > div.product .woocommerce-sg-product-rating .woocommerce-review-link {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #646464;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price, .woocommerce > div.product .woocommerce-sg-product-price {
  margin-bottom: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price, .woocommerce > div.product .woocommerce-sg-product-price .price {
  display: inline-flex;
  align-items: bottom;
  flex-direction: row-reverse;
  gap: 8px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price ins, .woocommerce > div.product .woocommerce-sg-product-price .price ins {
  padding: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price bdi, .woocommerce > div.product .woocommerce-sg-product-price .price bdi {
  font-family: 'Tenor Sans';
  color: var(--link-color);
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del, .woocommerce > div.product .woocommerce-sg-product-price .price del {
  text-decoration: none;
  opacity: 1;
  line-height: 45px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del .amount bdi, .woocommerce > div.product .woocommerce-sg-product-price .price del .amount bdi {
  --current-color: currentcolor;
  position: relative;
  font-size: 22px;
  text-decoration: none;
  color: var(--text-1);
  line-height: 45px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del .amount bdi::after, .woocommerce > div.product .woocommerce-sg-product-price .price del .amount bdi::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--current-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt, .woocommerce > div.product .woocommerce-sg-product-excerpt {
  margin-bottom: 18px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .woocommerce > div.product .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt p, .woocommerce > div.product .woocommerce-sg-product-excerpt p {
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.556;
}
.woocommerce #pxl-content-area div.product form.cart, .woocommerce > div.product form.cart {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce #pxl-content-area div.product form.cart::before, .woocommerce > div.product form.cart::before, .woocommerce #pxl-content-area div.product form.cart::after, .woocommerce > div.product form.cart::after, .woocommerce #pxl-content-area div.product form.cart .added_to_cart.wc-forward, .woocommerce > div.product form.cart .added_to_cart.wc-forward {
  display: none;
}
.woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
  color: var(--link-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 13px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: auto;
    flex-basis: auto;
    margin-right: 13px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.woocommerce #pxl-content-area div.product form.cart .quantity, .woocommerce > div.product form.cart .quantity {
  position: relative;
  float: none;
  margin: 0;
  flex: 0 0 157px;
  margin-right: 19px;
  color: #0b3d2c;
}
.woocommerce #pxl-content-area div.product form.cart .quantity .input-text, .woocommerce > div.product form.cart .quantity .input-text {
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: inherit;
  width: 100%;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  line-height: 47px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button, .woocommerce > div.product form.cart .single_add_to_whistlist_button {
  margin-right: 16px;
  flex: 0 0 47px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn {
  --size: 47px;
  background-color: #f5f7fa;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--secondary-color);
  font-size: 17px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn:hover, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn:hover, .woocommerce #pxl-content-area div.product form.cart .single_add_to_whistlist_button .woosw-btn.woosw-added, .woocommerce > div.product form.cart .single_add_to_whistlist_button .woosw-btn.woosw-added {
  background-color: var(--primary-color);
  color: #f5f7fa;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button, .woocommerce > div.product form.cart .single_add_to_compare_button {
  flex: 0 0 47px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn {
  --size: 47px;
  background-color: #f5f7fa;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--secondary-color);
  font-size: 20px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn:hover, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn:hover, .woocommerce #pxl-content-area div.product form.cart .single_add_to_compare_button .woosc-btn.woosc-added, .woocommerce > div.product form.cart .single_add_to_compare_button .woosc-btn.woosc-added {
  background-color: var(--primary-color);
  color: #f5f7fa;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
  flex-basis: 100%;
  max-width: 381px;
  width: 100%;
  margin-top: 19px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 47px;
  float: none;
  border-radius: 100px;
  background-color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button:hover, .woocommerce > div.product form.cart .single_add_to_cart_button:hover {
  background-color: var(--secondary-color);
}
.woocommerce #pxl-content-area div.product .product_meta > span, .woocommerce > div.product .product_meta > span {
  display: block;
  width: 100%;
  color: var(--link-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.625;
  text-transform: capitalize;
}
.woocommerce #pxl-content-area div.product .product_meta > span .sku, .woocommerce > div.product .product_meta > span .sku, .woocommerce #pxl-content-area div.product .product_meta > span a, .woocommerce > div.product .product_meta > span a {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.woocommerce #pxl-content-area div.product .product_meta > span .sku:hover, .woocommerce > div.product .product_meta > span .sku:hover, .woocommerce #pxl-content-area div.product .product_meta > span a:hover, .woocommerce > div.product .product_meta > span a:hover {
  color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .product_meta > span + span, .woocommerce > div.product .product_meta > span + span {
  margin-top: 8px;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share, .woocommerce > div.product .woocommerce-social-share {
  display: inline-flex;
  align-items: center;
  gap: 10.75px;
  margin-top: 36px;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share > span, .woocommerce > div.product .woocommerce-social-share > span {
  color: var(--secondary-color);
  font-family: 'Tenor Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a, .woocommerce > div.product .woocommerce-social-share a {
  --size: 32.2px;
  color: var(--link-color);
  background-color: #cde4ce;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover, .woocommerce > div.product .woocommerce-social-share a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover svg path, .woocommerce > div.product .woocommerce-social-share a:hover svg path, .woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover svg rect, .woocommerce > div.product .woocommerce-social-share a:hover svg rect {
  fill: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs {
  width: 100%;
  display: inline-flex;
  gap: 83px;
  overflow-x: scroll;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #646464;
  z-index: 1;
  margin-bottom: 15px;
  padding-bottom: 13px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
  padding: 0;
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li a {
  position: relative;
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: var(--link-color);
  background-color: transparent;
  white-space: nowrap;
  z-index: 1;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .woocommerce > div.product .woocommerce-tabs ul.wc-tabs {
    gap: 50px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-block: 21px;
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  color: var(--text-1);
  font-family: "Inter";
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.36px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #d7d7d7;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__label, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__label {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__value, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__value {
  color: var(--text-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__value a, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes .woocommerce-product-attributes-item__value a {
  color: var(--text-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #d7d7d7;
  font-family: inherit;
  color: var(--secondary-color);
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #d7d7d7;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews::before, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews::before, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews::after, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews::after {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews .woocommerce-Reviews-title, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews .woocommerce-Reviews-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
  flex-basis: calc(60% - 15px);
  max-width: calc(60% - 15px);
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container {
  padding: 15px;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 360px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container img, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container img {
  --size: 60px;
  position: relative;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  border: none;
  padding: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
  display: block;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__author, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__author {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Tenor Sans';
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__dash, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__dash {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__published-date, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .description, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .description {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .description p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .description p {
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li.review .comment_container .comment-text .meta, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li.review .comment_container .comment-text .meta {
  padding-right: 100px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li.review .comment_container .comment-text .star-rating, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist li.review .comment_container .comment-text .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist .children, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments ol.commentlist .children {
  margin: -1px 0 0 30px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
  flex-basis: calc(40% - 15px);
  max-width: calc(40% - 15px);
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #reply-title, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #reply-title {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform {
  --x: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  column-gap: var(--x);
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform {
    padding: 0;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating {
  width: 100%;
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p + p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p + p, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating + p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating + p {
  margin-top: 20px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p.comment-form-cookies-consent, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform > p.comment-form-cookies-consent, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating.comment-form-cookies-consent, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating.comment-form-cookies-consent {
  margin-top: 7px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform label, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform label {
  font-weight: 600;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating {
  width: 100%;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating a, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating a {
  color: #999;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars {
  margin: 0;
  margin-top: 5px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars:hover a, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars:hover a, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars.selected a, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-rating .stars.selected a {
  color: #efb343;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-notes, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-notes {
  font-size: 14px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-cookies-consent, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-cookies-consent {
  width: 100%;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-cookies-consent label, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-cookies-consent label {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email {
  flex-basis: calc(50% - ( var(--x) / 2));
  max-width: calc(50% - ( var(--x) / 2));
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input {
  border-radius: 0;
  font-size: 16px;
  padding: 5px 20px;
  color: var(--text-1);
  margin: 0;
  border: 1px solid #d7d7d7;
  line-height: 50px;
  height: 50px;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input:focus, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input:focus, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input:focus, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input:focus, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input:hover, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author input:hover, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input:hover, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email input:hover {
  border-color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email {
    flex-basis: calc(50% - ( var(--x) / 2));
    max-width: calc(50% - ( var(--x) / 2));
  }
}
@media screen and (max-width: 575px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-author, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-email {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment {
  border-radius: 0;
  font-size: 16px;
  padding: 5px 20px;
  color: var(--text-1);
  margin: 0;
  border: 1px solid #d7d7d7;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment:focus, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment:focus, .woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment:hover, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #commentform .comment-form-comment #comment:hover {
  border-color: var(--primary-color);
}
.title-hover-line {
  --title-line-color: var(--primary-color);
}
.title-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--title-line-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.title-hover-line a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-grid .pxl-swiper-slide.slick-slide {
  padding: 0;
}
.title-hover-line {
  --title-line-color: var(--primary-color);
}
.title-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--title-line-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.title-hover-line a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-grid .pxl-swiper-slide.slick-slide {
  padding: 0;
}
.pxl-nav-menu .pxl-menu-primary > li {
  /* Style Level First */
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus {
  display: inline-flex;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus:before {
  content: '+';
  font-style: normal;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow {
  display: inline-flex;
  line-height: normal;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow:before {
  content: "\f150";
  font-family: "Caseicon";
  font-size: 8px;
  font-style: normal;
  position: relative;
  top: 2px;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.menu-item a svg {
  display: none;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.menu-item-has-children > a svg {
  display: unset !important;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text {
  display: inline-flex;
  align-items: center;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text svg {
  font-size: 16px;
  font-weight: 400;
  color: #fe4040;
  margin-left: 12px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a.pxl-onepage-active .pxl-menu-item-text svg, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li:hover > a .pxl-menu-item-text svg, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_item > a .pxl-menu-item-text svg, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-item > a .pxl-menu-item-text svg, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_ancestor > a .pxl-menu-item-text svg, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-ancestor > a .pxl-menu-item-text svg {
  transform: scaleY(-1);
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li {
  margin: 0;
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li > a .pxl-menu-item-text {
  display: inline-flex;
  align-items: center;
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li > a .pxl-menu-item-text:after {
  content: '';
  height: 28px;
  width: 1px;
  background-color: #ececec;
  margin: 0 28px;
  display: inline-flex;
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li:last-child > a .pxl-menu-item-text:after {
  display: none;
}
.pxl-nav-menu.fr-horizontal-divider {
  /* Sub Menu */
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li {
  margin: 0 4px;
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a {
  padding: 0 18px;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a {
    padding: 0 14px;
  }
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a:before {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  bottom: 0;
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a.pxl-onepage-active:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li:hover > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current_page_item > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current-menu-item > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f14d";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 9px;
  font-family: "Caseicon";
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    position: relative;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text:before {
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-color: #fff;
    margin-top: 9px;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text {
    margin-left: 10px;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text:before {
    width: 100%;
  }
}
.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
  transform: perspective(500px) rotateX(0deg);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  margin: 0;
  padding-top: 18px;
  display: none;
  transition: none;
  min-width: auto;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li {
  padding: 0;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a {
  padding: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li + li {
  margin-top: 12px;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu li:hover > .sub-menu {
  margin-top: 0 !important;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li {
  display: block;
  margin: 0;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li > a {
  line-height: normal;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-arrow-toggle {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 80%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  align-items: center;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary {
  padding: 0 50px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li + li {
  margin-top: 30px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a {
  line-height: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 500;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a .caseicon-angle-arrow-down {
  display: none !important;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary li.menu-item-has-children > a:hover .pxl-arrow-toggle {
  opacity: 1;
  right: -60px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-arrow-toggle {
  display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
  min-width: 145px;
  font-size: 18px;
  line-height: 60px;
  color: #040607;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
    font-size: 16px;
    line-height: 51px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 27px;
  border-color: var(--primary-color);
  border-style: solid;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
  top: 0;
  left: 0;
  border-radius: 8px 0 0 0;
  border-width: 3px 0 0 3px;
  transform-origin: top left;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
    border-width: 2px 0 0 2px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
  border-radius: 0 0 8px 0px;
  border-width: 0 3px 3px 0;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
    border-width: 0 2px 2px 0;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text {
  position: static;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  background-color: var(--primary-color);
  transform: scaleY(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:after {
  transform: scale(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover .pxl-menu-item-text:before {
  transform: scaleY(1);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
    margin-top: 12px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li .sub-menu {
  margin-bottom: 36px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary li.menu-item-has-children > a .pxl-menu-item-text:after {
  content: '+';
  margin-left: 4px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a {
  color: #555;
  font-size: 16px;
  font-weight: 700;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:after {
  display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a {
  color: #777;
  font-size: 15px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu > .sub-menu {
  padding: 20px 15px 15px 15px;
  max-width: 1170px;
}
@media screen and (max-width: 1200px) {
  .pxl-primary-menu-not-set li a {
    padding: 0 22px;
    background-color: var(--primary-color);
    font-weight: 700;
    line-height: 46px;
    border-radius: 23px;
    display: inline-flex;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  #pxl-header-default .pxl-menu-primary > li {
    margin: 0 1px;
  }
  #pxl-header-default .pxl-menu-primary > li > a span {
    line-height: 37px;
    display: inline-flex;
    padding: 0 22px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #pxl-header-default .pxl-menu-primary > li > a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a, #pxl-header-default .pxl-menu-primary > li.current_page_item > a, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a span:before, #pxl-header-default .pxl-menu-primary > li.current_page_item > a span:before, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a span:before, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a span:before, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a span:before {
    transform: scaleY(1);
  }
}
.section-mega-active.section-remove-br {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.section-mega-active .pxl-mgm--active > div {
  border-radius: 0 !important;
}
button:not(.btn), .button:not(.btn), input[type="submit"]:not(.btn) {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0 18px;
  line-height: 44px;
  letter-spacing: 0.3px;
  font-family: inter;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  border: none;
  height: auto;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--primary-color);
}
button:not(.btn):hover, .button:not(.btn):hover, input[type="submit"]:not(.btn):hover, button:not(.btn):focus, .button:not(.btn):focus, input[type="submit"]:not(.btn):focus {
  background-color: var(--third-color);
  color: #202020;
}
.pxl-button--2 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pxl-add-to-cart .added_to_cart {
  display: none !important;
  margin: 0;
}
.btn {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
  padding: 0 48px;
  line-height: 50px;
  border-radius: 200px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  cursor: pointer;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.btn i, .btn svg path {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn:hover, .btn:focus {
  outline: medium none;
  text-decoration: none;
}
.btn:hover svg path, .btn:focus svg path {
  fill: #fff;
}
.btn:hover.btn-icon--shake .pxl--btn-icon, .btn:focus.btn-icon--shake .pxl--btn-icon {
  animation: shake 1s linear;
}
.btn.btn-block {
  width: 100%;
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
}
.btn.pxl-icon-active i {
  justify-content: center;
  align-items: center;
}
.btn.btn-w-full {
  width: 100%;
}
.btn .pxl--btn-icon {
  display: inline-flex;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn .pxl--btn-icon i, .btn .pxl--btn-icon svg {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn.btn-icon-box {
  padding: 0;
  background-color: unset;
  border: unset;
}
.btn.btn-icon-box .pxl--btn-icon {
  color: var(--primary-color);
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
}
.btn.btn-icon-box .pxl--btn-text {
  color: #1f3044;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571;
  letter-spacing: 0.28px;
}
.btn.btn-icon-box:hover .pxl--btn-icon svg path {
  fill: var(--primary-color);
}
.btn.btn-text-nina.btn-default:hover, .btn.btn-text-nina.btn-default:focus {
  background-color: var(--primary-color);
}
.btn.btn-text-nina .pxl--btn-text {
  position: relative;
}
.btn.btn-text-nina .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
}
.btn.btn-text-nina .pxl--btn-text > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.btn.btn-text-nina:hover {
  -webkit-transform: translatey(0px);
  -khtml-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
}
.btn.btn-text-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn.btn-text-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn.btn-text-nina:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.btn.btn-text-nanuk .pxl--btn-text span {
  display: inline-block;
}
.btn.btn-text-nanuk:hover, .btn.btn-text-nanuk:active, .btn.btn-text-nanuk:not([disabled]):not(.disabled).active, .btn.btn-text-nanuk:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1), .btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
  -webkit-animation: pxl_nanuk_1 0.5s forwards;
  animation: pxl_nanuk_1 0.5s forwards;
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation: pxl_nanuk_2 0.5s forwards;
  animation: pxl_nanuk_2 0.5s forwards;
}
.btn.btn-text-parallax {
  overflow: visible;
}
.btn.btn-text-parallax.btn-default:hover, .btn.btn-text-parallax.btn-default:focus {
  background-color: var(--primary-color);
}
.btn.btn-text-parallax .pxl--btn-text {
  -webkit-transition: all 120ms linear 0ms;
  -khtml-transition: all 120ms linear 0ms;
  -moz-transition: all 120ms linear 0ms;
  -ms-transition: all 120ms linear 0ms;
  -o-transition: all 120ms linear 0ms;
  transition: all 120ms linear 0ms;
}
.btn.btn-text-parallax:not(.hovered), .btn.btn-text-parallax:not(.hovered) .pxl--btn-text {
  transform: translate3d(0px, 0px, 0px) !important;
}
.btn.btn-text-parallax .fas.fa-plus:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn.btn-text-parallax:hover .fas.fa-plus:before {
  transform: rotate(45deg);
}
.pxl-contact-form1 .btn.btn-gradient-horizontal {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-size: 200%, auto;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal i {
  font-size: 10px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal:hover {
  background-position: right center;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal:hover i.fas.fa-plus {
  transform: rotate(45deg);
}
@keyframes pxl_nanuk_1 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
@keyframes pxl_nanuk_2 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
@media screen and (min-width: 576px) {
  .revslider-initialised .btn.btn-icon-box {
    padding-left: 44px;
    padding-right: 90px;
    line-height: 67px;
    font-size: 18px;
    background-color: var(--gradient-color-to);
  }
  .revslider-initialised .btn.btn-icon-box .pxl--btn-icon {
    width: 65px;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--gradient-color-from);
    border-radius: 67px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .revslider-initialised .btn.btn-icon-box:hover, .revslider-initialised .btn.btn-icon-box:focus {
    background-color: var(--gradient-color-to);
  }
}
.pxl-icon-box {
  position: relative;
  overflow: hidden;
  /* End Icon Box */
}
.pxl-icon-box .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.pxl-icon-box.pxl-icon-box1 .pxl-item--main {
  display: flex;
  align-items: center;
  gap: 11px;
}
.pxl-icon-box.pxl-icon-box1 .pxl-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  border-radius: 50%;
}
.pxl-icon-box.pxl-icon-box1 .pxl-item--title {
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pxl-icon-box.pxl-icon-box1 .pxl-item--description {
  color: #fff;
  font-family: "Tenor Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -1px;
}
.pxl-icon-box.pxl-icon-box2 {
  border-radius: 10px;
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--main {
  padding: 31px 41px 52px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box.pxl-icon-box2 .pxl-item--main {
    padding: 30px 25px 40px;
  }
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--main:before, .pxl-icon-box.pxl-icon-box2 .pxl-item--main:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #cde4ce;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--main:after {
  height: 100%;
  background: #edfbe6;
  z-index: -2;
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--icon svg {
  width: 71px;
  height: 71px;
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--title {
  color: var(--link-color);
  font-family: "Tenor Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 15px;
}
.pxl-icon-box.pxl-icon-box2 .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 18px;
}
.pxl-icon-box.pxl-icon-box2:hover .pxl-item--main:before {
  height: 100%;
}
.pxl-icon-box.pxl-icon-box3 {
  border-radius: 25px 0px;
  background: #fff;
  border-bottom: 6px solid #dfffcb;
  box-shadow: 0px 34.211px 114.035px 0px rgba(170, 194, 186, 0.17);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--main {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 40px 40px 46px;
  position: relative;
  z-index: 8;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box.pxl-icon-box3 .pxl-item--main {
    padding: 30px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-icon-box.pxl-icon-box3 .pxl-item--main {
    display: grid;
  }
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--main:before, .pxl-icon-box.pxl-icon-box3 .pxl-item--main:after {
  position: absolute;
  content: '';
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: translate(-35%, -35%);
  background: #edfbe6;
  border: 4px solid #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 20px 50px rgba(150, 157, 176, 0.25));
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--main:after {
  width: 0;
  height: 0;
  background: var(--primary-color);
  z-index: 1;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--icon svg path {
  fill: #94d96b;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--icon:before, .pxl-icon-box.pxl-icon-box3 .pxl-item--icon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px dashed var(--primary-color);
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: inherit;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--icon:after {
  border: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--content {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box.pxl-icon-box3 .pxl-item--content {
    display: grid;
  }
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--title {
  color: #0b3d2c;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
  min-width: 220px;
}
.pxl-icon-box.pxl-icon-box3 .pxl-item--description {
  color: #555;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}
.pxl-icon-box.pxl-icon-box3:hover {
  background: #edfbe6;
  border-bottom: 6px solid #94d96b;
}
.pxl-icon-box.pxl-icon-box3:hover .pxl-item--main:after {
  width: 170px;
  height: 170px;
}
.pxl-icon-box.pxl-icon-box3:hover .pxl-item--icon {
  background: #edfbe6;
}
.pxl-icon-box.pxl-icon-box3:hover .pxl-item--icon svg path {
  fill: var(--primary-color);
}
.pxl-icon-box.pxl-icon-box3:hover .pxl-item--icon:before {
  animation: spin 10s linear infinite;
}
.pxl-icon-box.pxl-icon-box3:hover .pxl-item--icon:after {
  background: #edfbe6;
}
.pxl-icon-box.pxl-icon-box4 {
  text-align: center;
  overflow: visible;
  padding: 60px 35px 68px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box4 .pxl-item--icon {
  color: var(--primary-color);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box4 .pxl-item--title {
  color: #0b3d2c;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.52px;
  margin-top: 33px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .pxl-icon-box.pxl-icon-box4 .pxl-item--title {
    font-size: 22px;
    margin-top: 25px;
  }
}
.pxl-icon-box.pxl-icon-box4 .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .pxl-icon-box.pxl-icon-box4 .pxl-item--description {
    font-size: 16px;
  }
}
.pxl-icon-box.pxl-icon-box4 .pxl-icon--plus {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 58px;
  background: #dfffcb;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box4 .pxl-icon--plus:before, .pxl-icon-box.pxl-icon-box4 .pxl-icon--plus:after {
  background: var(--link-color);
}
.pxl-icon-box.pxl-icon-box4 .pxl-icon--plus:before {
  width: 25px;
  height: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pxl-icon-box.pxl-icon-box4 .pxl-icon--plus:after {
  width: 3px;
  height: 25px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-icon-box.pxl-icon-box4:hover {
  background: var(--primary-color);
}
.pxl-icon-box.pxl-icon-box4:hover .pxl-item--icon {
  color: #fff;
}
.pxl-icon-box.pxl-icon-box4:hover .pxl-item--title, .pxl-icon-box.pxl-icon-box4:hover .pxl-item--description {
  color: #fff;
}
.pxl-icon-box.pxl-icon-box4:hover .pxl-icon--plus {
  opacity: 1;
  transform: translate(-50%, 50%);
}
.pxl-icon-box.pxl-icon-box4:hover .pxl-icon--plus:before, .pxl-icon-box.pxl-icon-box4:hover .pxl-icon--plus:after {
  transform: translate(-50%, -50%) rotate(0);
}
.pxl-icon-box.pxl-icon-box5 .pxl-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #edf8f2;
  padding: 15px;
}
.pxl-icon-box.pxl-icon-box5 .pxl-item--title {
  color: var(--link-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  margin-top: 24px;
}
.pxl-icon-box.pxl-icon-box5 .pxl-item--description {
  color: #646464;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5556;
  margin-top: 15px;
}
.pxl-icon-box.pxl-icon-box6 {
  overflow: visible;
  margin-left: 25px;
  width: fit-content;
  padding: 15px 40px;
  background: #fff;
  border-radius: 10px;
  border-right: 5px solid #17511a;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box.pxl-icon-box6 {
    padding: 15px 15px 15px 40px;
  }
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--main {
  display: flex;
  align-items: center;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 51px;
  min-width: 51px;
  height: 51px;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(148, 217, 107, .3);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: 0;
  border-radius: inherit;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--icon::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 50%;
  z-index: -1;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--content {
  text-align: left;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--description {
  color: #17511a;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.pxl-icon-box.pxl-icon-box6 .pxl-item--title {
  color: #2a7d2e;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box.pxl-icon-box6 .pxl-item--title {
    font-size: 28px;
  }
}
.pxl-icon-box.pxl-icon-box7 {
  text-align: center;
}
.pxl-icon-box.pxl-icon-box7 .pxl-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 27px;
  padding: 15px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.10);
}
.pxl-icon-box.pxl-icon-box7 .pxl-item--content {
  padding: 13px 35px 0;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.pxl-icon-box.pxl-icon-box7 .pxl-item--title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.48px;
  margin-top: 24px;
}
.pxl-icon-box.pxl-icon-box7 .pxl-item--description {
  color: #fff;
  font-family: Barlow;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66667;
  margin-top: 5px;
}
.pxl-icon-box.pxl-icon-box8 .pxl-item--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 29px;
  border-bottom: 1px solid #dfffcb;
}
.pxl-icon-box.pxl-icon-box8 .pxl-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 27px;
  padding: 15px;
  background: #cde4ce;
}
.pxl-icon-box.pxl-icon-box8 .pxl-item--number {
  color: #798393;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.pxl-icon-box.pxl-icon-box8 .pxl-item--title {
  color: #2a7d2e;
  font-family: Inter;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: capitalize;
  margin-top: 24px;
}
.pxl-icon-box.pxl-icon-box8 .pxl-item--description {
  color: #17511a;
  font-family: "Public Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6667;
  margin-top: 20px;
}
.pxl-icon-box.pxl-icon-box9 {
  background: #fff;
  border-radius: 10px;
}
.pxl-icon-box.pxl-icon-box9 .pxl-item--main {
  min-height: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pxl-icon-box.pxl-icon-box9 .pxl-item--title {
  color: var(--link-color);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  margin-top: 10px;
}
body:not(.rtl) .ltr-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .rtl-icon {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
body.rtl .rtl-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .pxl-icon-reverse {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
body.rtl .pxl-text-left {
  text-align: right;
}
body.rtl .pxl-text-right {
  text-align: left;
}
@media screen and (min-width: 1201px) {
  body.rtl .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
    margin-left: 0;
    margin-right: 8px;
  }
  body.rtl .pxl-menu-primary .sub-menu, body.rtl .pxl-menu-primary .children {
    text-align: right;
  }
  body.rtl .pxl-menu-primary li a span:before {
    left: auto;
    right: 0;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu), body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) {
    left: auto;
    right: 0;
    text-align: right;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .children, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .children {
    left: auto;
    right: 100%;
    text-align: right;
  }
  body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children > a::after {
    content: "\f136";
    right: auto;
    left: 24px;
  }
  body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.rtl #pxl-header-default #pxl-nav-mobile, body.rtl #pxl-header-elementor #pxl-nav-mobile {
    right: auto;
    left: 15px;
  }
  body.rtl .pxl-header-menu {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.rtl .pxl-header-menu.active {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.rtl .pxl-menu-toggle, body.rtl .pxl-menu-close, body.rtl .pxl-header-mobile-search .search-submit {
    right: auto;
    left: 0;
  }
  body.rtl .pxl-menu-primary .sub-menu li a, body.rtl .pxl-menu-primary .children li a {
    padding-left: 0;
    padding-right: 14px;
  }
  body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 0;
    padding-right: 14px;
  }
}
body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
  right: auto;
  left: 0;
  text-align: left;
}
body.rtl .pxl---post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl---post .pxl-item--meta li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl blockquote {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .pxl---post .pxl-item--meta::before {
  right: 0;
  left: auto;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .comment-reply {
  right: auto;
  left: 23px;
}
body.rtl .comment-reply a i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 32px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
  left: auto;
  right: 0;
}
body.rtl .comment-list li .comment-respond {
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .comment-respond {
    margin-left: 0px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .comment-respond {
    margin-right: 0;
  }
}
body.rtl .comment-list li .children {
  padding-right: 120px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .children {
    padding-right: 78px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .children {
    padding-right: 0;
  }
}
body.rtl .comment-reply-title small {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
  left: auto;
  right: 0;
}
body.rtl .widget_product_categories ul li a:after, body.rtl .widget_categories ul li a:after, body.rtl .widget_nav_menu ul li a:after, body.rtl .widget_pages ul li a:after, body.rtl .widget_archive ul li a:after, body.rtl .widget_meta ul li a:after, body.rtl .widget_recent_entries ul li a:after {
  right: auto;
  left: 24px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
.pxl-mr-3 {
  margin-right: 3px;
}
.pxl-mr-4 {
  margin-right: 4px;
}
.pxl-mr-5 {
  margin-right: 5px;
}
.pxl-mr-6 {
  margin-right: 6px;
}
.pxl-mr-7 {
  margin-right: 7px;
}
.pxl-mr-8 {
  margin-right: 8px;
}
.pxl-mr-9 {
  margin-right: 9px;
}
.pxl-mr-10 {
  margin-right: 10px;
}
.pxl-mr-11 {
  margin-right: 11px;
}
.pxl-mr-12 {
  margin-right: 12px;
}
.pxl-mr-13 {
  margin-right: 13px;
}
.pxl-mr-14 {
  margin-right: 14px;
}
.pxl-mr-15 {
  margin-right: 15px;
}
.pxl-mr-16 {
  margin-right: 16px;
}
.pxl-mr-17 {
  margin-right: 17px;
}
.pxl-mr-18 {
  margin-right: 18px;
}
.pxl-mr-19 {
  margin-right: 19px;
}
.pxl-mr-20 {
  margin-right: 20px;
}
.pxl-mr-21 {
  margin-right: 21px;
}
.pxl-mr-22 {
  margin-right: 22px;
}
.pxl-mr-23 {
  margin-right: 23px;
}
.pxl-mr-24 {
  margin-right: 24px;
}
.pxl-mr-25 {
  margin-right: 25px;
}
.pxl-mr-26 {
  margin-right: 26px;
}
.pxl-mr-27 {
  margin-right: 27px;
}
.pxl-mr-28 {
  margin-right: 28px;
}
.pxl-mr-29 {
  margin-right: 29px;
}
.pxl-mr-30 {
  margin-right: 30px;
}
.pxl-mr-31 {
  margin-right: 31px;
}
.pxl-mr-32 {
  margin-right: 32px;
}
.pxl-mr-33 {
  margin-right: 33px;
}
.pxl-mr-34 {
  margin-right: 34px;
}
.pxl-mr-35 {
  margin-right: 35px;
}
.pxl-mr-36 {
  margin-right: 36px;
}
.pxl-mr-37 {
  margin-right: 37px;
}
.pxl-mr-38 {
  margin-right: 38px;
}
.pxl-mr-39 {
  margin-right: 39px;
}
.pxl-mr-40 {
  margin-right: 40px;
}
.pxl-ml-3 {
  margin-left: 3px;
}
.pxl-ml-4 {
  margin-left: 4px;
}
.pxl-ml-5 {
  margin-left: 5px;
}
.pxl-ml-6 {
  margin-left: 6px;
}
.pxl-ml-7 {
  margin-left: 7px;
}
.pxl-ml-8 {
  margin-left: 8px;
}
.pxl-ml-9 {
  margin-left: 9px;
}
.pxl-ml-10 {
  margin-left: 10px;
}
.pxl-ml-11 {
  margin-left: 11px;
}
.pxl-ml-12 {
  margin-left: 12px;
}
.pxl-ml-13 {
  margin-left: 13px;
}
.pxl-ml-14 {
  margin-left: 14px;
}
.pxl-ml-15 {
  margin-left: 15px;
}
.pxl-ml-16 {
  margin-left: 16px;
}
.pxl-ml-17 {
  margin-left: 17px;
}
.pxl-ml-18 {
  margin-left: 18px;
}
.pxl-ml-19 {
  margin-left: 19px;
}
.pxl-ml-20 {
  margin-left: 20px;
}
.pxl-ml-21 {
  margin-left: 21px;
}
.pxl-ml-22 {
  margin-left: 22px;
}
.pxl-ml-23 {
  margin-left: 23px;
}
.pxl-ml-24 {
  margin-left: 24px;
}
.pxl-ml-25 {
  margin-left: 25px;
}
.pxl-ml-26 {
  margin-left: 26px;
}
.pxl-ml-27 {
  margin-left: 27px;
}
.pxl-ml-28 {
  margin-left: 28px;
}
.pxl-ml-29 {
  margin-left: 29px;
}
.pxl-ml-30 {
  margin-left: 30px;
}
.pxl-ml-31 {
  margin-left: 31px;
}
.pxl-ml-32 {
  margin-left: 32px;
}
.pxl-ml-33 {
  margin-left: 33px;
}
.pxl-ml-34 {
  margin-left: 34px;
}
.pxl-ml-35 {
  margin-left: 35px;
}
.pxl-ml-36 {
  margin-left: 36px;
}
.pxl-ml-37 {
  margin-left: 37px;
}
.pxl-ml-38 {
  margin-left: 38px;
}
.pxl-ml-39 {
  margin-left: 39px;
}
.pxl-ml-40 {
  margin-left: 40px;
}
.pxl-pr-3 {
  padding-right: 3px;
}
.pxl-pr-4 {
  padding-right: 4px;
}
.pxl-pr-5 {
  padding-right: 5px;
}
.pxl-pr-6 {
  padding-right: 6px;
}
.pxl-pr-7 {
  padding-right: 7px;
}
.pxl-pr-8 {
  padding-right: 8px;
}
.pxl-pr-9 {
  padding-right: 9px;
}
.pxl-pr-10 {
  padding-right: 10px;
}
.pxl-pr-11 {
  padding-right: 11px;
}
.pxl-pr-12 {
  padding-right: 12px;
}
.pxl-pr-13 {
  padding-right: 13px;
}
.pxl-pr-14 {
  padding-right: 14px;
}
.pxl-pr-15 {
  padding-right: 15px;
}
.pxl-pr-16 {
  padding-right: 16px;
}
.pxl-pr-17 {
  padding-right: 17px;
}
.pxl-pr-18 {
  padding-right: 18px;
}
.pxl-pr-19 {
  padding-right: 19px;
}
.pxl-pr-20 {
  padding-right: 20px;
}
.pxl-pr-21 {
  padding-right: 21px;
}
.pxl-pr-22 {
  padding-right: 22px;
}
.pxl-pr-23 {
  padding-right: 23px;
}
.pxl-pr-24 {
  padding-right: 24px;
}
.pxl-pr-25 {
  padding-right: 25px;
}
.pxl-pr-26 {
  padding-right: 26px;
}
.pxl-pr-27 {
  padding-right: 27px;
}
.pxl-pr-28 {
  padding-right: 28px;
}
.pxl-pr-29 {
  padding-right: 29px;
}
.pxl-pr-30 {
  padding-right: 30px;
}
.pxl-pr-31 {
  padding-right: 31px;
}
.pxl-pr-32 {
  padding-right: 32px;
}
.pxl-pr-33 {
  padding-right: 33px;
}
.pxl-pr-34 {
  padding-right: 34px;
}
.pxl-pr-35 {
  padding-right: 35px;
}
.pxl-pr-36 {
  padding-right: 36px;
}
.pxl-pr-37 {
  padding-right: 37px;
}
.pxl-pr-38 {
  padding-right: 38px;
}
.pxl-pr-39 {
  padding-right: 39px;
}
.pxl-pr-40 {
  padding-right: 40px;
}
.pxl-pr-60 {
  padding-right: 60px;
}
.pxl-pl-3 {
  padding-left: 3px;
}
.pxl-pl-4 {
  padding-left: 4px;
}
.pxl-pl-5 {
  padding-left: 5px;
}
.pxl-pl-6 {
  padding-left: 6px;
}
.pxl-pl-7 {
  padding-left: 7px;
}
.pxl-pl-8 {
  padding-left: 8px;
}
.pxl-pl-9 {
  padding-left: 9px;
}
.pxl-pl-10 {
  padding-left: 10px;
}
.pxl-pl-11 {
  padding-left: 11px;
}
.pxl-pl-12 {
  padding-left: 12px;
}
.pxl-pl-13 {
  padding-left: 13px;
}
.pxl-pl-14 {
  padding-left: 14px;
}
.pxl-pl-15 {
  padding-left: 15px;
}
.pxl-pl-16 {
  padding-left: 16px;
}
.pxl-pl-17 {
  padding-left: 17px;
}
.pxl-pl-18 {
  padding-left: 18px;
}
.pxl-pl-19 {
  padding-left: 19px;
}
.pxl-pl-20 {
  padding-left: 20px;
}
.pxl-pl-21 {
  padding-left: 21px;
}
.pxl-pl-22 {
  padding-left: 22px;
}
.pxl-pl-23 {
  padding-left: 23px;
}
.pxl-pl-24 {
  padding-left: 24px;
}
.pxl-pl-25 {
  padding-left: 25px;
}
.pxl-pl-26 {
  padding-left: 26px;
}
.pxl-pl-27 {
  padding-left: 27px;
}
.pxl-pl-28 {
  padding-left: 28px;
}
.pxl-pl-29 {
  padding-left: 29px;
}
.pxl-pl-30 {
  padding-left: 30px;
}
.pxl-pl-31 {
  padding-left: 31px;
}
.pxl-pl-32 {
  padding-left: 32px;
}
.pxl-pl-33 {
  padding-left: 33px;
}
.pxl-pl-34 {
  padding-left: 34px;
}
.pxl-pl-35 {
  padding-left: 35px;
}
.pxl-pl-36 {
  padding-left: 36px;
}
.pxl-pl-37 {
  padding-left: 37px;
}
.pxl-pl-38 {
  padding-left: 38px;
}
.pxl-pl-39 {
  padding-left: 39px;
}
.pxl-pl-40 {
  padding-left: 40px;
}
.pxl-l-0 {
  left: 0;
}
.pxl-l-1 {
  left: 1px;
}
.pxl-l-2 {
  left: 2px;
}
.pxl-l-3 {
  left: 3px;
}
.pxl-l-4 {
  left: 4px;
}
.pxl-l-5 {
  left: 5px;
}
.pxl-l-6 {
  left: 6px;
}
.pxl-l-7 {
  left: 7px;
}
.pxl-l-8 {
  left: 8px;
}
.pxl-l-9 {
  left: 9px;
}
.pxl-l-10 {
  left: 10px;
}
.pxl-l-11 {
  left: 11px;
}
.pxl-l-12 {
  left: 12px;
}
.pxl-l-13 {
  left: 13px;
}
.pxl-l-14 {
  left: 14px;
}
.pxl-l-15 {
  left: 15px;
}
.pxl-l-16 {
  left: 16px;
}
.pxl-l-17 {
  left: 17px;
}
.pxl-l-18 {
  left: 18px;
}
.pxl-l-19 {
  left: 19px;
}
.pxl-l-20 {
  left: 20px;
}
.pxl-l-21 {
  left: 21px;
}
.pxl-l-22 {
  left: 22px;
}
.pxl-l-23 {
  left: 23px;
}
.pxl-l-24 {
  left: 24px;
}
.pxl-l-25 {
  left: 25px;
}
.pxl-l-26 {
  left: 26px;
}
.pxl-l-27 {
  left: 27px;
}
.pxl-l-28 {
  left: 28px;
}
.pxl-l-29 {
  left: 29px;
}
.pxl-l-30 {
  left: 30px;
}
.pxl-l-31 {
  left: 31px;
}
.pxl-l-32 {
  left: 32px;
}
.pxl-l-33 {
  left: 33px;
}
.pxl-l-34 {
  left: 34px;
}
.pxl-l-35 {
  left: 35px;
}
.pxl-l-36 {
  left: 36px;
}
.pxl-l-37 {
  left: 37px;
}
.pxl-l-38 {
  left: 38px;
}
.pxl-l-39 {
  left: 39px;
}
.pxl-l-40 {
  left: 40px;
}
.pxl-r-0 {
  right: 0;
}
.pxl-r-1 {
  right: 1px;
}
.pxl-r-2 {
  right: 2px;
}
.pxl-r-3 {
  right: 3px;
}
.pxl-r-4 {
  right: 4px;
}
.pxl-r-5 {
  right: 5px;
}
.pxl-r-6 {
  right: 6px;
}
.pxl-r-7 {
  right: 7px;
}
.pxl-r-8 {
  right: 8px;
}
.pxl-r-9 {
  right: 9px;
}
.pxl-r-10 {
  right: 10px;
}
.pxl-r-11 {
  right: 11px;
}
.pxl-r-12 {
  right: 12px;
}
.pxl-r-13 {
  right: 13px;
}
.pxl-r-14 {
  right: 14px;
}
.pxl-r-15 {
  right: 15px;
}
.pxl-r-16 {
  right: 16px;
}
.pxl-r-17 {
  right: 17px;
}
.pxl-r-18 {
  right: 18px;
}
.pxl-r-19 {
  right: 19px;
}
.pxl-r-20 {
  right: 20px;
}
.pxl-r-21 {
  right: 21px;
}
.pxl-r-22 {
  right: 22px;
}
.pxl-r-23 {
  right: 23px;
}
.pxl-r-24 {
  right: 24px;
}
.pxl-r-25 {
  right: 25px;
}
.pxl-r-26 {
  right: 26px;
}
.pxl-r-27 {
  right: 27px;
}
.pxl-r-28 {
  right: 28px;
}
.pxl-r-29 {
  right: 29px;
}
.pxl-r-30 {
  right: 30px;
}
.pxl-r-31 {
  right: 31px;
}
.pxl-r-32 {
  right: 32px;
}
.pxl-r-33 {
  right: 33px;
}
.pxl-r-34 {
  right: 34px;
}
.pxl-r-35 {
  right: 35px;
}
.pxl-r-36 {
  right: 36px;
}
.pxl-r-37 {
  right: 37px;
}
.pxl-r-38 {
  right: 38px;
}
.pxl-r-39 {
  right: 39px;
}
.pxl-r-40 {
  right: 40px;
}
[dir="rtl"] .pxl-mr-3 {
  margin-right: 0px;
  margin-left: 3px;
}
[dir="rtl"] .pxl-mr-4 {
  margin-right: 0px;
  margin-left: 4px;
}
[dir="rtl"] .pxl-mr-5 {
  margin-right: 0px;
  margin-left: 5px;
}
[dir="rtl"] .pxl-mr-6 {
  margin-right: 0px;
  margin-left: 6px;
}
[dir="rtl"] .pxl-mr-7 {
  margin-right: 0px;
  margin-left: 7px;
}
[dir="rtl"] .pxl-mr-8 {
  margin-right: 0px;
  margin-left: 8px;
}
[dir="rtl"] .pxl-mr-9 {
  margin-right: 0px;
  margin-left: 9px;
}
[dir="rtl"] .pxl-mr-10 {
  margin-right: 0px;
  margin-left: 10px;
}
[dir="rtl"] .pxl-mr-11 {
  margin-right: 0px;
  margin-left: 11px;
}
[dir="rtl"] .pxl-mr-12 {
  margin-right: 0px;
  margin-left: 12px;
}
[dir="rtl"] .pxl-mr-13 {
  margin-right: 0px;
  margin-left: 13px;
}
[dir="rtl"] .pxl-mr-14 {
  margin-right: 0px;
  margin-left: 14px;
}
[dir="rtl"] .pxl-mr-15 {
  margin-right: 0px;
  margin-left: 15px;
}
[dir="rtl"] .pxl-mr-16 {
  margin-right: 0px;
  margin-left: 16px;
}
[dir="rtl"] .pxl-mr-17 {
  margin-right: 0px;
  margin-left: 17px;
}
[dir="rtl"] .pxl-mr-18 {
  margin-right: 0px;
  margin-left: 18px;
}
[dir="rtl"] .pxl-mr-19 {
  margin-right: 0px;
  margin-left: 19px;
}
[dir="rtl"] .pxl-mr-20 {
  margin-right: 0px;
  margin-left: 20px;
}
[dir="rtl"] .pxl-mr-21 {
  margin-right: 0px;
  margin-left: 21px;
}
[dir="rtl"] .pxl-mr-22 {
  margin-right: 0px;
  margin-left: 22px;
}
[dir="rtl"] .pxl-mr-23 {
  margin-right: 0px;
  margin-left: 23px;
}
[dir="rtl"] .pxl-mr-24 {
  margin-right: 0px;
  margin-left: 24px;
}
[dir="rtl"] .pxl-mr-25 {
  margin-right: 0px;
  margin-left: 25px;
}
[dir="rtl"] .pxl-mr-26 {
  margin-right: 0px;
  margin-left: 26px;
}
[dir="rtl"] .pxl-mr-27 {
  margin-right: 0px;
  margin-left: 27px;
}
[dir="rtl"] .pxl-mr-28 {
  margin-right: 0px;
  margin-left: 28px;
}
[dir="rtl"] .pxl-mr-29 {
  margin-right: 0px;
  margin-left: 29px;
}
[dir="rtl"] .pxl-mr-30 {
  margin-right: 0px;
  margin-left: 30px;
}
[dir="rtl"] .pxl-mr-31 {
  margin-right: 0px;
  margin-left: 31px;
}
[dir="rtl"] .pxl-mr-32 {
  margin-right: 0px;
  margin-left: 32px;
}
[dir="rtl"] .pxl-mr-33 {
  margin-right: 0px;
  margin-left: 33px;
}
[dir="rtl"] .pxl-mr-34 {
  margin-right: 0px;
  margin-left: 34px;
}
[dir="rtl"] .pxl-mr-35 {
  margin-right: 0px;
  margin-left: 35px;
}
[dir="rtl"] .pxl-mr-36 {
  margin-right: 0px;
  margin-left: 36px;
}
[dir="rtl"] .pxl-mr-37 {
  margin-right: 0px;
  margin-left: 37px;
}
[dir="rtl"] .pxl-mr-38 {
  margin-right: 0px;
  margin-left: 38px;
}
[dir="rtl"] .pxl-mr-39 {
  margin-right: 0px;
  margin-left: 39px;
}
[dir="rtl"] .pxl-mr-40 {
  margin-right: 0px;
  margin-left: 40px;
}
[dir="rtl"] .pxl-ml-3 {
  margin-left: 0px;
  margin-right: 3px;
}
[dir="rtl"] .pxl-ml-4 {
  margin-left: 0px;
  margin-right: 4px;
}
[dir="rtl"] .pxl-ml-5 {
  margin-left: 0px;
  margin-right: 5px;
}
[dir="rtl"] .pxl-ml-6 {
  margin-left: 0px;
  margin-right: 6px;
}
[dir="rtl"] .pxl-ml-7 {
  margin-left: 0px;
  margin-right: 7px;
}
[dir="rtl"] .pxl-ml-8 {
  margin-left: 0px;
  margin-right: 8px;
}
[dir="rtl"] .pxl-ml-9 {
  margin-left: 0px;
  margin-right: 9px;
}
[dir="rtl"] .pxl-ml-10 {
  margin-left: 0px;
  margin-right: 10px;
}
[dir="rtl"] .pxl-ml-11 {
  margin-left: 0px;
  margin-right: 11px;
}
[dir="rtl"] .pxl-ml-12 {
  margin-left: 0px;
  margin-right: 12px;
}
[dir="rtl"] .pxl-ml-13 {
  margin-left: 0px;
  margin-right: 13px;
}
[dir="rtl"] .pxl-ml-14 {
  margin-left: 0px;
  margin-right: 14px;
}
[dir="rtl"] .pxl-ml-15 {
  margin-left: 0px;
  margin-right: 15px;
}
[dir="rtl"] .pxl-ml-16 {
  margin-left: 0px;
  margin-right: 16px;
}
[dir="rtl"] .pxl-ml-17 {
  margin-left: 0px;
  margin-right: 17px;
}
[dir="rtl"] .pxl-ml-18 {
  margin-left: 0px;
  margin-right: 18px;
}
[dir="rtl"] .pxl-ml-19 {
  margin-left: 0px;
  margin-right: 19px;
}
[dir="rtl"] .pxl-ml-20 {
  margin-left: 0px;
  margin-right: 20px;
}
[dir="rtl"] .pxl-ml-21 {
  margin-left: 0px;
  margin-right: 21px;
}
[dir="rtl"] .pxl-ml-22 {
  margin-left: 0px;
  margin-right: 22px;
}
[dir="rtl"] .pxl-ml-23 {
  margin-left: 0px;
  margin-right: 23px;
}
[dir="rtl"] .pxl-ml-24 {
  margin-left: 0px;
  margin-right: 24px;
}
[dir="rtl"] .pxl-ml-25 {
  margin-left: 0px;
  margin-right: 25px;
}
[dir="rtl"] .pxl-ml-26 {
  margin-left: 0px;
  margin-right: 26px;
}
[dir="rtl"] .pxl-ml-27 {
  margin-left: 0px;
  margin-right: 27px;
}
[dir="rtl"] .pxl-ml-28 {
  margin-left: 0px;
  margin-right: 28px;
}
[dir="rtl"] .pxl-ml-29 {
  margin-left: 0px;
  margin-right: 29px;
}
[dir="rtl"] .pxl-ml-30 {
  margin-left: 0px;
  margin-right: 30px;
}
[dir="rtl"] .pxl-ml-31 {
  margin-left: 0px;
  margin-right: 31px;
}
[dir="rtl"] .pxl-ml-32 {
  margin-left: 0px;
  margin-right: 32px;
}
[dir="rtl"] .pxl-ml-33 {
  margin-left: 0px;
  margin-right: 33px;
}
[dir="rtl"] .pxl-ml-34 {
  margin-left: 0px;
  margin-right: 34px;
}
[dir="rtl"] .pxl-ml-35 {
  margin-left: 0px;
  margin-right: 35px;
}
[dir="rtl"] .pxl-ml-36 {
  margin-left: 0px;
  margin-right: 36px;
}
[dir="rtl"] .pxl-ml-37 {
  margin-left: 0px;
  margin-right: 37px;
}
[dir="rtl"] .pxl-ml-38 {
  margin-left: 0px;
  margin-right: 38px;
}
[dir="rtl"] .pxl-ml-39 {
  margin-left: 0px;
  margin-right: 39px;
}
[dir="rtl"] .pxl-ml-40 {
  margin-left: 0px;
  margin-right: 40px;
}
[dir="rtl"] .pxl-pr-3 {
  padding-right: 0px;
  padding-left: 3px;
}
[dir="rtl"] .pxl-pr-4 {
  padding-right: 0px;
  padding-left: 4px;
}
[dir="rtl"] .pxl-pr-5 {
  padding-right: 0px;
  padding-left: 5px;
}
[dir="rtl"] .pxl-pr-6 {
  padding-right: 0px;
  padding-left: 6px;
}
[dir="rtl"] .pxl-pr-7 {
  padding-right: 0px;
  padding-left: 7px;
}
[dir="rtl"] .pxl-pr-8 {
  padding-right: 0px;
  padding-left: 8px;
}
[dir="rtl"] .pxl-pr-9 {
  padding-right: 0px;
  padding-left: 9px;
}
[dir="rtl"] .pxl-pr-10 {
  padding-right: 0px;
  padding-left: 10px;
}
[dir="rtl"] .pxl-pr-11 {
  padding-right: 0px;
  padding-left: 11px;
}
[dir="rtl"] .pxl-pr-12 {
  padding-right: 0px;
  padding-left: 12px;
}
[dir="rtl"] .pxl-pr-13 {
  padding-right: 0px;
  padding-left: 13px;
}
[dir="rtl"] .pxl-pr-14 {
  padding-right: 0px;
  padding-left: 14px;
}
[dir="rtl"] .pxl-pr-15 {
  padding-right: 0px;
  padding-left: 15px;
}
[dir="rtl"] .pxl-pr-16 {
  padding-right: 0px;
  padding-left: 16px;
}
[dir="rtl"] .pxl-pr-17 {
  padding-right: 0px;
  padding-left: 17px;
}
[dir="rtl"] .pxl-pr-18 {
  padding-right: 0px;
  padding-left: 18px;
}
[dir="rtl"] .pxl-pr-19 {
  padding-right: 0px;
  padding-left: 19px;
}
[dir="rtl"] .pxl-pr-20 {
  padding-right: 0px;
  padding-left: 20px;
}
[dir="rtl"] .pxl-pr-21 {
  padding-right: 0px;
  padding-left: 21px;
}
[dir="rtl"] .pxl-pr-22 {
  padding-right: 0px;
  padding-left: 22px;
}
[dir="rtl"] .pxl-pr-23 {
  padding-right: 0px;
  padding-left: 23px;
}
[dir="rtl"] .pxl-pr-24 {
  padding-right: 0px;
  padding-left: 24px;
}
[dir="rtl"] .pxl-pr-25 {
  padding-right: 0px;
  padding-left: 25px;
}
[dir="rtl"] .pxl-pr-26 {
  padding-right: 0px;
  padding-left: 26px;
}
[dir="rtl"] .pxl-pr-27 {
  padding-right: 0px;
  padding-left: 27px;
}
[dir="rtl"] .pxl-pr-28 {
  padding-right: 0px;
  padding-left: 28px;
}
[dir="rtl"] .pxl-pr-29 {
  padding-right: 0px;
  padding-left: 29px;
}
[dir="rtl"] .pxl-pr-30 {
  padding-right: 0px;
  padding-left: 30px;
}
[dir="rtl"] .pxl-pr-31 {
  padding-right: 0px;
  padding-left: 31px;
}
[dir="rtl"] .pxl-pr-32 {
  padding-right: 0px;
  padding-left: 32px;
}
[dir="rtl"] .pxl-pr-33 {
  padding-right: 0px;
  padding-left: 33px;
}
[dir="rtl"] .pxl-pr-34 {
  padding-right: 0px;
  padding-left: 34px;
}
[dir="rtl"] .pxl-pr-35 {
  padding-right: 0px;
  padding-left: 35px;
}
[dir="rtl"] .pxl-pr-36 {
  padding-right: 0px;
  padding-left: 36px;
}
[dir="rtl"] .pxl-pr-37 {
  padding-right: 0px;
  padding-left: 37px;
}
[dir="rtl"] .pxl-pr-38 {
  padding-right: 0px;
  padding-left: 38px;
}
[dir="rtl"] .pxl-pr-39 {
  padding-right: 0px;
  padding-left: 39px;
}
[dir="rtl"] .pxl-pr-40 {
  padding-right: 0px;
  padding-left: 40px;
}
[dir="rtl"] .pxl-pr-60 {
  padding-right: 0px;
  padding-left: 60px;
}
[dir="rtl"] .pxl-pl-3 {
  padding-left: 0px;
  padding-right: 3px;
}
[dir="rtl"] .pxl-pl-4 {
  padding-left: 0px;
  padding-right: 4px;
}
[dir="rtl"] .pxl-pl-5 {
  padding-left: 0px;
  padding-right: 5px;
}
[dir="rtl"] .pxl-pl-6 {
  padding-left: 0px;
  padding-right: 6px;
}
[dir="rtl"] .pxl-pl-7 {
  padding-left: 0px;
  padding-right: 7px;
}
[dir="rtl"] .pxl-pl-8 {
  padding-left: 0px;
  padding-right: 8px;
}
[dir="rtl"] .pxl-pl-9 {
  padding-left: 0px;
  padding-right: 9px;
}
[dir="rtl"] .pxl-pl-10 {
  padding-left: 0px;
  padding-right: 10px;
}
[dir="rtl"] .pxl-pl-11 {
  padding-left: 0px;
  padding-right: 11px;
}
[dir="rtl"] .pxl-pl-12 {
  padding-left: 0px;
  padding-right: 12px;
}
[dir="rtl"] .pxl-pl-13 {
  padding-left: 0px;
  padding-right: 13px;
}
[dir="rtl"] .pxl-pl-14 {
  padding-left: 0px;
  padding-right: 14px;
}
[dir="rtl"] .pxl-pl-15 {
  padding-left: 0px;
  padding-right: 15px;
}
[dir="rtl"] .pxl-pl-16 {
  padding-left: 0px;
  padding-right: 16px;
}
[dir="rtl"] .pxl-pl-17 {
  padding-left: 0px;
  padding-right: 17px;
}
[dir="rtl"] .pxl-pl-18 {
  padding-left: 0px;
  padding-right: 18px;
}
[dir="rtl"] .pxl-pl-19 {
  padding-left: 0px;
  padding-right: 19px;
}
[dir="rtl"] .pxl-pl-20 {
  padding-left: 0px;
  padding-right: 20px;
}
[dir="rtl"] .pxl-pl-21 {
  padding-left: 0px;
  padding-right: 21px;
}
[dir="rtl"] .pxl-pl-22 {
  padding-left: 0px;
  padding-right: 22px;
}
[dir="rtl"] .pxl-pl-23 {
  padding-left: 0px;
  padding-right: 23px;
}
[dir="rtl"] .pxl-pl-24 {
  padding-left: 0px;
  padding-right: 24px;
}
[dir="rtl"] .pxl-pl-25 {
  padding-left: 0px;
  padding-right: 25px;
}
[dir="rtl"] .pxl-pl-26 {
  padding-left: 0px;
  padding-right: 26px;
}
[dir="rtl"] .pxl-pl-27 {
  padding-left: 0px;
  padding-right: 27px;
}
[dir="rtl"] .pxl-pl-28 {
  padding-left: 0px;
  padding-right: 28px;
}
[dir="rtl"] .pxl-pl-29 {
  padding-left: 0px;
  padding-right: 29px;
}
[dir="rtl"] .pxl-pl-30 {
  padding-left: 0px;
  padding-right: 30px;
}
[dir="rtl"] .pxl-pl-31 {
  padding-left: 0px;
  padding-right: 31px;
}
[dir="rtl"] .pxl-pl-32 {
  padding-left: 0px;
  padding-right: 32px;
}
[dir="rtl"] .pxl-pl-33 {
  padding-left: 0px;
  padding-right: 33px;
}
[dir="rtl"] .pxl-pl-34 {
  padding-left: 0px;
  padding-right: 34px;
}
[dir="rtl"] .pxl-pl-35 {
  padding-left: 0px;
  padding-right: 35px;
}
[dir="rtl"] .pxl-pl-36 {
  padding-left: 0px;
  padding-right: 36px;
}
[dir="rtl"] .pxl-pl-37 {
  padding-left: 0px;
  padding-right: 37px;
}
[dir="rtl"] .pxl-pl-38 {
  padding-left: 0px;
  padding-right: 38px;
}
[dir="rtl"] .pxl-pl-39 {
  padding-left: 0px;
  padding-right: 39px;
}
[dir="rtl"] .pxl-pl-40 {
  padding-left: 0px;
  padding-right: 40px;
}
[dir="rtl"] .pxl-l-0 {
  right: 0;
  left: auto;
}
[dir="rtl"] .pxl-l-1 {
  right: 1px;
  left: auto;
}
[dir="rtl"] .pxl-l-2 {
  right: 2px;
  left: auto;
}
[dir="rtl"] .pxl-l-3 {
  right: 3px;
  left: auto;
}
[dir="rtl"] .pxl-l-4 {
  right: 4px;
  left: auto;
}
[dir="rtl"] .pxl-l-5 {
  right: 5px;
  left: auto;
}
[dir="rtl"] .pxl-l-6 {
  right: 6px;
  left: auto;
}
[dir="rtl"] .pxl-l-7 {
  right: 7px;
  left: auto;
}
[dir="rtl"] .pxl-l-8 {
  right: 8px;
  left: auto;
}
[dir="rtl"] .pxl-l-9 {
  right: 9px;
  left: auto;
}
[dir="rtl"] .pxl-l-10 {
  right: 10px;
  left: auto;
}
[dir="rtl"] .pxl-l-11 {
  right: 11px;
  left: auto;
}
[dir="rtl"] .pxl-l-12 {
  right: 12px;
  left: auto;
}
[dir="rtl"] .pxl-l-13 {
  right: 13px;
  left: auto;
}
[dir="rtl"] .pxl-l-14 {
  right: 14px;
  left: auto;
}
[dir="rtl"] .pxl-l-15 {
  right: 15px;
  left: auto;
}
[dir="rtl"] .pxl-l-16 {
  right: 16px;
  left: auto;
}
[dir="rtl"] .pxl-l-17 {
  right: 17px;
  left: auto;
}
[dir="rtl"] .pxl-l-18 {
  right: 18px;
  left: auto;
}
[dir="rtl"] .pxl-l-19 {
  right: 19px;
  left: auto;
}
[dir="rtl"] .pxl-l-20 {
  right: 20px;
  left: auto;
}
[dir="rtl"] .pxl-l-21 {
  right: 21px;
  left: auto;
}
[dir="rtl"] .pxl-l-22 {
  right: 22px;
  left: auto;
}
[dir="rtl"] .pxl-l-23 {
  right: 23px;
  left: auto;
}
[dir="rtl"] .pxl-l-24 {
  right: 24px;
  left: auto;
}
[dir="rtl"] .pxl-l-25 {
  right: 25px;
  left: auto;
}
[dir="rtl"] .pxl-l-26 {
  right: 26px;
  left: auto;
}
[dir="rtl"] .pxl-l-27 {
  right: 27px;
  left: auto;
}
[dir="rtl"] .pxl-l-28 {
  right: 28px;
  left: auto;
}
[dir="rtl"] .pxl-l-29 {
  right: 29px;
  left: auto;
}
[dir="rtl"] .pxl-l-30 {
  right: 30px;
  left: auto;
}
[dir="rtl"] .pxl-l-31 {
  right: 31px;
  left: auto;
}
[dir="rtl"] .pxl-l-32 {
  right: 32px;
  left: auto;
}
[dir="rtl"] .pxl-l-33 {
  right: 33px;
  left: auto;
}
[dir="rtl"] .pxl-l-34 {
  right: 34px;
  left: auto;
}
[dir="rtl"] .pxl-l-35 {
  right: 35px;
  left: auto;
}
[dir="rtl"] .pxl-l-36 {
  right: 36px;
  left: auto;
}
[dir="rtl"] .pxl-l-37 {
  right: 37px;
  left: auto;
}
[dir="rtl"] .pxl-l-38 {
  right: 38px;
  left: auto;
}
[dir="rtl"] .pxl-l-39 {
  right: 39px;
  left: auto;
}
[dir="rtl"] .pxl-l-40 {
  right: 40px;
  left: auto;
}
[dir="rtl"] .pxl-r-0 {
  left: 0;
  right: auto;
}
[dir="rtl"] .pxl-r-1 {
  left: 1px;
  right: auto;
}
[dir="rtl"] .pxl-r-2 {
  left: 2px;
  right: auto;
}
[dir="rtl"] .pxl-r-3 {
  left: 3px;
  right: auto;
}
[dir="rtl"] .pxl-r-4 {
  left: 4px;
  right: auto;
}
[dir="rtl"] .pxl-r-5 {
  left: 5px;
  right: auto;
}
[dir="rtl"] .pxl-r-6 {
  left: 6px;
  right: auto;
}
[dir="rtl"] .pxl-r-7 {
  left: 7px;
  right: auto;
}
[dir="rtl"] .pxl-r-8 {
  left: 8px;
  right: auto;
}
[dir="rtl"] .pxl-r-9 {
  left: 9px;
  right: auto;
}
[dir="rtl"] .pxl-r-10 {
  left: 10px;
  right: auto;
}
[dir="rtl"] .pxl-r-11 {
  left: 11px;
  right: auto;
}
[dir="rtl"] .pxl-r-12 {
  left: 12px;
  right: auto;
}
[dir="rtl"] .pxl-r-13 {
  left: 13px;
  right: auto;
}
[dir="rtl"] .pxl-r-14 {
  left: 14px;
  right: auto;
}
[dir="rtl"] .pxl-r-15 {
  left: 15px;
  right: auto;
}
[dir="rtl"] .pxl-r-16 {
  left: 16px;
  right: auto;
}
[dir="rtl"] .pxl-r-17 {
  left: 17px;
  right: auto;
}
[dir="rtl"] .pxl-r-18 {
  left: 18px;
  right: auto;
}
[dir="rtl"] .pxl-r-19 {
  left: 19px;
  right: auto;
}
[dir="rtl"] .pxl-r-20 {
  left: 20px;
  right: auto;
}
[dir="rtl"] .pxl-r-21 {
  left: 21px;
  right: auto;
}
[dir="rtl"] .pxl-r-22 {
  left: 22px;
  right: auto;
}
[dir="rtl"] .pxl-r-23 {
  left: 23px;
  right: auto;
}
[dir="rtl"] .pxl-r-24 {
  left: 24px;
  right: auto;
}
[dir="rtl"] .pxl-r-25 {
  left: 25px;
  right: auto;
}
[dir="rtl"] .pxl-r-26 {
  left: 26px;
  right: auto;
}
[dir="rtl"] .pxl-r-27 {
  left: 27px;
  right: auto;
}
[dir="rtl"] .pxl-r-28 {
  left: 28px;
  right: auto;
}
[dir="rtl"] .pxl-r-29 {
  left: 29px;
  right: auto;
}
[dir="rtl"] .pxl-r-30 {
  left: 30px;
  right: auto;
}
[dir="rtl"] .pxl-r-31 {
  left: 31px;
  right: auto;
}
[dir="rtl"] .pxl-r-32 {
  left: 32px;
  right: auto;
}
[dir="rtl"] .pxl-r-33 {
  left: 33px;
  right: auto;
}
[dir="rtl"] .pxl-r-34 {
  left: 34px;
  right: auto;
}
[dir="rtl"] .pxl-r-35 {
  left: 35px;
  right: auto;
}
[dir="rtl"] .pxl-r-36 {
  left: 36px;
  right: auto;
}
[dir="rtl"] .pxl-r-37 {
  left: 37px;
  right: auto;
}
[dir="rtl"] .pxl-r-38 {
  left: 38px;
  right: auto;
}
[dir="rtl"] .pxl-r-39 {
  left: 39px;
  right: auto;
}
[dir="rtl"] .pxl-r-40 {
  left: 40px;
  right: auto;
}
