
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600");

@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  src: url('https://anima-uploads.s3.amazonaws.com/59dfb1260b1fed000d431d8f/Radomir Tinkov - Gilroy-Bold.otf') format("opentype");
}

@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: 300;
  src: url('https://anima-uploads.s3.amazonaws.com/projects/6384abb50349ddb8225416f9/fonts/gilroy-extrabold.otf') format("opentype");
}

 @font-face {
                font-family: "Gilroy-ExtraBold";
                font-style: normal;
                font-weight: 800;
                src: url("https://anima-uploads.s3.amazonaws.com/59dfb1260b1fed000d431d8f/Radomir Tinkov - Gilroy-ExtraBold.otf") format("opentype");
            }
.screen textarea:focus,
.screen input:focus {
  outline: none;
}
.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.screen div {
  -webkit-text-size-adjust: none;
}
.screen a {
  display: contents;
  text-decoration: none;
}
.container-center-horizontal {
                display: flex;
                flex-direction: row;
                justify-content: center;
                pointer-events: none;
                width: 100%;
            }

            .container-center-horizontal > * {
                flex-shrink: 0;
                pointer-events: auto;
            }
.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*{
  box-sizing: border-box;
}
:root { 
  --black: #000000;
  --black-coral-pearl: #4f5971;
  --black-haze: #f4f6f9;
  --eerie-black: #1f1f1f;
  --gallery: #ebedef;
  --link-water: #d6dcf580;
  --razzmatazz: #ea146f;
  --regent-gray: #8293ac;
  --white: #ffffff;
  --quick-silver: #a4a4a4;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --font-size-xl: 18.6px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 32px;
  --font-size-xxxxl: 34px;
 --font-family-gilroy-extrabold: "Gilroy-ExtraBold", Helvetica;
 --font-family-gilroy-bold: "Gilroy-Bold", Helvetica;
  --font-family-gilroy-light: "Gilroy-Light", Helvetica;
  --font-family-arial-bold: "Arial-Bold", Helvetica;
  --font-family-open_sans: "Open Sans", Helvetica;
}

.opensans-bold-gallery-14px {
  color: var(--gallery);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
.opensans-semi-bold-black-haze-16px {
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  
}

.opensans-semi-bold-regent-gray-14px {
  color: var(--regent-gray);
  font-family: var(--font-family-open_sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}


.skin-name-font {
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.skin-view-font {
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
.text-big {
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  
}
.skim-green {
  color: #02ff67;
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}
.skin-status-font {
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
.skin-date-font {
  color: var(--quick-silver);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}
.skin-red {
  color: #ff0000;
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-s);
  font-style: normal;

  font-weight: 700;
}
.skin-float-font {
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}
.site-name-font {
  color: var(--white);
  font-family: var(--font-family-arial-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}
.pages-font {
  color: var(--black-haze);
  font-family: var(--font-family-arial-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}


.arial-bold-white-32px {
  color: var(--white);
  font-family: var(--font-family-arial-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}
.arial-bold-black-haze-20px {
  color: var(--black-haze);
  font-family: var(--font-family-arial-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}


.new {
  background-color: var(--eerie-black);
  border: 1px none;
  height: 2225px;
  mix-blend-mode: normal;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 1900px;

}

.new .foot {
  background-color: transparent;
  height: 160px;
  left: 0px;
  position: absolute;
  top: 1950px;
  width: 1900px;
 
}

  

.new .group-2217-2-Xp5hXp {
  background-color: transparent;
  height: 43px;
  left: 815px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 50px;
  width: auto;
}

.new .x2022-katocraftcom-al-XPjZRB {
  background-color: transparent;
  height: auto;
  left: 518px;
  letter-spacing: 0.00px;
  line-height: 22px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 240px;
  white-space: nowrap;
  width: 885px;
}

.new .we-want-to-help-you-XPjZRB {
  background-color: transparent;
  height: auto;
  left: 674px;
  letter-spacing: 0.00px;
  line-height: 22px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 134px;
  width: 572px;
}

.new .x20-november-2022-XPjZRB {
  background-color: transparent;
  height: auto;
  left: 518px;
  letter-spacing: 0.00px;
  line-height: 22px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 208px;
  white-space: nowrap;
  width: 885px;
}

.new .service-started-XPjZRB {
  background-color: transparent;
  color: var(--razzmatazz);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  height: auto;
  left: 518px;
  letter-spacing: 0.00px;
  line-height: 22px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 189px;
  width: 885px;
}

.new .our-mission-XPjZRB {
  background-color: transparent;
  color: var(--razzmatazz);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  height: auto;
  left: 518px;
  letter-spacing: 0.00px;
  line-height: 22px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 113px;
  width: 885px;
}


.new .foot-line {
  background-color: #7c7b7b;
  border: 1px none;
  height: 2px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 1900px;
}
        


/* .new .popup {
  top: 230px;
  left: 46%;
  margin-top: -9em;
  margin-left: -15em;
  z-index:2;
  background-color: #1F1F1F;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #c2c2c226;
  height: 820px;
  position: fixed;
  border: 3px solid #141414;
  width: 620px;
  
} */
    /*  .new div.fc-consent-root {
                position: fixed;
                z-index: 2147483644;
                align-items: center;
                float: top;
                height: 100%;
                left: 0;
                overflow-x: visible;
                top: 0;
                display: flex;
                justify-content: center;
                width: 100%;
				
            }
           
          
          
           .new .fc-consent-root .fc-dialog {
                
                background-color: #fff;
                
                
				width: 500px;
				height: 50px;
            } */
           
.pop{
	z-index:2;
position: fixed;
 background-color: #1F1F1F;
  border-radius: 10px;
top: 0%;
left: 0%;
height: 100%;
width: 100%;
 box-shadow: 0px 0px 8px #c2c2c226;
}
 .popup {

  
  background-color: #1F1F1F;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #c2c2c226;
  height: 100%;
 position: fixed;
  border: 3px solid #141414;
  width: 100%;
  
 
  
}
 .popup-top {
	border-radius: 10px;
	text-align:center;
  background-color: #1f1f1f;
  line-height:20px;
  height: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
}
 .popup-top-x {
	
    z-index: 5;
    right: 23px;
    line-height: 25px;
    text-align: center;
    background-color: #FF0000;
    height: 25px;
    position: absolute;
    top: 0px;
    width: 25px;
    cursor: pointer;
}



.new .head {
	
  background-color: transparent;
  height: 93px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 1900px;
}


.new .head-sites {
                background-color: transparent;
                
                left: 195px;
                mix-blend-mode: normal;
                object-fit: cover;
                position: absolute;
                top: 61px;
            
}
.new .head-sites-left {
  background-color: transparent;
  height: 54px;
  left: 190px;
  position: absolute;
  top: 0px;
  width: 122px;
}
.new .head-sites-out {
  background-color: transparent;
  height: auto;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: 54px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  white-space: nowrap;
  width: auto;
}
.new .head-sites-mid {
  background-color: transparent;
  height: 54px;
  left: 357px;
  position: absolute;
  top: 0px;
  width: 134px;
}
.new .head-sites-in {
  background-color: transparent;
  height: auto;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: 54px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  white-space: nowrap;
  width: auto;
}
.new .head-sites-right {
  background-color: transparent;
  height: 54px;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 150px;
}
.new .head-site {
  background-color: transparent;
  color: transparent;
  font-family: var(--font-family-arial-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
  height: auto;
  left: 130px;
  letter-spacing: 0.00px;
  line-height: 54px;
  position: absolute;
  text-align: left;
  top: 29px;
  white-space: nowrap;
  width: auto;
}
.new .head-site-normal {
  font-style: normal;
}
.new .head-site-color {
  color: var(--razzmatazz);
  font-style: normal;
}
.new .head-twitter {
                background-color: var(--razzmatazz);
                border: 2px solid;
                border-color: var(--razzmatazz);
                border-radius: 30px;
                height: 54px;
                left: 1582px;
                mix-blend-mode: normal;
                position: absolute;
                top: 50px;
                width: 145px;
}
.new .head-twitter-text {
                background-color: transparent;
                color: var(--black-haze);
                font-family: var(--font-family-gilroy-extrabold);
                font-size: 14px;
                font-style: normal;
                font-weight: 800;
                height: 22px;
                left: 14px;
                letter-spacing: 0px;
                line-height: 22px;
                mix-blend-mode: normal;
                position: absolute;
                text-align: center;
                top: 14px;
                white-space: nowrap;
                width: auto;
}




.new .number-of-skins-sold-Xp5hXp {
  background-color: transparent;
  color: var(--black-haze);

  height: auto;
  left: 850px;
  letter-spacing: 0.00px;
  line-height: 54px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  text-shadow: 0px 4px 10px #000000;
  top: 154px;
  white-space: nowrap;
  width: auto;
}
/* -font-family-gilroy-bold: "Gilroy-Bold", Helvetica;
  --font-family-gilroy-light: "Gilroy-Light", Helvetica;
  --font-family-arial-bold: "Arial-Bold", Helvetica;
  --font-family-open_sans: "Open Sans", Helvetica; */
.new .number-of-skins-s1 {
 font-family: var(--font-family-gilroy-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 150;
}
.new .number-of-skins-s2 {
 font-family: var(--font-family-gilroy-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.new .x3210-Xp5hXp {
  background-color: transparent;
  color: var(--black-haze);
  font-family: var(--font-family-gilroy-bold);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 38px;
  left: 925px;
  letter-spacing: 0.00px;
  line-height: 54px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  text-shadow: 0px 4px 10px #000000;
  top: 200px;
  white-space: nowrap;
  width: 70px;
}





.new .skin-top {
  background-color: var(--black-coral-pearl);
  border: 1px none;
  height: 41px;
  mix-blend-mode: normal;
  position: absolute;
  width: 230px;
}
.new .skin-name{
  background-color: transparent;
  height: auto;
  left: 5px;
  letter-spacing: 0.00px;
  line-height: 30.0px;
	text-align:center;
  position: absolute;
   align-items: center; 
  justify-content: center;
  top: 4px;
  white-space: nowrap;
  width: auto;
}
.new .skin-image {
  background-color: transparent;
  height: 105px;
  left: 9px;
  mix-blend-mode: normal;
  object-fit:scale-down;
  position: absolute;
  top: 45px;
   width: 216px;
}
.new .skin-bot {
  background-color: var(--black-coral-pearl);
  border: 1px none;
  border-radius: 0px 0px 9px 9px;
  height: 128px;
  left: 0px;
  mix-blend-mode: normal;
  overflow: hidden;
  position: absolute;
  top: 180px;
  width: 230px;
}
.new .skin-view {
  background-color: transparent;
  height: auto;
  left: 97px;
  letter-spacing: 0.00px;
  line-height: 26.0px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: center;
  top: 93px;
  white-space: nowrap;
  cursor: pointer;
  width: 35px;
}
.new .items{
	
	position:absolute;
}


.new .skin {
  background-color: var(--link-water);
  border: 1px solid;
  border-color: var(--black-coral-pearl);
  border-radius: 10px;
 /*  box-shadow: 0px 0px 8px #c2c2c226; */
  height: 310px;
  mix-blend-mode: normal;
  overflow: hidden;
  position: absolute;
  width: 230px;
   
}
.new .skin-price {
  background-color: transparent;
  height: auto;
  left: 16px;
  letter-spacing: 0.00px;
  line-height: 28px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: left;
  top: 32px;
  white-space: nowrap;
  width: 139px;
}
.new .skin-price-change {
  background-color: transparent;
  height: auto;
  left: 185px;
  letter-spacing: 0.00px;
  line-height: 28px;
  mix-blend-mode: normal;
  position: absolute;
  text-align: left;
  top: 34px;
  white-space: nowrap;
  width: 76px;
}
.new .skin-float {
  align-items: flex-start;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 20px;
  height: auto;
  left: 16px;
  position: absolute;
  top: 8px;
  width: fit-content;
}
.new .skin-float-rank {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 17px;
}
.new .skin-float-num {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 48px;
}
.new .Covert {
  background-color: #EB4B4B;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .Restricted {
  background-color: #8846FF;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .Contraband  {
  background-color: #E5AE3A;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .Classified  {
  background-color: #D22CE6;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .Mil-Spec  {
  background-color: #4B69FF;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .Industrial   {
  background-color: #5E98D8;
  border: 0.9197080135345459px none;
  border-radius: 3.68px;
  height: 4px;
  left: 184px;
  mix-blend-mode: normal;
  position: absolute;
  top: 17px;
  width: 30px;
}
.new .skin-arrow-down{
  background-color: transparent;
  height: 10px;
  left: 175px;
  mix-blend-mode: normal;
  position: absolute;
  top: 42px;
  width: 7px;
}
.new .skin-arrow-up {
  background-color: transparent;
  height: 10px;
  left: 175px;
  position: absolute;
  top: 42px;
  width: 7px;
}
.new .skin-sticker1 {
  background-color: transparent;
  height: 38px;
  left: 185px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 140px;
  width: 38px;
   transform: scale(0.8);
}
.new .skin-sticker2 {
  background-color: transparent;
  height: 38px;
  left: 155px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 140px;
  width: 38px;
   transform: scale(0.8);
}
.new .skin-sticker3{
  background-color: transparent;
  height: 38px;
  left: 125px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 140px;
  width: 38px;
   transform: scale(0.8);
}
.new .skin-sticker4 {
  background-color: transparent;
  height: 38px;
  left: 95px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 140px;
  width: 38px;
   transform: scale(0.8);
}
.new .skin-sale {
  background-color: transparent;
  height: 24px;
  left: 45px;
  position: absolute;
  top: 250px;
  width: 142px;
}
.new .skin-sale-border {
  background-color: transparent;
  border: 0.5px solid;
  border-color: var(--white);
  border-radius: 20px;
  height: 20px;
  left: 0px;
  mix-blend-mode: normal;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  width: 140px;
}
.new .skin-sale-text {
  background-color: transparent;
  height: 24px;
  left: 10px;
  letter-spacing: 0.00px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 0px;
  white-space: nowrap;
  width: 121px;
}




.new .sold-select {
  align-items: flex-start;
  background-color: transparent;
  border: 1px none;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  position: relative;
  width: 165px;
}
.new  .sold-select-postion {
  align-items: flex-start;
  background-color: transparent;
  border: 1.5px solid;
  border-color: #d7dade;
  border-radius: 30px;
  display: flex;
  height: auto;
  margin-bottom: -1.50px;
  margin-left: -1.50px;
  margin-right: -0.50px;
  margin-top: -1.50px;
  padding: 2px;
  position: relative;
  width: fit-content;
}
.new  .sold-sales-postion {
  align-items: center;
  background-color: var(--razzmatazz);
  border: 1.5px solid;
  border-color: transparent;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: auto;
  justify-content: center;
  margin-left: -1.50px;
  margin-top: -1.50px;
  mix-blend-mode: normal;
  padding: 8px 21px;
  position: relative;
  width: fit-content;
}
.new  .sold-sales {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  text-shadow: 0px 30px 60px #232c4e40;
  white-space: nowrap;
  width: fit-content;
}
.new  .sold-forsale-postion {
  align-items: center;
  background-color: transparent;
  border: 1.5px solid;
  border-color: transparent;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: auto;
  justify-content: center;
  margin-top: -1.50px;
  mix-blend-mode: normal;
  padding: 8px 21px;
  position: relative;
  width: fit-content;
}
.new  .sold-forsale {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  text-shadow: 0px 30px 60px #232c4e40;
  white-space: nowrap;
  width: fit-content;
}









.new .pages {
  display: flex;
  gap: 15px;
  justify-content: center;
  background-color: transparent;
  border: 1px none;
  height: 30px;
  left: 865px;
  mix-blend-mode: normal;
  position: absolute;
  top: 1850px;
  width: 208px;
  
}
.new .pages-left-arrow {
  background-color: transparent;
  height: 34px;
  min-width: 34px;
  position: relative;
    cursor: pointer;
}
.new .pages-left-arrow-svg {
  background-color: transparent;
  height: 14px;
  left: 12px;
  mix-blend-mode: normal;
  position: absolute;
  top: 10px;
  width: 7px;
}
.new .pages-left-arrow-svgg {
  background-color: transparent;
  height: 14px;
  left: 18px;
  mix-blend-mode: normal;
  position: absolute;
  top: 10px;
  width: 7px;
}
.new .pages-left-arrow-border {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--gallery);
  border-radius: 2px;
  height: 34px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 34px;
}
.new .pages-numbers {
  align-items: center;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 4px;
  height: auto;
  justify-content: center;
  mix-blend-mode: normal;
  position: relative;
  width: fit-content;
}
.new .pages-numbers-frame-selected {
  align-items: center;
  background-color: var(--link-water);
  border: 1px none;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  justify-content: center;
  mix-blend-mode: normal;
  padding: 4px 12px;
  position: relative;
  width: fit-content;
  cursor: default;
  
}
.new .pages-numbers-frame-unselected {
  align-items: center;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--gallery);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  justify-content: center;
  padding: 4px 12px;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.new .pages-numbers-selected  {
  background-color: transparent;
  color: #ffffff;
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 26px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}
.new .pages-numbers-unselected   {
  background-color: transparent;
  color: #e2e4e8;
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 26px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}
.new .pages-right-arrow {
  background-color: transparent;
  height: 34px;
  min-width: 34px;
  position: relative;
  transform: rotate(180.00deg);
  cursor: pointer;
}
.new .pages-right-arrow-svg {
  background-color: transparent;
  height: 14px;
  left: 10px;
  mix-blend-mode: normal;
  position: absolute;
  top: 10px;
  transform: rotate(-180.00deg);
  width: 7px;
}.new .pages-right-arrow-svgg {
  background-color: transparent;
  height: 14px;
  left: 18px;
  mix-blend-mode: normal;
  position: absolute;
  top: 10px;
  transform: rotate(-180.00deg);
  width: 7px;
}
.new .pages-right-arrow-border {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--gallery);
  border-radius: 2px;
  height: 34px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0px;
  width: 34px;
}


.new .site {
  align-items: flex-start;
  background-color: transparent;
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 835px;
  position: absolute;
  top: 105px;
  width: fit-content;
}
.new .site-title {
  background-color: transparent;
  color: var(--black-haze);
  font-family: var(--font-family-gilroy-bold);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 54px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  text-shadow: 0px 4px 10px #000000;
  white-space: nowrap;
  width: 100%;
}
.new .site-underline {
  align-self: stretch;
  background-color: #ea1470;
  border: 1px none;
  border-radius: 100px;
  height: 8px;
  margin-top: -2px;
  min-width: 252px;
  mix-blend-mode: normal;
  position: relative;
}
.new .site-selection {
  background-color: transparent;
  height: 148px;
  left: 0px;
  position: absolute;
  top: 250px;
  width: 1900px;
  
}
.new .selection {
  align-items: center;
  background-color: var(--eerie-black);
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  justify-content: center;
  left: 7px;
  mix-blend-mode: normal;
  padding: 16px 211px;
  position: absolute;
  top: 54px;
  width: 1900px;
}
.new .selection-guns{
  align-items: center;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 16px;
  height: auto;
  justify-content: flex-end;
  position: relative;
  width: fit-content;
}


.new .dropdowns {
  align-items: center;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 40px;
  height: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.new .dropdown-title {
	border: none;
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 26px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}
.new .dropdown-underline {
	
  background-color: transparent;
  height: 2px;
  left: 0px;
  mix-blend-mode: normal;
  position: absolute;
  top: 147px;
  width: 1900px;
}
.dropdown {
  position: relative;
  display: inline-block;
  
 
}
.dropdown-content {
cursor: pointer;
top: 25px;
white-space: nowrap;
  display: none;
  position: absolute;
  background-color: #292929; -->
  min-width: 160px;
   border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}
.dropdown-content div {
 border-radius: 6px;
  padding: 11px 40px;
}
.dropdown-content div:hover {background-color: #212121} 
.dropdown:hover .dropdown-content {
  display: block;
}


.new .sort-by-border {
  align-items: center;
  background-color: transparent;
  border: 1.5px solid;
  border-color: #e0e2e6;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  justify-content: center;
  left: 0px;
  mix-blend-mode: normal;
  padding: 10px 24px;
  position: relative;
  top: 0px;
  width: fit-content;
}
.new .sort-by-text {
  background-color: transparent;
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: 20px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}
.new .back-border {
  align-items: center;
  background-color: transparent;
  border: 1.5px solid;
  border-color: #e0e2e6;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  justify-content: center;
  left: 0px;
  mix-blend-mode: normal;
  padding: 10px 24px;
  position: relative;
  top: 4px;
  width: fit-content;
}
.new .back-text {
  background-color: transparent;
  color: var(--black-haze);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: 20px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}


.new .search_field-ss8xze {
  align-items: flex-start;
  background-color: var(--eerie-black);
  border: 1.5px solid;
  border-color: #e0e2e6;
  border-radius: 41px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  mix-blend-mode: normal;
  overflow: hidden;
  padding: 9px 22px;
  position: relative;
  width: 223px;
}

.new .frame-286-09mYRl {
  align-items: center;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 5px;
  height: auto;
  position: relative;
  width: fit-content;
}

.new .search-items-BlBxd1 {
  background-color: transparent;
  color: #8b95ae;
   border: 1px none;
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 22px;
  margin-top: -1.00px;
  mix-blend-mode: normal;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}



.new .stickers {
  align-items: flex-start;
  background-color: transparent;
  border: 1px none;
  display: flex;
  gap: 25px;
  height: auto;
  left: 518px;
  position: absolute;
  top: 0px;
  width: fit-content;
}
.new .visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s;
}
.new .hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.7s, opacity 0.7s;
}
.new .sticker-frame {
  background-color: var(--black-coral-pearl);
  border: 2px none;
  border-radius: 100px;
  height: 40px;
  min-width: 40px;
  mix-blend-mode: normal;
  position: relative;
  opacity: 0.4;
  transition: transform 200ms ease-in-out,background 300ms;
}
.new .sticker-frame-selected {
  background-color: var(--black-coral-pearl);
  border: 2px none;
  border-radius: 100px;
  height: 40px;
  min-width: 40px;
  mix-blend-mode: normal;
  position: relative;
  transition: transform 200ms ease-in-out,background 300ms;
}
.new .sticker-image {
  background-color: transparent;
  height: 50px;
  left: -5px;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: -5px;
  width: 50px;
  transition: transform 250ms ease-in-out;
}
.new .sticker-frame:hover {
 transform: scale(1.5);
}
.new .sticker-frame-selected:hover {
 transform: scale(1.5);
}
.new .sticker-image:hover {
 transform: scale(1.25);
}


.new .sales-select-border {
  align-items: flex-start;
  background-color: transparent;
  border: 1.5px solid;
  border-color: #d7dade;
  border-radius: 30px;
  display: flex;
  height: auto;
  margin-bottom: -1.50px;
  margin-left: -1.50px;
  margin-right: -0.50px;
  margin-top: -1.50px;
  padding: 2px;
cursor: pointer;
  position: relative;
  width: fit-content;
}

.new .sales-select-back {
  align-items: center;
  background-color: transparent;
  border: 1.5px solid;
  border-color: transparent;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  height: auto;
  justify-content: center;
  margin-left: -1.50px;
  margin-top: -1.50px;
  mix-blend-mode: normal;
  padding: 8px 21px;
  position: relative;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s;
}


.new .sales-select-text {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: 20px;
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  text-shadow: 0px 30px 60px #232c4e40;
  white-space: nowrap;
  width: fit-content;
  cursor: pointer;
}





.opensans-semi-bold-white-15px {
  color: var(--white);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}
.new .ellipse{
  left : 12px;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.new .ellipsef{
  left : 12px;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 2px;
}