.custom-cursor-on-form {
	cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}

.cog-cognito {
	--input__background-color: #acacac;
	--form__margins: 25%;
	--highlight: #333;
}

.cog-page__navigation {
  justify-content: center;
}

.cog-cognito > * {
	margin: 25px;
}

.hover-effect {
	opacity: 1;
    transition: ease-in-out 1s;
}

.hover-effect:hover {
	opacity: .75;
    transition: ease-in-out 1s;
}

#apply-button {
    width: 10vw;
    min-width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50000px;
    color: #fdfdfd;
    background-color: #5f5f5f;
    font-size: 90%;
    transition: background-color 1s ease-in-out;
	cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
    clip-path: circle(50%);
}

html:hover #apply-button {
	background-color: #5f5f5f;
    color: #fdfdfd;
    transform: scale(1);
    transition: 1s ease-in-out;
	cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 

}

#apply-button:hover {
	background: lightgrey;
    color: #5f5f5f;
	animation: breathe 2.5s linear infinite;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

/* closing animation */
@keyframes close {
  0% { opacity: 1 }
  100% { opacity: 0 }
}

details[open] summary~* {
  animation: open .5s
}

/* closing class */
details.closing summary~* {
  animation: close .5s
}

@media screen and (max-width:770px) {
	.mobile-p {
	margin: 0 8.3333334% 0 8.33333334%;
}
    .mobile-row-1 {
	order: 1;
}
    .mobile-row-2 {
	order: 2;
}
    .mobile-row-3 {
	order: 3;
}
}
.sublimation-title {
	animation-name: fade-in;
    animation-duration: 1s;
    pointer-events: none;
    z-index: .1;
    margin-top: -8%;
}

@media screen and (max-width:750px) {
	.shaan-headshot {
	display: none;
}
    .dylan-headshot {
	display: none;
}
}

@media screen and (min-width:751px) {
	
	.shaan-headshot {
	opacity: 0;
    display: block;
    transition: 1s;
    margin-right: 10%;
	position: absolute;
        z-index: 100000000;
	}

	.shaan-name:hover .shaan-headshot{
	opacity: 1;
	}

	.dylan-headshot {
	opacity: 0;
    display: block;
    transition: 1s;
    margin-right: 10%;
    position: absolute;
	}

	.dylan-name:hover .dylan-headshot{
	opacity: 1;
    transition: 1s ease-in-out;
	}
}

.body-p {
	margin: 0 8.3333334% 0 8.33333334%;
}

.shane-background {
	background: url(https://freight.cargo.site/t/original/i/ca0c0b5b13920fea21636866756fc103633b8059759dc17eaa59e81d562541ea/Shane_Painting_with_Grey-overlay.jpg);
	background-size: contain;
    height: 25vh;
}

.button {
	background: transparent;
    border: none;
    color: #fdfdfd;
 cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
    font: inherit;
}

.phone-support-tooltip {
	display: none;
    font-size: 2vw;
    text-align: center;
}

@media screen and (max-width:680px) {
	.phone-support-tooltip {
	display: block;
}

}

#peihang {
	object-fit: contain;
    height: 50vh;
}


#shane-movable img {
	cursor: url("https://freight.cargo.site/t/original/i/f49e0abb4950c4c28e63cd3ad382c1e6677844049351297ce28d2422796092b0/GS_Cubes_AI-66-50-33_Arrow-copy-3-Move--16px.svg") 8 8, auto !important;
}

#stripe-donate-button {
    background-color: lightgrey;
    color: #333;
    text-align: center;
    padding: 10px;
    border-radius: 10px; 
    white-space: nowrap;
    flex-shrink: 1;
    font-size: 80%;
    width: 75%;
    width: fit-content;
    border: none;
}
#stripe-donate-button>a {
    margin: auto;
    margin-top: 100px;
    border: none;
}

@keyframes breathe-transparent {
	0% {
	transform:scale(1);
}
    33.334% {
	transform:scale(1);
}
    50% {
	transform:scale(1.15);
        font-weight: 900;
}
    66.667% {
	transform:scale(1.15);
        font-weight: 600;
}
    100% {
	transform: scale(1);
}
}

.instructions {
	margin-right: -25%;
    margin-left: -25%;
    text-align: justify;
    hyphens: auto;
}
#nomination-phone-popup-text {
    display: none;
    padding: 10%;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: grey;
    margin-bottom: 25px;
}

@keyframes flash {
	0% { opacity: 1;
	}

    50% {
	opacity: 0;
}
}

@media screen and (max-width:750px) {
    .cofounder-bust {
        display: flex;
        align-content: center;
        text-align: center;
}
    #nomination-phone-popup-text {
	display: block;
}
}

.form-gradient {
	background: radial-gradient(100% 100%, rgba(55,55,55, .5) 0%, #939393 50%);
}


.tooltip {
  position: relative;
  display: inline-block;
 cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
    min-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
    font-family: inherit;
    font-size: 1.15rem;
    letter-spacing: .5;
  position: absolute;
  z-index: 1;
  right: 105%;
  margin-left: -60px;
    top:-5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
        cursor:url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg"), auto !important;
}

.tooltip .tooltiptext-top {
  visibility: hidden;
  width: fit-content;
    min-width: 200px;
  background-color: rgb(250, 250, 250, .25);
  color: black;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
    font-family: inherit;
    font-size: 1.5rem;
    letter-spacing: .5;
  position: absolute;
  z-index: 1;
  right: 10%;
  margin-top: -60px;
    left:-5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
        cursor:url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg"), auto !important;
}

.tooltip:hover .tooltiptext-top {
	visibility: visible;
    opacity: 1;
    transition: .5s ease-in-out;
}

html:hover .tooltiptext-top {
	opacity: 0;
    transition: .5s ease-in-out;
}

/* Tooltip arrow 
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  cursor:url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg") !important;
}*/

@media screen and (min-width: 1000px) {
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
    transition: .5s ease-in-out;
        cursor:url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg") !important;
}
    
    .tooltip {
	border-bottom: 1px dotted black;
}
}

html:hover .tooltiptext {
	opacity: 0;
    transition: .5s;
}

#header a {
	color: #333;
    opacity: .25;
    transition: .5s ease-in-out;
}

#header .active {
	color: #fdfdfd;
    opacity: 1;
}

#header a:hover {
	opacity: .75;
    transition: .25s ease-in-out;
}

#header:hover .logo-text {
	opacity: .85;
    transition: 1s linear;
}

@keyframes Orbit {
    from { transform: rotate(0deg) translateX(5px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(5px) rotate(-360deg); }
}

#artist-hide-show {
    animation: Orbit 5s linear infinite;
}

@keyframes Orbit-right {
	from { transform: rotate(0deg) translateX(5px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(5px) rotate(360deg); }
}

#other-hide-show {
    animation: Orbit-right 5s linear infinite;
}

.break {
	height:0px;
    flex-basis:100%;
}

#nominate-button {
    width: 10vw;
    min-width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50000px;
    color: #fdfdfd;
    background-color: #5f5f5f;
    font-size: 90%;
    font-weight: bold;
    transition: background-color 1s ease-in-out;
	cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
    clip-path: circle(50%);
}

html:hover #nominate-button {
	background-color: #5f5f5f;
    color: #fdfdfd;
    transform: scale(1);
    transition: 1s ease-in-out;
	cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 

}

#nominate-button:hover {
	background: lightgrey;
    color: #5f5f5f;
	animation: breathe 2.5s linear infinite;
}

#form-submit-message {
    display: flex;
  width: fit-content;
    min-width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
    font-family: inherit;
    font-size: 1.15rem;
    letter-spacing: .5;
  z-index: 100;
}

@keyframes breathe {
	0% {
	transform:scale(1);
        background-color:#5f5f5f;
}

    50% {
	transform:scale(1.05);
        background-color: grey;
}
    
    100% {
	transform: scale(1);
        background-color: #5f5f5f;
}
}

.long-text {
	background-color: #acacac;
    font-family: inherit;
    border-radius: 10px;
    padding: 10px;
    transition: .1s;
    font-size: 1.5rem;
    font-weight: 700;
    width: 90%;
    min-height: 100px;
    min-width: 250px;
    overflow: contain;
    margin: auto;
    border: transparent;
    cursor: url("https://freight.cargo.site/t/original/i/c2e3b65bd209f0f2499d752ebd298805b5a6c8068f5288e0be5d16117870bf4e/Text-Cursor-with-middle-bar.svg") 5 8, auto !important;
}

.long-text:hover {
	background-color: lightgrey;
    transition: background .5s ease-in-out;
    cursor: url("https://freight.cargo.site/t/original/i/c2e3b65bd209f0f2499d752ebd298805b5a6c8068f5288e0be5d16117870bf4e/Text-Cursor-with-middle-bar.svg") 5 8, auto !important;
}

.long-text:focus {
	background-color: lightgrey;
    transition: background .5s ease-in-out;
    cursor: url("https://freight.cargo.site/t/original/i/c2e3b65bd209f0f2499d752ebd298805b5a6c8068f5288e0be5d16117870bf4e/Text-Cursor-with-middle-bar.svg") 5 8, auto !important;
}

.long-text:valid::selection {
	color:green;
}

.long-text:invalid::selection {
	color: red;
}

.form {
	display: flex;
    flex-wrap:wrap;
    border-radius:10px;
    width: 50vw;
    max-width: 750px;
    column-gap: 20px;
    row-gap: 12.5px;
    cursor:url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg") !important;
    margin:auto;
    margin-left: 25%;
    font-family: inherit;
}

@media screen and (max-width:680px) {
	.form {
	width: 90vw;
        margin-left: 5vw;
}
    .instructions {
	width: 75vw;
        margin-left: 5vw;
}
    .long-text {
	width: 75vw;
}
    #nominate-button {
	height: 100px;
	width: 100px;
	border-radius: 50%;
    display: inline-block; 
}
    
}

input[type="email"] {
    border-radius: 10px;
    background-color: #acacac;
    border-color: transparent;
    font-family: roboto;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding-left: 10px;
    transition: .5s;
    width: 50%;
    cursor: url("https://freight.cargo.site/t/original/i/c2e3b65bd209f0f2499d752ebd298805b5a6c8068f5288e0be5d16117870bf4e/Text-Cursor-with-middle-bar.svg") 5 8, auto !important; 
}

input[type="email"]:hover {
	background-color: lightgrey;
    transition: .5s ease-in-out;
}

input[type="email"]:focus {
	background: lightgrey;
    transition: .5s ease-in-out;
}

input[type="text"] {
	color:#5f5f5f;
}

input[type="email"] {
	color: #5f5f5f;
}

input[type="text"]:invalid::selection {
	color: red;
}

input[type="text"]:valid::selection {
	color: seagreen;
}

input[type="email"]:invalid::selection {
	color: red;
}

input[type="email"]:valid::selection {
	color: seagreen;
}

input[type="text"] {
    border-radius: 10px;
    background-color: #acacac;
    border-color: transparent;
    font-family: roboto;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding-left: 10px;
    transition: .5s;
    width: 50%;
    cursor: url("https://freight.cargo.site/t/original/i/c2e3b65bd209f0f2499d752ebd298805b5a6c8068f5288e0be5d16117870bf4e/Text-Cursor-with-middle-bar.svg") 5 8, auto !important; 
}

input[type="text"]:hover {
	background-color: lightgrey;
    transition: .5s ease-in-out;
}

input[type="text"]:focus {
	background: lightgrey;
    transition: .5s ease-in-out;
}

input[type="submit"] {
	margin: auto;
    outline: none;
    border: transparent;
    background-color: #333;
    transition: all .5s linear;
}

label {
    width: fit-content;
    cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}

.label-container {
	width: 200px;
        cursor: url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg"), auto !important;
}

input[type="file"]::-webkit-file-upload-button {
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  border-color: #fdfdfd;
  background-color: #fdfdfd;
  color: #333;
  transition: 1s;
  box-shadow: none;
  background: #333;
 cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #333;
  color: #fdfdfd;
}

input[type="file"]::-ms-browse {
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  border-color: #fdfdfd;
  background-color: #fdfdfd;
  color: #333;
  transition: 1s;
  box-shadow: none;
}

input[type="file"]::-ms-browse:hover {
  background-color: #333;
  color: #fdfdfd;
}

input[type="file"]::file-selector-button {
  border: transparent;
  background-color: #fdfdfd;
  color: #333;
  transition: 1s;
    margin-top: 5px;
}

input[type="file"]::file-selector-button:hover:active:focus {
  background-color: #333;
  color: #fdfdfd;
  cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}

input[type="file"] {
	 cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
}

#subscription-form {
	display: flex;
    position: fixed;
    height: 50vh;
    width: 50vw;
    bottom: 25vh;
    left: 25vw;
    flex-wrap: wrap;
    background: #5f5f5f;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-radius: 10px;
    opacity: 1;
    align-content: center;
    font: inherit;
    justify-content: center;
    text-align: justify;
    hyphens: auto;
}

#subscription-form > h2 {
	text-align: justify;
    hyphens: auto;
    white-space: wrap;
}

#subscription-form input {
    margin: 2.5%;
    height: 10%;
}

#subscribe-button {
    width: fit-content;
    align-self: center;
    justify-self: center;
    background: #333;
    color: #fdfdfd;
    border: none;
    border-radius: 5px;
    cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; 
    font-size: 100%;
    white-space: nowrap;
    font: inherit;
    text-align: center;
    margin-left: 15vw;
}

.fullscreen-screen {
	height: 1000vh;
    width: 1000vw;
    z-index: 99999;
    background: #5f5f5f;
    opacity: .25;
}

/*
#yourBtn{
   position: relative;
   top: 150px;
   font-family: calibri;
   width: 150px;
   padding: 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border: 1px dashed #BBB; 
   text-align: center;
   background-color: #DDD;
   cursor:pointer;
  }*/

#semblance-gradient {
    background: rgb(51,51,51);
	background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(147,147,147,1) 35%);
}


.flex-shrink {
	min-width: 0px;
    min-height: 0px;
    overflow: hidden;
    flex-shrink: 2;
}

/*Conversations headshots*/

.conversations-headshot-flexbox {
	display: flex;
    flex-wrap: wrap;
    column-gap: 5vw;
    row-gap: 5vh;
    justify-content: space-around;
    align-content: space-around;
    margin: auto;
}
.conversations-headshot-flexbox>* {
	/*box-sizing: border-box;*/
    flex: 1 1 300px;
    height: 400px;
    width: 400px;
}

@media screen and (max-width:650px) {
	.conversations-headshot-flexbox {
flex: column wrap;
        margin-left: 20%;
        margin-right: 20%;
}
}

#blank-headshot-background {
   }

#peihang-headshot-background:hover {
	background: url(https://freight.cargo.site/t/original/i/fe0e1ab9a620558110a334793d42561cfc86381da596cf75043c160aed634019/peihang-hover-button.jpg);
    transition: background .25s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
   }

#peihang-headshot-background {
	background: url(https://freight.cargo.site/t/original/i/7bf5b7a0c911ca428e84ec2f46bd00708b5a22cc6e59f108663babca5788e593/Screenshot-2023-02-24-at-12.57.19-AM.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background.25s ease-in-out;
}

#billy-headshot-background:hover {
	background: url(https://freight.cargo.site/t/original/i/1cc84d6a51125fab21ee9ac193e99418095d9886cac6d19c027f70b006a6de45/billy-hover-button.jpg);
    transition: background .25s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
   }

#billy-headshot-background {
	background: url(https://freight.cargo.site/t/original/i/4cb2a935c2cd6e029b21927313eca009073125e349c3eb2cfbb3427e20d53f92/Screenshot-2023-02-24-at-12.57.32-AM.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background.25s ease-in-out;
}

#misha-headshot-background:hover {
	background: url(https://freight.cargo.site/t/original/i/c6051153cdc1393483e4249930cd1e44605f4b28f3ba9d07a0610a744c2a1aa0/misha-hover-button.jpg);
    transition: background .25s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
   }

#misha-headshot-background {
	background: url(https://freight.cargo.site/t/original/i/f814d18bcb4175020702696f1c330d7ed83c64291723fc38182abb1baf089633/Screenshot-2023-02-24-at-12.57.26-AM.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background.25s ease-in-out;
}

#shane-headshot-background {
	background: url(https://freight.cargo.site/t/original/i/0af8b67e84e49bfc84d08a956831a400e1dd3455a73a59b5da4f6da58283ff72/Screenshot-2023-02-24-at-12.37.44-AM.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background .25s ease-in-out;
    width: 400px;
    height: 400px;
}

#shane-headshot-background:hover {
	background: url(https://freight.cargo.site/t/original/i/86ca94eebb4b9a4ea2feaeeb0e7c3a82ea141155180d052bde2ed188d57d4e4d/shane-hover-button.jpg);
    transition: background .25s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
   }


/*#ningxia-convo {
	background: url(https://freight.cargo.site/t/original/i/e9ebc35220bb6aeeb19e6dd56323c8b9571395b66c1994498813bd946da9717c/Screenshot-2023-02-23-at-10.10.34-AM.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background .25s ease-in-out;
    cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), grab !important;
    height: 400px;
    width: 400px;
}*/

#ningxia-convo:hover {
	
}

			/*logo*/
#logo {
	display: flex;
    gap: 5px ¡important;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

html:hover .logo-text {
	transition: opacity 2s ease-out;
}

#logo:hover .logo-text{
	transition: opacity 1s ease-in;
    opacity: .85;
}

.logo-text {
	opacity: .25;
    white-space: nowrap;
    font-size: clamp(1rem, 2.5vw, 2rem);
    margin: auto;
    flex-shrink: 2;
}

.logo-text:hover {
	transition: 1s ease-in;
    opacity: .85;
}

.print-image {
	margin:auto;
    
}

.peihang-slideshow-video {
   width:100vw;
}

.peihang:hover {
	animation-play-state: paused;
}

.shane-gif {
    background-image: url(https://freight.cargo.site/t/original/i/84b4d1e265b237d992271a293a662470e7e6e7fa3ba00810d97f4b0d3a4e3765/frame_0_delay-0.75s.gif);
    background-repeat: no-repeat;
    background-position: center;
    animation: play 5s infinite steps(1);
    animation-play-state: paused;
    background-size: contain;
    /*height: 100%;
    width: 100%;*/
}
.shane-gif:hover {
    animation-play-state:running;
}

@keyframes play {
    0%   { background-image: url('https://freight.cargo.site/t/original/i/84b4d1e265b237d992271a293a662470e7e6e7fa3ba00810d97f4b0d3a4e3765/frame_0_delay-0.75s.gif'); } 
    12.5%  { background-image: url('https://freight.cargo.site/t/original/i/034716cd7c3d42c430b9c40b3d1b33eae4579cab03cf42af7d172e6b98b0e7f1/frame_1_delay-0.75s.gif'); }
    25%  { background-image: url('https://freight.cargo.site/t/original/i/826e76d70760dbe8103064aa5b40ec3bbfb59a8f3f919fbacc87da899fccdd9b/frame_2_delay-0.75s.gif'); }
    37.5%  { background-image: url('https://freight.cargo.site/t/original/i/9ee0d65beab81664174753d965dd9190a2245e19214137ac0ed4aa27299a21b3/frame_3_delay-0.75s.gif'); }
    50%  { background-image: url('https://freight.cargo.site/t/original/i/85b382be7dceb193eaeffda76956692e0a52a74f51db74749401a29943782739/frame_4_delay-0.75s.gif'); }
    62.5%  { background-image: url('https://freight.cargo.site/t/original/i/23778748ff6b982a0eb5cfac6a06d303c1ff7890f45486ab512a3f70f38facb5/frame_5_delay-0.75s.gif'); }
    75%  { background-image: url('https://freight.cargo.site/t/original/i/408aea54fad6f2cf0d1b0d0eefa081f4832ad1e01a884e1bbcf62df4b71ed086/frame_6_delay-0.75s.gif'); }
    87.5% { background-image: url('https://freight.cargo.site/t/original/i/40f810f8325d333eba638f933313d66a3356d5cae01e4e6cb51284b81b28e2eb/frame_7_delay-0.75s.gif'); }
}

.peihang-print {
}
.peihang-print:hover {
	background-image: url(https://freight.cargo.site/t/original/i/9cb747e21a15901c9eacb4550a5f187f64236a59a389892b693047a1af5bf1b3/Peihang-256-No-Dither-GIF.gif) no-repeat;
}

.text-hover:hover {
	color: black;
}
.light-text

#orange-button-container {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    white-space: nowrap;
    overflow: hidden;
    gap: 50%;
}
#orange-button {
    width: 75%;
    width: fit-content;
    max-width: 300px;
    background-color: #acacac;
    color: #fdfdfd;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 80%;
    flex-shrink: 1;
    border: none;
}

::-webkit-scrollbar {
    display: none;
}

/*Billy Slideshow*/

/*	.peihang-slideshow {
	background: url("https://freight.cargo.site/t/original/i/8d04423bdcd120127ba409a7a5935b9a0de465061ae6612e809b1d78bbd2af40/Peihang-Slideshow.png") repeat-x;
    background-size: contain;
    height: 50vh;
    width: 9392px;
    animation: slide 60s linear infinite;
}*/


.billy-slideshow {
	background: url("https://freight.cargo.site/t/original/i/8d04423bdcd120127ba409a7a5935b9a0de465061ae6612e809b1d78bbd2af40/Peihang-Slideshow.png") repeat-x;
    height: 50vh;
    width: 9392px;
    background-size: contain;
    animation: slide-right 20s linear infinite;
    
}

@media screen and (max-height: 800px) {
.billy-slideshow:hover {
	animation-play-state: paused;
    }
}

@keyframes slide-right {
  from {
	background-position: 0px;
}
    to {
    background-position: 9392px;
  }
}

/*Peihang Slideshow*/

.peihang-slideshow {
	background: url("https://freight.cargo.site/t/original/i/8d04423bdcd120127ba409a7a5935b9a0de465061ae6612e809b1d78bbd2af40/Peihang-Slideshow.png") repeat-x;
    background-size: contain;
    height: 600px;
    width: 9392px;
    animation: slide 60s linear infinite;
    overflow: hidden;
}

.peihang-slideshow:hover {
	animation-play-state: paused;
}

/*@keyframes slide {
    0% {
	background-position-x: 0px; opacity: 0;
}
    10% {
	opacity: 1;
}
    90% {
	opacity: 1;
}
  100% {
    background-position-x: -9392px; opacity: 0;
  }
}*/

/*background noise for Residue text*/
.Noisy-text{
        background-image: url(https://freight.cargo.site/t/original/i/1a329aa0e13e253c2f42d65d572d418db8b61963f207d5b8069ce6e445d8d17b/Noise.jpg);
        /*background-repeat: repeat;*/
    	background-size: 100px;
    	filter: brightness(50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-font-smoothing: antialiased;
    }

/*image hover increase opacity*/
.headshot-hover {
	opacity:.5;
}
.headshot-hover:hover {
	opacity: 1;
}

/*infinite autoplay carousel*/
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	height: 600px;
	overflow: hidden;
	position: relative;
}

.slide-track {
    animation: scroll 10s linear infinite; 
		display: flex;
		width: calc(600px * 7);
	}

.slide-track:hover{
	animation-play-state: paused;
}




/*cubes for links page*/
.lightgreycube {
    aspect-ratio: 1/1;
    height: 25vh;
	background-color: #d3d3d3;
    border-radius: 1%;
    padding: 2%;
    left: 10vw;
    bottom: 10%;
    top: 50%;
    position: relative;
    align-items: center;
    display: block;
}

.mediumgreycube {
	aspect-ratio: 1/1;
    height: 25vh;
    background-color: darkgrey;
    border-radius: 1%;
    padding: 2%;
    left: 30vw;
    bottom: 10%;
    top: 50%;
    position: relative;
    align-items: center;
    display: block;
}

.darkgreycube {
	    aspect-ratio: 1/1;
    height: 25vh;
	background-color: grey;
    border-radius: 1%;
    padding: 2%;
    left: 10%;
    bottom: 10%;
    top: 50%;
    position: relative;
    align-items: center;
}
/*for having centered text*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*fade in effect*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in{
  animation-name: fade-in;
  animation-duration: 5s;
}

/*scroll in effect*/
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}

.slide-in-left{
  animation-name: slide-in-left;
  animation-duration: 3s;
}

@keyframes slide-in-right {
	0%{
      transform: translateX(100px);
}
    100% {
	transform: translateX(0px)
}
}

.slide-in-right {
	animation-name: slide-in-right;
    animation-duration: 3s;
}

/*Custom context menu*/
body{        
	position: relative;
}
#context-menu{
            position: fixed;
            z-index: 10000;
            width: 150px;
            background: #1b1a1a;
            transform:scale(0);
            transform-origin: top left;
    	border-radius: 4px;
    font-family: "Diatype Variable", Icons;
        }
        #context-menu.active{
            transform: scale(1);
            transition: transform 200ms ease-in-out;
        }
        #context-menu .item{
            padding:8px 10px;
            font-size:15px;
            color:#eee;
            cursor:url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg") ¡important;
;
        }
        #context-menu .item:hover,  #context-menu .item.active{
            background:#555;
        }
        #context-menu .item i{
            display: inline-block;
            margin-right: 5px;
        }
        #context-menu hr{
            margin:2px 0px;
            border-color:#555;
        }

#context-menu.left{
	transform: translateX(-300px);
}

#context-menu.up{
	transform: translateY(300px);
}



/*drop down menu*/

        .dropdown {
            position: relative;
            display: inline-block;
            background-color: none;
            align-content: center;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            z-index: 100;
            padding: 2px;
            text-align: left;
            font-size: 2rem;
            margin-right: 25%;
           	white-space: nowrap;
            line-height: 1;
        }
 		.dropdown-content p {
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
            text-align: center;
            margin: auto;
            opacity: .75;
        }
        .dropdown:hover .dropdown-content, .dropdown-content:hover {
            display: block;
		}
		
/*Cargo's standard code*/
#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    /*margin-bottom: 0.5rem;
    margin-left: 10rem;
    margin-right: 10rem;*/
    text-align: right;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(253, 253, 253, 1);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
    padding-left: 5px;
   
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fdfdfd;
	font-family: "Roboto", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .1rem;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
    text-align: justify;
    hyphens: auto;
}

[data-predefined-style="true"] bodycopy a {
	color: #4a4a4a;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
    
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Roboto", Icons;
	font-style: normal;
	font-weight: 1000;
	padding: 0;
	margin: 0;
	font-size: 4.3rem;
	line-height: 0.9;
	color: #fdfdfd;
	font-variation-settings: 'slnt' -7.1, 'MONO' 0.41;
	}

[data-predefined-style="true"] h1 a {
	color: #4a4a4a;
}

[data-predefined-style="true"] h2 {
    font-family: Roboto, sans-serif;
	padding: 0;
	margin: 0;
	color: #e1e1e1;
	font-size: 2rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
	}

[data-predefined-style="true"] h2 a {
	color: #4a4a4a;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.35;
	font-family: Roboto, Icons;
	letter-spacing: .05rem;
	font-style: auto;
	font-weight: 505;
	color: #fdfdfd;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: #4a4a4a;
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #939393/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
    transition: top .3s;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
    float: top;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(147, 147, 147, 0);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
    width: 70vw;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    position: relative;
}

body.mobile #site_menu {
	width: 100%;
    background: #6d6d6d;
    opacity: 1;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
*/

.shop_product {
    width: 100%;
    position: relative;
    display: block;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-left: 25%;
}

.shop_product .price {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
    align-self: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    align-content: stretch;
    align-items: center;
    align-self: center;
}

.shop_product .button {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.4rem;
    background: #3d3d3d;
    color: #fdfdfd;
    text-align: center;
    display: inline-block;
	line-height: 1;
    padding: 1.25rem;
    min-width: 50%;
    width: max-content;
    align-content: center;
    align-items: center;
    align-self: center;
    border-radius: 1500px;
    margin-right: 50%;
    white-space: nowrap;
    margin-top: 10px;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}
/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 2px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 2px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 3px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
	font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/*custom cursors*/
html {
    cursor: url("https://freight.cargo.site/t/original/i/e1d90eb2d4e652e1a5c2a3c8e450a7a6597a40513f998fbb397de6ee2d8604b6/Cursor-Horizontal.svg"), auto !important; }
a {
    cursor: url("https://freight.cargo.site/t/original/i/cea32ef86ff832b62c510b6d0ea4549a3e30b18798bf6d8b9544c58f5b604def/Cursor-Link-Hover.svg"), auto !important; }

/*.thumb_title {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
    z-index: 99;
    position: absolute;

    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
*/

/*img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}*/



::selection {
	background: transparent;
    color: #333;
}

html {
	-webkit-tap-highlight-color: #939393;
}

h2 a:active {
	color: #333333
}

/*img {
    pointer-events: none;
}*/

a:link {
	  -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
       -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
img:drag {
	cursor: url("https://freight.cargo.site/t/original/i/5b87a001770f43dab9b639339a9acd9b8a02fd3deffba71eb82a3fb004faf755/Screenshot-2022-11-14-at-12.22.43-PM.png"
}
/*img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/*.noselect {
  -webkit-touch-callout: none;
   -webkit-user-select: none; 
   -khtml-user-select: none; 
      -moz-user-select: none; 
       -ms-user-select: none; 
   user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
} */

/*#test p {
    opacity: 0;
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}*/