#toolset {
	display: none;
}

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

a:active {
	opacity: 1;
    color: #DD2F54;
    font-style: oblique;
}

.page a.active {
	opacity: 1;
    color: #DD2F54;
    font-style: oblique;
}

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

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "EB Garamond", Icons;
	font-style: normal;
	line-height: 1;
    letter-spacing: .1rem;
    
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	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 {
	font-style: italic;
}

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: "Social Condensed Variable", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'wdth' 75, 'slnt' 0;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3.4rem;
	line-height: 1.1;
    
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: "Social Variable", Icons;
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

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

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 100VH;
	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: rgb(252, 248, 233)/*!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;
    min-height: 96VH;
    margin: 2VW;
    justify-content: center;
}

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

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -6.3rem/*!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 {
    filter: blur(0.09REM);
     mix-blend-mode: darken;
    z-index: 5;
    
}

body.mobile #site_menu_button {
   height:100%;
}

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

#site_menu_button.active {
	display: block;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Social Variable", Icons;
	background: coral;
	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;
   
	opacity: 0.95;
   
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

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

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

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

#site_menu a:active {
    color: #DD2F54;
    font-style: italic;
}

#site_menu a.active {
	color: #DD2F54;
    font-style: italic;
    font-family: "Bureau Grot", Icons;
    font-weight: 700;

}

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

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

#site_menu .break {
	height: 6VW;
}

#site_menu .indent {
	margin-left: 5REM;
}

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

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

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

.shop_product .button {
	font-family: "Monument Grotesk Mono", 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;
}

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

.page_container {
	
}
/*
 * 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;
}

#content-wrapper {
    position: fixed;
  overflow: hidden;
  overflow-x: hidden;
  background-color: #eae9e9;
    height: 100%;
    width: 100%;
    top: 0VH;
    bottom: 0VH;
    display: flex;
   
    
}

#background {
	width: 100VW;
    height: 100VH;
    position:  fixed;
    filter: brightness(87%);
    filter: saturate(149%);
    position: fixed;
    overflow: hidden;
}
  

.bg-video-wrap1 {
  height: 100VH;
   width: 100VW;
  filter: blur(40px);
  position: absolute;
  left: -15VW;
  right: -15VW;
  top: -15VH;
  bottom: -51VH;
    z-index: 2;
    display: block;
    opacity: 0.7;
    mix-blend-mode: hard-light;
    
}

.video1 {
    object-fit: fill;
    position: relative;
    filter: blur(20px);
  	height: 150VH;
    width: 142VW;
    z-index: 2;
    left: -12VW;
    top:-12VH;
}

#djibril {
  position: fixed;
  width: 100vw;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   z-index: 99;
    opacity: 0.9;
    
}

#main {
position: fixed;
  filter: blur(0.2REM);
  color: black;
  font-size:8VW;
  font-family: sans-serif;
  font-weight: 900;
  white-space: nowrap;
  top: 45%;
  bottom: auto;
    z-index: 99;
}

#container {

}

.bg-video-wrap2 {
position:  absolute;
 height: 100VH;
width: 100VW;
overflow: hidden;
mix-blend-mode: hard-light;
    z-index: 3;
    display: block;
    opacity: 0.5;
}


.video2 {
    position: relative;
    object-fit: fill;
	width:190VW;
    height: 180VH;
  	z-index: 3;
    transform: rotateY(3.142rad);
    mix-blend-mode: hard-light;
    opacity: 0.5;
    filter: blur(20px);
   	right: 0VW;
    left: -40VW;
    top: -20VW;
   
}

.grid-container {
    position: absolute;
    align-content: space-between;
height: 90VH;
    width: 100VW;
  display:block;
  grid-template-columns: 1fr 1fr;
    padding-left: 6%;
    padding-right: 6% ;
    z-index: 100;
    mix-blend-mode: darken;
    top: 5VH;
    bottom: 5VH;
    background-color: black;
    
}

.gridhome {
    position: absolute;
    height: 94%;
    width: 92%;
    z-index: 100;
    
    filter: blur(0.1REM);
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    justify-content: space-between;
    top: 4%;
    bottom: 4%;
    left: 3%;
    right: 3%;
}

.top {
align-items: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
    z-index: 10000;
  }
  
  
.grid-item {
    opacity: 0.9;
    }
    
.bottom {
align-self: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
    z-index: 10000;
  }
  
.right {
text-align:  right;
}

.left {
text-align:  left;
}

#inbetween{
font-style: italic;
    text-align: right;
}

.gradient-header {
	height: 8VH;
    width: 100%;
   	display: inline-grid;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content:space-between;
    z-index: 99;
    align-items: center;
    }



.header-name {
  font-family: sans-serif;
  font-weight: black;
  white-space: nowrap;  
  filter: blur(1px);
}

 
.headervideo1 {
	position: absolute;    
}

#writings-grid {
    position: relative;
	padding-left: 15%;
}

.chapter {
	font-size: 1.6EM;
    
    line-height: 1;
}

.chapter-title  {
	font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
    width: 50VW;
	font-size: 3rem;
	line-height: 1;   
    hyphens: auto;
    line-height: 1;  
	font-variation-settings: 'wdth' 75, 'slnt' 0;
}



.child1{
    text-transform: uppercase;
    justify-self: start;
    align-self: start;
}

.child2{
    align-self: start;
    
    justify-self: end;
}

.child3{
    text-transform: uppercase;
    justify-self: start;
    align-self: end;
    text-align: left;
}

.child4{
    justify-self: end;
     align-self: end;
    
}

.child5 {
    position: absolute;
 	font-family: sans-serif;
    font-size: 20px;
    font-weight: bolder;
    top: 0;
    right: 5%;
    }

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


.child5	{
    position: fixed;
 	font-family: sans-serif;
    font-size: 30px;
    font-weight: bolder;
    top: 0%;
    right: 5%;
}

    }

.gridnavbg {
    position: absolute;
	background-color: #fbfbeb;
    width: 100VW;
    height: 100%;
    
    z-index: 1;
    top: 0;
    right: 0;
    
    
}
.gridnav {
    z-index: 99;
    position: absolute;
    display: grid;
    top:0;
    float: right;
    width: 100VW;
    height: 100%;
    max-width: 100VW;
    right: 0VW;
    overflow: scroll;
    z-index: 100;
    padding-top: 4VH;
    padding-left: 4VH;
    padding-bottom: 4VH;
    padding-right: 1VH;
    
}

@media screen and (min-width: 768px) {
  .gridnav  {
    width: 40%;
    max-width: 50VW;

  }
    .gridnavbg {
    position: absolute;
	background-color: #fbfbeb;
    height: 150%;
    max-width: 70VW;
    z-index: 1;
    top: -30%;
    right:-25%;
    
    filter: blur(40px);
}
}

#video3 {
    position: relative;
object-fit: fill;
    width: 160VW;
    height: 14VH;
    left: -20VW;
    filter: blur(30px);
    top: -7VH;
}

#video4 {
  	min-width: 120VW;
    min-height: 130VH;
    z-index: 2;
    transform: rotateY(3.142rad);
    mix-blend-mode: color-burn;
    opacity: 0.43;
    filter: blur(40px)
}

.smallprint {
  	font-size: 1REM;
    line-height: 1REM;
}
	
button {
	background-color: transparent;
    border-style: solid;
    border-color: black;
    font-weight: bold;
    padding: 1VW;
    background-color: #39E0BB;
    border-radius: 0px;
}

.button {
	background-color: transparent;
    border-style: solid;
    border-color: black;
    font-weight: bold;
    padding: 1VW;
    background-color: #39E0BB;
    cursor: pointer;
    border-radius: 0px;
    color: black;
}

input {
	background-color: transparent;
    border-style: solid;
    border-color: black;
   	color: black;
    padding: 1VW;
    border-radius: 0px;
}

 h3 {
	font-family: "Social Condensed Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'wdth' 75, 'slnt' 0;
	}

#nav-bg {
    width: 100VW;
    height: 100VH;
    cursor: default;
    opacity: 0.0;
   backdrop-filter: blur(100px);
      
}

.footerwrapper {
	display: inline-grid;
    width: 100%;
    padding: 2%;
    height: 10Vh;
    grid-template-columns: auto auto auto;
    align-items: end;
    justify-content:space-between;
    z-index: 99;
}

.bg-video-footer {
    position: absolute;
    width: 100%;
	}

.video6 {
    position: relative;
    filter: blur(30px);
    object-fit: fill;
    width: 160VW;
    height: 10VH;
    left: -15VH;
    bottom: -5VH;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
    
}

.footer-name {
  font-family: sans-serif;
  font-weight: black;
  white-space: nowrap;  
  filter: blur(0.3px);
    mix-blend-mode: darken;
}

#rec1 {
transform-box: fill-box;
  transform-origin: center;
  transform: rotate(45deg);
    filter: blur(1px)
    }

#rec2 {
transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-45deg);
    filter: blur(1px)
    }

.icon {

    
    
    }