/**
 * Content
 */



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

a:active {
	opacity: 100;
}

.page a.active {
}

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;
    list-style-type: decimal-leading-zero;
}

ol > li {
}

blockquote {
	margin: 0;
}

hr {
	background: #000000
        ;
	border: 0;
	height: 1.2px;
	display: block;
    padding: 0;
    
}

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

.gallery_image_caption {
    margin-top: 0em;
    margin-bottom: 0rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: .7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.04rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
    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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1;
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 1);
    border-bottom: 0;
}

[data-predefined-style="true"] h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.04rem;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.04em;
}

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

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


/**
 * 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: 0em /*!content_center*/;
	margin-right: 0em /*!content_center*/;
	text-align: left /*!text_left*/;
}

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

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

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

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

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

/**
 * 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: 0rem/*!thumbnails_padding*/;
}

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

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

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

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

.thumbnails .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
	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;
    text-align: left;
    padding: 0;
}

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

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

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: 0px;
	font-size: 20px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */



/**
 * Shop Button
 */

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

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

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

body.mobile #shop_button:not(.text) {
	margin: 0px;
    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-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.75);

    letter-spacing: .04em;
}

.shop_product .dropdown {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0, 64, 255, 0.2);
    border-radius: 10rem;
    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 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: .04em;
}

.shop_product .button {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 1.2rem;
    background: rgba(0, 64, 255, 0.2);
    color: rgba(0, 0, 0, 0.75);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    border: 0;
    border-radius: 10rem;
    letter-spacing: .04em;
}

/**
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!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: rgb(255, 255, 255) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0rem 0rem 0rem 0rem;
    text-align: left;
    font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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

/**
 * 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * 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: rgba(255, 255, 255, 0.85);
    stroke-width: 1.5px;
}

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

/**
 * 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: #000;
    stroke-width: 1.5px;
}

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

/**
 * 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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", 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;
}









body::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.05) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.02), rgba(53, 53, 255, 0.02));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

img {

}





.crtline, .pinned_bottom, #contactlaeght button[type="submit"]  {
    box-shadow: 1.6208764473832513px 0 .5px rgba(0,30,255,0.25), -1.6208764473832513px 0 .5px rgba(255,0,80,0.25), 0 0 1.5px;	
}
.pinned_bottom {
    box-shadow: 1.6208764473832513px 0 2px rgba(0,30,255,0.5), -1.6208764473832513px 0 3px rgba(255,0,80,0.25), 0 0 4px;	
}
.main_container, .crt, .crtthis  {
    text-shadow: 1.6208764473832513px 0 .5px rgba(0, 30, 255, 0.25), -1.6208764473832513px 0 .5px rgba(255,0,80,0.25), 0 0 1.5px;	
}




.pinned_top {
   transform: rotate(1.5deg);
}

.rotatethis1 {
	transform: rotate(-0.15deg);
}

.rotatethis2 {
	transform: rotate(-0.15deg);
}

.rotateline1 {
	transform: rotate(0.15deg);
}

.rotateline2 {
	transform: rotate(0.3deg);
}

.rotateline3 {
	transform: rotate(-0.3deg);
}

.pinned_top {
}


bodycopy a, a:link, a:visited, a:hover, a:active { 
    text-decoration: none; 
    border-bottom: 0px;
}


.container {
	padding-left: 0%;
	padding-right: 0%;
}

.displaytitle {
	font-size: 2.8rem;
    line-height: .9;
}




















/*
.contact_container {
	max-width:900px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { 
}

#contact {
	margin:0;
    padding:0;
}



fieldset {
	border: none;
	margin: 0;
	min-width: 100%;
	padding: 0;
	width: 100%;
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	background:#FFF;
	padding:10px;
}


#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#000;
	color:#FFF;
	padding:10px;
}

#contact button[type="submit"] h2 {
	color:#FFF;
}

*/


.contactlaeght_container {
	width:100%;
	margin:0 auto;
	position:relative;
}




fieldset {
	border: medium none !important;
	margin: 0;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contactlaeght input[type="text"], #contactlaeght input[type="email"], #contactlaeght input[type="tel"], #contactlaeght input[type="url"], #contactlaeght textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0;
	padding:10px;
    display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.04em;
    box-shadow: 1.6208764473832513px 0 0.01px rgba(0,30,255,0.1), -1.6208764473832513px 0 .01px rgba(255,0,80,0.1), 0 0 1px;	
    text-shadow: 1.6208764473832513px 0 0.01px rgba(0, 30, 255, 0.1), -1.6208764473832513px 0 .01px rgba(255,0,80,0.1), 0 0 1px;	
}

#contactlaeght input[type="text"]:hover, #contactlaeght input[type="email"]:hover, #contactlaeght input[type="tel"]:hover, #contactlaeght input[type="url"]:hover, #contactlaeght textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contactlaeght textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contactlaeght textarea {
	
  
}


#contactlaeght button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#000;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contactlaeght button[type="submit"] h2, .pinned_bottom {
		color:#FFF;
    	font-weight: bolder;
        text-shadow: 1.6208764473832513px 0 .5px rgba(0, 30, 255, 0.25), -1.6208764473832513px 0 .5px rgba(255,0,80,0.25), 0 0 2px;	
}




















@font-face {
  font-family: 'Satoshi-Variable';
  src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
       url('fonts/Satoshi-Variable.woff') format('woff'),
       url('fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('fonts/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
       url('fonts/Satoshi-Light.woff') format('woff'),
       url('fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('fonts/Satoshi-LightItalic.woff') format('woff'),
       url('fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff'),
       url('fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-Italic';
  src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
       url('fonts/Satoshi-Italic.woff') format('woff'),
       url('fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
       url('fonts/Satoshi-Medium.woff') format('woff'),
       url('fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
       url('fonts/Satoshi-Bold.woff') format('woff'),
       url('fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('fonts/Satoshi-Black.woff2') format('woff2'),
       url('fonts/Satoshi-Black.woff') format('woff'),
       url('fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Satoshi-Variable', sans-serif;
	color: #000;
	overflow-x: hidden;
}

section {
	width: 100%;
	height: 100vh;
}

h4, h5, h6 {
	text-transform: uppercase;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

/* animations for cover */

@keyframes titleTopLeft {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes titleTopRight {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes titleBottomRight {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes titleBottomLeft {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* ///////// Section 1 - Cover ///////// */

.cover {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 0;
	z-index: 1;
}

.cover-top {
	display: flex;
	justify-content: space-between;
}

.cover-topLeft {
	font-size: clamp(1rem, 4vw + 1rem, 16rem);
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 1rem;
	margin-top: 1rem;
	opacity: 0;
	animation-name: titleTopLeft;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.cover-topRight {
	font-family: "Crimson Pro", serif;
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1rem, 4vw + 1rem, 8rem);
	transform: rotate(90deg);
	margin-right: 1rem;
	margin-top: 1rem;
	animation-name: titleTopRight;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.cover-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cover-bottomLeft {
	font-size: clamp(1rem, 4vw + 1rem, 8rem);
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	margin-bottom: -3.8vw;
	margin-top: auto;
	margin-left: 1rem;
	transform-origin: top left;
	transform: rotate(-90deg);
	gap: 1rem;
	width: 12%;
	animation-name: titleBottomLeft;
	animation-duration: 0.5s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.cover-bottomLeft span {
	font-family: "Crimson Pro", serif;
	font-size: clamp(1rem, 1vw + 1rem, 2rem);
	font-weight: 300;
	text-transform: none;
	margin-top: 0.69vw;
	font-style: italic;
}

.cover-bottomRight {
	font-size: clamp(1rem, 4vw + 1rem, 8rem);
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 1rem;
	margin-bottom: 1rem;
	text-align: right;
	animation-name: titleBottomRight;
	animation-duration: 0.5s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}


/* ///////// Section 2 - Artwork ///////// */

.artwork-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	background: #fff;
	box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.02);
}

.btn-details {
	position: absolute;
	top: -2vw;
	right: 4vw;
	left: auto;
	display: grid;
	justify-items: center;
	padding: 4px 16px 4px 16px;
	border: 2px solid #000;
	border-radius: 50px;
	background: none;
	transition: 0.3s;
	opacity: 0;
}

.btn-details:hover {
	background: #000;
	cursor: pointer;
}

.btn-details:hover svg path {
	fill: #fff;
}

@media screen and (max-width: 432px) {
	.btn-details {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.btn-details {
		display: none;
	}
}

.artwork-header {
	justify-content: center;
	display: flex;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 3rem;
}

.artwork-header span {
	font-family: "Crimson", serif;
	padding: 2px 6px 0 6px;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
}

.artwork-media {
	text-align: center;
}

.artwork-media img {
	width: auto;
	height: 72vh;

}

@media screen and (max-width: 432px) {
	.artwork-media img {
		width: 88%;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.artwork-media img {
		width: 88%;
		height: auto;
	}
}

.artwork-transaction {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1020px) {
	.artwork-transaction {
		display: flex;
		flex-direction: column;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.artwork-transaction {
		width: 32vw;
	}
}

.local-btn-mobile-details {
	display: none;
}

@media screen and (max-width: 1020px) {
	.artwork-transaction .local-btn-mobile-details {
		display: grid;
		border: 1px solid #000;
		font-weight: 500;
		color: #000;
		border-radius: 50px;
		text-transform: uppercase;
		padding: 8px 32px 8px 32px;
		color: #000;
		background: #fff;
	}
}

#artwork {
	position: relative;
	transition: margin-left .5s; 
}

.artwork-detailsBar {
	height: 100vh;
	width: 0px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	box-shadow: inset 56px 0 20px -42px rgba(0,0,0,0.10);
	align-items: center;
	display: grid;
	justify-content: center;
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

.details-wrapper {
	width: 304px;
	margin-left: auto;
	margin-right: auto;
}

.details-block {
	transform: translateY(12vh);
	margin-bottom: 4vh;
}

.details-block p {
	font-size: 1rem;
	line-height: 1;
}

.details-block h4 {
	margin-bottom: 1vh;
}

.btn-details-attributes-withLink {
	background: #E8E8E8;
	border-radius: 50px;
	padding: 8px 16px 8px 16px;
	border: 1px solid #E8E8E8;
	text-transform: uppercase;
	font-size: 0.6rem;
	font-weight: 500;
	margin-bottom: 8px;
	transition: 0.3s;
	color: #000;
}

.btn-details-attributes-withLink:hover {
	background: #000;
	color: #e5e5e5;
	cursor: pointer;
}

.btn-details-attributes-noLink {
	background: #E8E8E8;
	border-radius: 50px;
	padding: 8px 16px 8px 16px;
	border: 1px solid #E8E8E8;
	text-transform: uppercase;
	font-size: 0.6rem;
	font-weight: 500;
	margin-bottom: 8px;
	transition: 0.3s;
	color: #000;
}

.btn-details-attributes-noLink:hover {
	background: #E8E8E8;
	color: #000;
	border: 1px solid #000;
	cursor: default;
}

.details-metadata {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.details-metadata h5 {
	font-weight: 400;
	text-transform: none;
}

.details-metadata-content {
	padding: 0.5rem;
	border-bottom: 0.5px solid #E9E9E9;
}

.details-block .disclaimer {
	color: #9F9F9F;
	font-size: 0.8rem;
	padding-bottom: 8vh;
}

.disclaimer a {
	text-decoration: underline;
	transition: 0.3s;
	color: #9F9F9F;
}

.disclaimer a:hover {
	color: #000;
}

.btn-details-close {
	position: fixed;
	top: 3vw;
	right: -3vw;
	left: auto;
	display: grid;
	justify-items: center;
	padding: 4px 16px 4px 16px;
	border: 2px solid #000;
	border-radius: 50px;
	background: #fff;
	transition: 0.3s;
	opacity: 0;
}

.btn-details-close:hover {
	background: #000;
	cursor: pointer;
}

.btn-details-close:hover svg path {
	fill: #fff;
}



/* ///////// Section 3 - Support Content ///////// */

.support {
	background: #fff;
	z-index: 3;
	position: relative;
	display: grid;
	justify-content: center;
	align-items: flex-start;
	height: auto;
	padding-bottom: 24vh;
}

.support-wrapper {
	width: 64%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 2fr;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 432px) {
	.support-wrapper {
		width: 88%;
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.support-wrapper {
		width: 88%;
		display: flex;
		flex-direction: column;
	}
}

.support-header {
	transform: rotate(-90deg);
	margin-left: -8vw;
	margin-top: 24vh;
	position: sticky;
	top: 40vh;
	margin-bottom: 24vh;
}

@media screen and (max-width: 432px) {
	.support-header {
		transform: none;
		margin-left: auto;
		margin-right: 8vw;
		position: sticky;
		padding-top: 8vh;
		padding-bottom: 4vh;
		top: 0;
		margin-bottom: 4vh;
		margin-top: 24vh;
		line-height: 1;
		width: 100%;
		background: #fff;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.support-header {
		transform: none;
		margin-left: auto;
		margin-right: 8vw;
		position: sticky;
		padding-top: 8vh;
		padding-bottom: 4vh;
		top: 0;
		margin-bottom: 4vh;
		margin-top: 24vh;
		line-height: 1;
		width: 100%;
		background: #fff;
		padding-left: 8vw;
	}
}

.support-subtitle {
	font-family: "Crimson Pro", serif;
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1rem, 3vw + 1rem, 3.2rem);
	margin-bottom: 1rem;
	margin-left: 6rem;
}

@media screen and (max-width: 432px) {
	.support-subtitle {
		margin-left: 4vw;
		margin-right: auto;
		margin-bottom: 0.32rem;
	}
}

.support-title {
	font-size: clamp(1rem, 3vw + 1rem, 4rem);
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;

}

.support-content {
	margin-top: 64vh;
	font-size: clamp(1rem, 3vw + 1rem, 2rem);
}

@media screen and (max-width: 432px) {
	.support-content {
		margin-top: 0;
		font-size: 1.42rem;
		padding-bottom: 8vh;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.support-content {
		margin-top: 0;
		font-size: 1.42rem;
		padding-bottom: 8vh;
	}
}


/* ///////// Section 4 - Support Content ///////// */

.footer {
	position: relative;
	background: #fff;
	height: 100vh;
	z-index: 3;
	display: grid;
	align-items: center;
}

.footer-wrapper {
	width: 100%;
	height: 80vh;
	margin-right: 0;
	margin-left: auto;
	display: grid;
	align-items: center;
	justify-content: space-between;
}

.footer-header {
	margin-left: 16vw;
}

@media screen and (max-width: 432px) {
	.footer-header {
		margin-left: 6vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.footer-header {
		margin-left: 6vw;
	}
}

.footer-title {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-artistName {
	font-size: clamp(1rem, 3vw + 1rem, 2rem);
	font-weight: 700;
	text-transform: uppercase;
}

.footer-cardsThumbnails {
	overflow: auto;
	display: inline-flex;
	width: 100%;
}

.footer-card {
	transform: translateX(16vw);
	padding-right: 2rem;
	padding-bottom: 2rem;
}

@media screen and (max-width: 432px) {
	.footer-card {
		transform: translateX(6vw);
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.footer-card {
		transform: translateX(6vw);
	}
}

.footer-card h6 {
	margin-top: 1rem;

}

.footer-img-link {
	opacity: .9;
	transition: .3s;
}

.footer-img-link:hover {
	opacity: 1;
}

.footer-text-link {
	opacity: 0.9;
	text-decoration: none;
	transition: .3s;
}

.footer-text-link:hover {
	opacity: 1;
	text-decoration: underline;
	transition: .3s;
}

.footer-links {
	width: 68vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 432px) {
	.footer-links {
		width: 88%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1020px) and (orientation: portrait) {
	.footer-links {
		width: 88%;
	}
}

.footer-links-social button {
	background: none;
	border: none;
	transition: 0.3s;
}

.footer-links-social button:hover {
	transform: translateY(-4px);
	cursor: pointer;
}

.footer-links-social svg {
	width: 24px;
	height: auto;
}

.footer-btnTop button {
	background: none;
	border: 2px solid #000;
	padding: 4px 16px 4px 16px;
	text-transform: uppercase;
	border-radius: 50px;
	transition: 0.3s;
}

.footer-btnTop button svg {
	transform: rotate(90deg);
	
}

.footer-btnTop button:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

.footer-btnTop button:hover svg path {
	fill: #fff;
}




