[local-style="35259420"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="36461358"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="35259356"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="35600829"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="33557946"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="35870625"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="35870626"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="35870627"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="36274804"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="36274806"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}

[local-style="36401837"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="36401837"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="36764466"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="37029133"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="37029138"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="37066669"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
[local-style="37082072"]
{
	mix-blend-mode: difference;
    z-index: 1000000;
}
.cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
    text-align: center;
}
 
.cycle_container {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1 !important;
    font-size: 1rem;
    line-height: 1.25 !important;
	color: #222; 
}

/**
 * Loader
 */

@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes fadeOutSlide {
   0% {opacity: 1;}
   100% {opacity: 0;}
}
#loader {
  position: absolute;  
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#loader .loader-slide {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #111;
}
#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: .6s;
  animation-delay: 3.8s;
  transition: all .5s ease-out;
}
#loader .cycle_container {
    margin-top: 2%;
	color: #f2f2f0 !important;
}
#loader h1 {
	letter-spacing: 0.050em;
    font-family: "DM Mono", Icons;
    font-size: 11px !important;
    color: #bbb;
	font-weight: 400;
	line-height: 1.2;
}
@keyframes opacityText {
    0% {opacity: 1;}
    99% {opacity: 1;}
    100% {opacity: 1;}  
}

.cycle_text {
    -webkit-animation: 1.6s ease 0s normal forwards 1 opacityText;
    animation: 1.6s ease 0s normal forwards 1 opacityText;
	position: relative;
    height: 100vh;
}
.loader_text_wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 100vh;
}
.cycle_text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}


/**
 * Custom
 */
html {
    scroll-behavior: smooth !important;
    marquee-speed: slow;
}
.hero_module {
	padding-top: 8.2%;
}
.hero_module_02 {
	padding-bottom: 8.2% !important;
}
.hero_module_small {
	padding-top: 3.8vh;
}
.hero_module_space {
	margin-top: -200px;
}
.hero_module_intro {
	padding-top: 20%;
}
.cards_module_small {
	padding-top: 2.4%;
    padding-bottom: 2.4%;
}
.hero_module_alt {
	padding-top: 6%;
    padding-bottom: 8.2%;
}
.im_wrapper {
	position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 1;
}
.hover_im {
	position: absolute;
    z-index: -100;
    display: none;
}
.hover_im_active {
	position: absolute;
    z-index: -100;
    display: block;
}
.im_wrapper:hover h1 {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9) !important;
}
.hover_im_large {
	position: absolute;
    z-index: -100;
    display: block;
}
.im_wrapper:hover .hover_im {
	display: block;
}
.hover_im_large {
  	position: absolute; 
    z-index: -100;
    bottom: 0;
    display: none;
}
.im_wrapper:hover .hover_im_large {
	display: block;
}
.im_wrapper h1 {
	line-height: 15px;
}
.im_case {
	position: relative;
}
.im_show h1 {
    position: absolute;
    display: none;
    text-align: left;
}
.im_show:hover h1 {
	display: block;
}
.im_show:hover .im_thumb {
	opacity: 0;
}
.text_hero_01 {
	margin: 16% 0 0 0;
}

.full_width {
	margin: 0 auto;
    width: 100%;
    text-align: right;
}
.box_A {
    min-height: 10vw;
    padding-right: 10%;
    margin-bottom: 10px !important;
}
.box_B {
    min-height: 86px;
    max-width: 280px;
    margin-bottom: 10px !important;
}
.box_C {
    min-height: 42px;    
    margin-bottom: 10px !important;
}
.forefront-element {
    -webkit-transform: translateZ(999px) scale(.7);
    transform: translateZ(999px) scale(.7);
    z-index: 1;
  }

  .base-element {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
  }

  .background-element {
    -webkit-transform: translateZ(-999px) scale(2);
    transform: translateZ(-999px) scale(2);
    z-index: 3;
  }
.text_wrap {
	width: 100%;
    max-width: 270px;
}
.content .scroll-transition-fade {
    transition: transform .5s ease-in-out, opacity .3s ease-in-out !important;
	-webkit-transition: transform .5s ease-in-out, opacity .3s ease-in-out !important;
}
[data-predefined-style="true"] [local-style="36844302"] h1 a {
	background: linear-gradient(to right, #222222 50%, #ffffff00 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: all .2s ease-out;
}
[data-predefined-style="true"] [local-style="36844302"] h1 a:hover {
  	background-position: left bottom;
    color: #f2f2f0;
}
.module-tiles a hr  {
	background: linear-gradient(to right, rgba(34, 34, 34, 1) 50%, rgba(0, 0, 0, .15) 50%);
    background-size: 205% 105%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.module-tiles a:hover hr  {
	background-position: left bottom;
}
.module-tiles [grid-col=x10] .img_container {
	overflow: hidden;
    height: inherit;
    background: #222;
}
.module-tiles [grid-col=x10] .img_container img {
    transition: .3s ease all;
    width: 100%;
    object-fit:cover;
}
.module-tiles [grid-col=x10]:hover .img_container img {
  	transform: scale(1.1);
    opacity: .8;
}
.img_container img {
	margin-bottom: 0 !important;
}
.slides_container {
	padding: 18vh 0 6vh 0;
}
.slides_container span {
	color: #a0a0a0;
}
.hero_bg {
	margin-top: 1.2rem;
    background-color: #000;
}
 

/**Hover Title
*/

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 40vw;
    height: 50vh;   
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}




/**Custom Cursor
*/

.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(.3);
  z-index: 1000;
}

/**New
*/
.module-gallery {
	margin: 10% auto;
}
.module-text {
	margin: 1.6% auto 0 auto;
}
.module-text-alt {
	margin: 2.4% auto 0 auto;
}
.module-tiles h4,
.hero_module_small h4 {
	color: #222;
    letter-spacing: -0.024em;
    font-size: 21px;
    line-height: 94%;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.module-tiles h5 {
	color: #222;
    letter-spacing: -0.17rem;
 	font-size: 2.6rem;
    line-height: 86%;
    text-transform: none;
    font-weight: 700;
	margin: 0;
    text-transform: uppercase;
}
.title-cards {
	padding: 6% 0;
}
.wrapper_tiles, .wrapper_tiles_alt {
	padding: 2.4% 0;
}
.main_tiles h3 {
	color: #e0e0e0 !important;
    -webkit-transition: all .1s ease;
  	transition: all .1s ease;
}
.main_tiles:hover h3 {
	color: #0c0c0c !important;
}
.module-space {
	height: 100vh;
    display: block;
}
.space-text {
	position: relative;
    width: 100%;
    top: 42%;
}

.module-gallery .marquee[behavior=scroll] .marquee_inner {
	display: flex;
    align-items: initial;
}

/**
 * Content
 */
html {
	background-color: #000 !important;
}
body {
	background-color: #000;
	color: #fff;
}
h1, h2 {
	
   letter-spacing: -1px;
}
a:active {
	opacity: 0.7;
}

.page a.active {
	color: #ff4b00;
}

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;
}

video {
  /* override other styles to make responsive */
  	width: 100%    !important;
  	height: auto   !important;
  	margin: 0 auto;
  	display: block; 
}

.marquee:not(.torn-down) {
	overflow: initial !important;
}

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

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

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

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

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

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    font-size: 12px;
	font-weight: 500;
	color: rgba(68, 68, 68, 1);
	font-family: "DM Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

.image-gallery {
    height: 100%;
    background-size: cover;
}
.circle {
	font-size: 24px;
}

/**
 * Sections
 */
.banner-section {
	padding: 12rem 0;
}
.banner-section-large {
	padding: 0 0 12rem 0;
}
.section-A { 
	padding-bottom: 10rem;
}
.hero-A { 
	padding-top: 1rem;
    padding-bottom: 14rem;
}
.section-intro-A { 
	padding-bottom: 1.6rem;
}
.section-title {
	padding-bottom: 3rem !important;
}
.title-int {
	padding-top: 10rem !important;
    padding-bottom: 6rem !important;
}
.section-A h2.wrap_box {
	padding-right: 5px;
}

/**
 * Fade Animation
 */

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

.onload {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    text-transform: uppercase;
	line-height: 1.;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.9);
	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 {
	color: rgba(255, 255, 255, 0.6);
    transition: 0.2s;
}

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: "Neue Haas Grotesk", Icons;
	font-style: normal;
    text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 16px;
    letter-spacing: 0;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.9);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
    letter-spacing: 0;
	line-height: 1.4;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.8);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 16px;
	line-height: 140%;
	font-family: "Diatype Mono Variable", Icons;
	font-style: normal;
    text-transform: uppercase;
	color: #444;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.9);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] h3 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.4rem;
    letter-spacing: -0.08rem;
	line-height: 1.0;
	}

/**
 * Breakpoints
 */


/* Smaller devices (tablets, 992px and down) */
@media only screen and (max-width: 1800px) {
.hero_bg {	
 	margin-top: 1.8rem !important;
}
}

@media only screen and (max-width: 1440px) {

.hero_module_small {
	padding-top: 3.8vh;
}
    
.hero_bg {	
 	margin-top: 28px !important;
}
   
    
}

@media only screen and (max-width: 1320px) {

[grid-col=x9] {  
    margin-bottom: 0 !important;
}
.module-tiles h4,
.hero_module_small h4 {
	color: #222;
    letter-spacing: -0.024em;
    font-size: 21px;
    line-height: 94%;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.box_A {
	min-height: 14vw !important;
}
.module-text {
	margin: 1.8% auto 0 auto;
}
.space-text {
	top: 45%;
}
.module-space {
	height: 60vh;
}
.cycle_container {
	line-height: 2 !important;
    top: 54%;
}
.wrapper_tiles_alt {
	padding: 0;
}
.wrapper_tiles_alt [grid-col=x3] {
	width: 20% !important;
    padding: 2.4% 0;
}
    
}

@media only screen and (max-width: 1024px) {

[local-style="36922551"] h2 {
	font-size: 6.5rem !important;
}

}		   
   
@media only screen and (max-width: 992px) {

html {
	font-size: 1vw !important;
}
.hero_module_small {
	padding-top: 3.8vh;
}
[local-style="36844302"] .content_padding {
	padding-top: 0.5rem /*!main_margin*/;
    padding-bottom: 0.5rem /*!main_margin*/;
    padding-left: 0.8rem /*!main_margin*/;
    padding-right: 0.8rem /*!main_margin*/;
}
[local-style="37029285"] h2,
[local-style="37029845"] h2,
[local-style="37029932"] h2,
[local-style="37050218"] h2,
[local-style="37082762"] h2,
.work_copy_intro {
	font-size: 30px !important;
    line-height: 32px !important;
    letter-spacing: -1.2px !important;
    padding-right: 0;
    text-indent: 0 !important;
}
[local-style="37029133"] h2 {    
	font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    text-transform: none !important;
	letter-spacing: -.1px !important;    
}
    
    
}
/* Small devices */
@media only screen and (max-width: 769px) {

.content_padding {    
	padding: 2rem !important;
}
    
.slides_container {
	padding: 6vh 0;
}
/*    
h2 { 
	font-size: 5.8rem !important;
    letter-spacing: -0.36rem !important;
	line-height: 96% !important;
	font-weight: 500;
	color: #5b5b5b;
    text-transform: none;
    width: 96% !important;
}
*/
[data-predefined-style="true"] [local-style="36695608"] h2 {    
	color: #f2f2f0;
    letter-spacing: -2rem !important;
    font-size: 30.4rem !important;
    line-height: 82% !important;
    text-transform: none !important;
    font-weight: 700 !important;
}
    
.hero_module_small {
	padding-top: 3.8vh;
}
.hero_module_small h2, 
.main_footer h2 {
	font-size: 17.5rem !important;
    letter-spacing: -1.32rem !important;
	line-height: 82% !important;
	font-weight: 700;
	color: #222;
    text-transform: none;
    width: 100% !important;
}
.text_wrap {
	width: 100%;
    max-width: none;
}
.box_B {
	padding-right: 0 !important;
}
.wrapper_tiles, .wrapper_tiles_alt {
	padding: 0;
}
.module-tiles h4,
.hero_module_small h4 {
	color: #222;
    letter-spacing: -0.024em;
    font-size: 21px;
    line-height: 94%;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
/*.main_footer [grid-col=x8] {
	width: 20% !important;
}*/
.hover_im_large {
	z-index: 100;
	bottom: 86%;
}
.hover_im_large img {
	transform: scale(.7) !important;
}
.module-text-alt {
	margin: 3.6% auto 0 auto;
}
    
[data-predefined-style="true"] [local-style="36844302"] h3 {
    letter-spacing: -0.52rem !important;
    font-size: 9rem !important;
    line-height: 86% !important;
}
.wrapper_tiles [grid-col=x10] {
    padding: 2.4% 0;
}
       
}

@media only screen and (max-width: 768px) {

[local-style="36922551"] h2 {
	font-size: 6.5rem !important;
    letter-spacing: -0.05em !important;
    line-height: 100% !important;
    width: 100% !important; 
}
[local-style="36922551"] h1 {    
	font-size: 17.8rem !important;	
}

.section-A { 
	padding-bottom: 16rem;
}
.hero-A { 
	padding-top: 2rem;
    padding-bottom: 16rem;
}
.section-A h2.wrap_box {
	padding-right: 0;
}
    
        
} 

@media only screen and (max-width: 680px) {


.module-tiles h4,
.hero_module_small h4 {
	color: #222;
    letter-spacing: -0.024em;
    font-size: 21px;
    line-height: 94%;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.box_A {   
	min-height: 20vw !important;
}
.box_B {   
	min-height: 0 !important;
}
.module-space {
	height: 60vh;
}
.cycle_container {    
	position: relative;
    transform: translate(-50%, -50%);
    top: 56%;
    left: 50%;
    font-weight: 700;
    font-size: 1vh;
    line-height: 3.2 !important;
	color: #0d0d0d;
}
#loader .cycle_container {    
    top: 50% !important;
    text-align: center;
}
.cycle_text {
	height: 90vh;
}
.wrapper_tiles_alt [grid-col=x3] {
	width: 50% !important;
}
    
}

@media only screen and (max-width: 480px) {

.text_wrap {
	width: 100%;
}
[local-style="36427842"] h3 {
	font-size: 9rem !important;
}

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

html {
	font-size: 1vw !important;
}

[local-style="12911681"] .container_width {
    width: 70% /*!variable_defaults*/;
}
    
}

[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: rgba(255, 255, 255, 1)/*!body_bgcolor*/;
}

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

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


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!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: .8rem;
    margin-bottom: .2rem;
    font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
}

.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
 */

[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: 1.5rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

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

#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(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#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: 1rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#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%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", 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-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/**
 * 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: initial /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

[data-css-preset] body {
	background-color: rgba(255, 255, 255, 1);
}
